|
|
|
1 | 2024-12-13T20:44:35.290Z | job assigned to worker 01JF0W6WRB9CZQDSQAVEQA22CH [factory aws, i-02affcd98733a4162] (queued for 1 m 17 s) |
|
2 | 2024-12-13T20:44:43.234Z | starting task 0: "setup" |
3 | 2024-12-13T20:44:43.244Z | ++ uname -s |
4 | 2024-12-13T20:44:43.247Z | + kern=SunOS |
5 | 2024-12-13T20:44:43.247Z | + case "$kern" in |
6 | 2024-12-13T20:44:43.247Z | + groupadd -g 12345 build |
7 | 2024-12-13T20:44:43.249Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T20:44:45.255Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T20:44:45.442Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T20:44:45.444Z | + home_fs=zfs |
11 | 2024-12-13T20:44:45.445Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T20:44:45.445Z | + mkdir -p /home/build |
13 | 2024-12-13T20:44:45.449Z | + chown build:build /home/build /work |
14 | 2024-12-13T20:44:47.448Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T20:44:47.451Z | process exited: duration 4217 ms, exit code 0 |
|
16 | 2024-12-13T20:44:47.457Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T20:44:47.462Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T20:44:47.462Z | * toolchain channel = "1.81.0" |
19 | 2024-12-13T20:44:47.462Z | ' 1.81.0 |
20 | 2024-12-13T20:44:47.462Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-13T20:44:47.462Z | ' default |
22 | 2024-12-13T20:44:47.462Z | * toolchain profile = "default" |
23 | 2024-12-13T20:44:47.465Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T20:44:47.465Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T20:44:47.588Z | info: downloading installer |
26 | 2024-12-13T20:44:48.607Z | info: profile set to 'default' |
27 | 2024-12-13T20:44:48.607Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T20:44:48.610Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T20:44:48.732Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T20:44:48.732Z | info: downloading component 'cargo' |
31 | 2024-12-13T20:44:49.328Z | info: downloading component 'clippy' |
32 | 2024-12-13T20:44:49.562Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T20:44:50.374Z | info: downloading component 'rust-std' |
34 | 2024-12-13T20:44:51.642Z | info: downloading component 'rustc' |
35 | 2024-12-13T20:44:56.177Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T20:44:56.358Z | info: installing component 'cargo' |
37 | 2024-12-13T20:44:57.152Z | info: installing component 'clippy' |
38 | 2024-12-13T20:44:57.513Z | info: installing component 'rust-docs' |
39 | 2024-12-13T20:44:59.112Z | info: installing component 'rust-std' |
40 | 2024-12-13T20:45:00.851Z | info: installing component 'rustc' |
41 | 2024-12-13T20:45:06.459Z | info: installing component 'rustfmt' |
42 | 2024-12-13T20:45:06.776Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T20:45:06.776Z | |
44 | 2024-12-13T20:45:07.140Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T20:45:07.140Z | |
46 | 2024-12-13T20:45:07.142Z | |
47 | 2024-12-13T20:45:07.143Z | Rust is installed now. Great! |
48 | 2024-12-13T20:45:07.143Z | |
49 | 2024-12-13T20:45:07.143Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T20:45:07.143Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T20:45:07.143Z | |
52 | 2024-12-13T20:45:07.143Z | To configure your current shell, you need to source |
53 | 2024-12-13T20:45:07.143Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T20:45:07.143Z | |
55 | 2024-12-13T20:45:07.143Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T20:45:07.143Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T20:45:07.143Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T20:45:07.212Z | + rustc --version |
59 | 2024-12-13T20:45:07.276Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T20:45:07.278Z | process exited: duration 19818 ms, exit code 0 |
|
61 | 2024-12-13T20:45:07.283Z | starting task 2: "authentication" |
62 | 2024-12-13T20:45:07.304Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-13T20:45:07.310Z | starting task 3: "clone repository" |
64 | 2024-12-13T20:45:07.315Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T20:45:07.317Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T20:45:07.436Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T20:45:14.052Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T20:45:14.052Z | + git fetch origin b6506393d435740ac3a1fb86ea44770a762df51c |
69 | 2024-12-13T20:45:14.391Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T20:45:14.391Z | * branch b6506393d435740ac3a1fb86ea44770a762df51c -> FETCH_HEAD |
71 | 2024-12-13T20:45:14.401Z | + [[ -n sluggish-datasets ]] |
72 | 2024-12-13T20:45:14.404Z | ++ git branch --show-current |
73 | 2024-12-13T20:45:14.404Z | + current=main |
74 | 2024-12-13T20:45:14.404Z | + [[ main != sluggish-datasets ]] |
75 | 2024-12-13T20:45:14.404Z | + git branch -f sluggish-datasets b6506393d435740ac3a1fb86ea44770a762df51c |
76 | 2024-12-13T20:45:14.407Z | + git checkout -f sluggish-datasets |
77 | 2024-12-13T20:45:14.582Z | Switched to branch 'sluggish-datasets' |
78 | 2024-12-13T20:45:14.584Z | + git reset --hard b6506393d435740ac3a1fb86ea44770a762df51c |
79 | 2024-12-13T20:45:14.751Z | HEAD is now at b6506393d review feedback |
80 | 2024-12-13T20:45:14.755Z | process exited: duration 7440 ms, exit code 0 |
|
81 | 2024-12-13T20:45:14.760Z | starting task 4: "build" |
82 | 2024-12-13T20:45:14.766Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T20:45:14.766Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T20:45:14.769Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T20:45:14.769Z | + cargo --version |
86 | 2024-12-13T20:45:14.822Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T20:45:14.825Z | + rustc --version |
88 | 2024-12-13T20:45:14.885Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T20:45:14.888Z | + cargo tree --locked |
90 | 2024-12-13T20:45:15.138Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-13T20:45:15.372Z | Updating crates.io index |
92 | 2024-12-13T20:45:15.374Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-13T20:45:15.970Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-13T20:45:16.192Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-13T20:45:16.413Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-13T20:45:16.636Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-13T20:45:17.540Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-13T20:45:19.161Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-13T20:45:20.281Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-13T20:45:21.002Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-13T20:45:21.236Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-13T20:45:21.571Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-13T20:45:22.103Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-13T20:45:22.456Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-13T20:45:22.711Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-13T20:45:22.983Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-13T20:45:23.217Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-13T20:45:23.419Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-13T20:45:23.666Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-13T20:45:23.885Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-13T20:45:24.246Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-13T20:45:24.485Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-13T20:45:24.965Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-13T20:45:25.229Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-13T20:45:25.555Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-13T20:45:25.926Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-13T20:45:26.224Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-13T20:45:26.468Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-13T20:45:26.751Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-13T20:45:28.288Z | Downloading crates ... |
121 | 2024-12-13T20:45:28.399Z | Downloaded addr2line v0.24.2 |
122 | 2024-12-13T20:45:28.404Z | Downloaded async-global-executor v2.4.1 |
123 | 2024-12-13T20:45:28.408Z | Downloaded async-recursion v1.1.1 |
124 | 2024-12-13T20:45:28.412Z | Downloaded adler2 v2.0.0 |
125 | 2024-12-13T20:45:28.417Z | Downloaded cfg_aliases v0.1.1 |
126 | 2024-12-13T20:45:28.423Z | Downloaded atomicwrites v0.4.4 |
127 | 2024-12-13T20:45:28.425Z | Downloaded async-object-pool v0.1.5 |
128 | 2024-12-13T20:45:28.434Z | Downloaded async-stream-impl v0.3.6 |
129 | 2024-12-13T20:45:28.439Z | Downloaded ff v0.13.0 |
130 | 2024-12-13T20:45:28.441Z | Downloaded fixedbitset v0.4.2 |
131 | 2024-12-13T20:45:28.444Z | Downloaded filetime v0.2.25 |
132 | 2024-12-13T20:45:28.446Z | Downloaded ciborium v0.2.2 |
133 | 2024-12-13T20:45:28.449Z | Downloaded fastrand v2.1.1 |
134 | 2024-12-13T20:45:28.453Z | Downloaded atty v0.2.14 |
135 | 2024-12-13T20:45:28.453Z | Downloaded aead v0.5.2 |
136 | 2024-12-13T20:45:28.456Z | Downloaded foreign-types v0.3.2 |
137 | 2024-12-13T20:45:28.456Z | Downloaded cfg_aliases v0.2.1 |
138 | 2024-12-13T20:45:28.456Z | Downloaded fxhash v0.2.1 |
139 | 2024-12-13T20:45:28.458Z | Downloaded foreign-types-shared v0.1.1 |
140 | 2024-12-13T20:45:28.458Z | Downloaded foreign-types-shared v0.3.1 |
141 | 2024-12-13T20:45:28.469Z | Downloaded bit-vec v0.6.3 |
142 | 2024-12-13T20:45:28.471Z | Downloaded cast v0.3.0 |
143 | 2024-12-13T20:45:28.474Z | Downloaded autocfg v1.4.0 |
144 | 2024-12-13T20:45:28.474Z | Downloaded async-signal v0.2.10 |
145 | 2024-12-13T20:45:28.478Z | Downloaded chacha20 v0.9.1 |
146 | 2024-12-13T20:45:28.482Z | Downloaded bitfield v0.14.0 |
147 | 2024-12-13T20:45:28.482Z | Downloaded http-range v0.1.5 |
148 | 2024-12-13T20:45:28.484Z | Downloaded http-body v1.0.1 |
149 | 2024-12-13T20:45:28.484Z | Downloaded headers-core v0.3.0 |
150 | 2024-12-13T20:45:28.484Z | Downloaded async-attributes v1.1.2 |
151 | 2024-12-13T20:45:28.484Z | Downloaded cbc v0.1.2 |
152 | 2024-12-13T20:45:28.487Z | Downloaded async-channel v2.3.1 |
153 | 2024-12-13T20:45:28.487Z | Downloaded guppy-workspace-hack v0.1.0 |
154 | 2024-12-13T20:45:28.489Z | Downloaded bytecount v0.6.8 |
155 | 2024-12-13T20:45:28.505Z | Downloaded hubpack_derive v0.1.1 |
156 | 2024-12-13T20:45:28.505Z | Downloaded chrono-tz-build v0.4.0 |
157 | 2024-12-13T20:45:28.505Z | Downloaded cfg-if v1.0.0 |
158 | 2024-12-13T20:45:28.505Z | Downloaded castaway v0.2.3 |
159 | 2024-12-13T20:45:28.505Z | Downloaded anstyle-query v1.1.1 |
160 | 2024-12-13T20:45:28.505Z | Downloaded bb8 v0.8.5 |
161 | 2024-12-13T20:45:28.505Z | Downloaded async-channel v1.9.0 |
162 | 2024-12-13T20:45:28.505Z | Downloaded ghash v0.5.1 |
163 | 2024-12-13T20:45:28.505Z | Downloaded generic-array v0.14.7 |
164 | 2024-12-13T20:45:28.505Z | Downloaded block-buffer v0.10.4 |
165 | 2024-12-13T20:45:28.505Z | Downloaded ascii-canvas v3.0.0 |
166 | 2024-12-13T20:45:28.508Z | Downloaded buf-list v1.0.3 |
167 | 2024-12-13T20:45:28.508Z | Downloaded parse-size v1.1.0 |
168 | 2024-12-13T20:45:28.508Z | Downloaded flagset v0.4.6 |
169 | 2024-12-13T20:45:28.510Z | Downloaded heck v0.5.0 |
170 | 2024-12-13T20:45:28.513Z | Downloaded hash32 v0.3.1 |
171 | 2024-12-13T20:45:28.515Z | Downloaded anes v0.1.6 |
172 | 2024-12-13T20:45:28.517Z | Downloaded glob v0.3.1 |
173 | 2024-12-13T20:45:28.520Z | Downloaded cassowary v0.3.0 |
174 | 2024-12-13T20:45:28.522Z | Downloaded hubpack v0.1.2 |
175 | 2024-12-13T20:45:28.522Z | Downloaded cargo-platform v0.1.8 |
176 | 2024-12-13T20:45:28.525Z | Downloaded base16ct v0.2.0 |
177 | 2024-12-13T20:45:28.525Z | Downloaded futures-timer v3.0.3 |
178 | 2024-12-13T20:45:28.527Z | Downloaded futures-executor v0.3.31 |
179 | 2024-12-13T20:45:28.530Z | Downloaded float-cmp v0.9.0 |
180 | 2024-12-13T20:45:28.532Z | Downloaded home v0.5.9 |
181 | 2024-12-13T20:45:28.534Z | Downloaded heck v0.3.3 |
182 | 2024-12-13T20:45:28.534Z | Downloaded blocking v1.6.1 |
183 | 2024-12-13T20:45:28.536Z | Downloaded bcs v0.1.6 |
184 | 2024-12-13T20:45:28.539Z | Downloaded http-body-util v0.1.2 |
185 | 2024-12-13T20:45:28.541Z | Downloaded errno v0.3.9 |
186 | 2024-12-13T20:45:28.543Z | Downloaded async-trait v0.1.83 |
187 | 2024-12-13T20:45:28.546Z | Downloaded async-lock v3.4.0 |
188 | 2024-12-13T20:45:28.548Z | Downloaded async-process v2.3.0 |
189 | 2024-12-13T20:45:28.551Z | Downloaded hostname v0.3.1 |
190 | 2024-12-13T20:45:28.553Z | Downloaded heck v0.4.1 |
191 | 2024-12-13T20:45:28.555Z | Downloaded progenitor-client v0.8.0 |
192 | 2024-12-13T20:45:28.555Z | Downloaded pretty-hex v0.4.1 |
193 | 2024-12-13T20:45:28.557Z | Downloaded group v0.13.0 |
194 | 2024-12-13T20:45:28.560Z | Downloaded num_enum_derive v0.5.11 |
195 | 2024-12-13T20:45:28.560Z | Downloaded humantime v2.1.0 |
196 | 2024-12-13T20:45:28.562Z | Downloaded pretty-hex v0.2.1 |
197 | 2024-12-13T20:45:28.564Z | Downloaded cancel-safe-futures v0.1.5 |
198 | 2024-12-13T20:45:28.567Z | Downloaded base64ct v1.6.0 |
199 | 2024-12-13T20:45:28.569Z | Downloaded hex-literal v0.4.1 |
200 | 2024-12-13T20:45:28.572Z | Downloaded blake2b_simd v1.0.2 |
201 | 2024-12-13T20:45:28.572Z | Downloaded anstream v0.6.15 |
202 | 2024-12-13T20:45:28.575Z | Downloaded cexpr v0.6.0 |
203 | 2024-12-13T20:45:28.577Z | Downloaded sqlparser_derive v0.2.2 |
204 | 2024-12-13T20:45:28.579Z | Downloaded salsa20 v0.10.2 |
205 | 2024-12-13T20:45:28.581Z | Downloaded async-task v4.7.1 |
206 | 2024-12-13T20:45:28.583Z | Downloaded getrandom v0.2.15 |
207 | 2024-12-13T20:45:28.586Z | Downloaded async-bb8-diesel v0.2.1 |
208 | 2024-12-13T20:45:28.589Z | Downloaded sigpipe v0.1.3 |
209 | 2024-12-13T20:45:28.591Z | Downloaded parse-display-derive v0.10.0 |
210 | 2024-12-13T20:45:28.594Z | Downloaded olpc-cjson v0.1.4 |
211 | 2024-12-13T20:45:28.594Z | Downloaded fs_extra v1.3.0 |
212 | 2024-12-13T20:45:28.598Z | Downloaded cargo_metadata v0.18.1 |
213 | 2024-12-13T20:45:28.598Z | Downloaded camino v1.1.9 |
214 | 2024-12-13T20:45:28.601Z | Downloaded bitflags v2.6.0 |
215 | 2024-12-13T20:45:28.605Z | Downloaded futures-core v0.3.31 |
216 | 2024-12-13T20:45:28.608Z | Downloaded futures-channel v0.3.31 |
217 | 2024-12-13T20:45:28.608Z | Downloaded ahash v0.8.11 |
218 | 2024-12-13T20:45:28.611Z | Downloaded try-lock v0.2.5 |
219 | 2024-12-13T20:45:28.613Z | Downloaded hickory-client v0.24.1 |
220 | 2024-12-13T20:45:28.615Z | Downloaded waitgroup v0.1.2 |
221 | 2024-12-13T20:45:28.617Z | Downloaded hyper-rustls v0.26.0 |
222 | 2024-12-13T20:45:28.619Z | Downloaded parse-display v0.10.0 |
223 | 2024-12-13T20:45:28.622Z | Downloaded httparse v1.9.5 |
224 | 2024-12-13T20:45:28.624Z | Downloaded predicates-tree v1.0.11 |
225 | 2024-12-13T20:45:28.627Z | Downloaded iana-time-zone v0.1.61 |
226 | 2024-12-13T20:45:28.629Z | Downloaded hyper-tls v0.6.0 |
227 | 2024-12-13T20:45:28.631Z | Downloaded hyper-staticfile v0.10.1 |
228 | 2024-12-13T20:45:28.634Z | Downloaded httptest v0.16.1 |
229 | 2024-12-13T20:45:28.637Z | Downloaded cfg-expr v0.17.0 |
230 | 2024-12-13T20:45:28.640Z | Downloaded target-triple v0.1.3 |
231 | 2024-12-13T20:45:28.640Z | Downloaded take_mut v0.2.2 |
232 | 2024-12-13T20:45:28.643Z | Downloaded rustc-hash v1.1.0 |
233 | 2024-12-13T20:45:28.643Z | Downloaded plotters-svg v0.3.7 |
234 | 2024-12-13T20:45:28.647Z | Downloaded crunchy v0.2.2 |
235 | 2024-12-13T20:45:28.647Z | Downloaded zone_cfg_derive v0.1.2 |
236 | 2024-12-13T20:45:28.647Z | Downloaded percent-encoding v2.3.1 |
237 | 2024-12-13T20:45:28.647Z | Downloaded rustls-pemfile v1.0.4 |
238 | 2024-12-13T20:45:28.658Z | Downloaded crucible-workspace-hack v0.1.0 |
239 | 2024-12-13T20:45:28.659Z | Downloaded plotters-backend v0.3.7 |
240 | 2024-12-13T20:45:28.663Z | Downloaded want v0.3.1 |
241 | 2024-12-13T20:45:28.663Z | Downloaded darling_macro v0.20.10 |
242 | 2024-12-13T20:45:28.663Z | Downloaded ciborium-io v0.2.2 |
243 | 2024-12-13T20:45:28.663Z | Downloaded zone_cfg_derive v0.3.0 |
244 | 2024-12-13T20:45:28.663Z | Downloaded serde_urlencoded v0.7.1 |
245 | 2024-12-13T20:45:28.663Z | Downloaded scroll v0.12.0 |
246 | 2024-12-13T20:45:28.663Z | Downloaded signature v2.2.0 |
247 | 2024-12-13T20:45:28.663Z | Downloaded ref-cast v1.0.23 |
248 | 2024-12-13T20:45:28.667Z | Downloaded stable_deref_trait v1.2.0 |
249 | 2024-12-13T20:45:28.667Z | Downloaded ssh-encoding v0.2.0 |
250 | 2024-12-13T20:45:28.667Z | Downloaded dtrace-parser v0.2.0 |
251 | 2024-12-13T20:45:28.671Z | Downloaded slog-bunyan v2.5.0 |
252 | 2024-12-13T20:45:28.671Z | Downloaded tls_codec_derive v0.4.1 |
253 | 2024-12-13T20:45:28.676Z | Downloaded tabled_derive v0.7.0 |
254 | 2024-12-13T20:45:28.676Z | Downloaded futures-lite v2.3.0 |
255 | 2024-12-13T20:45:28.679Z | Downloaded slog-scope v4.4.0 |
256 | 2024-12-13T20:45:28.679Z | Downloaded ident_case v1.0.1 |
257 | 2024-12-13T20:45:28.679Z | Downloaded endian-type v0.1.2 |
258 | 2024-12-13T20:45:28.680Z | Downloaded slog-json v2.6.1 |
259 | 2024-12-13T20:45:28.682Z | Downloaded slog-envlogger v2.2.0 |
260 | 2024-12-13T20:45:28.682Z | Downloaded slog-dtrace v0.3.0 |
261 | 2024-12-13T20:45:28.685Z | Downloaded parking_lot v0.11.2 |
262 | 2024-12-13T20:45:28.687Z | Downloaded half v2.4.1 |
263 | 2024-12-13T20:45:28.690Z | Downloaded untrusted v0.7.1 |
264 | 2024-12-13T20:45:28.692Z | Downloaded dhcproto-macros v0.1.0 |
265 | 2024-12-13T20:45:28.694Z | Downloaded icu_normalizer v1.5.0 |
266 | 2024-12-13T20:45:28.696Z | Downloaded bytes v1.8.0 |
267 | 2024-12-13T20:45:28.700Z | Downloaded icu_normalizer_data v1.5.0 |
268 | 2024-12-13T20:45:28.703Z | Downloaded is_ci v1.2.0 |
269 | 2024-12-13T20:45:28.705Z | Downloaded rustc-demangle v0.1.24 |
270 | 2024-12-13T20:45:28.708Z | Downloaded rpassword v7.3.1 |
271 | 2024-12-13T20:45:28.708Z | Downloaded allocator-api2 v0.2.18 |
272 | 2024-12-13T20:45:28.711Z | Downloaded newtype_derive v0.1.6 |
273 | 2024-12-13T20:45:28.714Z | Downloaded criterion-plot v0.5.0 |
274 | 2024-12-13T20:45:28.718Z | Downloaded target-spec v3.2.2 |
275 | 2024-12-13T20:45:28.721Z | Downloaded tabwriter v1.4.0 |
276 | 2024-12-13T20:45:28.721Z | Downloaded defmt-macros v0.3.9 |
277 | 2024-12-13T20:45:28.724Z | Downloaded chacha20poly1305 v0.10.1 |
278 | 2024-12-13T20:45:28.726Z | Downloaded base64 v0.13.1 |
279 | 2024-12-13T20:45:28.729Z | Downloaded arc-swap v1.7.1 |
280 | 2024-12-13T20:45:28.733Z | Downloaded num_threads v0.1.7 |
281 | 2024-12-13T20:45:28.736Z | Downloaded normalize-line-endings v0.3.0 |
282 | 2024-12-13T20:45:28.736Z | Downloaded tracing-attributes v0.1.27 |
283 | 2024-12-13T20:45:28.738Z | Downloaded universal-hash v0.5.1 |
284 | 2024-12-13T20:45:28.738Z | Downloaded unicode-linebreak v0.1.5 |
285 | 2024-12-13T20:45:28.741Z | Downloaded postgres-types v0.2.8 |
286 | 2024-12-13T20:45:28.743Z | Downloaded oso v0.27.3 |
287 | 2024-12-13T20:45:28.748Z | Downloaded indent_write v2.2.0 |
288 | 2024-12-13T20:45:28.748Z | Downloaded lru-cache v0.1.2 |
289 | 2024-12-13T20:45:28.751Z | Downloaded lazycell v1.3.0 |
290 | 2024-12-13T20:45:28.751Z | Downloaded lazy_static v1.5.0 |
291 | 2024-12-13T20:45:28.753Z | Downloaded futures v0.3.31 |
292 | 2024-12-13T20:45:28.758Z | Downloaded walkdir v2.5.0 |
293 | 2024-12-13T20:45:28.762Z | Downloaded flume v0.11.1 |
294 | 2024-12-13T20:45:28.764Z | Downloaded base64 v0.21.7 |
295 | 2024-12-13T20:45:28.769Z | Downloaded headers v0.4.0 |
296 | 2024-12-13T20:45:28.775Z | Downloaded const-oid v0.9.6 |
297 | 2024-12-13T20:45:28.778Z | Downloaded nodrop v0.1.14 |
298 | 2024-12-13T20:45:28.781Z | Downloaded memmap v0.7.0 |
299 | 2024-12-13T20:45:28.781Z | Downloaded linked-hash-map v0.5.6 |
300 | 2024-12-13T20:45:28.784Z | Downloaded is-terminal v0.4.13 |
301 | 2024-12-13T20:45:28.784Z | Downloaded target-lexicon v0.12.16 |
302 | 2024-12-13T20:45:28.786Z | Downloaded rustls-native-certs v0.7.3 |
303 | 2024-12-13T20:45:28.789Z | Downloaded console v0.15.8 |
304 | 2024-12-13T20:45:28.791Z | Downloaded memoffset v0.9.1 |
305 | 2024-12-13T20:45:28.795Z | Downloaded tower-service v0.3.3 |
306 | 2024-12-13T20:45:28.795Z | Downloaded num_enum v0.5.11 |
307 | 2024-12-13T20:45:28.799Z | Downloaded password-hash v0.4.2 |
308 | 2024-12-13T20:45:28.802Z | Downloaded phf_codegen v0.11.2 |
309 | 2024-12-13T20:45:28.805Z | Downloaded phf v0.11.2 |
310 | 2024-12-13T20:45:28.807Z | Downloaded defmt-parser v0.3.4 |
311 | 2024-12-13T20:45:28.807Z | Downloaded phf_generator v0.11.2 |
312 | 2024-12-13T20:45:28.808Z | Downloaded value-bag v1.9.0 |
313 | 2024-12-13T20:45:28.810Z | Downloaded diesel_table_macro_syntax v0.2.0 |
314 | 2024-12-13T20:45:28.812Z | Downloaded polyval v0.6.2 |
315 | 2024-12-13T20:45:28.815Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-12-13T20:45:28.815Z | Downloaded impl-trait-for-tuples v0.2.2 |
317 | 2024-12-13T20:45:28.819Z | Downloaded rustc_version v0.1.7 |
318 | 2024-12-13T20:45:28.819Z | Downloaded serde_path_to_error v0.1.16 |
319 | 2024-12-13T20:45:28.821Z | Downloaded serde-hex v0.1.0 |
320 | 2024-12-13T20:45:28.824Z | Downloaded fatfs v0.3.6 |
321 | 2024-12-13T20:45:28.826Z | Downloaded pin-project v1.1.6 |
322 | 2024-12-13T20:45:28.838Z | Downloaded zerocopy v0.6.6 |
323 | 2024-12-13T20:45:28.841Z | Downloaded smawk v0.3.2 |
324 | 2024-12-13T20:45:28.844Z | Downloaded rcgen v0.12.1 |
325 | 2024-12-13T20:45:28.847Z | Downloaded bumpalo v3.16.0 |
326 | 2024-12-13T20:45:28.849Z | Downloaded downcast v0.11.0 |
327 | 2024-12-13T20:45:28.851Z | Downloaded memmap2 v0.9.5 |
328 | 2024-12-13T20:45:28.854Z | Downloaded heapless v0.7.17 |
329 | 2024-12-13T20:45:28.857Z | Downloaded derive_more v0.99.18 |
330 | 2024-12-13T20:45:28.861Z | Downloaded swrite v0.1.0 |
331 | 2024-12-13T20:45:28.865Z | Downloaded string_cache v0.8.7 |
332 | 2024-12-13T20:45:28.865Z | Downloaded owo-colors v4.1.0 |
333 | 2024-12-13T20:45:28.868Z | Downloaded des v0.8.1 |
334 | 2024-12-13T20:45:28.871Z | Downloaded serde_regex v1.1.0 |
335 | 2024-12-13T20:45:28.871Z | Downloaded serde_plain v1.0.2 |
336 | 2024-12-13T20:45:28.871Z | Downloaded thiserror-impl-no-std v2.0.2 |
337 | 2024-12-13T20:45:28.873Z | Downloaded stringmetrics v2.2.2 |
338 | 2024-12-13T20:45:28.875Z | Downloaded thiserror-impl v2.0.3 |
339 | 2024-12-13T20:45:28.878Z | Downloaded toml_datetime v0.6.8 |
340 | 2024-12-13T20:45:28.878Z | Downloaded thiserror v1.0.69 |
341 | 2024-12-13T20:45:28.882Z | Downloaded unicode-truncate v1.1.0 |
342 | 2024-12-13T20:45:28.884Z | Downloaded radium v0.7.0 |
343 | 2024-12-13T20:45:28.886Z | Downloaded pathdiff v0.2.2 |
344 | 2024-12-13T20:45:28.886Z | Downloaded openssl-macros v0.1.1 |
345 | 2024-12-13T20:45:28.888Z | Downloaded zone v0.3.0 |
346 | 2024-12-13T20:45:28.888Z | Downloaded postgres-protocol v0.6.7 |
347 | 2024-12-13T20:45:28.890Z | Downloaded unicase v2.7.0 |
348 | 2024-12-13T20:45:28.892Z | Downloaded pem-rfc7468 v0.7.0 |
349 | 2024-12-13T20:45:28.894Z | Downloaded datatest-stable v0.2.9 |
350 | 2024-12-13T20:45:28.897Z | Downloaded precomputed-hash v0.1.1 |
351 | 2024-12-13T20:45:28.898Z | Downloaded usdt v0.5.0 |
352 | 2024-12-13T20:45:28.901Z | Downloaded unsafe-libyaml v0.2.11 |
353 | 2024-12-13T20:45:28.904Z | Downloaded cipher v0.4.4 |
354 | 2024-12-13T20:45:28.904Z | Downloaded quinn v0.11.5 |
355 | 2024-12-13T20:45:28.907Z | Downloaded crossbeam-deque v0.8.5 |
356 | 2024-12-13T20:45:28.909Z | Downloaded thiserror v2.0.3 |
357 | 2024-12-13T20:45:28.913Z | Downloaded dyn-clone v1.0.17 |
358 | 2024-12-13T20:45:28.916Z | Downloaded term v0.7.0 |
359 | 2024-12-13T20:45:28.918Z | Downloaded smallvec v1.13.2 |
360 | 2024-12-13T20:45:28.922Z | Downloaded ciborium-ll v0.2.2 |
361 | 2024-12-13T20:45:28.925Z | Downloaded writeable v0.5.5 |
362 | 2024-12-13T20:45:28.925Z | Downloaded fancy-regex v0.13.0 |
363 | 2024-12-13T20:45:28.928Z | Downloaded hickory-resolver v0.24.1 |
364 | 2024-12-13T20:45:28.932Z | Downloaded maplit v1.0.2 |
365 | 2024-12-13T20:45:28.934Z | Downloaded lru v0.12.5 |
366 | 2024-12-13T20:45:28.934Z | Downloaded icu_collections v1.5.0 |
367 | 2024-12-13T20:45:28.939Z | Downloaded spin v0.5.2 |
368 | 2024-12-13T20:45:28.942Z | Downloaded flate2 v1.0.34 |
369 | 2024-12-13T20:45:28.946Z | Downloaded indoc v2.0.5 |
370 | 2024-12-13T20:45:28.948Z | Downloaded ed25519 v2.2.3 |
371 | 2024-12-13T20:45:28.951Z | Downloaded tar v0.4.42 |
372 | 2024-12-13T20:45:28.953Z | Downloaded pin-utils v0.1.0 |
373 | 2024-12-13T20:45:28.956Z | Downloaded packed_struct v0.10.1 |
374 | 2024-12-13T20:45:28.958Z | Downloaded nanorand v0.7.0 |
375 | 2024-12-13T20:45:28.960Z | Downloaded instability v0.3.2 |
376 | 2024-12-13T20:45:28.960Z | Downloaded serde_derive v1.0.215 |
377 | 2024-12-13T20:45:28.963Z | Downloaded inout v0.1.3 |
378 | 2024-12-13T20:45:28.965Z | Downloaded indoc v1.0.9 |
379 | 2024-12-13T20:45:28.968Z | Downloaded postcard v1.0.10 |
380 | 2024-12-13T20:45:28.971Z | Downloaded num-complex v0.4.6 |
381 | 2024-12-13T20:45:28.975Z | Downloaded event-listener v2.5.3 |
382 | 2024-12-13T20:45:28.975Z | Downloaded const_format v0.2.33 |
383 | 2024-12-13T20:45:28.979Z | Downloaded piper v0.2.4 |
384 | 2024-12-13T20:45:28.979Z | Downloaded rustfmt-wrapper v0.2.1 |
385 | 2024-12-13T20:45:28.982Z | Downloaded test-strategy v0.3.1 |
386 | 2024-12-13T20:45:28.985Z | Downloaded rand_core v0.6.4 |
387 | 2024-12-13T20:45:28.985Z | Downloaded rand_chacha v0.3.1 |
388 | 2024-12-13T20:45:28.988Z | Downloaded powerfmt v0.2.0 |
389 | 2024-12-13T20:45:28.988Z | Downloaded pbkdf2 v0.12.2 |
390 | 2024-12-13T20:45:28.992Z | Downloaded slab v0.4.9 |
391 | 2024-12-13T20:45:28.995Z | Downloaded scrypt v0.11.0 |
392 | 2024-12-13T20:45:28.995Z | Downloaded rstest v0.23.0 |
393 | 2024-12-13T20:45:28.999Z | Downloaded macaddr v1.0.1 |
394 | 2024-12-13T20:45:29.002Z | Downloaded trybuild v1.0.101 |
395 | 2024-12-13T20:45:29.005Z | Downloaded http v1.1.0 |
396 | 2024-12-13T20:45:29.008Z | Downloaded zone v0.1.8 |
397 | 2024-12-13T20:45:29.011Z | Downloaded thread-id v4.2.2 |
398 | 2024-12-13T20:45:29.011Z | Downloaded termtree v0.4.1 |
399 | 2024-12-13T20:45:29.011Z | Downloaded oso-derive v0.27.3 |
400 | 2024-12-13T20:45:29.014Z | Downloaded defmt v0.3.8 |
401 | 2024-12-13T20:45:29.016Z | Downloaded thiserror-no-std v2.0.2 |
402 | 2024-12-13T20:45:29.018Z | Downloaded md5 v0.7.0 |
403 | 2024-12-13T20:45:29.020Z | Downloaded sha1 v0.10.6 |
404 | 2024-12-13T20:45:29.022Z | Downloaded typify-macro v0.2.0 |
405 | 2024-12-13T20:45:29.022Z | Downloaded termios v0.3.3 |
406 | 2024-12-13T20:45:29.024Z | Downloaded diff v0.1.13 |
407 | 2024-12-13T20:45:29.027Z | Downloaded structmeta-derive v0.3.0 |
408 | 2024-12-13T20:45:29.029Z | Downloaded schemars v0.8.21 |
409 | 2024-12-13T20:45:29.039Z | Downloaded phf_shared v0.10.0 |
410 | 2024-12-13T20:45:29.041Z | Downloaded xattr v1.3.1 |
411 | 2024-12-13T20:45:29.043Z | Downloaded xz2 v0.1.7 |
412 | 2024-12-13T20:45:29.043Z | Downloaded papergrid v0.11.0 |
413 | 2024-12-13T20:45:29.049Z | Downloaded tui-tree-widget v0.22.0 |
414 | 2024-12-13T20:45:29.051Z | Downloaded aes-gcm v0.10.3 |
415 | 2024-12-13T20:45:29.054Z | Downloaded ppv-lite86 v0.2.20 |
416 | 2024-12-13T20:45:29.056Z | Downloaded zerocopy-derive v0.7.35 |
417 | 2024-12-13T20:45:29.058Z | Downloaded predicates v3.1.2 |
418 | 2024-12-13T20:45:29.061Z | Downloaded managed v0.8.0 |
419 | 2024-12-13T20:45:29.064Z | Downloaded crossbeam-epoch v0.9.18 |
420 | 2024-12-13T20:45:29.067Z | Downloaded dof v0.3.0 |
421 | 2024-12-13T20:45:29.067Z | Downloaded indexmap v1.9.3 |
422 | 2024-12-13T20:45:29.069Z | Downloaded linear-map v1.2.0 |
423 | 2024-12-13T20:45:29.072Z | Downloaded itoa v1.0.11 |
424 | 2024-12-13T20:45:29.075Z | Downloaded snafu-derive v0.8.5 |
425 | 2024-12-13T20:45:29.075Z | Downloaded zerocopy-derive v0.8.10 |
426 | 2024-12-13T20:45:29.079Z | Downloaded yoke-derive v0.7.4 |
427 | 2024-12-13T20:45:29.083Z | Downloaded serde-big-array v0.5.1 |
428 | 2024-12-13T20:45:29.086Z | Downloaded num_cpus v1.16.0 |
429 | 2024-12-13T20:45:29.086Z | Downloaded tokio-native-tls v0.3.1 |
430 | 2024-12-13T20:45:29.089Z | Downloaded num-rational v0.4.2 |
431 | 2024-12-13T20:45:29.089Z | Downloaded dsl_auto_type v0.1.2 |
432 | 2024-12-13T20:45:29.091Z | Downloaded md-5 v0.10.6 |
433 | 2024-12-13T20:45:29.091Z | Downloaded internet-checksum v0.2.1 |
434 | 2024-12-13T20:45:29.093Z | Downloaded vte v0.11.1 |
435 | 2024-12-13T20:45:29.096Z | Downloaded clang-sys v1.8.1 |
436 | 2024-12-13T20:45:29.098Z | Downloaded hickory-server v0.24.1 |
437 | 2024-12-13T20:45:29.102Z | Downloaded cstr-argument v0.1.2 |
438 | 2024-12-13T20:45:29.104Z | Downloaded mime v0.3.17 |
439 | 2024-12-13T20:45:29.106Z | Downloaded lalrpop-util v0.19.12 |
440 | 2024-12-13T20:45:29.106Z | Downloaded vte_generate_state_changes v0.1.2 |
441 | 2024-12-13T20:45:29.106Z | Downloaded strum v0.26.3 |
442 | 2024-12-13T20:45:29.108Z | Downloaded phf_shared v0.11.2 |
443 | 2024-12-13T20:45:29.108Z | Downloaded sct v0.7.1 |
444 | 2024-12-13T20:45:29.111Z | Downloaded crc-catalog v2.4.0 |
445 | 2024-12-13T20:45:29.114Z | Downloaded p521 v0.13.3 |
446 | 2024-12-13T20:45:29.116Z | Downloaded memchr v2.7.4 |
447 | 2024-12-13T20:45:29.122Z | Downloaded rand_xorshift v0.3.0 |
448 | 2024-12-13T20:45:29.125Z | Downloaded r2d2 v0.8.10 |
449 | 2024-12-13T20:45:29.125Z | Downloaded quinn-udp v0.5.5 |
450 | 2024-12-13T20:45:29.128Z | Downloaded crc32fast v1.4.2 |
451 | 2024-12-13T20:45:29.129Z | Downloaded match_cfg v0.1.0 |
452 | 2024-12-13T20:45:29.132Z | Downloaded nested v0.1.1 |
453 | 2024-12-13T20:45:29.132Z | Downloaded instant v0.1.13 |
454 | 2024-12-13T20:45:29.132Z | Downloaded number_prefix v0.4.0 |
455 | 2024-12-13T20:45:29.135Z | Downloaded slog-term v2.9.1 |
456 | 2024-12-13T20:45:29.135Z | Downloaded rsa v0.9.6 |
457 | 2024-12-13T20:45:29.140Z | Downloaded tiny-keccak v2.0.2 |
458 | 2024-12-13T20:45:29.143Z | Downloaded scheduled-thread-pool v0.2.7 |
459 | 2024-12-13T20:45:29.145Z | Downloaded clap_derive v4.5.18 |
460 | 2024-12-13T20:45:29.148Z | Downloaded socket2 v0.5.7 |
461 | 2024-12-13T20:45:29.150Z | Downloaded clap v4.5.21 |
462 | 2024-12-13T20:45:29.156Z | Downloaded untrusted v0.9.0 |
463 | 2024-12-13T20:45:29.159Z | Downloaded guppy v0.17.8 |
464 | 2024-12-13T20:45:29.164Z | Downloaded unicode-properties v0.1.3 |
465 | 2024-12-13T20:45:29.166Z | Downloaded serde_spanned v0.6.8 |
466 | 2024-12-13T20:45:29.168Z | Downloaded toml v0.8.19 |
467 | 2024-12-13T20:45:29.171Z | Downloaded structmeta v0.3.0 |
468 | 2024-12-13T20:45:29.172Z | Downloaded reedline v0.35.0 |
469 | 2024-12-13T20:45:29.179Z | Downloaded zeroize_derive v1.4.2 |
470 | 2024-12-13T20:45:29.181Z | Downloaded derive_builder_core v0.20.2 |
471 | 2024-12-13T20:45:29.184Z | Downloaded darling v0.20.10 |
472 | 2024-12-13T20:45:29.186Z | Downloaded tokio-macros v2.4.0 |
473 | 2024-12-13T20:45:29.189Z | Downloaded sync_wrapper v1.0.1 |
474 | 2024-12-13T20:45:29.189Z | Downloaded display-error-chain v0.2.2 |
475 | 2024-12-13T20:45:29.192Z | Downloaded colorchoice v1.0.2 |
476 | 2024-12-13T20:45:29.192Z | Downloaded cobs v0.2.3 |
477 | 2024-12-13T20:45:29.194Z | Downloaded version_check v0.9.5 |
478 | 2024-12-13T20:45:29.194Z | Downloaded strum_macros v0.24.3 |
479 | 2024-12-13T20:45:29.197Z | Downloaded quote v1.0.37 |
480 | 2024-12-13T20:45:29.199Z | Downloaded structmeta-derive v0.2.0 |
481 | 2024-12-13T20:45:29.201Z | Downloaded mime_guess v2.0.5 |
482 | 2024-12-13T20:45:29.204Z | Downloaded pin-project-lite v0.2.14 |
483 | 2024-12-13T20:45:29.206Z | Downloaded toolchain_find v0.4.0 |
484 | 2024-12-13T20:45:29.208Z | Downloaded derive-where v1.2.7 |
485 | 2024-12-13T20:45:29.211Z | Downloaded path-tree v0.8.1 |
486 | 2024-12-13T20:45:29.213Z | Downloaded dropshot_endpoint v0.12.0 |
487 | 2024-12-13T20:45:29.215Z | Downloaded either v1.13.0 |
488 | 2024-12-13T20:45:29.218Z | Downloaded deranged v0.3.11 |
489 | 2024-12-13T20:45:29.220Z | Downloaded num-iter v0.1.45 |
490 | 2024-12-13T20:45:29.220Z | Downloaded parking v2.2.1 |
491 | 2024-12-13T20:45:29.220Z | Downloaded multimap v0.10.0 |
492 | 2024-12-13T20:45:29.223Z | Downloaded psl-types v2.0.11 |
493 | 2024-12-13T20:45:29.223Z | Downloaded is_terminal_polyfill v1.70.1 |
494 | 2024-12-13T20:45:29.225Z | Downloaded num-traits v0.2.19 |
495 | 2024-12-13T20:45:29.227Z | Downloaded yansi v1.0.1 |
496 | 2024-12-13T20:45:29.230Z | Downloaded url v2.5.3 |
497 | 2024-12-13T20:45:29.232Z | Downloaded rand v0.8.5 |
498 | 2024-12-13T20:45:29.236Z | Downloaded zerofrom v0.1.4 |
499 | 2024-12-13T20:45:29.239Z | Downloaded hyper v1.5.0 |
500 | 2024-12-13T20:45:29.244Z | Downloaded icu_provider_macros v1.5.0 |
501 | 2024-12-13T20:45:29.246Z | Downloaded hashbrown v0.14.5 |
502 | 2024-12-13T20:45:29.249Z | Downloaded slog-async v2.8.0 |
503 | 2024-12-13T20:45:29.252Z | Downloaded dropshot_endpoint v0.13.0 |
504 | 2024-12-13T20:45:29.254Z | Downloaded aes v0.8.4 |
505 | 2024-12-13T20:45:29.258Z | Downloaded russh-cryptovec v0.7.3 |
506 | 2024-12-13T20:45:29.261Z | Downloaded simd-adler32 v0.3.7 |
507 | 2024-12-13T20:45:29.262Z | Downloaded smallvec v0.6.14 |
508 | 2024-12-13T20:45:29.264Z | Downloaded newline-converter v0.3.0 |
509 | 2024-12-13T20:45:29.265Z | Downloaded new_debug_unreachable v1.0.6 |
510 | 2024-12-13T20:45:29.265Z | Downloaded aws-lc-rs v1.10.0 |
511 | 2024-12-13T20:45:29.274Z | Downloaded shlex v1.3.0 |
512 | 2024-12-13T20:45:29.277Z | Downloaded ipnet v2.10.1 |
513 | 2024-12-13T20:45:29.277Z | Downloaded thread_local v1.1.8 |
514 | 2024-12-13T20:45:29.281Z | Downloaded terminal_size v0.4.0 |
515 | 2024-12-13T20:45:29.281Z | Downloaded native-tls v0.2.12 |
516 | 2024-12-13T20:45:29.284Z | Downloaded time-core v0.1.2 |
517 | 2024-12-13T20:45:29.284Z | Downloaded sync-ptr v0.1.1 |
518 | 2024-12-13T20:45:29.284Z | Downloaded threadpool v1.8.1 |
519 | 2024-12-13T20:45:29.287Z | Downloaded crossbeam-channel v0.5.13 |
520 | 2024-12-13T20:45:29.290Z | Downloaded usdt-macro v0.5.0 |
521 | 2024-12-13T20:45:29.292Z | Downloaded usdt-impl v0.5.0 |
522 | 2024-12-13T20:45:29.293Z | Downloaded pkcs5 v0.7.1 |
523 | 2024-12-13T20:45:29.295Z | Downloaded spin v0.9.8 |
524 | 2024-12-13T20:45:29.298Z | Downloaded diesel-dtrace v0.4.0 |
525 | 2024-12-13T20:45:29.301Z | Downloaded rusty-fork v0.3.0 |
526 | 2024-12-13T20:45:29.301Z | Downloaded unicode-ident v1.0.13 |
527 | 2024-12-13T20:45:29.305Z | Downloaded zip v0.6.6 |
528 | 2024-12-13T20:45:29.308Z | Downloaded ssh-key v0.6.6 |
529 | 2024-12-13T20:45:29.314Z | Downloaded write16 v1.0.0 |
530 | 2024-12-13T20:45:29.319Z | Downloaded openssl-probe v0.1.5 |
531 | 2024-12-13T20:45:29.319Z | Downloaded zerofrom-derive v0.1.4 |
532 | 2024-12-13T20:45:29.321Z | Downloaded maybe-uninit v2.0.0 |
533 | 2024-12-13T20:45:29.321Z | Downloaded h2 v0.4.6 |
534 | 2024-12-13T20:45:29.325Z | Downloaded enum-as-inner v0.6.1 |
535 | 2024-12-13T20:45:29.328Z | Downloaded matches v0.1.10 |
536 | 2024-12-13T20:45:29.328Z | Downloaded serde_json v1.0.132 |
537 | 2024-12-13T20:45:29.335Z | Downloaded mirai-annotations v1.12.0 |
538 | 2024-12-13T20:45:29.337Z | Downloaded serde_with v3.11.0 |
539 | 2024-12-13T20:45:29.345Z | Downloaded serde_tokenstream v0.2.2 |
540 | 2024-12-13T20:45:29.347Z | Downloaded proc-macro-error-attr v1.0.4 |
541 | 2024-12-13T20:45:29.347Z | Downloaded plain v0.2.3 |
542 | 2024-12-13T20:45:29.350Z | Downloaded paste v1.0.15 |
543 | 2024-12-13T20:45:29.353Z | Downloaded tokio-tungstenite v0.24.0 |
544 | 2024-12-13T20:45:29.356Z | Downloaded unicode-normalization v0.1.24 |
545 | 2024-12-13T20:45:29.359Z | Downloaded resolv-conf v0.7.0 |
546 | 2024-12-13T20:45:29.359Z | Downloaded proc-macro-crate v3.2.0 |
547 | 2024-12-13T20:45:29.359Z | Downloaded proc-macro-crate v1.3.1 |
548 | 2024-12-13T20:45:29.361Z | Downloaded slog-stdlog v4.1.1 |
549 | 2024-12-13T20:45:29.363Z | Downloaded toml v0.7.8 |
550 | 2024-12-13T20:45:29.366Z | Downloaded same-file v1.0.6 |
551 | 2024-12-13T20:45:29.368Z | Downloaded tinystr v0.7.6 |
552 | 2024-12-13T20:45:29.370Z | Downloaded indicatif v0.17.9 |
553 | 2024-12-13T20:45:29.372Z | Downloaded indexmap v2.6.0 |
554 | 2024-12-13T20:45:29.377Z | Downloaded russh-keys v0.45.0 |
555 | 2024-12-13T20:45:29.380Z | Downloaded hkdf v0.12.4 |
556 | 2024-12-13T20:45:29.382Z | Downloaded opaque-debug v0.3.1 |
557 | 2024-12-13T20:45:29.384Z | Downloaded lockfree-object-pool v0.1.6 |
558 | 2024-12-13T20:45:29.386Z | Downloaded unicode_categories v0.1.1 |
559 | 2024-12-13T20:45:29.387Z | Downloaded aho-corasick v1.1.3 |
560 | 2024-12-13T20:45:29.392Z | Downloaded equivalent v1.0.1 |
561 | 2024-12-13T20:45:29.394Z | Downloaded embedded-io v0.4.0 |
562 | 2024-12-13T20:45:29.396Z | Downloaded which v4.4.2 |
563 | 2024-12-13T20:45:29.396Z | Downloaded multer v3.1.0 |
564 | 2024-12-13T20:45:29.399Z | Downloaded constant_time_eq v0.3.1 |
565 | 2024-12-13T20:45:29.401Z | Downloaded dirs-sys-next v0.1.2 |
566 | 2024-12-13T20:45:29.401Z | Downloaded cookie_store v0.21.0 |
567 | 2024-12-13T20:45:29.404Z | Downloaded openssl-sys v0.9.103 |
568 | 2024-12-13T20:45:29.408Z | Downloaded wyz v0.5.1 |
569 | 2024-12-13T20:45:29.410Z | Downloaded qorb v0.2.1 |
570 | 2024-12-13T20:45:29.413Z | Downloaded scroll_derive v0.12.0 |
571 | 2024-12-13T20:45:29.416Z | Downloaded publicsuffix v2.2.3 |
572 | 2024-12-13T20:45:29.418Z | Downloaded spki v0.7.3 |
573 | 2024-12-13T20:45:29.420Z | Downloaded signal-hook-mio v0.2.4 |
574 | 2024-12-13T20:45:29.422Z | Downloaded tokio-tungstenite v0.23.1 |
575 | 2024-12-13T20:45:29.424Z | Downloaded snafu v0.8.5 |
576 | 2024-12-13T20:45:29.429Z | Downloaded num-conv v0.1.0 |
577 | 2024-12-13T20:45:29.431Z | Downloaded rtoolbox v0.0.2 |
578 | 2024-12-13T20:45:29.431Z | Downloaded typify v0.2.0 |
579 | 2024-12-13T20:45:29.434Z | Downloaded unarray v0.1.4 |
580 | 2024-12-13T20:45:29.439Z | Downloaded ctr v0.9.2 |
581 | 2024-12-13T20:45:29.442Z | Downloaded rayon-core v1.12.1 |
582 | 2024-12-13T20:45:29.442Z | Downloaded event-listener-strategy v0.5.2 |
583 | 2024-12-13T20:45:29.443Z | Downloaded strsim v0.11.1 |
584 | 2024-12-13T20:45:29.445Z | Downloaded nom v7.1.3 |
585 | 2024-12-13T20:45:29.451Z | Downloaded rust-argon2 v2.1.0 |
586 | 2024-12-13T20:45:29.454Z | Downloaded proc-macro-error v1.0.4 |
587 | 2024-12-13T20:45:29.456Z | Downloaded utf-8 v0.7.6 |
588 | 2024-12-13T20:45:29.456Z | Downloaded time-macros v0.2.18 |
589 | 2024-12-13T20:45:29.459Z | Downloaded icu_provider v1.5.0 |
590 | 2024-12-13T20:45:29.462Z | Downloaded elliptic-curve v0.13.8 |
591 | 2024-12-13T20:45:29.466Z | Downloaded oorandom v11.1.4 |
592 | 2024-12-13T20:45:29.466Z | Downloaded num v0.4.3 |
593 | 2024-12-13T20:45:29.469Z | Downloaded libsw v3.3.1 |
594 | 2024-12-13T20:45:29.469Z | Downloaded futures-util v0.3.31 |
595 | 2024-12-13T20:45:29.480Z | Downloaded topological-sort v0.2.2 |
596 | 2024-12-13T20:45:29.483Z | Downloaded schemars_derive v0.8.21 |
597 | 2024-12-13T20:45:29.483Z | Downloaded rfc6979 v0.4.0 |
598 | 2024-12-13T20:45:29.485Z | Downloaded escape8259 v0.5.3 |
599 | 2024-12-13T20:45:29.485Z | Downloaded zerovec-derive v0.10.3 |
600 | 2024-12-13T20:45:29.488Z | Downloaded lock_api v0.4.12 |
601 | 2024-12-13T20:45:29.488Z | Downloaded litemap v0.7.3 |
602 | 2024-12-13T20:45:29.490Z | Downloaded convert_case v0.4.0 |
603 | 2024-12-13T20:45:29.492Z | Downloaded utf8parse v0.2.2 |
604 | 2024-12-13T20:45:29.492Z | Downloaded slog v2.7.0 |
605 | 2024-12-13T20:45:29.495Z | Downloaded synstructure v0.13.1 |
606 | 2024-12-13T20:45:29.498Z | Downloaded idna v1.0.3 |
607 | 2024-12-13T20:45:29.501Z | Downloaded fallible-iterator v0.2.0 |
608 | 2024-12-13T20:45:29.503Z | Downloaded curve25519-dalek-derive v0.1.1 |
609 | 2024-12-13T20:45:29.503Z | Downloaded whoami v1.5.2 |
610 | 2024-12-13T20:45:29.510Z | Downloaded mockall_derive v0.13.0 |
611 | 2024-12-13T20:45:29.510Z | Downloaded crossbeam-utils v0.8.20 |
612 | 2024-12-13T20:45:29.512Z | Downloaded num-derive v0.4.2 |
613 | 2024-12-13T20:45:29.512Z | Downloaded env_logger v0.11.5 |
614 | 2024-12-13T20:45:29.515Z | Downloaded const_format_proc_macros v0.2.33 |
615 | 2024-12-13T20:45:29.517Z | Downloaded structmeta v0.2.0 |
616 | 2024-12-13T20:45:29.519Z | Downloaded zerocopy v0.7.35 |
617 | 2024-12-13T20:45:29.532Z | Downloaded static_assertions v1.1.0 |
618 | 2024-12-13T20:45:29.535Z | Downloaded siphasher v0.3.11 |
619 | 2024-12-13T20:45:29.537Z | Downloaded primeorder v0.13.6 |
620 | 2024-12-13T20:45:29.537Z | Downloaded goblin v0.8.2 |
621 | 2024-12-13T20:45:29.542Z | Downloaded data-encoding v2.6.0 |
622 | 2024-12-13T20:45:29.545Z | Downloaded diesel_derives v2.2.3 |
623 | 2024-12-13T20:45:29.547Z | Downloaded num-integer v0.1.46 |
624 | 2024-12-13T20:45:29.553Z | Downloaded mockall v0.13.0 |
625 | 2024-12-13T20:45:29.557Z | Downloaded cmake v0.1.51 |
626 | 2024-12-13T20:45:29.557Z | Downloaded strum_macros v0.25.3 |
627 | 2024-12-13T20:45:29.557Z | Downloaded cpufeatures v0.2.14 |
628 | 2024-12-13T20:45:29.557Z | Downloaded log v0.4.22 |
629 | 2024-12-13T20:45:29.559Z | Downloaded crc v3.2.1 |
630 | 2024-12-13T20:45:29.561Z | Downloaded csv-core v0.1.11 |
631 | 2024-12-13T20:45:29.566Z | Downloaded proc-macro2 v1.0.89 |
632 | 2024-12-13T20:45:29.566Z | Downloaded concurrent-queue v2.5.0 |
633 | 2024-12-13T20:45:29.569Z | Downloaded parking_lot_core v0.8.6 |
634 | 2024-12-13T20:45:29.569Z | Downloaded utf8_iter v1.0.4 |
635 | 2024-12-13T20:45:29.571Z | Downloaded shell-words v1.1.0 |
636 | 2024-12-13T20:45:29.572Z | Downloaded packed_struct_codegen v0.10.1 |
637 | 2024-12-13T20:45:29.572Z | Downloaded stringprep v0.1.5 |
638 | 2024-12-13T20:45:29.574Z | Downloaded progenitor v0.8.0 |
639 | 2024-12-13T20:45:29.574Z | Downloaded libtest-mimic v0.7.3 |
640 | 2024-12-13T20:45:29.578Z | Downloaded path-slash v0.1.5 |
641 | 2024-12-13T20:45:29.578Z | Downloaded async-std v1.13.0 |
642 | 2024-12-13T20:45:29.595Z | Downloaded peg-runtime v0.8.3 |
643 | 2024-12-13T20:45:29.599Z | Downloaded serde_yaml v0.9.34+deprecated |
644 | 2024-12-13T20:45:29.601Z | Downloaded portable-atomic v1.9.0 |
645 | 2024-12-13T20:45:29.605Z | Downloaded env_logger v0.10.2 |
646 | 2024-12-13T20:45:29.609Z | Downloaded sec1 v0.7.3 |
647 | 2024-12-13T20:45:29.612Z | Downloaded pest_generator v2.7.14 |
648 | 2024-12-13T20:45:29.614Z | Downloaded strip-ansi-escapes v0.2.0 |
649 | 2024-12-13T20:45:29.614Z | Downloaded toml_edit v0.19.15 |
650 | 2024-12-13T20:45:29.627Z | Downloaded pkg-config v0.3.31 |
651 | 2024-12-13T20:45:29.630Z | Downloaded libefi-sys v0.1.0 |
652 | 2024-12-13T20:45:29.632Z | Downloaded kv-log-macro v1.0.7 |
653 | 2024-12-13T20:45:29.632Z | Downloaded kstat-rs v0.2.4 |
654 | 2024-12-13T20:45:29.634Z | Downloaded wait-timeout v0.2.0 |
655 | 2024-12-13T20:45:29.634Z | Downloaded yasna v0.5.2 |
656 | 2024-12-13T20:45:29.637Z | Downloaded sqlformat v0.2.6 |
657 | 2024-12-13T20:45:29.640Z | Downloaded rustls-pemfile v2.2.0 |
658 | 2024-12-13T20:45:29.640Z | Downloaded ryu v1.0.18 |
659 | 2024-12-13T20:45:29.643Z | Downloaded tinyvec_macros v0.1.1 |
660 | 2024-12-13T20:45:29.645Z | Downloaded pkcs8 v0.10.2 |
661 | 2024-12-13T20:45:29.649Z | Downloaded parking_lot v0.12.3 |
662 | 2024-12-13T20:45:29.652Z | Downloaded toml_edit v0.22.22 |
663 | 2024-12-13T20:45:29.670Z | Downloaded digest v0.10.7 |
664 | 2024-12-13T20:45:29.673Z | Downloaded difflib v0.4.0 |
665 | 2024-12-13T20:45:29.673Z | Downloaded crypto-common v0.1.6 |
666 | 2024-12-13T20:45:29.673Z | Downloaded peg v0.8.4 |
667 | 2024-12-13T20:45:29.675Z | Downloaded rustc_version v0.4.1 |
668 | 2024-12-13T20:45:29.677Z | Downloaded strum_macros v0.26.4 |
669 | 2024-12-13T20:45:29.679Z | Downloaded clap_lex v0.7.2 |
670 | 2024-12-13T20:45:29.682Z | Downloaded utf16_iter v1.0.5 |
671 | 2024-12-13T20:45:29.682Z | Downloaded relative-path v1.9.3 |
672 | 2024-12-13T20:45:29.682Z | Downloaded num-bigint-dig v0.8.4 |
673 | 2024-12-13T20:45:29.686Z | Downloaded tokio-util v0.7.12 |
674 | 2024-12-13T20:45:29.692Z | Downloaded tempfile v3.13.0 |
675 | 2024-12-13T20:45:29.695Z | Downloaded zeroize v1.8.1 |
676 | 2024-12-13T20:45:29.697Z | Downloaded twox-hash v1.6.3 |
677 | 2024-12-13T20:45:29.699Z | Downloaded tungstenite v0.24.0 |
678 | 2024-12-13T20:45:29.701Z | Downloaded mio v1.0.2 |
679 | 2024-12-13T20:45:29.706Z | Downloaded semver v0.1.20 |
680 | 2024-12-13T20:45:29.709Z | Downloaded p256 v0.13.2 |
681 | 2024-12-13T20:45:29.711Z | Downloaded signal-hook-tokio v0.3.1 |
682 | 2024-12-13T20:45:29.713Z | Downloaded keccak v0.1.5 |
683 | 2024-12-13T20:45:29.713Z | Downloaded jobserver v0.1.32 |
684 | 2024-12-13T20:45:29.715Z | Downloaded embedded-io v0.6.1 |
685 | 2024-12-13T20:45:29.717Z | Downloaded der_derive v0.7.3 |
686 | 2024-12-13T20:45:29.720Z | Downloaded tls_codec v0.4.1 |
687 | 2024-12-13T20:45:29.720Z | Downloaded libloading v0.8.5 |
688 | 2024-12-13T20:45:29.722Z | Downloaded termcolor v1.4.1 |
689 | 2024-12-13T20:45:29.725Z | Downloaded ena v0.14.3 |
690 | 2024-12-13T20:45:29.725Z | Downloaded dirs-next v2.0.0 |
691 | 2024-12-13T20:45:29.728Z | Downloaded unicode-bidi v0.3.17 |
692 | 2024-12-13T20:45:29.730Z | Downloaded samael v0.0.17 |
693 | 2024-12-13T20:45:29.734Z | Downloaded similar-asserts v1.6.0 |
694 | 2024-12-13T20:45:29.737Z | Downloaded omicron-zone-package v0.11.1 |
695 | 2024-12-13T20:45:29.739Z | Downloaded icu_properties v1.5.1 |
696 | 2024-12-13T20:45:29.741Z | Downloaded signal-hook-registry v1.4.2 |
697 | 2024-12-13T20:45:29.741Z | Downloaded tungstenite v0.21.0 |
698 | 2024-12-13T20:45:29.744Z | Downloaded event-listener v5.3.1 |
699 | 2024-12-13T20:45:29.748Z | Downloaded unicode-segmentation v1.12.0 |
700 | 2024-12-13T20:45:29.752Z | Downloaded yoke v0.7.4 |
701 | 2024-12-13T20:45:29.755Z | Downloaded git2 v0.19.0 |
702 | 2024-12-13T20:45:29.759Z | Downloaded poly1305 v0.8.0 |
703 | 2024-12-13T20:45:29.762Z | Downloaded peg-macros v0.8.4 |
704 | 2024-12-13T20:45:29.764Z | Downloaded itertools v0.10.5 |
705 | 2024-12-13T20:45:29.768Z | Downloaded clap_builder v4.5.21 |
706 | 2024-12-13T20:45:29.775Z | Downloaded tinyvec v1.8.0 |
707 | 2024-12-13T20:45:29.777Z | Downloaded pest_meta v2.7.14 |
708 | 2024-12-13T20:45:29.779Z | Downloaded compact_str v0.8.0 |
709 | 2024-12-13T20:45:29.782Z | Downloaded parking_lot_core v0.9.10 |
710 | 2024-12-13T20:45:29.785Z | Downloaded tungstenite v0.23.0 |
711 | 2024-12-13T20:45:29.787Z | Downloaded once_cell v1.20.2 |
712 | 2024-12-13T20:45:29.790Z | Downloaded nu-ansi-term v0.50.1 |
713 | 2024-12-13T20:45:29.792Z | Downloaded tokio-postgres v0.7.12 |
714 | 2024-12-13T20:45:29.796Z | Downloaded minimal-lexical v0.2.1 |
715 | 2024-12-13T20:45:29.801Z | Downloaded zerocopy v0.8.10 |
716 | 2024-12-13T20:45:29.823Z | Downloaded tokio-tungstenite v0.21.0 |
717 | 2024-12-13T20:45:29.825Z | Downloaded rustls-webpki v0.102.8 |
718 | 2024-12-13T20:45:29.842Z | Downloaded der v0.7.9 |
719 | 2024-12-13T20:45:29.846Z | Downloaded salty v0.3.0 |
720 | 2024-12-13T20:45:29.853Z | Downloaded gimli v0.31.1 |
721 | 2024-12-13T20:45:29.861Z | Downloaded fallible-iterator v0.3.0 |
722 | 2024-12-13T20:45:29.870Z | Downloaded plotters v0.3.7 |
723 | 2024-12-13T20:45:29.875Z | Downloaded signal-hook v0.3.17 |
724 | 2024-12-13T20:45:29.875Z | Downloaded ucd-trie v0.1.7 |
725 | 2024-12-13T20:45:29.875Z | Downloaded itertools v0.12.1 |
726 | 2024-12-13T20:45:29.880Z | Downloaded libxml v0.3.3 |
727 | 2024-12-13T20:45:29.886Z | Downloaded typenum v1.17.0 |
728 | 2024-12-13T20:45:29.888Z | Downloaded pest v2.7.14 |
729 | 2024-12-13T20:45:29.893Z | Downloaded quinn-proto v0.11.8 |
730 | 2024-12-13T20:45:29.900Z | Downloaded petname v2.0.2 |
731 | 2024-12-13T20:45:29.905Z | Downloaded prettyplease v0.2.25 |
732 | 2024-12-13T20:45:29.907Z | Downloaded crypto-bigint v0.5.5 |
733 | 2024-12-13T20:45:29.913Z | Downloaded miniz_oxide v0.8.0 |
734 | 2024-12-13T20:45:29.916Z | Downloaded polling v3.7.3 |
735 | 2024-12-13T20:45:29.919Z | Downloaded tinytemplate v1.2.1 |
736 | 2024-12-13T20:45:29.921Z | Downloaded darling_core v0.20.10 |
737 | 2024-12-13T20:45:29.925Z | Downloaded rustyline v14.0.0 |
738 | 2024-12-13T20:45:29.930Z | Downloaded tough v0.19.0 |
739 | 2024-12-13T20:45:29.937Z | Downloaded similar v2.6.0 |
740 | 2024-12-13T20:45:29.942Z | Downloaded webpki-roots v0.26.6 |
741 | 2024-12-13T20:45:29.945Z | Downloaded cookie v0.18.1 |
742 | 2024-12-13T20:45:29.948Z | Downloaded winnow v0.6.20 |
743 | 2024-12-13T20:45:29.955Z | Downloaded winnow v0.5.40 |
744 | 2024-12-13T20:45:29.963Z | Downloaded typed-path v0.9.3 |
745 | 2024-12-13T20:45:29.969Z | Downloaded pretty_assertions v1.4.1 |
746 | 2024-12-13T20:45:29.973Z | Downloaded openssl v0.10.66 |
747 | 2024-12-13T20:45:29.979Z | Downloaded x509-cert v0.2.5 |
748 | 2024-12-13T20:45:29.984Z | Downloaded rusqlite v0.32.1 |
749 | 2024-12-13T20:45:29.990Z | Downloaded num-bigint v0.4.6 |
750 | 2024-12-13T20:45:29.995Z | Downloaded criterion v0.5.1 |
751 | 2024-12-13T20:45:30.002Z | Downloaded libm v0.2.8 |
752 | 2024-12-13T20:45:30.008Z | Downloaded reqwest v0.12.9 |
753 | 2024-12-13T20:45:30.016Z | Downloaded lalrpop v0.19.12 |
754 | 2024-12-13T20:45:30.026Z | Downloaded russh v0.45.0 |
755 | 2024-12-13T20:45:30.031Z | Downloaded time v0.3.36 |
756 | 2024-12-13T20:45:30.048Z | Downloaded syn v1.0.109 |
757 | 2024-12-13T20:45:30.051Z | Downloaded dropshot v0.12.0 |
758 | 2024-12-13T20:45:30.066Z | Downloaded zerovec v0.10.4 |
759 | 2024-12-13T20:45:30.072Z | Downloaded idna v0.5.0 |
760 | 2024-12-13T20:45:30.077Z | Downloaded rustls-webpki v0.101.7 |
761 | 2024-12-13T20:45:30.092Z | Downloaded itertools v0.13.0 |
762 | 2024-12-13T20:45:30.097Z | Downloaded unicode-width v0.2.0 |
763 | 2024-12-13T20:45:30.103Z | Downloaded sqlparser v0.45.0 |
764 | 2024-12-13T20:45:30.108Z | Downloaded unicode-width v0.1.14 |
765 | 2024-12-13T20:45:30.113Z | Downloaded regress v0.9.1 |
766 | 2024-12-13T20:45:30.121Z | Downloaded tabled v0.15.0 |
767 | 2024-12-13T20:45:30.135Z | Downloaded syn v2.0.87 |
768 | 2024-12-13T20:45:30.149Z | Downloaded idna v0.4.0 |
769 | 2024-12-13T20:45:30.160Z | Downloaded vcpkg v0.2.15 |
770 | 2024-12-13T20:45:30.195Z | Downloaded proptest v1.5.0 |
771 | 2024-12-13T20:45:30.207Z | Downloaded object v0.30.4 |
772 | 2024-12-13T20:45:30.223Z | Downloaded idna v0.2.3 |
773 | 2024-12-13T20:45:30.223Z | Downloaded dropshot v0.13.0 |
774 | 2024-12-13T20:45:30.236Z | Downloaded polar-core v0.27.3 |
775 | 2024-12-13T20:45:30.246Z | Downloaded smoltcp v0.11.0 |
776 | 2024-12-13T20:45:30.253Z | Downloaded rustls v0.21.12 |
777 | 2024-12-13T20:45:30.259Z | Downloaded rustix v0.38.37 |
778 | 2024-12-13T20:45:30.282Z | Downloaded nix v0.27.1 |
779 | 2024-12-13T20:45:30.306Z | Downloaded curve25519-dalek v4.1.3 |
780 | 2024-12-13T20:45:30.316Z | Downloaded nix v0.29.0 |
781 | 2024-12-13T20:45:30.317Z | Downloaded nix v0.28.0 |
782 | 2024-12-13T20:45:30.326Z | Downloaded diesel v2.2.6 |
783 | 2024-12-13T20:45:30.339Z | Downloaded idna v0.3.0 |
784 | 2024-12-13T20:45:30.344Z | Downloaded smoltcp v0.9.1 |
785 | 2024-12-13T20:45:30.355Z | Downloaded object v0.36.5 |
786 | 2024-12-13T20:45:30.371Z | Downloaded openapiv3 v2.0.0 |
787 | 2024-12-13T20:45:30.375Z | Downloaded regex v1.11.1 |
788 | 2024-12-13T20:45:30.394Z | Downloaded regex-syntax v0.6.29 |
789 | 2024-12-13T20:45:30.409Z | Downloaded rustls v0.23.19 |
790 | 2024-12-13T20:45:30.418Z | Downloaded rustls v0.22.4 |
791 | 2024-12-13T20:45:30.422Z | Downloaded regex-syntax v0.8.5 |
792 | 2024-12-13T20:45:30.428Z | Downloaded hickory-proto v0.24.1 |
793 | 2024-12-13T20:45:30.442Z | Downloaded chrono-tz v0.10.0 |
794 | 2024-12-13T20:45:30.449Z | Downloaded regress v0.10.1 |
795 | 2024-12-13T20:45:30.458Z | Downloaded bstr v1.10.0 |
796 | 2024-12-13T20:45:30.466Z | Downloaded lzma-sys v0.1.20 |
797 | 2024-12-13T20:45:30.492Z | Downloaded regex-automata v0.4.8 |
798 | 2024-12-13T20:45:30.509Z | Downloaded ratatui v0.28.1 |
799 | 2024-12-13T20:45:30.527Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
800 | 2024-12-13T20:45:30.539Z | Downloaded trust-dns-proto v0.22.0 |
801 | 2024-12-13T20:45:30.550Z | Downloaded radix_trie v0.2.1 |
802 | 2024-12-13T20:45:30.556Z | Downloaded typify-impl v0.2.0 |
803 | 2024-12-13T20:45:30.570Z | Downloaded zerocopy-derive v0.6.6 |
804 | 2024-12-13T20:45:30.579Z | Downloaded sled v0.34.7 |
805 | 2024-12-13T20:45:30.589Z | Downloaded sha3 v0.10.8 |
806 | 2024-12-13T20:45:30.593Z | Downloaded icu_properties_data v1.5.0 |
807 | 2024-12-13T20:45:30.603Z | Downloaded p384 v0.13.0 |
808 | 2024-12-13T20:45:30.609Z | Downloaded rayon v1.10.0 |
809 | 2024-12-13T20:45:30.617Z | Downloaded petgraph v0.6.5 |
810 | 2024-12-13T20:45:30.634Z | Downloaded rustls-pki-types v1.10.0 |
811 | 2024-12-13T20:45:30.637Z | Downloaded serde v1.0.215 |
812 | 2024-12-13T20:45:30.640Z | Downloaded ed25519-dalek v2.1.1 |
813 | 2024-12-13T20:45:30.643Z | Downloaded zip v2.1.3 |
814 | 2024-12-13T20:45:30.647Z | Downloaded libc v0.2.162 |
815 | 2024-12-13T20:45:30.682Z | Downloaded quick-xml v0.33.0 |
816 | 2024-12-13T20:45:30.686Z | Downloaded uuid v1.11.0 |
817 | 2024-12-13T20:45:30.686Z | Downloaded chrono v0.4.38 |
818 | 2024-12-13T20:45:30.691Z | Downloaded vergen v8.3.2 |
819 | 2024-12-13T20:45:30.695Z | Downloaded pest_derive v2.7.14 |
820 | 2024-12-13T20:45:30.695Z | Downloaded bitvec v1.0.1 |
821 | 2024-12-13T20:45:30.707Z | Downloaded displaydoc v0.2.5 |
822 | 2024-12-13T20:45:30.711Z | Downloaded crc-any v2.5.0 |
823 | 2024-12-13T20:45:30.714Z | Downloaded steno v0.4.1 |
824 | 2024-12-13T20:45:30.717Z | Downloaded blake3 v1.5.4 |
825 | 2024-12-13T20:45:30.722Z | Downloaded crossterm v0.28.1 |
826 | 2024-12-13T20:45:30.728Z | Downloaded env_filter v0.1.2 |
827 | 2024-12-13T20:45:30.731Z | Downloaded rstest_macros v0.23.0 |
828 | 2024-12-13T20:45:30.735Z | Downloaded colored v2.1.0 |
829 | 2024-12-13T20:45:30.736Z | Downloaded httpmock v0.8.0-alpha.1 |
830 | 2024-12-13T20:45:30.754Z | Downloaded libz-sys v1.1.20 |
831 | 2024-12-13T20:45:30.772Z | Downloaded semver v1.0.23 |
832 | 2024-12-13T20:45:30.774Z | Downloaded pkcs1 v0.7.5 |
833 | 2024-12-13T20:45:30.777Z | Downloaded csv v1.3.0 |
834 | 2024-12-13T20:45:30.801Z | Downloaded tokio v1.40.0 |
835 | 2024-12-13T20:45:30.836Z | Downloaded pem v3.0.4 |
836 | 2024-12-13T20:45:30.841Z | Downloaded derive_builder v0.20.2 |
837 | 2024-12-13T20:45:30.844Z | Downloaded sha2 v0.10.8 |
838 | 2024-12-13T20:45:30.847Z | Downloaded hashbrown v0.15.1 |
839 | 2024-12-13T20:45:30.851Z | Downloaded ron v0.7.1 |
840 | 2024-12-13T20:45:30.855Z | Downloaded unicode-xid v0.2.6 |
841 | 2024-12-13T20:45:30.855Z | Downloaded bindgen v0.69.5 |
842 | 2024-12-13T20:45:30.861Z | Downloaded doc-comment v0.3.3 |
843 | 2024-12-13T20:45:30.864Z | Downloaded derive_builder_macro v0.20.2 |
844 | 2024-12-13T20:45:30.864Z | Downloaded ron v0.8.1 |
845 | 2024-12-13T20:45:30.867Z | Downloaded rand_distr v0.4.3 |
846 | 2024-12-13T20:45:30.871Z | Downloaded hashbrown v0.13.2 |
847 | 2024-12-13T20:45:30.874Z | Downloaded parse-zoneinfo v0.3.1 |
848 | 2024-12-13T20:45:30.878Z | Downloaded pbkdf2 v0.11.0 |
849 | 2024-12-13T20:45:30.881Z | Downloaded thiserror-impl v1.0.69 |
850 | 2024-12-13T20:45:30.881Z | Downloaded textwrap v0.16.1 |
851 | 2024-12-13T20:45:30.884Z | Downloaded subprocess v0.2.9 |
852 | 2024-12-13T20:45:30.888Z | Downloaded debug-ignore v1.0.5 |
853 | 2024-12-13T20:45:30.888Z | Downloaded vsss-rs v3.3.4 |
854 | 2024-12-13T20:45:30.892Z | Downloaded predicates-core v1.0.8 |
855 | 2024-12-13T20:45:30.892Z | Downloaded nibble_vec v0.1.0 |
856 | 2024-12-13T20:45:30.893Z | Downloaded newtype-uuid v1.1.3 |
857 | 2024-12-13T20:45:30.899Z | Downloaded ecdsa v0.16.9 |
858 | 2024-12-13T20:45:30.899Z | Downloaded progenitor-impl v0.8.0 |
859 | 2024-12-13T20:45:30.899Z | Downloaded partial-io v0.5.4 |
860 | 2024-12-13T20:45:30.903Z | Downloaded dhcproto v0.12.0 |
861 | 2024-12-13T20:45:30.903Z | Downloaded tracing v0.1.40 |
862 | 2024-12-13T20:45:30.906Z | Downloaded heapless v0.8.0 |
863 | 2024-12-13T20:45:30.908Z | Downloaded hashbrown v0.12.3 |
864 | 2024-12-13T20:45:30.912Z | Downloaded expectorate v1.1.0 |
865 | 2024-12-13T20:45:30.915Z | Downloaded password-hash v0.5.0 |
866 | 2024-12-13T20:45:30.917Z | Downloaded zopfli v0.8.1 |
867 | 2024-12-13T20:45:30.919Z | Downloaded tracing-core v0.1.32 |
868 | 2024-12-13T20:45:30.922Z | Downloaded smf v0.2.3 |
869 | 2024-12-13T20:45:30.922Z | Downloaded serde_repr v0.1.19 |
870 | 2024-12-13T20:45:30.924Z | Downloaded secrecy v0.8.0 |
871 | 2024-12-13T20:45:30.924Z | Downloaded rustversion v1.0.17 |
872 | 2024-12-13T20:45:30.926Z | Downloaded backtrace v0.3.74 |
873 | 2024-12-13T20:45:30.930Z | Downloaded hyper-util v0.1.10 |
874 | 2024-12-13T20:45:30.935Z | Downloaded rustc-hash v2.0.0 |
875 | 2024-12-13T20:45:30.939Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
876 | 2024-12-13T20:45:30.991Z | Downloaded encoding_rs v0.8.34 |
877 | 2024-12-13T20:45:31.011Z | Downloaded rand_seeder v0.3.0 |
878 | 2024-12-13T20:45:31.014Z | Downloaded progenitor-macro v0.8.0 |
879 | 2024-12-13T20:45:31.014Z | Downloaded uzers v0.12.1 |
880 | 2024-12-13T20:45:31.016Z | Downloaded tokio-stream v0.1.16 |
881 | 2024-12-13T20:45:31.019Z | Downloaded tokio-rustls v0.26.0 |
882 | 2024-12-13T20:45:31.021Z | Downloaded tokio-rustls v0.25.0 |
883 | 2024-12-13T20:45:31.024Z | Downloaded tokio-rustls v0.24.1 |
884 | 2024-12-13T20:45:31.026Z | Downloaded base64 v0.22.1 |
885 | 2024-12-13T20:45:31.029Z | Downloaded ipnetwork v0.20.0 |
886 | 2024-12-13T20:45:31.033Z | Downloaded idna_adapter v1.2.0 |
887 | 2024-12-13T20:45:31.033Z | Downloaded fallible-streaming-iterator v0.1.9 |
888 | 2024-12-13T20:45:31.033Z | Downloaded enum-as-inner v0.5.1 |
889 | 2024-12-13T20:45:31.037Z | Downloaded dunce v1.0.5 |
890 | 2024-12-13T20:45:31.037Z | Downloaded serde_with_macros v3.11.0 |
891 | 2024-12-13T20:45:31.037Z | Downloaded serde_derive_internals v0.29.1 |
892 | 2024-12-13T20:45:31.039Z | Downloaded icu_locid_transform_data v1.5.0 |
893 | 2024-12-13T20:45:31.039Z | Downloaded cc v1.1.30 |
894 | 2024-12-13T20:45:31.042Z | Downloaded tap v1.0.1 |
895 | 2024-12-13T20:45:31.044Z | Downloaded supports-color v3.0.1 |
896 | 2024-12-13T20:45:31.044Z | Downloaded subtle v2.6.1 |
897 | 2024-12-13T20:45:31.048Z | Downloaded ssh-cipher v0.2.0 |
898 | 2024-12-13T20:45:31.048Z | Downloaded pin-project-internal v1.1.6 |
899 | 2024-12-13T20:45:31.048Z | Downloaded icu_locid v1.5.0 |
900 | 2024-12-13T20:45:31.052Z | Downloaded hmac v0.12.1 |
901 | 2024-12-13T20:45:31.054Z | Downloaded ref-cast-impl v1.0.23 |
902 | 2024-12-13T20:45:31.055Z | Downloaded async-io v2.3.4 |
903 | 2024-12-13T20:45:31.057Z | Downloaded scopeguard v1.2.0 |
904 | 2024-12-13T20:45:31.058Z | Downloaded quick-error v1.2.3 |
905 | 2024-12-13T20:45:31.061Z | Downloaded anyhow v1.0.93 |
906 | 2024-12-13T20:45:31.064Z | Downloaded hyper-rustls v0.27.3 |
907 | 2024-12-13T20:45:31.067Z | Downloaded highway v1.2.0 |
908 | 2024-12-13T20:45:31.067Z | Downloaded blake2 v0.10.6 |
909 | 2024-12-13T20:45:31.069Z | Downloaded backoff v0.4.0 |
910 | 2024-12-13T20:45:31.071Z | Downloaded icu_locid_transform v1.5.0 |
911 | 2024-12-13T20:45:31.074Z | Downloaded hashlink v0.9.1 |
912 | 2024-12-13T20:45:31.074Z | Downloaded globset v0.4.15 |
913 | 2024-12-13T20:45:31.076Z | Downloaded arrayvec v0.7.6 |
914 | 2024-12-13T20:45:31.078Z | Downloaded anstyle-parse v0.2.5 |
915 | 2024-12-13T20:45:31.078Z | Downloaded bzip2 v0.4.4 |
916 | 2024-12-13T20:45:31.081Z | Downloaded async-executor v1.13.1 |
917 | 2024-12-13T20:45:31.083Z | Downloaded camino-tempfile v1.1.1 |
918 | 2024-12-13T20:45:31.083Z | Downloaded hash32 v0.2.1 |
919 | 2024-12-13T20:45:31.085Z | Downloaded assert_matches v1.5.0 |
920 | 2024-12-13T20:45:31.085Z | Downloaded argon2 v0.5.3 |
921 | 2024-12-13T20:45:31.088Z | Downloaded assert-json-diff v2.0.2 |
922 | 2024-12-13T20:45:31.088Z | Downloaded hostname v0.4.0 |
923 | 2024-12-13T20:45:31.090Z | Downloaded hex v0.4.3 |
924 | 2024-12-13T20:45:31.090Z | Downloaded byteorder v1.5.0 |
925 | 2024-12-13T20:45:31.093Z | Downloaded assert_cmd v2.0.16 |
926 | 2024-12-13T20:45:31.095Z | Downloaded futures-task v0.3.31 |
927 | 2024-12-13T20:45:31.095Z | Downloaded atomic-waker v1.1.2 |
928 | 2024-12-13T20:45:31.097Z | Downloaded httpdate v1.0.3 |
929 | 2024-12-13T20:45:31.097Z | Downloaded block-padding v0.3.3 |
930 | 2024-12-13T20:45:31.100Z | Downloaded bitfield-struct v0.6.2 |
931 | 2024-12-13T20:45:31.100Z | Downloaded async-stream v0.3.6 |
932 | 2024-12-13T20:45:31.102Z | Downloaded approx v0.5.1 |
933 | 2024-12-13T20:45:31.102Z | Downloaded futures-sink v0.3.31 |
934 | 2024-12-13T20:45:31.102Z | Downloaded funty v2.0.0 |
935 | 2024-12-13T20:45:31.105Z | Downloaded fnv v1.0.7 |
936 | 2024-12-13T20:45:31.105Z | Downloaded gethostname v0.5.0 |
937 | 2024-12-13T20:45:31.105Z | Downloaded futures-macro v0.3.31 |
938 | 2024-12-13T20:45:31.108Z | Downloaded futures-io v0.3.31 |
939 | 2024-12-13T20:45:31.108Z | Downloaded fragile v2.0.0 |
940 | 2024-12-13T20:45:31.110Z | Downloaded float-ord v0.3.2 |
941 | 2024-12-13T20:45:31.110Z | Downloaded bitflags v1.3.2 |
942 | 2024-12-13T20:45:31.113Z | Downloaded fd-lock v4.0.2 |
943 | 2024-12-13T20:45:31.115Z | Downloaded form_urlencoded v1.2.1 |
944 | 2024-12-13T20:45:31.115Z | Downloaded foreign-types-macros v0.2.3 |
945 | 2024-12-13T20:45:31.115Z | Downloaded foreign-types v0.5.0 |
946 | 2024-12-13T20:45:31.117Z | Downloaded foldhash v0.1.3 |
947 | 2024-12-13T20:45:31.117Z | Downloaded blowfish v0.9.1 |
948 | 2024-12-13T20:45:31.119Z | Downloaded bit-set v0.5.3 |
949 | 2024-12-13T20:45:31.119Z | Downloaded arrayref v0.3.9 |
950 | 2024-12-13T20:45:31.122Z | Downloaded array-init v0.0.4 |
951 | 2024-12-13T20:45:31.122Z | Downloaded bcrypt-pbkdf v0.10.0 |
952 | 2024-12-13T20:45:31.122Z | Downloaded anstyle v1.0.10 |
953 | 2024-12-13T20:45:31.124Z | Downloaded fs-err v2.11.0 |
954 | 2024-12-13T20:45:31.291Z | Downloaded libsqlite3-sys v0.30.1 |
955 | 2024-12-13T20:45:31.680Z | Downloaded ring v0.17.8 |
956 | 2024-12-13T20:45:31.853Z | Downloaded ring v0.16.20 |
957 | 2024-12-13T20:45:32.108Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-13T20:45:32.580Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-13T20:45:45.380Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-13T20:45:49.088Z | Startup: Caching catalogs ... Done |
961 | 2024-12-13T20:45:59.280Z | Planning: Solver setup ... Done (9.341s) |
962 | 2024-12-13T20:45:59.409Z | Planning: Running solver ... Done (0.128s) |
963 | 2024-12-13T20:45:59.504Z | Planning: Finding local manifests ... Done (0.003s) |
964 | 2024-12-13T20:45:59.542Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-13T20:46:00.166Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-13T20:46:00.269Z | Planning: Package planning ... Done (0.097s) |
967 | 2024-12-13T20:46:00.313Z | Planning: Merging actions ... Done (0.056s) |
968 | 2024-12-13T20:46:00.508Z | Planning: Checking for conflicting actions ... Done (0.187s) |
969 | 2024-12-13T20:46:02.205Z | Planning: Consolidating action changes ... Done (1.703s) |
970 | 2024-12-13T20:46:02.597Z | Planning: Evaluating mediators ... Done (0.401s) |
971 | 2024-12-13T20:46:02.674Z | Planning: Planning completed in 13.50 seconds |
972 | 2024-12-13T20:46:02.689Z | Packages to install: 4 |
973 | 2024-12-13T20:46:02.689Z | Packages to update: 1 |
974 | 2024-12-13T20:46:02.692Z | Mediators to change: 2 |
975 | 2024-12-13T20:46:02.692Z | Services to change: 1 |
976 | 2024-12-13T20:46:02.692Z | Estimated space available: 155.38 GB |
977 | 2024-12-13T20:46:02.692Z | Estimated space to be consumed: 1.61 GB |
978 | 2024-12-13T20:46:02.692Z | Create boot environment: No |
979 | 2024-12-13T20:46:02.692Z | Create backup boot environment: Yes |
980 | 2024-12-13T20:46:02.692Z | Rebuild boot archive: No |
981 | 2024-12-13T20:46:02.692Z | |
982 | 2024-12-13T20:46:02.692Z | Changed mediators: |
983 | 2024-12-13T20:46:02.692Z | mediator clang: |
984 | 2024-12-13T20:46:02.692Z | version: None -> 15 (system default) |
985 | 2024-12-13T20:46:02.692Z | |
986 | 2024-12-13T20:46:02.692Z | mediator llvm: |
987 | 2024-12-13T20:46:02.692Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-13T20:46:02.692Z | |
989 | 2024-12-13T20:46:02.692Z | Changed packages: |
990 | 2024-12-13T20:46:02.692Z | helios-dev |
991 | 2024-12-13T20:46:02.692Z | developer/build-essential |
992 | 2024-12-13T20:46:02.692Z | None -> 11-2.0 |
993 | 2024-12-13T20:46:02.693Z | library/libxmlsec1 |
994 | 2024-12-13T20:46:02.693Z | None -> 1.2.35-2.0 |
995 | 2024-12-13T20:46:02.693Z | ooce/developer/clang-15 |
996 | 2024-12-13T20:46:02.693Z | None -> 15.0.7-2.0 |
997 | 2024-12-13T20:46:02.693Z | ooce/developer/llvm-15 |
998 | 2024-12-13T20:46:02.693Z | None -> 15.0.7-2.0 |
999 | 2024-12-13T20:46:02.693Z | package/pkg |
1000 | 2024-12-13T20:46:02.693Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-13T20:46:02.693Z | |
1002 | 2024-12-13T20:46:02.693Z | Services: |
1003 | 2024-12-13T20:46:02.693Z | restart_fmri: |
1004 | 2024-12-13T20:46:02.693Z | svc:/system/update-man-index:default |
1005 | 2024-12-13T20:46:02.693Z | |
1006 | 2024-12-13T20:46:02.693Z | Editable files to change: |
1007 | 2024-12-13T20:46:02.693Z | Update: |
1008 | 2024-12-13T20:46:02.693Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-13T20:46:02.766Z | |
1010 | 2024-12-13T20:46:02.766Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-13T20:46:08.918Z | Download: 209/4281 items 1.3/220.6MB 0% complete (638k/s) |
1012 | 2024-12-13T20:46:15.265Z | Download: 211/4281 items 1.3/220.6MB 0% complete (601k/s) |
1013 | 2024-12-13T20:46:20.262Z | Download: 590/4281 items 3.5/220.6MB 1% complete (459k/s) |
1014 | 2024-12-13T20:46:27.544Z | Download: 935/4281 items 18.9/220.6MB 8% complete (1.8M/s) |
1015 | 2024-12-13T20:46:31.320Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (8.0M/s) |
1016 | 2024-12-13T20:46:45.110Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
1017 | 2024-12-13T20:46:48.498Z | Download: 1802/4281 items 118.4/220.6MB 53% complete (7.2M/s) |
1018 | 2024-12-13T20:46:53.559Z | Download: 2215/4281 items 119.2/220.6MB 54% complete (3.8M/s) |
1019 | 2024-12-13T20:46:58.852Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (3.1M/s) |
1020 | 2024-12-13T20:47:12.034Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
1021 | 2024-12-13T20:47:17.032Z | Download: 2603/4281 items 120.5/220.6MB 54% complete (296k/s) |
1022 | 2024-12-13T20:47:22.045Z | Download: 2897/4281 items 121.2/220.6MB 54% complete (202k/s) |
1023 | 2024-12-13T20:47:27.275Z | Download: 3233/4281 items 202.2/220.6MB 91% complete (8.1M/s) |
1024 | 2024-12-13T20:47:32.427Z | Download: 3245/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
1025 | 2024-12-13T20:47:37.425Z | Download: 3696/4281 items 216.6/220.6MB 98% complete (1.4M/s) |
1026 | 2024-12-13T20:47:42.704Z | Download: 4206/4281 items 220.5/220.6MB 99% complete (1.8M/s) |
1027 | 2024-12-13T20:47:45.395Z | Download: Completed 220.60 MB in 102.48 seconds (2.1M/s) |
1028 | 2024-12-13T20:47:47.536Z | Actions: 1/5063 actions (Removing old actions) |
1029 | 2024-12-13T20:47:47.742Z | Actions: 194/5063 actions (Installing new actions) |
1030 | 2024-12-13T20:47:52.213Z | Actions: 4226/5063 actions (Updating modified actions) |
1031 | 2024-12-13T20:47:52.374Z | Actions: Completed 5063 actions in 4.95 seconds. |
1032 | 2024-12-13T20:47:52.686Z | Done (0.213s) |
1033 | 2024-12-13T20:47:52.830Z | Done (0.000s) |
1034 | 2024-12-13T20:47:53.250Z | Done (0.559s) |
1035 | 2024-12-13T20:47:57.551Z | Done (4.058s) |
1036 | 2024-12-13T20:47:57.762Z | Done (0.017s) |
1037 | 2024-12-13T20:47:57.762Z | Done (0.000s) |
1038 | 2024-12-13T20:47:57.762Z | Done (0.000s) |
1039 | 2024-12-13T20:47:58.632Z | Planning: Evaluating mediator changes ... Done |
1040 | 2024-12-13T20:47:58.818Z | Planning: Checking for conflicting actions ... Done |
1041 | 2024-12-13T20:47:58.818Z | Planning: Consolidating action changes ... Done |
1042 | 2024-12-13T20:47:59.030Z | Planning: Evaluating mediators ... Done |
1043 | 2024-12-13T20:47:59.030Z | Planning: Planning completed in 0.43 seconds |
1044 | 2024-12-13T20:47:59.030Z | Mediators to change: 2 |
1045 | 2024-12-13T20:47:59.030Z | Create boot environment: No |
1046 | 2024-12-13T20:47:59.030Z | Create backup boot environment: No |
1047 | 2024-12-13T20:47:59.030Z | Done |
1048 | 2024-12-13T20:47:59.030Z | Done |
1049 | 2024-12-13T20:47:59.375Z | Done |
1050 | 2024-12-13T20:48:02.939Z | Done |
1051 | 2024-12-13T20:48:03.128Z | Done |
1052 | 2024-12-13T20:48:03.129Z | Done |
1053 | 2024-12-13T20:48:03.280Z | Done |
1054 | 2024-12-13T20:48:03.755Z | Planning: Evaluating mediator changes ... Done |
1055 | 2024-12-13T20:48:03.899Z | Planning: Merging actions ... Done |
1056 | 2024-12-13T20:48:03.934Z | Planning: Checking for conflicting actions ... Done |
1057 | 2024-12-13T20:48:03.934Z | Planning: Consolidating action changes ... Done |
1058 | 2024-12-13T20:48:04.149Z | Planning: Evaluating mediators ... Done |
1059 | 2024-12-13T20:48:04.221Z | Planning: Planning completed in 0.76 seconds |
1060 | 2024-12-13T20:48:04.261Z | Packages to change: 1 |
1061 | 2024-12-13T20:48:04.262Z | Mediators to change: 1 |
1062 | 2024-12-13T20:48:04.262Z | Services to change: 1 |
1063 | 2024-12-13T20:48:04.262Z | Create boot environment: No |
1064 | 2024-12-13T20:48:04.262Z | Create backup boot environment: Yes |
1065 | 2024-12-13T20:48:06.587Z | Actions: 1/6 actions (Updating modified actions) |
1066 | 2024-12-13T20:48:06.628Z | Actions: Completed 6 actions in 0.00 seconds. |
1067 | 2024-12-13T20:48:06.628Z | Done |
1068 | 2024-12-13T20:48:06.628Z | Done |
1069 | 2024-12-13T20:48:06.718Z | Done |
1070 | 2024-12-13T20:48:10.240Z | Done |
1071 | 2024-12-13T20:48:10.328Z | Done |
1072 | 2024-12-13T20:48:10.330Z | Done |
1073 | 2024-12-13T20:48:10.464Z | Done |
1074 | 2024-12-13T20:48:10.916Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1075 | 2024-12-13T20:48:10.916Z | clang system 15 system |
1076 | 2024-12-13T20:48:10.917Z | csh system system illumos |
1077 | 2024-12-13T20:48:10.917Z | ctags system system illumos |
1078 | 2024-12-13T20:48:10.917Z | gcc vendor 12 vendor |
1079 | 2024-12-13T20:48:10.917Z | gcc system 10 system |
1080 | 2024-12-13T20:48:10.917Z | gcc system 7 system |
1081 | 2024-12-13T20:48:10.917Z | go system 1.20 system |
1082 | 2024-12-13T20:48:10.917Z | go system 1.19 system |
1083 | 2024-12-13T20:48:10.917Z | llvm system 15 system |
1084 | 2024-12-13T20:48:10.917Z | llvm system 14 system |
1085 | 2024-12-13T20:48:10.917Z | mariadb system 10.6 system |
1086 | 2024-12-13T20:48:10.917Z | mta vendor vendor dma |
1087 | 2024-12-13T20:48:10.917Z | openjdk system 17 system |
1088 | 2024-12-13T20:48:10.917Z | openjdk system 11 system |
1089 | 2024-12-13T20:48:10.917Z | openjdk system 1.8 system |
1090 | 2024-12-13T20:48:10.917Z | openssl vendor 3 vendor |
1091 | 2024-12-13T20:48:10.917Z | perl system 5.36 system |
1092 | 2024-12-13T20:48:10.917Z | postgresql system 15 system |
1093 | 2024-12-13T20:48:10.917Z | postgresql system 13 system |
1094 | 2024-12-13T20:48:10.917Z | python vendor 3 vendor |
1095 | 2024-12-13T20:48:10.917Z | python system 2 system |
1096 | 2024-12-13T20:48:10.917Z | python3 system 3.11 system |
1097 | 2024-12-13T20:48:10.917Z | ruby system 3.0 system |
1098 | 2024-12-13T20:48:10.917Z | words vendor vendor american-english |
1099 | 2024-12-13T20:48:10.917Z | words system system australian-english |
1100 | 2024-12-13T20:48:10.917Z | words system system british-english |
1101 | 2024-12-13T20:48:10.918Z | words system system canadian-english |
1102 | 2024-12-13T20:48:10.918Z | words system system french |
1103 | 2024-12-13T20:48:10.918Z | words system system italian |
1104 | 2024-12-13T20:48:10.918Z | words system system ngerman |
1105 | 2024-12-13T20:48:10.918Z | words system system ogerman |
1106 | 2024-12-13T20:48:10.918Z | words system system spanish |
1107 | 2024-12-13T20:48:11.224Z | PUBLISHER TYPE STATUS P LOCATION |
1108 | 2024-12-13T20:48:11.224Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1109 | 2024-12-13T20:48:13.843Z | FMRI IFO |
1110 | 2024-12-13T20:48:13.843Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1111 | 2024-12-13T20:48:13.843Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1112 | 2024-12-13T20:48:13.843Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1113 | 2024-12-13T20:48:13.843Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1114 | 2024-12-13T20:48:13.843Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1115 | 2024-12-13T20:48:13.843Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1116 | 2024-12-13T20:48:13.843Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1117 | 2024-12-13T20:48:13.843Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1118 | 2024-12-13T20:48:13.843Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1119 | 2024-12-13T20:48:13.843Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1120 | 2024-12-13T20:48:13.843Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1121 | 2024-12-13T20:48:13.844Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1122 | 2024-12-13T20:48:13.844Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1123 | 2024-12-13T20:48:13.844Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1124 | 2024-12-13T20:48:13.844Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1125 | 2024-12-13T20:48:14.858Z | Downloading crates ... |
1126 | 2024-12-13T20:48:14.954Z | Downloaded cargo_toml v0.20.5 |
1127 | 2024-12-13T20:48:15.091Z | Compiling proc-macro2 v1.0.89 |
1128 | 2024-12-13T20:48:15.092Z | Compiling unicode-ident v1.0.13 |
1129 | 2024-12-13T20:48:15.099Z | Compiling serde v1.0.215 |
1130 | 2024-12-13T20:48:15.099Z | Compiling version_check v0.9.5 |
1131 | 2024-12-13T20:48:15.100Z | Compiling memchr v2.7.4 |
1132 | 2024-12-13T20:48:15.100Z | Compiling thiserror v1.0.69 |
1133 | 2024-12-13T20:48:15.100Z | Compiling libc v0.2.162 |
1134 | 2024-12-13T20:48:15.100Z | Compiling itoa v1.0.11 |
1135 | 2024-12-13T20:48:15.339Z | Compiling ryu v1.0.18 |
1136 | 2024-12-13T20:48:15.348Z | Compiling ucd-trie v0.1.7 |
1137 | 2024-12-13T20:48:15.670Z | Compiling once_cell v1.20.2 |
1138 | 2024-12-13T20:48:15.963Z | Compiling byteorder v1.5.0 |
1139 | 2024-12-13T20:48:15.966Z | Compiling serde_json v1.0.132 |
1140 | 2024-12-13T20:48:16.059Z | Compiling rustix v0.38.37 |
1141 | 2024-12-13T20:48:16.368Z | Compiling bitflags v2.6.0 |
1142 | 2024-12-13T20:48:16.406Z | Compiling usdt-impl v0.5.0 |
1143 | 2024-12-13T20:48:16.580Z | Compiling proc-macro-error-attr v1.0.4 |
1144 | 2024-12-13T20:48:16.715Z | Compiling syn v1.0.109 |
1145 | 2024-12-13T20:48:16.792Z | Compiling proc-macro-error v1.0.4 |
1146 | 2024-12-13T20:48:16.880Z | Compiling quote v1.0.37 |
1147 | 2024-12-13T20:48:16.904Z | Compiling equivalent v1.0.1 |
1148 | 2024-12-13T20:48:16.916Z | Compiling utf8parse v0.2.2 |
1149 | 2024-12-13T20:48:17.006Z | Compiling camino v1.1.9 |
1150 | 2024-12-13T20:48:17.046Z | Compiling hashbrown v0.15.1 |
1151 | 2024-12-13T20:48:17.058Z | Compiling log v0.4.22 |
1152 | 2024-12-13T20:48:17.316Z | Compiling syn v2.0.87 |
1153 | 2024-12-13T20:48:17.420Z | Compiling errno v0.3.9 |
1154 | 2024-12-13T20:48:17.497Z | Compiling plain v0.2.3 |
1155 | 2024-12-13T20:48:17.630Z | Compiling thread-id v4.2.2 |
1156 | 2024-12-13T20:48:17.710Z | Compiling anstyle-parse v0.2.5 |
1157 | 2024-12-13T20:48:17.793Z | Compiling colorchoice v1.0.2 |
1158 | 2024-12-13T20:48:17.942Z | Compiling winnow v0.6.20 |
1159 | 2024-12-13T20:48:18.014Z | Compiling pretty-hex v0.4.1 |
1160 | 2024-12-13T20:48:18.030Z | Compiling unicode-width v0.1.14 |
1161 | 2024-12-13T20:48:18.206Z | Compiling indexmap v2.6.0 |
1162 | 2024-12-13T20:48:18.244Z | Compiling is_terminal_polyfill v1.70.1 |
1163 | 2024-12-13T20:48:18.361Z | Compiling anstyle v1.0.10 |
1164 | 2024-12-13T20:48:18.514Z | Compiling anstyle-query v1.1.1 |
1165 | 2024-12-13T20:48:18.605Z | Compiling autocfg v1.4.0 |
1166 | 2024-12-13T20:48:18.656Z | Compiling semver v1.0.23 |
1167 | 2024-12-13T20:48:18.793Z | Compiling anstream v0.6.15 |
1168 | 2024-12-13T20:48:19.505Z | Compiling strsim v0.11.1 |
1169 | 2024-12-13T20:48:19.566Z | Compiling bytecount v0.6.8 |
1170 | 2024-12-13T20:48:19.767Z | Compiling fs-err v2.11.0 |
1171 | 2024-12-13T20:48:19.769Z | Compiling terminal_size v0.4.0 |
1172 | 2024-12-13T20:48:19.951Z | Compiling fnv v1.0.7 |
1173 | 2024-12-13T20:48:19.965Z | Compiling clap_lex v0.7.2 |
1174 | 2024-12-13T20:48:20.033Z | Compiling heck v0.5.0 |
1175 | 2024-12-13T20:48:20.081Z | Compiling anyhow v1.0.93 |
1176 | 2024-12-13T20:48:20.381Z | Compiling cfg-if v1.0.0 |
1177 | 2024-12-13T20:48:20.478Z | Compiling heck v0.4.1 |
1178 | 2024-12-13T20:48:20.503Z | Compiling fastrand v2.1.1 |
1179 | 2024-12-13T20:48:20.617Z | Compiling clap_builder v4.5.21 |
1180 | 2024-12-13T20:48:20.962Z | Compiling tempfile v3.13.0 |
1181 | 2024-12-13T20:48:21.028Z | Compiling papergrid v0.11.0 |
1182 | 2024-12-13T20:48:21.139Z | Compiling memmap v0.7.0 |
1183 | 2024-12-13T20:48:21.231Z | Compiling smawk v0.3.2 |
1184 | 2024-12-13T20:48:21.437Z | Compiling unicode-linebreak v0.1.5 |
1185 | 2024-12-13T20:48:21.838Z | Compiling textwrap v0.16.1 |
1186 | 2024-12-13T20:48:21.915Z | Compiling swrite v0.1.0 |
1187 | 2024-12-13T20:48:23.165Z | Compiling tabled_derive v0.7.0 |
1188 | 2024-12-13T20:48:24.659Z | Compiling tabled v0.15.0 |
1189 | 2024-12-13T20:48:26.190Z | Compiling serde_derive v1.0.215 |
1190 | 2024-12-13T20:48:26.190Z | Compiling thiserror-impl v1.0.69 |
1191 | 2024-12-13T20:48:26.195Z | Compiling zerocopy-derive v0.7.35 |
1192 | 2024-12-13T20:48:26.195Z | Compiling scroll_derive v0.12.0 |
1193 | 2024-12-13T20:48:26.345Z | Compiling clap_derive v4.5.18 |
1194 | 2024-12-13T20:48:27.331Z | Compiling scroll v0.12.0 |
1195 | 2024-12-13T20:48:27.790Z | Compiling goblin v0.8.2 |
1196 | 2024-12-13T20:48:27.910Z | Compiling zerocopy v0.7.35 |
1197 | 2024-12-13T20:48:28.724Z | Compiling pest v2.7.14 |
1198 | 2024-12-13T20:48:30.100Z | Compiling clap v4.5.21 |
1199 | 2024-12-13T20:48:31.068Z | Compiling pest_meta v2.7.14 |
1200 | 2024-12-13T20:48:31.882Z | Compiling pest_generator v2.7.14 |
1201 | 2024-12-13T20:48:33.736Z | Compiling pest_derive v2.7.14 |
1202 | 2024-12-13T20:48:34.413Z | Compiling dtrace-parser v0.2.0 |
1203 | 2024-12-13T20:48:36.201Z | Compiling serde_tokenstream v0.2.2 |
1204 | 2024-12-13T20:48:36.350Z | Compiling serde_spanned v0.6.8 |
1205 | 2024-12-13T20:48:36.350Z | Compiling toml_datetime v0.6.8 |
1206 | 2024-12-13T20:48:36.457Z | Compiling cargo-platform v0.1.8 |
1207 | 2024-12-13T20:48:36.699Z | Compiling toml_edit v0.22.22 |
1208 | 2024-12-13T20:48:36.752Z | Compiling macaddr v1.0.1 |
1209 | 2024-12-13T20:48:36.926Z | Compiling camino-tempfile v1.1.1 |
1210 | 2024-12-13T20:48:37.662Z | Compiling dof v0.3.0 |
1211 | 2024-12-13T20:48:37.850Z | Compiling cargo_metadata v0.18.1 |
1212 | 2024-12-13T20:48:39.348Z | Compiling usdt-attr-macro v0.5.0 |
1213 | 2024-12-13T20:48:39.348Z | Compiling usdt-macro v0.5.0 |
1214 | 2024-12-13T20:48:39.378Z | Compiling toml v0.8.19 |
1215 | 2024-12-13T20:48:40.233Z | Compiling cargo_toml v0.20.5 |
1216 | 2024-12-13T20:48:40.749Z | Compiling usdt v0.5.0 |
1217 | 2024-12-13T20:48:43.706Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1218 | 2024-12-13T20:48:47.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.44s |
1219 | 2024-12-13T20:48:47.852Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1220 | 2024-12-13T20:48:51.454Z | Compiling serde v1.0.215 |
1221 | 2024-12-13T20:48:51.454Z | Compiling lock_api v0.4.12 |
1222 | 2024-12-13T20:48:51.454Z | Compiling scopeguard v1.2.0 |
1223 | 2024-12-13T20:48:51.454Z | Compiling value-bag v1.9.0 |
1224 | 2024-12-13T20:48:51.454Z | Compiling typenum v1.17.0 |
1225 | 2024-12-13T20:48:51.454Z | Compiling generic-array v0.14.7 |
1226 | 2024-12-13T20:48:51.454Z | Compiling syn v2.0.87 |
1227 | 2024-12-13T20:48:51.454Z | Compiling getrandom v0.2.15 |
1228 | 2024-12-13T20:48:51.454Z | Compiling subtle v2.6.1 |
1229 | 2024-12-13T20:48:51.454Z | Compiling rand_core v0.6.4 |
1230 | 2024-12-13T20:48:51.454Z | Compiling log v0.4.22 |
1231 | 2024-12-13T20:48:51.454Z | Compiling shlex v1.3.0 |
1232 | 2024-12-13T20:48:51.454Z | Compiling jobserver v0.1.32 |
1233 | 2024-12-13T20:48:51.454Z | Compiling const-oid v0.9.6 |
1234 | 2024-12-13T20:48:51.454Z | Compiling smallvec v1.13.2 |
1235 | 2024-12-13T20:48:51.455Z | Compiling cc v1.1.30 |
1236 | 2024-12-13T20:48:51.455Z | Compiling spin v0.9.8 |
1237 | 2024-12-13T20:48:51.455Z | Compiling pin-project-lite v0.2.14 |
1238 | 2024-12-13T20:48:51.455Z | Compiling rustix v0.38.37 |
1239 | 2024-12-13T20:48:51.455Z | Compiling parking_lot_core v0.9.10 |
1240 | 2024-12-13T20:48:51.455Z | Compiling futures-core v0.3.31 |
1241 | 2024-12-13T20:48:51.455Z | Compiling signal-hook-registry v1.4.2 |
1242 | 2024-12-13T20:48:51.456Z | Compiling mio v1.0.2 |
1243 | 2024-12-13T20:48:51.456Z | Compiling parking_lot v0.12.3 |
1244 | 2024-12-13T20:48:51.456Z | Compiling aho-corasick v1.1.3 |
1245 | 2024-12-13T20:48:51.456Z | Compiling regex-syntax v0.8.5 |
1246 | 2024-12-13T20:48:51.520Z | Compiling cpufeatures v0.2.14 |
1247 | 2024-12-13T20:48:51.520Z | Compiling lazy_static v1.5.0 |
1248 | 2024-12-13T20:48:51.551Z | Compiling stable_deref_trait v1.2.0 |
1249 | 2024-12-13T20:48:51.556Z | Compiling glob v0.3.1 |
1250 | 2024-12-13T20:48:51.565Z | Compiling either v1.13.0 |
1251 | 2024-12-13T20:48:51.583Z | Compiling futures-sink v0.3.31 |
1252 | 2024-12-13T20:48:51.734Z | Compiling socket2 v0.5.7 |
1253 | 2024-12-13T20:48:51.877Z | Compiling slab v0.4.9 |
1254 | 2024-12-13T20:48:51.980Z | Compiling prettyplease v0.2.25 |
1255 | 2024-12-13T20:48:52.309Z | Compiling minimal-lexical v0.2.1 |
1256 | 2024-12-13T20:48:52.505Z | Compiling clang-sys v1.8.1 |
1257 | 2024-12-13T20:48:52.594Z | Compiling libloading v0.8.5 |
1258 | 2024-12-13T20:48:52.685Z | Compiling serde_json v1.0.132 |
1259 | 2024-12-13T20:48:52.800Z | Compiling nom v7.1.3 |
1260 | 2024-12-13T20:48:52.992Z | Compiling bindgen v0.69.5 |
1261 | 2024-12-13T20:48:53.002Z | Compiling home v0.5.9 |
1262 | 2024-12-13T20:48:53.291Z | Compiling itertools v0.10.5 |
1263 | 2024-12-13T20:48:53.765Z | Compiling futures-channel v0.3.31 |
1264 | 2024-12-13T20:48:53.815Z | Compiling rustc-hash v1.1.0 |
1265 | 2024-12-13T20:48:53.967Z | Compiling foldhash v0.1.3 |
1266 | 2024-12-13T20:48:54.177Z | Compiling lazycell v1.3.0 |
1267 | 2024-12-13T20:48:54.265Z | Compiling allocator-api2 v0.2.18 |
1268 | 2024-12-13T20:48:54.344Z | Compiling futures-task v0.3.31 |
1269 | 2024-12-13T20:48:54.660Z | Compiling pin-utils v0.1.0 |
1270 | 2024-12-13T20:48:54.763Z | Compiling regex-automata v0.4.8 |
1271 | 2024-12-13T20:48:55.063Z | Compiling futures-io v0.3.31 |
1272 | 2024-12-13T20:48:55.387Z | Compiling hashbrown v0.15.1 |
1273 | 2024-12-13T20:48:56.067Z | Compiling cexpr v0.6.0 |
1274 | 2024-12-13T20:48:56.412Z | Compiling synstructure v0.13.1 |
1275 | 2024-12-13T20:48:56.716Z | Compiling cmake v0.1.51 |
1276 | 2024-12-13T20:48:57.740Z | Compiling libm v0.2.8 |
1277 | 2024-12-13T20:48:57.869Z | Compiling pkg-config v0.3.31 |
1278 | 2024-12-13T20:48:57.962Z | Compiling fs_extra v1.3.0 |
1279 | 2024-12-13T20:48:58.055Z | Compiling tinyvec_macros v0.1.1 |
1280 | 2024-12-13T20:48:58.093Z | Compiling dunce v1.0.5 |
1281 | 2024-12-13T20:48:58.152Z | Compiling tinyvec v1.8.0 |
1282 | 2024-12-13T20:48:58.252Z | Compiling num-traits v0.2.19 |
1283 | 2024-12-13T20:48:58.753Z | Compiling ring v0.17.8 |
1284 | 2024-12-13T20:48:59.405Z | Compiling litemap v0.7.3 |
1285 | 2024-12-13T20:48:59.620Z | Compiling unicode-normalization v0.1.24 |
1286 | 2024-12-13T20:48:59.889Z | Compiling base64ct v1.6.0 |
1287 | 2024-12-13T20:48:59.928Z | Compiling paste v1.0.15 |
1288 | 2024-12-13T20:48:59.928Z | Compiling writeable v0.5.5 |
1289 | 2024-12-13T20:48:59.928Z | Compiling unicode-bidi v0.3.17 |
1290 | 2024-12-13T20:49:00.241Z | Compiling regex v1.11.1 |
1291 | 2024-12-13T20:49:00.339Z | Compiling pem-rfc7468 v0.7.0 |
1292 | 2024-12-13T20:49:01.090Z | Compiling flagset v0.4.6 |
1293 | 2024-12-13T20:49:01.301Z | Compiling aws-lc-rs v1.10.0 |
1294 | 2024-12-13T20:49:01.331Z | Compiling httparse v1.9.5 |
1295 | 2024-12-13T20:49:01.751Z | Compiling tracing-core v0.1.32 |
1296 | 2024-12-13T20:49:02.101Z | Compiling icu_locid_transform_data v1.5.0 |
1297 | 2024-12-13T20:49:02.196Z | Compiling crossbeam-utils v0.8.20 |
1298 | 2024-12-13T20:49:02.497Z | Compiling percent-encoding v2.3.1 |
1299 | 2024-12-13T20:49:02.701Z | Compiling rustls-pki-types v1.10.0 |
1300 | 2024-12-13T20:49:02.860Z | Compiling untrusted v0.9.0 |
1301 | 2024-12-13T20:49:03.038Z | Compiling icu_properties_data v1.5.0 |
1302 | 2024-12-13T20:49:03.087Z | Compiling vcpkg v0.2.15 |
1303 | 2024-12-13T20:49:03.131Z | Compiling serde_derive v1.0.215 |
1304 | 2024-12-13T20:49:03.290Z | Compiling zeroize_derive v1.4.2 |
1305 | 2024-12-13T20:49:03.481Z | Compiling zerocopy-derive v0.7.35 |
1306 | 2024-12-13T20:49:03.752Z | Compiling tokio-macros v2.4.0 |
1307 | 2024-12-13T20:49:04.841Z | Compiling zeroize v1.8.1 |
1308 | 2024-12-13T20:49:05.187Z | Compiling zerofrom-derive v0.1.4 |
1309 | 2024-12-13T20:49:05.212Z | Compiling thiserror-impl v1.0.69 |
1310 | 2024-12-13T20:49:05.305Z | Compiling yoke-derive v0.7.4 |
1311 | 2024-12-13T20:49:05.750Z | Compiling zerocopy v0.7.35 |
1312 | 2024-12-13T20:49:06.150Z | Compiling futures-macro v0.3.31 |
1313 | 2024-12-13T20:49:06.466Z | Compiling crypto-common v0.1.6 |
1314 | 2024-12-13T20:49:06.714Z | Compiling block-buffer v0.10.4 |
1315 | 2024-12-13T20:49:06.987Z | Compiling digest v0.10.7 |
1316 | 2024-12-13T20:49:07.385Z | Compiling hmac v0.12.1 |
1317 | 2024-12-13T20:49:07.450Z | Compiling zerovec-derive v0.10.3 |
1318 | 2024-12-13T20:49:07.513Z | Compiling block-padding v0.3.3 |
1319 | 2024-12-13T20:49:07.636Z | Compiling displaydoc v0.2.5 |
1320 | 2024-12-13T20:49:07.761Z | Compiling inout v0.1.3 |
1321 | 2024-12-13T20:49:08.040Z | Compiling cipher v0.4.4 |
1322 | 2024-12-13T20:49:08.177Z | Compiling futures-util v0.3.31 |
1323 | 2024-12-13T20:49:08.468Z | Compiling sha2 v0.10.8 |
1324 | 2024-12-13T20:49:08.575Z | Compiling ppv-lite86 v0.2.20 |
1325 | 2024-12-13T20:49:08.681Z | Compiling thiserror v1.0.69 |
1326 | 2024-12-13T20:49:08.822Z | Compiling der_derive v0.7.3 |
1327 | 2024-12-13T20:49:09.297Z | Compiling icu_provider_macros v1.5.0 |
1328 | 2024-12-13T20:49:09.419Z | Compiling rand_chacha v0.3.1 |
1329 | 2024-12-13T20:49:09.464Z | Compiling zerofrom v0.1.4 |
1330 | 2024-12-13T20:49:09.709Z | Compiling yoke v0.7.4 |
1331 | 2024-12-13T20:49:10.081Z | Compiling tracing-attributes v0.1.27 |
1332 | 2024-12-13T20:49:10.131Z | Compiling zerovec v0.10.4 |
1333 | 2024-12-13T20:49:10.506Z | Compiling rand v0.8.5 |
1334 | 2024-12-13T20:49:11.265Z | Compiling der v0.7.9 |
1335 | 2024-12-13T20:49:11.909Z | Compiling pest v2.7.14 |
1336 | 2024-12-13T20:49:12.141Z | Compiling tinystr v0.7.6 |
1337 | 2024-12-13T20:49:12.410Z | Compiling icu_collections v1.5.0 |
1338 | 2024-12-13T20:49:12.567Z | Compiling icu_locid v1.5.0 |
1339 | 2024-12-13T20:49:12.665Z | Compiling salsa20 v0.10.2 |
1340 | 2024-12-13T20:49:12.888Z | Compiling pbkdf2 v0.12.2 |
1341 | 2024-12-13T20:49:13.054Z | Compiling num-conv v0.1.0 |
1342 | 2024-12-13T20:49:13.343Z | Compiling spki v0.7.3 |
1343 | 2024-12-13T20:49:13.748Z | Compiling icu_provider v1.5.0 |
1344 | 2024-12-13T20:49:13.850Z | Compiling tracing v0.1.40 |
1345 | 2024-12-13T20:49:13.904Z | Compiling time-core v0.1.2 |
1346 | 2024-12-13T20:49:14.108Z | Compiling powerfmt v0.2.0 |
1347 | 2024-12-13T20:49:14.355Z | Compiling untrusted v0.7.1 |
1348 | 2024-12-13T20:49:14.377Z | Compiling mirai-annotations v1.12.0 |
1349 | 2024-12-13T20:49:14.492Z | Compiling icu_locid_transform v1.5.0 |
1350 | 2024-12-13T20:49:14.546Z | Compiling deranged v0.3.11 |
1351 | 2024-12-13T20:49:14.567Z | Compiling pest_meta v2.7.14 |
1352 | 2024-12-13T20:49:14.581Z | Compiling time-macros v0.2.18 |
1353 | 2024-12-13T20:49:14.838Z | Compiling scrypt v0.11.0 |
1354 | 2024-12-13T20:49:14.859Z | Compiling aes v0.8.4 |
1355 | 2024-12-13T20:49:14.944Z | Compiling cbc v0.1.2 |
1356 | 2024-12-13T20:49:15.388Z | Compiling openssl-sys v0.9.103 |
1357 | 2024-12-13T20:49:16.445Z | Compiling icu_properties v1.5.1 |
1358 | 2024-12-13T20:49:16.524Z | Compiling scroll_derive v0.12.0 |
1359 | 2024-12-13T20:49:17.180Z | Compiling bitflags v2.6.0 |
1360 | 2024-12-13T20:49:17.349Z | Compiling bytes v1.8.0 |
1361 | 2024-12-13T20:49:17.924Z | Compiling indexmap v2.6.0 |
1362 | 2024-12-13T20:49:18.011Z | Compiling semver v1.0.23 |
1363 | 2024-12-13T20:49:18.619Z | Compiling tokio v1.40.0 |
1364 | 2024-12-13T20:49:18.750Z | Compiling http v1.1.0 |
1365 | 2024-12-13T20:49:19.057Z | Compiling rustc_version v0.4.1 |
1366 | 2024-12-13T20:49:19.641Z | Compiling utf16_iter v1.0.5 |
1367 | 2024-12-13T20:49:19.800Z | Compiling write16 v1.0.0 |
1368 | 2024-12-13T20:49:19.836Z | Compiling num_threads v0.1.7 |
1369 | 2024-12-13T20:49:19.936Z | Compiling utf8_iter v1.0.4 |
1370 | 2024-12-13T20:49:19.966Z | Compiling icu_normalizer_data v1.5.0 |
1371 | 2024-12-13T20:49:20.069Z | Compiling atomic-waker v1.1.2 |
1372 | 2024-12-13T20:49:20.194Z | Compiling icu_normalizer v1.5.0 |
1373 | 2024-12-13T20:49:20.255Z | Compiling http-body v1.0.1 |
1374 | 2024-12-13T20:49:20.538Z | Compiling time v0.3.36 |
1375 | 2024-12-13T20:49:20.651Z | Compiling scroll v0.12.0 |
1376 | 2024-12-13T20:49:21.049Z | Compiling pkcs5 v0.7.1 |
1377 | 2024-12-13T20:49:21.205Z | Compiling pest_generator v2.7.14 |
1378 | 2024-12-13T20:49:21.223Z | Compiling form_urlencoded v1.2.1 |
1379 | 2024-12-13T20:49:21.319Z | Compiling try-lock v0.2.5 |
1380 | 2024-12-13T20:49:21.473Z | Compiling which v4.4.2 |
1381 | 2024-12-13T20:49:21.556Z | Compiling slog v2.7.0 |
1382 | 2024-12-13T20:49:22.163Z | Compiling pkcs8 v0.10.2 |
1383 | 2024-12-13T20:49:22.248Z | Compiling goblin v0.8.2 |
1384 | 2024-12-13T20:49:22.266Z | Compiling want v0.3.1 |
1385 | 2024-12-13T20:49:22.555Z | Compiling idna_adapter v1.2.0 |
1386 | 2024-12-13T20:49:22.770Z | Compiling httpdate v1.0.3 |
1387 | 2024-12-13T20:49:22.866Z | Compiling idna v1.0.3 |
1388 | 2024-12-13T20:49:23.223Z | Compiling serde_tokenstream v0.2.2 |
1389 | 2024-12-13T20:49:23.240Z | Compiling pest_derive v2.7.14 |
1390 | 2024-12-13T20:49:23.710Z | Compiling serde_spanned v0.6.8 |
1391 | 2024-12-13T20:49:23.833Z | Compiling uuid v1.11.0 |
1392 | 2024-12-13T20:49:23.942Z | Compiling toml_datetime v0.6.8 |
1393 | 2024-12-13T20:49:24.048Z | Compiling dtrace-parser v0.2.0 |
1394 | 2024-12-13T20:49:24.463Z | Compiling adler2 v2.0.0 |
1395 | 2024-12-13T20:49:24.678Z | Compiling openssl v0.10.66 |
1396 | 2024-12-13T20:49:24.714Z | Compiling rustversion v1.0.17 |
1397 | 2024-12-13T20:49:25.108Z | Compiling tower-service v0.3.3 |
1398 | 2024-12-13T20:49:25.241Z | Compiling foreign-types-shared v0.1.1 |
1399 | 2024-12-13T20:49:25.259Z | Compiling iana-time-zone v0.1.61 |
1400 | 2024-12-13T20:49:25.354Z | Compiling base64 v0.22.1 |
1401 | 2024-12-13T20:49:25.457Z | Compiling match_cfg v0.1.0 |
1402 | 2024-12-13T20:49:25.559Z | Compiling hostname v0.3.1 |
1403 | 2024-12-13T20:49:25.819Z | Compiling chrono v0.4.38 |
1404 | 2024-12-13T20:49:25.836Z | Compiling foreign-types v0.3.2 |
1405 | 2024-12-13T20:49:25.878Z | Compiling miniz_oxide v0.8.0 |
1406 | 2024-12-13T20:49:25.930Z | Compiling url v2.5.3 |
1407 | 2024-12-13T20:49:26.272Z | Compiling openssl-macros v0.1.1 |
1408 | 2024-12-13T20:49:26.982Z | Compiling tokio-util v0.7.12 |
1409 | 2024-12-13T20:49:27.360Z | Compiling async-trait v0.1.83 |
1410 | 2024-12-13T20:49:27.525Z | Compiling dirs-sys-next v0.1.2 |
1411 | 2024-12-13T20:49:27.997Z | Compiling h2 v0.4.6 |
1412 | 2024-12-13T20:49:28.163Z | Compiling dof v0.3.0 |
1413 | 2024-12-13T20:49:28.426Z | Compiling rustls v0.22.4 |
1414 | 2024-12-13T20:49:28.696Z | Compiling rustls v0.23.19 |
1415 | 2024-12-13T20:49:28.961Z | Compiling usdt-impl v0.5.0 |
1416 | 2024-12-13T20:49:29.539Z | Compiling native-tls v0.2.12 |
1417 | 2024-12-13T20:49:29.874Z | Compiling data-encoding v2.6.0 |
1418 | 2024-12-13T20:49:30.127Z | Compiling siphasher v0.3.11 |
1419 | 2024-12-13T20:49:30.299Z | Compiling syn v1.0.109 |
1420 | 2024-12-13T20:49:30.552Z | Compiling dirs-next v2.0.0 |
1421 | 2024-12-13T20:49:31.036Z | Compiling http-body-util v0.1.2 |
1422 | 2024-12-13T20:49:31.572Z | Compiling crossbeam-epoch v0.9.18 |
1423 | 2024-12-13T20:49:32.145Z | Compiling heapless v0.7.17 |
1424 | 2024-12-13T20:49:32.299Z | Compiling signature v2.2.0 |
1425 | 2024-12-13T20:49:32.338Z | Compiling sha1 v0.10.6 |
1426 | 2024-12-13T20:49:32.438Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1427 | 2024-12-13T20:49:32.574Z | Compiling serde_derive_internals v0.29.1 |
1428 | 2024-12-13T20:49:32.605Z | Compiling thread_local v1.1.8 |
1429 | 2024-12-13T20:49:32.760Z | Compiling multer v3.1.0 |
1430 | 2024-12-13T20:49:32.929Z | Compiling encoding_rs v0.8.34 |
1431 | 2024-12-13T20:49:33.042Z | Compiling cookie v0.18.1 |
1432 | 2024-12-13T20:49:33.135Z | Compiling rayon-core v1.12.1 |
1433 | 2024-12-13T20:49:33.305Z | Compiling slog-async v2.8.0 |
1434 | 2024-12-13T20:49:33.382Z | Compiling unicode-properties v0.1.3 |
1435 | 2024-12-13T20:49:33.772Z | Compiling signal-hook v0.3.17 |
1436 | 2024-12-13T20:49:33.790Z | Compiling mime v0.3.17 |
1437 | 2024-12-13T20:49:34.008Z | Compiling ipnet v2.10.1 |
1438 | 2024-12-13T20:49:34.028Z | Compiling schemars v0.8.21 |
1439 | 2024-12-13T20:49:34.363Z | Compiling gimli v0.31.1 |
1440 | 2024-12-13T20:49:34.381Z | Compiling openssl-probe v0.1.5 |
1441 | 2024-12-13T20:49:34.744Z | Compiling hyper v1.5.0 |
1442 | 2024-12-13T20:49:35.282Z | Compiling schemars_derive v0.8.21 |
1443 | 2024-12-13T20:49:35.324Z | Compiling toml_edit v0.22.22 |
1444 | 2024-12-13T20:49:37.281Z | Compiling hyper-util v0.1.10 |
1445 | 2024-12-13T20:49:38.773Z | Compiling stringprep v0.1.5 |
1446 | 2024-12-13T20:49:38.912Z | Compiling addr2line v0.24.2 |
1447 | 2024-12-13T20:49:39.412Z | Compiling usdt-macro v0.5.0 |
1448 | 2024-12-13T20:49:39.561Z | Compiling usdt-attr-macro v0.5.0 |
1449 | 2024-12-13T20:49:39.583Z | Compiling crossbeam-deque v0.8.5 |
1450 | 2024-12-13T20:49:40.063Z | Compiling term v0.7.0 |
1451 | 2024-12-13T20:49:40.330Z | Compiling slog-json v2.6.1 |
1452 | 2024-12-13T20:49:40.676Z | Compiling serde_urlencoded v0.7.1 |
1453 | 2024-12-13T20:49:40.713Z | Compiling crossbeam-channel v0.5.13 |
1454 | 2024-12-13T20:49:40.813Z | Compiling curve25519-dalek v4.1.3 |
1455 | 2024-12-13T20:49:41.130Z | Compiling enum-as-inner v0.6.1 |
1456 | 2024-12-13T20:49:41.200Z | Compiling futures-executor v0.3.31 |
1457 | 2024-12-13T20:49:41.432Z | Compiling md-5 v0.10.6 |
1458 | 2024-12-13T20:49:41.596Z | Compiling rustls-pemfile v2.2.0 |
1459 | 2024-12-13T20:49:41.696Z | Compiling async-stream-impl v0.3.6 |
1460 | 2024-12-13T20:49:41.788Z | Compiling num-integer v0.1.46 |
1461 | 2024-12-13T20:49:41.806Z | Compiling idna v0.3.0 |
1462 | 2024-12-13T20:49:41.938Z | Compiling idna v0.4.0 |
1463 | 2024-12-13T20:49:42.179Z | Compiling hash32 v0.2.1 |
1464 | 2024-12-13T20:49:42.536Z | Compiling ff v0.13.0 |
1465 | 2024-12-13T20:49:42.568Z | Compiling is-terminal v0.4.13 |
1466 | 2024-12-13T20:49:42.694Z | Compiling dropshot v0.12.0 |
1467 | 2024-12-13T20:49:42.761Z | Compiling object v0.36.5 |
1468 | 2024-12-13T20:49:42.963Z | Compiling num-bigint-dig v0.8.4 |
1469 | 2024-12-13T20:49:43.094Z | Compiling quick-error v1.2.3 |
1470 | 2024-12-13T20:49:43.246Z | Compiling portable-atomic v1.9.0 |
1471 | 2024-12-13T20:49:43.264Z | Compiling dyn-clone v1.0.17 |
1472 | 2024-12-13T20:49:43.469Z | Compiling take_mut v0.2.2 |
1473 | 2024-12-13T20:49:43.486Z | Compiling fallible-iterator v0.2.0 |
1474 | 2024-12-13T20:49:43.579Z | Compiling psl-types v2.0.11 |
1475 | 2024-12-13T20:49:43.584Z | Compiling base16ct v0.2.0 |
1476 | 2024-12-13T20:49:43.624Z | Compiling smoltcp v0.9.1 |
1477 | 2024-12-13T20:49:43.775Z | Compiling rustc-demangle v0.1.24 |
1478 | 2024-12-13T20:49:43.896Z | Compiling anyhow v1.0.93 |
1479 | 2024-12-13T20:49:44.180Z | Compiling linked-hash-map v0.5.6 |
1480 | 2024-12-13T20:49:44.292Z | Compiling utf-8 v0.7.6 |
1481 | 2024-12-13T20:49:44.436Z | Compiling postgres-protocol v0.6.7 |
1482 | 2024-12-13T20:49:44.543Z | Compiling lru-cache v0.1.2 |
1483 | 2024-12-13T20:49:44.631Z | Compiling tungstenite v0.24.0 |
1484 | 2024-12-13T20:49:44.717Z | Compiling sec1 v0.7.3 |
1485 | 2024-12-13T20:49:44.741Z | Compiling publicsuffix v2.2.3 |
1486 | 2024-12-13T20:49:45.295Z | Compiling resolv-conf v0.7.0 |
1487 | 2024-12-13T20:49:45.774Z | Compiling async-stream v0.3.6 |
1488 | 2024-12-13T20:49:46.127Z | Compiling hickory-proto v0.24.1 |
1489 | 2024-12-13T20:49:46.146Z | Compiling group v0.13.0 |
1490 | 2024-12-13T20:49:46.164Z | Compiling usdt v0.5.0 |
1491 | 2024-12-13T20:49:46.459Z | Compiling slog-term v2.9.1 |
1492 | 2024-12-13T20:49:46.976Z | Compiling num-iter v0.1.45 |
1493 | 2024-12-13T20:49:47.287Z | Compiling futures v0.3.31 |
1494 | 2024-12-13T20:49:47.615Z | Compiling slog-bunyan v2.5.0 |
1495 | 2024-12-13T20:49:48.888Z | Compiling tokio-native-tls v0.3.1 |
1496 | 2024-12-13T20:49:48.906Z | Compiling camino v1.1.9 |
1497 | 2024-12-13T20:49:49.158Z | Compiling toml v0.8.19 |
1498 | 2024-12-13T20:49:49.558Z | Compiling phf_shared v0.11.2 |
1499 | 2024-12-13T20:49:49.862Z | Compiling dropshot_endpoint v0.12.0 |
1500 | 2024-12-13T20:49:49.954Z | Compiling backtrace v0.3.74 |
1501 | 2024-12-13T20:49:49.975Z | Compiling terminal_size v0.4.0 |
1502 | 2024-12-13T20:49:50.194Z | Compiling waitgroup v0.1.2 |
1503 | 2024-12-13T20:49:50.437Z | Compiling openapiv3 v2.0.0 |
1504 | 2024-12-13T20:49:50.691Z | Compiling serde_path_to_error v0.1.16 |
1505 | 2024-12-13T20:49:50.885Z | Compiling hkdf v0.12.4 |
1506 | 2024-12-13T20:49:51.135Z | Compiling crypto-bigint v0.5.5 |
1507 | 2024-12-13T20:49:51.538Z | Compiling webpki-roots v0.26.6 |
1508 | 2024-12-13T20:49:51.762Z | Compiling curve25519-dalek-derive v0.1.1 |
1509 | 2024-12-13T20:49:53.314Z | Compiling zerocopy-derive v0.6.6 |
1510 | 2024-12-13T20:49:53.672Z | Compiling idna v0.5.0 |
1511 | 2024-12-13T20:49:53.915Z | Compiling hubpack_derive v0.1.1 |
1512 | 2024-12-13T20:49:54.561Z | Compiling hostname v0.4.0 |
1513 | 2024-12-13T20:49:54.782Z | Compiling fs-err v2.11.0 |
1514 | 2024-12-13T20:49:54.803Z | Compiling crc32fast v1.4.2 |
1515 | 2024-12-13T20:49:54.836Z | Compiling ahash v0.8.11 |
1516 | 2024-12-13T20:49:55.053Z | Compiling debug-ignore v1.0.5 |
1517 | 2024-12-13T20:49:55.131Z | Compiling managed v0.8.0 |
1518 | 2024-12-13T20:49:55.173Z | Compiling bitflags v1.3.2 |
1519 | 2024-12-13T20:49:55.195Z | Compiling winnow v0.5.40 |
1520 | 2024-12-13T20:49:55.280Z | Compiling strum_macros v0.25.3 |
1521 | 2024-12-13T20:49:55.297Z | Compiling clap_builder v4.5.21 |
1522 | 2024-12-13T20:49:55.595Z | Compiling zerocopy v0.6.6 |
1523 | 2024-12-13T20:49:56.487Z | Compiling console v0.15.8 |
1524 | 2024-12-13T20:49:56.945Z | Compiling flate2 v1.0.34 |
1525 | 2024-12-13T20:49:57.177Z | Compiling hubpack v0.1.2 |
1526 | 2024-12-13T20:49:57.642Z | Compiling cookie_store v0.21.0 |
1527 | 2024-12-13T20:49:57.720Z | Compiling elliptic-curve v0.13.8 |
1528 | 2024-12-13T20:49:58.098Z | Compiling hickory-resolver v0.24.1 |
1529 | 2024-12-13T20:49:59.037Z | Compiling toml_edit v0.19.15 |
1530 | 2024-12-13T20:49:59.215Z | Compiling phf v0.11.2 |
1531 | 2024-12-13T20:49:59.414Z | Compiling signal-hook-mio v0.2.4 |
1532 | 2024-12-13T20:49:59.456Z | Compiling hyper-tls v0.6.0 |
1533 | 2024-12-13T20:49:59.521Z | Compiling rayon v1.10.0 |
1534 | 2024-12-13T20:49:59.586Z | Compiling bzip2 v0.4.4 |
1535 | 2024-12-13T20:49:59.991Z | Compiling tokio-tungstenite v0.24.0 |
1536 | 2024-12-13T20:50:00.544Z | Compiling postgres-types v0.2.8 |
1537 | 2024-12-13T20:50:03.532Z | Compiling ed25519 v2.2.3 |
1538 | 2024-12-13T20:50:04.329Z | Compiling phf_shared v0.10.0 |
1539 | 2024-12-13T20:50:04.690Z | Compiling tokio-stream v0.1.16 |
1540 | 2024-12-13T20:50:04.737Z | Compiling pkcs1 v0.7.5 |
1541 | 2024-12-13T20:50:04.808Z | Compiling serde-big-array v0.5.1 |
1542 | 2024-12-13T20:50:05.046Z | Compiling clap_derive v4.5.18 |
1543 | 2024-12-13T20:50:05.355Z | Compiling rfc6979 v0.4.0 |
1544 | 2024-12-13T20:50:05.568Z | Compiling serde_repr v0.1.19 |
1545 | 2024-12-13T20:50:05.746Z | Compiling derive-where v1.2.7 |
1546 | 2024-12-13T20:50:05.800Z | Compiling float-cmp v0.9.0 |
1547 | 2024-12-13T20:50:05.925Z | Compiling bstr v1.10.0 |
1548 | 2024-12-13T20:50:06.025Z | Compiling sync_wrapper v1.0.1 |
1549 | 2024-12-13T20:50:06.187Z | Compiling unicode-width v0.2.0 |
1550 | 2024-12-13T20:50:06.724Z | Compiling number_prefix v0.4.0 |
1551 | 2024-12-13T20:50:06.742Z | Compiling difflib v0.4.0 |
1552 | 2024-12-13T20:50:06.947Z | Compiling predicates-core v1.0.8 |
1553 | 2024-12-13T20:50:07.038Z | Compiling new_debug_unreachable v1.0.6 |
1554 | 2024-12-13T20:50:07.137Z | Compiling static_assertions v1.1.0 |
1555 | 2024-12-13T20:50:07.244Z | Compiling precomputed-hash v0.1.1 |
1556 | 2024-12-13T20:50:07.314Z | Compiling bit-vec v0.6.3 |
1557 | 2024-12-13T20:50:07.367Z | Compiling unicode-segmentation v1.12.0 |
1558 | 2024-12-13T20:50:07.732Z | Compiling normalize-line-endings v0.3.0 |
1559 | 2024-12-13T20:50:07.778Z | Compiling fixedbitset v0.4.2 |
1560 | 2024-12-13T20:50:07.860Z | Compiling whoami v1.5.2 |
1561 | 2024-12-13T20:50:08.245Z | Compiling tokio-postgres v0.7.12 |
1562 | 2024-12-13T20:50:08.263Z | Compiling similar v2.6.0 |
1563 | 2024-12-13T20:50:08.409Z | Compiling petgraph v0.6.5 |
1564 | 2024-12-13T20:50:08.522Z | Compiling predicates v3.1.2 |
1565 | 2024-12-13T20:50:09.299Z | Compiling bit-set v0.5.3 |
1566 | 2024-12-13T20:50:09.592Z | Compiling string_cache v0.8.7 |
1567 | 2024-12-13T20:50:10.084Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1568 | 2024-12-13T20:50:10.106Z | Compiling clap v4.5.21 |
1569 | 2024-12-13T20:50:10.231Z | Compiling indicatif v0.17.9 |
1570 | 2024-12-13T20:50:10.291Z | Compiling ecdsa v0.16.9 |
1571 | 2024-12-13T20:50:10.736Z | Compiling rsa v0.9.6 |
1572 | 2024-12-13T20:50:11.128Z | Compiling ed25519-dalek v2.1.1 |
1573 | 2024-12-13T20:50:12.385Z | Compiling toml v0.7.8 |
1574 | 2024-12-13T20:50:12.529Z | Compiling zip v0.6.6 |
1575 | 2024-12-13T20:50:12.590Z | Compiling crossterm v0.28.1 |
1576 | 2024-12-13T20:50:14.145Z | Compiling hex v0.4.3 |
1577 | 2024-12-13T20:50:14.234Z | Compiling x509-cert v0.2.5 |
1578 | 2024-12-13T20:50:14.750Z | Compiling peg-runtime v0.8.3 |
1579 | 2024-12-13T20:50:14.774Z | Compiling unicode-xid v0.2.6 |
1580 | 2024-12-13T20:50:14.782Z | Compiling lalrpop-util v0.19.12 |
1581 | 2024-12-13T20:50:14.909Z | Compiling strum_macros v0.26.4 |
1582 | 2024-12-13T20:50:15.117Z | Compiling xattr v1.3.1 |
1583 | 2024-12-13T20:50:15.299Z | Compiling filetime v0.2.25 |
1584 | 2024-12-13T20:50:15.619Z | Compiling tar v0.4.42 |
1585 | 2024-12-13T20:50:19.876Z | Compiling strum v0.26.3 |
1586 | 2024-12-13T20:50:23.027Z | Compiling aws-lc-sys v0.22.0 |
1587 | 2024-12-13T20:50:50.736Z | Compiling rustls-webpki v0.102.8 |
1588 | 2024-12-13T20:50:53.990Z | Compiling tokio-rustls v0.25.0 |
1589 | 2024-12-13T20:50:55.644Z | Compiling tokio-rustls v0.26.0 |
1590 | 2024-12-13T20:50:56.049Z | Compiling hyper-rustls v0.27.3 |
1591 | 2024-12-13T20:50:56.408Z | Compiling reqwest v0.12.9 |
1592 | 2024-12-13T20:50:57.526Z | Compiling qorb v0.2.1 |
1593 | 2024-12-13T20:51:02.294Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1594 | 2024-12-13T20:51:02.520Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1595 | 2024-12-13T20:51:08.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
1596 | 2024-12-13T20:51:08.465Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1597 | 2024-12-13T20:51:08.507Z | Dec 13 20:51:06.746 INFO Starting download, target: Console |
1598 | 2024-12-13T20:51:08.507Z | Dec 13 20:51:06.746 INFO Starting download, target: Clickhouse |
1599 | 2024-12-13T20:51:08.507Z | Dec 13 20:51:06.746 INFO Starting download, target: Cockroach |
1600 | 2024-12-13T20:51:08.507Z | Dec 13 20:51:06.746 INFO Starting download, target: DendriteStub |
1601 | 2024-12-13T20:51:08.510Z | Dec 13 20:51:06.746 INFO Starting download, target: DendriteOpenapi |
1602 | 2024-12-13T20:51:08.510Z | Dec 13 20:51:06.746 INFO Starting download, target: MaghemiteMgd |
1603 | 2024-12-13T20:51:08.510Z | Dec 13 20:51:06.746 INFO Starting download, target: TransceiverControl |
1604 | 2024-12-13T20:51:08.510Z | Dec 13 20:51:06.746 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1605 | 2024-12-13T20:51:08.510Z | Dec 13 20:51:06.746 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1606 | 2024-12-13T20:51:08.510Z | Dec 13 20:51:06.747 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1607 | 2024-12-13T20:51:08.510Z | Dec 13 20:51:06.747 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1608 | 2024-12-13T20:51:08.510Z | Dec 13 20:51:06.747 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1609 | 2024-12-13T20:51:08.510Z | Dec 13 20:51:06.747 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1610 | 2024-12-13T20:51:08.510Z | Dec 13 20:51:06.747 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1611 | 2024-12-13T20:51:08.707Z | Dec 13 20:51:06.938 INFO Download complete, target: DendriteOpenapi |
1612 | 2024-12-13T20:51:08.809Z | Dec 13 20:51:07.042 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1613 | 2024-12-13T20:51:09.002Z | Dec 13 20:51:07.223 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1614 | 2024-12-13T20:51:09.333Z | Dec 13 20:51:07.548 INFO Download complete, target: Console |
1615 | 2024-12-13T20:51:09.438Z | Dec 13 20:51:07.676 INFO Download complete, target: TransceiverControl |
1616 | 2024-12-13T20:51:09.477Z | Dec 13 20:51:07.712 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1617 | 2024-12-13T20:51:09.569Z | Dec 13 20:51:07.798 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1618 | 2024-12-13T20:51:10.219Z | Dec 13 20:51:08.458 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1619 | 2024-12-13T20:51:10.219Z | Dec 13 20:51:08.458 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1620 | 2024-12-13T20:51:10.545Z | Dec 13 20:51:08.784 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1621 | 2024-12-13T20:51:12.539Z | Dec 13 20:51:10.778 INFO Download complete, target: MaghemiteMgd |
1622 | 2024-12-13T20:51:12.603Z | Dec 13 20:51:10.842 INFO Download complete, target: DendriteStub |
1623 | 2024-12-13T20:51:17.690Z | Dec 13 20:51:15.929 INFO Checking that binary works, target: Cockroach |
1624 | 2024-12-13T20:51:17.852Z | Dec 13 20:51:16.090 INFO Download complete, target: Cockroach |
1625 | 2024-12-13T20:51:23.135Z | Dec 13 20:51:21.373 INFO Checking that binary works, target: Clickhouse |
1626 | 2024-12-13T20:51:23.297Z | Dec 13 20:51:21.535 INFO Download complete, target: Clickhouse |
1627 | 2024-12-13T20:51:23.305Z | All prerequisites installed successfully |
1628 | 2024-12-13T20:51:23.307Z | |
1629 | 2024-12-13T20:51:23.307Z | real 5:50.681644193 |
1630 | 2024-12-13T20:51:23.307Z | user 16:12.976157779 |
1631 | 2024-12-13T20:51:23.307Z | sys 3:07.594015037 |
1632 | 2024-12-13T20:51:23.307Z | trap 0.500446922 |
1633 | 2024-12-13T20:51:23.307Z | tflt 1.638461796 |
1634 | 2024-12-13T20:51:23.307Z | dflt 2.286455538 |
1635 | 2024-12-13T20:51:23.307Z | kflt 0.032143187 |
1636 | 2024-12-13T20:51:23.307Z | lock 31:44.047500428 |
1637 | 2024-12-13T20:51:23.307Z | slp 1:02:49.668783136 |
1638 | 2024-12-13T20:51:23.307Z | lat 55.769604736 |
1639 | 2024-12-13T20:51:23.307Z | stop 2:04.865548180 |
1640 | 2024-12-13T20:51:23.308Z | + source ./tools/include/force-git-over-https.sh |
1641 | 2024-12-13T20:51:23.308Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1642 | 2024-12-13T20:51:23.308Z | ++ (( i = 0 )) |
1643 | 2024-12-13T20:51:23.308Z | ++ (( i < 5 )) |
1644 | 2024-12-13T20:51:23.308Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1645 | 2024-12-13T20:51:23.311Z | ++ (( i++ )) |
1646 | 2024-12-13T20:51:23.312Z | ++ (( i < 5 )) |
1647 | 2024-12-13T20:51:23.312Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1648 | 2024-12-13T20:51:23.314Z | ++ (( i++ )) |
1649 | 2024-12-13T20:51:23.314Z | ++ (( i < 5 )) |
1650 | 2024-12-13T20:51:23.314Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1651 | 2024-12-13T20:51:23.316Z | ++ (( i++ )) |
1652 | 2024-12-13T20:51:23.316Z | ++ (( i < 5 )) |
1653 | 2024-12-13T20:51:23.316Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1654 | 2024-12-13T20:51:23.319Z | ++ (( i++ )) |
1655 | 2024-12-13T20:51:23.319Z | ++ (( i < 5 )) |
1656 | 2024-12-13T20:51:23.319Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1657 | 2024-12-13T20:51:23.322Z | ++ (( i++ )) |
1658 | 2024-12-13T20:51:23.322Z | ++ (( i < 5 )) |
1659 | 2024-12-13T20:51:23.322Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1660 | 2024-12-13T20:51:23.322Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1661 | 2024-12-13T20:51:23.322Z | + rc=0 |
1662 | 2024-12-13T20:51:23.322Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1663 | 2024-12-13T20:51:52.310Z | + case $rc in |
1664 | 2024-12-13T20:51:52.310Z | + pfexec zfs create -p rpool/images/build/host |
1665 | 2024-12-13T20:51:52.552Z | + pfexec zfs create -p rpool/images/build/recovery |
1666 | 2024-12-13T20:51:52.629Z | + cargo xtask releng --output-dir /work |
1667 | 2024-12-13T20:51:53.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1668 | 2024-12-13T20:51:53.165Z | Running `target/debug/xtask releng --output-dir /work` |
1669 | 2024-12-13T20:51:54.050Z | Compiling proc-macro2 v1.0.89 |
1670 | 2024-12-13T20:51:54.050Z | Compiling unicode-ident v1.0.13 |
1671 | 2024-12-13T20:51:54.053Z | Compiling libc v0.2.162 |
1672 | 2024-12-13T20:51:54.053Z | Compiling serde v1.0.215 |
1673 | 2024-12-13T20:51:54.054Z | Compiling autocfg v1.4.0 |
1674 | 2024-12-13T20:51:54.054Z | Compiling version_check v0.9.5 |
1675 | 2024-12-13T20:51:54.054Z | Compiling cfg-if v1.0.0 |
1676 | 2024-12-13T20:51:54.311Z | Compiling memchr v2.7.4 |
1677 | 2024-12-13T20:51:54.380Z | Compiling typenum v1.17.0 |
1678 | 2024-12-13T20:51:54.417Z | Compiling shlex v1.3.0 |
1679 | 2024-12-13T20:51:54.827Z | Compiling value-bag v1.9.0 |
1680 | 2024-12-13T20:51:54.895Z | Compiling generic-array v0.14.7 |
1681 | 2024-12-13T20:51:55.084Z | Compiling lock_api v0.4.12 |
1682 | 2024-12-13T20:51:55.269Z | Compiling log v0.4.22 |
1683 | 2024-12-13T20:51:55.310Z | Compiling scopeguard v1.2.0 |
1684 | 2024-12-13T20:51:55.410Z | Compiling rustix v0.38.37 |
1685 | 2024-12-13T20:51:55.721Z | Compiling parking_lot_core v0.9.10 |
1686 | 2024-12-13T20:51:56.096Z | Compiling quote v1.0.37 |
1687 | 2024-12-13T20:51:56.118Z | Compiling serde_json v1.0.132 |
1688 | 2024-12-13T20:51:56.138Z | Compiling libm v0.2.8 |
1689 | 2024-12-13T20:51:56.141Z | Compiling num-traits v0.2.19 |
1690 | 2024-12-13T20:51:56.412Z | Compiling jobserver v0.1.32 |
1691 | 2024-12-13T20:51:56.446Z | Compiling getrandom v0.2.15 |
1692 | 2024-12-13T20:51:56.488Z | Compiling syn v2.0.87 |
1693 | 2024-12-13T20:51:56.643Z | Compiling once_cell v1.20.2 |
1694 | 2024-12-13T20:51:56.715Z | Compiling thiserror v1.0.69 |
1695 | 2024-12-13T20:51:56.752Z | Compiling cc v1.1.30 |
1696 | 2024-12-13T20:51:56.806Z | Compiling spin v0.9.8 |
1697 | 2024-12-13T20:51:56.844Z | Compiling itoa v1.0.11 |
1698 | 2024-12-13T20:51:57.055Z | Compiling aho-corasick v1.1.3 |
1699 | 2024-12-13T20:51:57.167Z | Compiling regex-syntax v0.8.5 |
1700 | 2024-12-13T20:51:57.212Z | Compiling slab v0.4.9 |
1701 | 2024-12-13T20:51:57.242Z | Compiling errno v0.3.9 |
1702 | 2024-12-13T20:51:57.949Z | Compiling byteorder v1.5.0 |
1703 | 2024-12-13T20:51:58.391Z | Compiling lazy_static v1.5.0 |
1704 | 2024-12-13T20:51:58.449Z | Compiling rand_core v0.6.4 |
1705 | 2024-12-13T20:51:58.762Z | Compiling either v1.13.0 |
1706 | 2024-12-13T20:51:58.788Z | Compiling glob v0.3.1 |
1707 | 2024-12-13T20:51:58.888Z | Compiling prettyplease v0.2.25 |
1708 | 2024-12-13T20:51:59.182Z | Compiling subtle v2.6.1 |
1709 | 2024-12-13T20:51:59.392Z | Compiling minimal-lexical v0.2.1 |
1710 | 2024-12-13T20:51:59.615Z | Compiling libloading v0.8.5 |
1711 | 2024-12-13T20:51:59.651Z | Compiling clang-sys v1.8.1 |
1712 | 2024-12-13T20:51:59.852Z | Compiling nom v7.1.3 |
1713 | 2024-12-13T20:51:59.986Z | Compiling home v0.5.9 |
1714 | 2024-12-13T20:52:00.215Z | Compiling bindgen v0.69.5 |
1715 | 2024-12-13T20:52:00.672Z | Compiling itertools v0.10.5 |
1716 | 2024-12-13T20:52:00.982Z | Compiling regex-automata v0.4.8 |
1717 | 2024-12-13T20:52:01.627Z | Compiling rustc-hash v1.1.0 |
1718 | 2024-12-13T20:52:01.807Z | Compiling lazycell v1.3.0 |
1719 | 2024-12-13T20:52:02.053Z | Compiling cmake v0.1.51 |
1720 | 2024-12-13T20:52:02.999Z | Compiling pkg-config v0.3.31 |
1721 | 2024-12-13T20:52:03.276Z | Compiling smallvec v1.13.2 |
1722 | 2024-12-13T20:52:03.468Z | Compiling cexpr v0.6.0 |
1723 | 2024-12-13T20:52:03.513Z | Compiling semver v1.0.23 |
1724 | 2024-12-13T20:52:03.604Z | Compiling fs_extra v1.3.0 |
1725 | 2024-12-13T20:52:03.797Z | Compiling dunce v1.0.5 |
1726 | 2024-12-13T20:52:03.944Z | Compiling ring v0.17.8 |
1727 | 2024-12-13T20:52:04.175Z | Compiling heck v0.5.0 |
1728 | 2024-12-13T20:52:04.235Z | Compiling synstructure v0.13.1 |
1729 | 2024-12-13T20:52:04.658Z | Compiling ryu v1.0.18 |
1730 | 2024-12-13T20:52:04.976Z | Compiling paste v1.0.15 |
1731 | 2024-12-13T20:52:05.061Z | Compiling aws-lc-rs v1.10.0 |
1732 | 2024-12-13T20:52:05.649Z | Compiling const-oid v0.9.6 |
1733 | 2024-12-13T20:52:05.671Z | Compiling httparse v1.9.5 |
1734 | 2024-12-13T20:52:05.894Z | Compiling pin-project-lite v0.2.14 |
1735 | 2024-12-13T20:52:06.365Z | Compiling allocator-api2 v0.2.18 |
1736 | 2024-12-13T20:52:06.998Z | Compiling regex v1.11.1 |
1737 | 2024-12-13T20:52:07.323Z | Compiling futures-core v0.3.31 |
1738 | 2024-12-13T20:52:07.697Z | Compiling signal-hook-registry v1.4.2 |
1739 | 2024-12-13T20:52:07.747Z | Compiling time-core v0.1.2 |
1740 | 2024-12-13T20:52:08.302Z | Compiling crossbeam-utils v0.8.20 |
1741 | 2024-12-13T20:52:08.467Z | Compiling num-conv v0.1.0 |
1742 | 2024-12-13T20:52:08.667Z | Compiling parking_lot v0.12.3 |
1743 | 2024-12-13T20:52:08.835Z | Compiling time-macros v0.2.18 |
1744 | 2024-12-13T20:52:08.933Z | Compiling mio v1.0.2 |
1745 | 2024-12-13T20:52:09.156Z | Compiling vcpkg v0.2.15 |
1746 | 2024-12-13T20:52:09.517Z | Compiling schemars v0.8.21 |
1747 | 2024-12-13T20:52:10.043Z | Compiling serde_derive v1.0.215 |
1748 | 2024-12-13T20:52:10.254Z | Compiling zeroize_derive v1.4.2 |
1749 | 2024-12-13T20:52:10.719Z | Compiling zerocopy-derive v0.7.35 |
1750 | 2024-12-13T20:52:10.907Z | Compiling tokio-macros v2.4.0 |
1751 | 2024-12-13T20:52:10.950Z | Compiling thiserror-impl v1.0.69 |
1752 | 2024-12-13T20:52:11.174Z | Compiling zerofrom-derive v0.1.4 |
1753 | 2024-12-13T20:52:11.880Z | Compiling yoke-derive v0.7.4 |
1754 | 2024-12-13T20:52:11.945Z | Compiling zeroize v1.8.1 |
1755 | 2024-12-13T20:52:12.576Z | Compiling futures-macro v0.3.31 |
1756 | 2024-12-13T20:52:12.610Z | Compiling zerovec-derive v0.10.3 |
1757 | 2024-12-13T20:52:12.940Z | Compiling displaydoc v0.2.5 |
1758 | 2024-12-13T20:52:13.960Z | Compiling zerocopy v0.7.35 |
1759 | 2024-12-13T20:52:14.584Z | Compiling crypto-common v0.1.6 |
1760 | 2024-12-13T20:52:14.832Z | Compiling icu_provider_macros v1.5.0 |
1761 | 2024-12-13T20:52:14.882Z | Compiling tracing-attributes v0.1.27 |
1762 | 2024-12-13T20:52:14.927Z | Compiling block-buffer v0.10.4 |
1763 | 2024-12-13T20:52:15.185Z | Compiling der_derive v0.7.3 |
1764 | 2024-12-13T20:52:15.241Z | Compiling digest v0.10.7 |
1765 | 2024-12-13T20:52:15.765Z | Compiling openssl-sys v0.9.103 |
1766 | 2024-12-13T20:52:15.768Z | Compiling fnv v1.0.7 |
1767 | 2024-12-13T20:52:16.836Z | Compiling serde_derive_internals v0.29.1 |
1768 | 2024-12-13T20:52:17.351Z | Compiling socket2 v0.5.7 |
1769 | 2024-12-13T20:52:17.707Z | Compiling ahash v0.8.11 |
1770 | 2024-12-13T20:52:19.163Z | Compiling cpufeatures v0.2.14 |
1771 | 2024-12-13T20:52:19.194Z | Compiling futures-sink v0.3.31 |
1772 | 2024-12-13T20:52:19.309Z | Compiling foldhash v0.1.3 |
1773 | 2024-12-13T20:52:19.367Z | Compiling schemars_derive v0.8.21 |
1774 | 2024-12-13T20:52:19.433Z | Compiling equivalent v1.0.1 |
1775 | 2024-12-13T20:52:19.619Z | Compiling hashbrown v0.15.1 |
1776 | 2024-12-13T20:52:19.663Z | Compiling stable_deref_trait v1.2.0 |
1777 | 2024-12-13T20:52:20.217Z | Compiling slog v2.7.0 |
1778 | 2024-12-13T20:52:21.260Z | Compiling futures-channel v0.3.31 |
1779 | 2024-12-13T20:52:21.520Z | Compiling zerofrom v0.1.4 |
1780 | 2024-12-13T20:52:21.791Z | Compiling scroll_derive v0.12.0 |
1781 | 2024-12-13T20:52:21.825Z | Compiling openssl v0.10.66 |
1782 | 2024-12-13T20:52:21.861Z | Compiling futures-task v0.3.31 |
1783 | 2024-12-13T20:52:21.928Z | Compiling ucd-trie v0.1.7 |
1784 | 2024-12-13T20:52:22.208Z | Compiling futures-io v0.3.31 |
1785 | 2024-12-13T20:52:22.254Z | Compiling pin-utils v0.1.0 |
1786 | 2024-12-13T20:52:22.346Z | Compiling pest v2.7.14 |
1787 | 2024-12-13T20:52:22.416Z | Compiling yoke v0.7.4 |
1788 | 2024-12-13T20:52:22.437Z | Compiling futures-util v0.3.31 |
1789 | 2024-12-13T20:52:22.877Z | Compiling hmac v0.12.1 |
1790 | 2024-12-13T20:52:23.037Z | Compiling tinyvec_macros v0.1.1 |
1791 | 2024-12-13T20:52:23.316Z | Compiling tinyvec v1.8.0 |
1792 | 2024-12-13T20:52:23.414Z | Compiling zerovec v0.10.4 |
1793 | 2024-12-13T20:52:24.215Z | Compiling bitflags v2.6.0 |
1794 | 2024-12-13T20:52:25.174Z | Compiling bytes v1.8.0 |
1795 | 2024-12-13T20:52:26.519Z | Compiling tokio v1.40.0 |
1796 | 2024-12-13T20:52:27.369Z | Compiling indexmap v2.6.0 |
1797 | 2024-12-13T20:52:27.425Z | Compiling serde_tokenstream v0.2.2 |
1798 | 2024-12-13T20:52:29.005Z | Compiling which v4.4.2 |
1799 | 2024-12-13T20:52:30.061Z | Compiling http v1.1.0 |
1800 | 2024-12-13T20:52:30.182Z | Compiling rustc_version v0.4.1 |
1801 | 2024-12-13T20:52:30.974Z | Compiling pest_meta v2.7.14 |
1802 | 2024-12-13T20:52:31.873Z | Compiling uuid v1.11.0 |
1803 | 2024-12-13T20:52:32.503Z | Compiling block-padding v0.3.3 |
1804 | 2024-12-13T20:52:32.762Z | Compiling openssl-macros v0.1.1 |
1805 | 2024-12-13T20:52:32.869Z | Compiling rustls v0.23.19 |
1806 | 2024-12-13T20:52:33.333Z | Compiling iana-time-zone v0.1.61 |
1807 | 2024-12-13T20:52:33.725Z | Compiling native-tls v0.2.12 |
1808 | 2024-12-13T20:52:33.836Z | Compiling chrono v0.4.38 |
1809 | 2024-12-13T20:52:34.180Z | Compiling inout v0.1.3 |
1810 | 2024-12-13T20:52:34.551Z | Compiling pest_generator v2.7.14 |
1811 | 2024-12-13T20:52:35.412Z | Compiling unicode-normalization v0.1.24 |
1812 | 2024-12-13T20:52:35.544Z | Compiling cipher v0.4.4 |
1813 | 2024-12-13T20:52:36.039Z | Compiling tinystr v0.7.6 |
1814 | 2024-12-13T20:52:36.393Z | Compiling pest_derive v2.7.14 |
1815 | 2024-12-13T20:52:36.710Z | Compiling sha2 v0.10.8 |
1816 | 2024-12-13T20:52:37.047Z | Compiling async-trait v0.1.83 |
1817 | 2024-12-13T20:52:37.282Z | Compiling cookie v0.18.1 |
1818 | 2024-12-13T20:52:37.434Z | Compiling usdt-impl v0.5.0 |
1819 | 2024-12-13T20:52:37.640Z | Compiling writeable v0.5.5 |
1820 | 2024-12-13T20:52:37.835Z | Compiling litemap v0.7.3 |
1821 | 2024-12-13T20:52:38.450Z | Compiling unicode-bidi v0.3.17 |
1822 | 2024-12-13T20:52:38.948Z | Compiling base64ct v1.6.0 |
1823 | 2024-12-13T20:52:39.705Z | Compiling pem-rfc7468 v0.7.0 |
1824 | 2024-12-13T20:52:39.780Z | Compiling icu_locid v1.5.0 |
1825 | 2024-12-13T20:52:41.863Z | Compiling scroll v0.12.0 |
1826 | 2024-12-13T20:52:42.586Z | Compiling ppv-lite86 v0.2.20 |
1827 | 2024-12-13T20:52:42.912Z | Compiling tracing-core v0.1.32 |
1828 | 2024-12-13T20:52:43.437Z | Compiling dyn-clone v1.0.17 |
1829 | 2024-12-13T20:52:43.627Z | Compiling untrusted v0.7.1 |
1830 | 2024-12-13T20:52:43.830Z | Compiling camino v1.1.9 |
1831 | 2024-12-13T20:52:43.909Z | Compiling aws-lc-sys v0.22.0 |
1832 | 2024-12-13T20:52:44.408Z | Compiling rustls-pki-types v1.10.0 |
1833 | 2024-12-13T20:52:45.059Z | Compiling syn v1.0.109 |
1834 | 2024-12-13T20:52:45.606Z | Compiling plain v0.2.3 |
1835 | 2024-12-13T20:52:45.790Z | Compiling percent-encoding v2.3.1 |
1836 | 2024-12-13T20:52:46.259Z | Compiling flagset v0.4.6 |
1837 | 2024-12-13T20:52:46.280Z | Compiling goblin v0.8.2 |
1838 | 2024-12-13T20:52:46.552Z | Compiling der v0.7.9 |
1839 | 2024-12-13T20:52:48.881Z | Compiling tracing v0.1.40 |
1840 | 2024-12-13T20:52:49.756Z | Compiling rand_chacha v0.3.1 |
1841 | 2024-12-13T20:52:51.028Z | Compiling icu_provider v1.5.0 |
1842 | 2024-12-13T20:52:51.725Z | Compiling tokio-util v0.7.12 |
1843 | 2024-12-13T20:52:53.385Z | Compiling powerfmt v0.2.0 |
1844 | 2024-12-13T20:52:53.501Z | Compiling icu_locid_transform_data v1.5.0 |
1845 | 2024-12-13T20:52:53.911Z | Compiling untrusted v0.9.0 |
1846 | 2024-12-13T20:52:54.159Z | Compiling rustls v0.22.4 |
1847 | 2024-12-13T20:52:54.266Z | Compiling rayon-core v1.12.1 |
1848 | 2024-12-13T20:52:54.327Z | Compiling pretty-hex v0.4.1 |
1849 | 2024-12-13T20:52:54.500Z | Compiling mirai-annotations v1.12.0 |
1850 | 2024-12-13T20:52:54.562Z | Compiling dof v0.3.0 |
1851 | 2024-12-13T20:52:54.621Z | Compiling icu_locid_transform v1.5.0 |
1852 | 2024-12-13T20:52:54.722Z | Compiling deranged v0.3.11 |
1853 | 2024-12-13T20:52:56.561Z | Compiling rand v0.8.5 |
1854 | 2024-12-13T20:52:57.505Z | Compiling spki v0.7.3 |
1855 | 2024-12-13T20:52:57.520Z | Compiling dtrace-parser v0.2.0 |
1856 | 2024-12-13T20:52:58.463Z | Compiling salsa20 v0.10.2 |
1857 | 2024-12-13T20:52:58.718Z | Compiling icu_collections v1.5.0 |
1858 | 2024-12-13T20:52:59.540Z | Compiling pbkdf2 v0.12.2 |
1859 | 2024-12-13T20:53:01.103Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1860 | 2024-12-13T20:53:01.619Z | Compiling thread-id v4.2.2 |
1861 | 2024-12-13T20:53:01.987Z | Compiling num_threads v0.1.7 |
1862 | 2024-12-13T20:53:02.039Z | Compiling icu_properties_data v1.5.0 |
1863 | 2024-12-13T20:53:02.362Z | Compiling atomic-waker v1.1.2 |
1864 | 2024-12-13T20:53:02.650Z | Compiling icu_properties v1.5.1 |
1865 | 2024-12-13T20:53:04.624Z | Compiling time v0.3.36 |
1866 | 2024-12-13T20:53:07.815Z | Compiling scrypt v0.11.0 |
1867 | 2024-12-13T20:53:07.863Z | Compiling form_urlencoded v1.2.1 |
1868 | 2024-12-13T20:53:08.328Z | Compiling cbc v0.1.2 |
1869 | 2024-12-13T20:53:08.366Z | Compiling aes v0.8.4 |
1870 | 2024-12-13T20:53:08.562Z | Compiling http-body v1.0.1 |
1871 | 2024-12-13T20:53:08.939Z | Compiling multer v3.1.0 |
1872 | 2024-12-13T20:53:09.285Z | Compiling utf16_iter v1.0.5 |
1873 | 2024-12-13T20:53:09.329Z | Compiling utf8_iter v1.0.4 |
1874 | 2024-12-13T20:53:09.525Z | Compiling icu_normalizer_data v1.5.0 |
1875 | 2024-12-13T20:53:09.814Z | Compiling try-lock v0.2.5 |
1876 | 2024-12-13T20:53:09.855Z | Compiling write16 v1.0.0 |
1877 | 2024-12-13T20:53:09.984Z | Compiling slog-async v2.8.0 |
1878 | 2024-12-13T20:53:10.236Z | Compiling icu_normalizer v1.5.0 |
1879 | 2024-12-13T20:53:10.658Z | Compiling want v0.3.1 |
1880 | 2024-12-13T20:53:11.069Z | Compiling pkcs5 v0.7.1 |
1881 | 2024-12-13T20:53:14.235Z | Compiling h2 v0.4.6 |
1882 | 2024-12-13T20:53:15.628Z | Compiling heapless v0.7.17 |
1883 | 2024-12-13T20:53:15.875Z | Compiling zerocopy-derive v0.6.6 |
1884 | 2024-12-13T20:53:16.463Z | Compiling num-bigint-dig v0.8.4 |
1885 | 2024-12-13T20:53:16.754Z | Compiling anyhow v1.0.93 |
1886 | 2024-12-13T20:53:17.471Z | Compiling signal-hook v0.3.17 |
1887 | 2024-12-13T20:53:17.768Z | Compiling base64 v0.22.1 |
1888 | 2024-12-13T20:53:17.803Z | Compiling httpdate v1.0.3 |
1889 | 2024-12-13T20:53:19.373Z | Compiling pkcs8 v0.10.2 |
1890 | 2024-12-13T20:53:19.817Z | Compiling idna_adapter v1.2.0 |
1891 | 2024-12-13T20:53:20.150Z | Compiling usdt-macro v0.5.0 |
1892 | 2024-12-13T20:53:20.258Z | Compiling usdt-attr-macro v0.5.0 |
1893 | 2024-12-13T20:53:21.838Z | Compiling hyper v1.5.0 |
1894 | 2024-12-13T20:53:22.018Z | Compiling async-stream-impl v0.3.6 |
1895 | 2024-12-13T20:53:22.699Z | Compiling rustversion v1.0.17 |
1896 | 2024-12-13T20:53:23.309Z | Compiling strsim v0.11.1 |
1897 | 2024-12-13T20:53:23.725Z | Compiling tower-service v0.3.3 |
1898 | 2024-12-13T20:53:24.830Z | Compiling hyper-util v0.1.10 |
1899 | 2024-12-13T20:53:25.366Z | Compiling idna v1.0.3 |
1900 | 2024-12-13T20:53:31.732Z | Compiling curve25519-dalek v4.1.3 |
1901 | 2024-12-13T20:53:32.203Z | Compiling openapiv3 v2.0.0 |
1902 | 2024-12-13T20:53:32.772Z | Compiling toml_datetime v0.6.8 |
1903 | 2024-12-13T20:53:32.977Z | Compiling serde_spanned v0.6.8 |
1904 | 2024-12-13T20:53:33.297Z | Compiling enum-as-inner v0.6.1 |
1905 | 2024-12-13T20:53:34.145Z | Compiling dropshot v0.12.0 |
1906 | 2024-12-13T20:53:34.419Z | Compiling foreign-types-shared v0.1.1 |
1907 | 2024-12-13T20:53:34.542Z | Compiling match_cfg v0.1.0 |
1908 | 2024-12-13T20:53:34.908Z | Compiling adler2 v2.0.0 |
1909 | 2024-12-13T20:53:35.118Z | Compiling smoltcp v0.9.1 |
1910 | 2024-12-13T20:53:35.316Z | Compiling portable-atomic v1.9.0 |
1911 | 2024-12-13T20:53:35.708Z | Compiling miniz_oxide v0.8.0 |
1912 | 2024-12-13T20:53:36.181Z | Compiling foreign-types v0.3.2 |
1913 | 2024-12-13T20:53:36.284Z | Compiling hostname v0.3.1 |
1914 | 2024-12-13T20:53:37.784Z | Compiling url v2.5.3 |
1915 | 2024-12-13T20:53:43.284Z | Compiling http-body-util v0.1.2 |
1916 | 2024-12-13T20:53:43.897Z | Compiling clap_derive v4.5.18 |
1917 | 2024-12-13T20:53:44.078Z | Compiling dirs-sys-next v0.1.2 |
1918 | 2024-12-13T20:53:44.975Z | Compiling encoding_rs v0.8.34 |
1919 | 2024-12-13T20:53:47.825Z | Compiling data-encoding v2.6.0 |
1920 | 2024-12-13T20:53:48.558Z | Compiling mime v0.3.17 |
1921 | 2024-12-13T20:53:49.537Z | Compiling siphasher v0.3.11 |
1922 | 2024-12-13T20:53:50.008Z | Compiling dirs-next v2.0.0 |
1923 | 2024-12-13T20:53:56.145Z | Compiling hubpack_derive v0.1.1 |
1924 | 2024-12-13T20:53:56.871Z | Compiling serde_urlencoded v0.7.1 |
1925 | 2024-12-13T20:53:57.057Z | Compiling crossbeam-epoch v0.9.18 |
1926 | 2024-12-13T20:53:57.689Z | Compiling hashbrown v0.14.5 |
1927 | 2024-12-13T20:53:57.822Z | Compiling rustls-pemfile v2.2.0 |
1928 | 2024-12-13T20:53:58.426Z | Compiling dropshot_endpoint v0.12.0 |
1929 | 2024-12-13T20:54:00.358Z | Compiling sha1 v0.10.6 |
1930 | 2024-12-13T20:54:00.792Z | Compiling signature v2.2.0 |
1931 | 2024-12-13T20:54:00.884Z | Compiling curve25519-dalek-derive v0.1.1 |
1932 | 2024-12-13T20:54:01.117Z | Compiling thread_local v1.1.8 |
1933 | 2024-12-13T20:54:01.683Z | Compiling rustls-webpki v0.102.8 |
1934 | 2024-12-13T20:54:02.545Z | Compiling fs-err v2.11.0 |
1935 | 2024-12-13T20:54:02.910Z | Compiling utf8parse v0.2.2 |
1936 | 2024-12-13T20:54:02.949Z | Compiling ipnet v2.10.1 |
1937 | 2024-12-13T20:54:03.179Z | Compiling openssl-probe v0.1.5 |
1938 | 2024-12-13T20:54:03.647Z | Compiling unicode-properties v0.1.3 |
1939 | 2024-12-13T20:54:03.699Z | Compiling gimli v0.31.1 |
1940 | 2024-12-13T20:54:04.081Z | Compiling winnow v0.6.20 |
1941 | 2024-12-13T20:54:11.199Z | Compiling anstyle v1.0.10 |
1942 | 2024-12-13T20:54:11.416Z | Compiling stringprep v0.1.5 |
1943 | 2024-12-13T20:54:11.416Z | Compiling toml_edit v0.22.22 |
1944 | 2024-12-13T20:54:11.514Z | Compiling addr2line v0.24.2 |
1945 | 2024-12-13T20:54:11.514Z | Compiling anstyle-parse v0.2.5 |
1946 | 2024-12-13T20:54:11.514Z | Compiling regress v0.10.1 |
1947 | 2024-12-13T20:54:11.514Z | Compiling crossbeam-deque v0.8.5 |
1948 | 2024-12-13T20:54:11.514Z | Compiling term v0.7.0 |
1949 | 2024-12-13T20:54:12.932Z | Compiling slog-json v2.6.1 |
1950 | 2024-12-13T20:54:14.197Z | Compiling crossbeam-channel v0.5.13 |
1951 | 2024-12-13T20:54:15.650Z | Compiling idna v0.3.0 |
1952 | 2024-12-13T20:54:15.705Z | Compiling idna v0.4.0 |
1953 | 2024-12-13T20:54:17.205Z | Compiling futures-executor v0.3.31 |
1954 | 2024-12-13T20:54:17.714Z | Compiling num-integer v0.1.46 |
1955 | 2024-12-13T20:54:18.183Z | Compiling md-5 v0.10.6 |
1956 | 2024-12-13T20:54:18.430Z | Compiling ff v0.13.0 |
1957 | 2024-12-13T20:54:18.451Z | Compiling hash32 v0.2.1 |
1958 | 2024-12-13T20:54:18.485Z | Compiling is-terminal v0.4.13 |
1959 | 2024-12-13T20:54:18.623Z | Compiling memmap v0.7.0 |
1960 | 2024-12-13T20:54:18.679Z | Compiling object v0.36.5 |
1961 | 2024-12-13T20:54:18.812Z | Compiling rustc-demangle v0.1.24 |
1962 | 2024-12-13T20:54:18.951Z | Compiling is_terminal_polyfill v1.70.1 |
1963 | 2024-12-13T20:54:19.088Z | Compiling psl-types v2.0.11 |
1964 | 2024-12-13T20:54:19.321Z | Compiling heck v0.4.1 |
1965 | 2024-12-13T20:54:19.507Z | Compiling utf-8 v0.7.6 |
1966 | 2024-12-13T20:54:19.741Z | Compiling anstyle-query v1.1.1 |
1967 | 2024-12-13T20:54:19.801Z | Compiling base16ct v0.2.0 |
1968 | 2024-12-13T20:54:19.850Z | Compiling fallible-iterator v0.2.0 |
1969 | 2024-12-13T20:54:19.899Z | Compiling take_mut v0.2.2 |
1970 | 2024-12-13T20:54:20.074Z | Compiling colorchoice v1.0.2 |
1971 | 2024-12-13T20:54:20.106Z | Compiling quick-error v1.2.3 |
1972 | 2024-12-13T20:54:20.242Z | Compiling linked-hash-map v0.5.6 |
1973 | 2024-12-13T20:54:20.263Z | Compiling resolv-conf v0.7.0 |
1974 | 2024-12-13T20:54:20.566Z | Compiling postgres-protocol v0.6.7 |
1975 | 2024-12-13T20:54:20.629Z | Compiling lru-cache v0.1.2 |
1976 | 2024-12-13T20:54:20.829Z | Compiling anstream v0.6.15 |
1977 | 2024-12-13T20:54:21.502Z | Compiling sec1 v0.7.3 |
1978 | 2024-12-13T20:54:21.793Z | Compiling publicsuffix v2.2.3 |
1979 | 2024-12-13T20:54:21.910Z | Compiling strum_macros v0.25.3 |
1980 | 2024-12-13T20:54:22.050Z | Compiling tungstenite v0.24.0 |
1981 | 2024-12-13T20:54:22.388Z | Compiling usdt v0.5.0 |
1982 | 2024-12-13T20:54:22.853Z | Compiling group v0.13.0 |
1983 | 2024-12-13T20:54:23.150Z | Compiling slog-term v2.9.1 |
1984 | 2024-12-13T20:54:24.065Z | Compiling num-iter v0.1.45 |
1985 | 2024-12-13T20:54:24.086Z | Compiling futures v0.3.31 |
1986 | 2024-12-13T20:54:24.419Z | Compiling hickory-proto v0.24.1 |
1987 | 2024-12-13T20:54:24.498Z | Compiling tokio-rustls v0.26.0 |
1988 | 2024-12-13T20:54:25.821Z | Compiling tokio-rustls v0.25.0 |
1989 | 2024-12-13T20:54:26.240Z | Compiling backtrace v0.3.74 |
1990 | 2024-12-13T20:54:26.336Z | Compiling typify-impl v0.2.0 |
1991 | 2024-12-13T20:54:26.664Z | Compiling slog-bunyan v2.5.0 |
1992 | 2024-12-13T20:54:26.686Z | Compiling toml v0.8.19 |
1993 | 2024-12-13T20:54:26.876Z | Compiling tokio-native-tls v0.3.1 |
1994 | 2024-12-13T20:54:27.351Z | Compiling phf_shared v0.11.2 |
1995 | 2024-12-13T20:54:27.749Z | Compiling async-stream v0.3.6 |
1996 | 2024-12-13T20:54:28.065Z | Compiling waitgroup v0.1.2 |
1997 | 2024-12-13T20:54:28.136Z | Compiling webpki-roots v0.26.6 |
1998 | 2024-12-13T20:54:28.338Z | Compiling idna v0.5.0 |
1999 | 2024-12-13T20:54:28.453Z | Compiling terminal_size v0.4.0 |
2000 | 2024-12-13T20:54:28.670Z | Compiling serde_path_to_error v0.1.16 |
2001 | 2024-12-13T20:54:29.481Z | Compiling hkdf v0.12.4 |
2002 | 2024-12-13T20:54:29.711Z | Compiling crypto-bigint v0.5.5 |
2003 | 2024-12-13T20:54:29.732Z | Compiling derive-where v1.2.7 |
2004 | 2024-12-13T20:54:29.777Z | Compiling serde_repr v0.1.19 |
2005 | 2024-12-13T20:54:30.979Z | Compiling hostname v0.4.0 |
2006 | 2024-12-13T20:54:31.205Z | Compiling crc32fast v1.4.2 |
2007 | 2024-12-13T20:54:32.433Z | Compiling unicode-width v0.1.14 |
2008 | 2024-12-13T20:54:32.666Z | Compiling winnow v0.5.40 |
2009 | 2024-12-13T20:54:33.049Z | Compiling managed v0.8.0 |
2010 | 2024-12-13T20:54:33.260Z | Compiling clap_lex v0.7.2 |
2011 | 2024-12-13T20:54:33.282Z | Compiling debug-ignore v1.0.5 |
2012 | 2024-12-13T20:54:33.425Z | Compiling bitflags v1.3.2 |
2013 | 2024-12-13T20:54:33.483Z | Compiling elliptic-curve v0.13.8 |
2014 | 2024-12-13T20:54:33.688Z | Compiling clap_builder v4.5.21 |
2015 | 2024-12-13T20:54:33.863Z | Compiling console v0.15.8 |
2016 | 2024-12-13T20:54:35.687Z | Compiling flate2 v1.0.34 |
2017 | 2024-12-13T20:54:36.417Z | Compiling toml_edit v0.19.15 |
2018 | 2024-12-13T20:54:36.598Z | Compiling hickory-resolver v0.24.1 |
2019 | 2024-12-13T20:54:38.012Z | Compiling typify-macro v0.2.0 |
2020 | 2024-12-13T20:54:38.079Z | Compiling cookie_store v0.21.0 |
2021 | 2024-12-13T20:54:41.659Z | Compiling hyper-rustls v0.27.3 |
2022 | 2024-12-13T20:54:42.742Z | Compiling phf v0.11.2 |
2023 | 2024-12-13T20:54:43.346Z | Compiling hyper-tls v0.6.0 |
2024 | 2024-12-13T20:54:43.921Z | Compiling signal-hook-mio v0.2.4 |
2025 | 2024-12-13T20:54:44.097Z | Compiling rayon v1.10.0 |
2026 | 2024-12-13T20:54:44.168Z | Compiling bzip2 v0.4.4 |
2027 | 2024-12-13T20:54:44.327Z | Compiling tokio-tungstenite v0.24.0 |
2028 | 2024-12-13T20:54:44.543Z | Compiling postgres-types v0.2.8 |
2029 | 2024-12-13T20:54:44.992Z | Compiling ed25519 v2.2.3 |
2030 | 2024-12-13T20:54:45.385Z | Compiling hubpack v0.1.2 |
2031 | 2024-12-13T20:54:45.405Z | Compiling phf_shared v0.10.0 |
2032 | 2024-12-13T20:54:45.485Z | Compiling pkcs1 v0.7.5 |
2033 | 2024-12-13T20:54:45.801Z | Compiling zerocopy v0.6.6 |
2034 | 2024-12-13T20:54:45.951Z | Compiling tokio-stream v0.1.16 |
2035 | 2024-12-13T20:54:46.903Z | Compiling serde-big-array v0.5.1 |
2036 | 2024-12-13T20:54:46.961Z | Compiling rfc6979 v0.4.0 |
2037 | 2024-12-13T20:54:46.996Z | Compiling float-cmp v0.9.0 |
2038 | 2024-12-13T20:54:47.203Z | Compiling sync_wrapper v1.0.1 |
2039 | 2024-12-13T20:54:47.365Z | Compiling bstr v1.10.0 |
2040 | 2024-12-13T20:54:47.431Z | Compiling unicode-segmentation v1.12.0 |
2041 | 2024-12-13T20:54:48.324Z | Compiling fixedbitset v0.4.2 |
2042 | 2024-12-13T20:54:48.463Z | Compiling difflib v0.4.0 |
2043 | 2024-12-13T20:54:48.777Z | Compiling predicates-core v1.0.8 |
2044 | 2024-12-13T20:54:48.963Z | Compiling whoami v1.5.2 |
2045 | 2024-12-13T20:54:49.092Z | Compiling number_prefix v0.4.0 |
2046 | 2024-12-13T20:54:49.122Z | Compiling precomputed-hash v0.1.1 |
2047 | 2024-12-13T20:54:49.418Z | Compiling normalize-line-endings v0.3.0 |
2048 | 2024-12-13T20:54:49.507Z | Compiling static_assertions v1.1.0 |
2049 | 2024-12-13T20:54:49.551Z | Compiling unicode-width v0.2.0 |
2050 | 2024-12-13T20:54:49.621Z | Compiling bit-vec v0.6.3 |
2051 | 2024-12-13T20:54:49.699Z | Compiling new_debug_unreachable v1.0.6 |
2052 | 2024-12-13T20:54:49.755Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2053 | 2024-12-13T20:54:49.798Z | Compiling string_cache v0.8.7 |
2054 | 2024-12-13T20:54:50.045Z | Compiling indicatif v0.17.9 |
2055 | 2024-12-13T20:54:50.083Z | Compiling bit-set v0.5.3 |
2056 | 2024-12-13T20:54:50.211Z | Compiling predicates v3.1.2 |
2057 | 2024-12-13T20:54:51.424Z | Compiling tokio-postgres v0.7.12 |
2058 | 2024-12-13T20:54:51.773Z | Compiling reqwest v0.12.9 |
2059 | 2024-12-13T20:54:51.913Z | Compiling petgraph v0.6.5 |
2060 | 2024-12-13T20:54:52.225Z | Compiling similar v2.6.0 |
2061 | 2024-12-13T20:54:56.226Z | Compiling ecdsa v0.16.9 |
2062 | 2024-12-13T20:54:56.736Z | Compiling qorb v0.2.1 |
2063 | 2024-12-13T20:54:57.026Z | Compiling rsa v0.9.6 |
2064 | 2024-12-13T20:54:57.147Z | Compiling ed25519-dalek v2.1.1 |
2065 | 2024-12-13T20:54:58.531Z | Compiling zip v0.6.6 |
2066 | 2024-12-13T20:54:58.688Z | Compiling crossterm v0.28.1 |
2067 | 2024-12-13T20:54:58.863Z | Compiling toml v0.7.8 |
2068 | 2024-12-13T20:54:59.782Z | Compiling clap v4.5.21 |
2069 | 2024-12-13T20:55:02.215Z | Compiling x509-cert v0.2.5 |
2070 | 2024-12-13T20:55:02.532Z | Compiling hex v0.4.3 |
2071 | 2024-12-13T20:55:06.266Z | Compiling peg-runtime v0.8.3 |
2072 | 2024-12-13T20:55:06.588Z | Compiling lalrpop-util v0.19.12 |
2073 | 2024-12-13T20:55:06.955Z | Compiling unicode-xid v0.2.6 |
2074 | 2024-12-13T20:55:07.126Z | Compiling radium v0.7.0 |
2075 | 2024-12-13T20:55:08.873Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2076 | 2024-12-13T20:55:24.953Z | Compiling maybe-uninit v2.0.0 |
2077 | 2024-12-13T20:55:25.838Z | Compiling ident_case v1.0.1 |
2078 | 2024-12-13T20:55:26.027Z | Compiling tap v1.0.1 |
2079 | 2024-12-13T20:55:29.711Z | Compiling wyz v0.5.1 |
2080 | 2024-12-13T20:55:30.201Z | Compiling darling_core v0.20.10 |
2081 | 2024-12-13T20:55:36.330Z | Compiling typify v0.2.0 |
2082 | 2024-12-13T20:55:40.378Z | Compiling funty v2.0.0 |
2083 | 2024-12-13T20:55:40.592Z | Compiling packed_struct v0.10.1 |
2084 | 2024-12-13T20:55:41.158Z | Compiling unsafe-libyaml v0.2.11 |
2085 | 2024-12-13T20:55:42.151Z | Compiling bitvec v1.0.1 |
2086 | 2024-12-13T20:55:42.818Z | Compiling serde_yaml v0.9.34+deprecated |
2087 | 2024-12-13T20:55:46.487Z | Compiling progenitor-impl v0.8.0 |
2088 | 2024-12-13T20:55:46.712Z | Compiling darling_macro v0.20.10 |
2089 | 2024-12-13T20:55:48.340Z | Compiling packed_struct_codegen v0.10.1 |
2090 | 2024-12-13T20:55:50.993Z | Compiling structmeta-derive v0.3.0 |
2091 | 2024-12-13T20:55:51.698Z | Compiling indexmap v1.9.3 |
2092 | 2024-12-13T20:55:53.020Z | Compiling crc-catalog v2.4.0 |
2093 | 2024-12-13T20:55:53.147Z | Compiling nodrop v0.1.14 |
2094 | 2024-12-13T20:55:53.249Z | Compiling fastrand v2.1.1 |
2095 | 2024-12-13T20:55:53.281Z | Compiling newtype-uuid v1.1.3 |
2096 | 2024-12-13T20:55:53.529Z | Compiling structmeta v0.3.0 |
2097 | 2024-12-13T20:55:53.597Z | Compiling tempfile v3.13.0 |
2098 | 2024-12-13T20:55:53.882Z | Compiling progenitor-macro v0.8.0 |
2099 | 2024-12-13T20:55:53.930Z | Compiling array-init v0.0.4 |
2100 | 2024-12-13T20:55:55.381Z | Compiling crc v3.2.1 |
2101 | 2024-12-13T20:56:01.234Z | Compiling smallvec v0.6.14 |
2102 | 2024-12-13T20:56:01.737Z | Compiling darling v0.20.10 |
2103 | 2024-12-13T20:56:07.806Z | Compiling progenitor-client v0.8.0 |
2104 | 2024-12-13T20:56:09.878Z | Compiling pin-project-internal v1.1.6 |
2105 | 2024-12-13T20:56:10.041Z | Compiling dropshot v0.13.0 |
2106 | 2024-12-13T20:56:12.128Z | Compiling hashbrown v0.12.3 |
2107 | 2024-12-13T20:56:13.521Z | Compiling base64 v0.21.7 |
2108 | 2024-12-13T20:56:13.816Z | Compiling bitfield v0.14.0 |
2109 | 2024-12-13T20:56:13.819Z | Compiling same-file v1.0.6 |
2110 | 2024-12-13T20:56:14.123Z | Compiling termcolor v1.4.1 |
2111 | 2024-12-13T20:56:15.151Z | Compiling env_logger v0.10.2 |
2112 | 2024-12-13T20:56:16.283Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2113 | 2024-12-13T20:56:17.375Z | Compiling ron v0.8.1 |
2114 | 2024-12-13T20:56:18.230Z | Compiling walkdir v2.5.0 |
2115 | 2024-12-13T20:56:20.958Z | Compiling pin-project v1.1.6 |
2116 | 2024-12-13T20:56:28.952Z | Compiling progenitor v0.8.0 |
2117 | 2024-12-13T20:56:30.393Z | Compiling serde_with_macros v3.11.0 |
2118 | 2024-12-13T20:56:32.475Z | Compiling serde-hex v0.1.0 |
2119 | 2024-12-13T20:56:32.865Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2120 | 2024-12-13T20:56:33.199Z | Compiling parse-display-derive v0.10.0 |
2121 | 2024-12-13T20:56:37.166Z | Compiling strum_macros v0.26.4 |
2122 | 2024-12-13T20:56:37.247Z | Compiling hashbrown v0.13.2 |
2123 | 2024-12-13T20:56:37.594Z | Compiling ipnetwork v0.20.0 |
2124 | 2024-12-13T20:56:37.630Z | Compiling xattr v1.3.1 |
2125 | 2024-12-13T20:56:38.046Z | Compiling dropshot_endpoint v0.13.0 |
2126 | 2024-12-13T20:56:38.260Z | Compiling snafu-derive v0.8.5 |
2127 | 2024-12-13T20:56:38.506Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2128 | 2024-12-13T20:56:38.627Z | Compiling ring v0.16.20 |
2129 | 2024-12-13T20:56:39.217Z | Compiling blake3 v1.5.4 |
2130 | 2024-12-13T20:56:39.625Z | Compiling filetime v0.2.25 |
2131 | 2024-12-13T20:56:39.818Z | Compiling instant v0.1.13 |
2132 | 2024-12-13T20:56:39.997Z | Compiling simd-adler32 v0.3.7 |
2133 | 2024-12-13T20:56:40.410Z | Compiling buf-list v1.0.3 |
2134 | 2024-12-13T20:56:41.147Z | Compiling lockfree-object-pool v0.1.6 |
2135 | 2024-12-13T20:56:41.446Z | Compiling zip v2.1.3 |
2136 | 2024-12-13T20:56:41.592Z | Compiling crc-any v2.5.0 |
2137 | 2024-12-13T20:56:41.614Z | Compiling bumpalo v3.16.0 |
2138 | 2024-12-13T20:56:41.795Z | Compiling strum v0.26.3 |
2139 | 2024-12-13T20:56:41.992Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2140 | 2024-12-13T20:56:42.173Z | Compiling zopfli v0.8.1 |
2141 | 2024-12-13T20:56:42.405Z | Compiling backoff v0.4.0 |
2142 | 2024-12-13T20:56:42.530Z | Compiling tar v0.4.42 |
2143 | 2024-12-13T20:56:42.888Z | Compiling snafu v0.8.5 |
2144 | 2024-12-13T20:56:44.219Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2145 | 2024-12-13T20:56:44.452Z | Compiling object v0.30.4 |
2146 | 2024-12-13T20:56:46.365Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2147 | 2024-12-13T20:56:48.075Z | Compiling parse-display v0.10.0 |
2148 | 2024-12-13T20:56:49.320Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2149 | 2024-12-13T20:56:49.492Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2150 | 2024-12-13T20:56:49.919Z | Compiling serde_with v3.11.0 |
2151 | 2024-12-13T20:56:49.939Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2152 | 2024-12-13T20:56:49.979Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2153 | 2024-12-13T20:56:50.651Z | Compiling camino-tempfile v1.1.1 |
2154 | 2024-12-13T20:56:51.055Z | Compiling globset v0.4.15 |
2155 | 2024-12-13T20:56:51.415Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2156 | 2024-12-13T20:56:51.617Z | Compiling regress v0.9.1 |
2157 | 2024-12-13T20:56:54.228Z | Compiling pem v3.0.4 |
2158 | 2024-12-13T20:56:55.639Z | Compiling olpc-cjson v0.1.4 |
2159 | 2024-12-13T20:56:55.977Z | Compiling serde_plain v1.0.2 |
2160 | 2024-12-13T20:56:56.492Z | Compiling macaddr v1.0.1 |
2161 | 2024-12-13T20:56:56.679Z | Compiling async-recursion v1.1.1 |
2162 | 2024-12-13T20:56:57.133Z | Compiling memmap2 v0.9.5 |
2163 | 2024-12-13T20:56:57.404Z | Compiling arrayvec v0.7.6 |
2164 | 2024-12-13T20:56:57.734Z | Compiling spin v0.5.2 |
2165 | 2024-12-13T20:56:57.933Z | Compiling constant_time_eq v0.3.1 |
2166 | 2024-12-13T20:56:58.003Z | Compiling arrayref v0.3.9 |
2167 | 2024-12-13T20:56:58.117Z | Compiling path-slash v0.1.5 |
2168 | 2024-12-13T20:56:58.117Z | Compiling typed-path v0.9.3 |
2169 | 2024-12-13T20:56:58.362Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2170 | 2024-12-13T20:56:59.314Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2171 | 2024-12-13T20:57:00.885Z | Compiling tough v0.19.0 |
2172 | 2024-12-13T20:57:05.137Z | Compiling itertools v0.13.0 |
2173 | 2024-12-13T20:57:05.519Z | Compiling cargo-platform v0.1.8 |
2174 | 2024-12-13T20:57:05.806Z | Compiling topological-sort v0.2.2 |
2175 | 2024-12-13T20:57:06.085Z | Compiling parse-size v1.1.0 |
2176 | 2024-12-13T20:57:06.391Z | Compiling omicron-zone-package v0.11.1 |
2177 | 2024-12-13T20:57:06.623Z | Compiling cargo_metadata v0.18.1 |
2178 | 2024-12-13T20:57:11.570Z | Compiling shell-words v1.1.0 |
2179 | 2024-12-13T20:57:12.385Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2180 | 2024-12-13T20:57:25.741Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2181 | 2024-12-13T20:57:40.479Z | Finished `release` profile [optimized] target(s) in 5m 47s |
2182 | 2024-12-13T20:57:40.641Z | Running `target/release/omicron-releng --output-dir /work` |
2183 | 2024-12-13T20:57:40.687Z | Dec 13 20:57:38.880 DEBG changing working directory to /work/oxidecomputer/omicron |
2184 | 2024-12-13T20:57:40.786Z | Dec 13 20:57:38.981 DEBG running: git rev-parse HEAD |
2185 | 2024-12-13T20:57:40.793Z | Dec 13 20:57:38.988 DEBG process exited with exit status: 0 (6.632285ms) |
2186 | 2024-12-13T20:57:40.793Z | Dec 13 20:57:38.988 INFO version: 12.0.0-0.ci+gitb6506393d43 |
2187 | 2024-12-13T20:57:40.834Z | Dec 13 20:57:39.029 INFO cloning helios to /work/oxidecomputer/helios |
2188 | 2024-12-13T20:57:40.834Z | Dec 13 20:57:39.029 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2189 | 2024-12-13T20:57:40.839Z | Cloning into '/work/oxidecomputer/helios'... |
2190 | 2024-12-13T20:57:41.317Z | Dec 13 20:57:39.512 DEBG process exited with exit status: 0 (483.361064ms) |
2191 | 2024-12-13T20:57:41.317Z | Dec 13 20:57:39.512 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2192 | 2024-12-13T20:57:41.324Z | # branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b |
2193 | 2024-12-13T20:57:41.325Z | # branch.head master |
2194 | 2024-12-13T20:57:41.325Z | # branch.upstream origin/master |
2195 | 2024-12-13T20:57:41.325Z | # branch.ab +0 -0 |
2196 | 2024-12-13T20:57:41.327Z | Dec 13 20:57:39.520 DEBG process exited with exit status: 0 (7.756515ms) |
2197 | 2024-12-13T20:57:41.327Z | Dec 13 20:57:39.520 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2198 | 2024-12-13T20:57:42.182Z | Dec 13 20:57:40.376 DEBG process exited with exit status: 0 (856.306716ms) |
2199 | 2024-12-13T20:57:42.182Z | Dec 13 20:57:40.376 DEBG running: zfs list rpool/images/build/host |
2200 | 2024-12-13T20:57:42.189Z | NAME USED AVAIL REFER MOUNTPOINT |
2201 | 2024-12-13T20:57:42.189Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2202 | 2024-12-13T20:57:42.191Z | Dec 13 20:57:40.384 DEBG process exited with exit status: 0 (7.317964ms) |
2203 | 2024-12-13T20:57:42.191Z | Dec 13 20:57:40.384 DEBG running: zfs list rpool/images/build/recovery |
2204 | 2024-12-13T20:57:42.195Z | NAME USED AVAIL REFER MOUNTPOINT |
2205 | 2024-12-13T20:57:42.195Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2206 | 2024-12-13T20:57:42.198Z | Dec 13 20:57:40.390 DEBG process exited with exit status: 0 (6.494077ms) |
2207 | 2024-12-13T20:57:42.198Z | Dec 13 20:57:40.391 INFO [hubris-staging] running task |
2208 | 2024-12-13T20:57:42.198Z | Dec 13 20:57:40.392 INFO [hubris-production] running task |
2209 | 2024-12-13T20:57:42.199Z | Dec 13 20:57:40.392 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2210 | 2024-12-13T20:57:42.202Z | Dec 13 20:57:40.395 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 |
2211 | 2024-12-13T20:57:42.266Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2212 | 2024-12-13T20:57:42.947Z | [ omicron-package] Blocking waiting for file lock on package cache |
2213 | 2024-12-13T20:57:43.239Z | [ omicron-package] Blocking waiting for file lock on package cache |
2214 | 2024-12-13T20:57:43.516Z | [ omicron-package] Blocking waiting for file lock on package cache |
2215 | 2024-12-13T20:57:43.977Z | Dec 13 20:57:42.171 INFO [hubris-production] task succeeded (1.779445165s) |
2216 | 2024-12-13T20:57:44.531Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2217 | 2024-12-13T20:57:44.542Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2218 | 2024-12-13T20:57:44.542Z | [ omicron-package] Compiling itertools v0.13.0 |
2219 | 2024-12-13T20:57:44.542Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2220 | 2024-12-13T20:57:44.542Z | [ omicron-package] Compiling heapless v0.8.0 |
2221 | 2024-12-13T20:57:44.542Z | [ omicron-package] Compiling hash32 v0.3.1 |
2222 | 2024-12-13T20:57:44.542Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2223 | 2024-12-13T20:57:44.542Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2224 | 2024-12-13T20:57:46.054Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2225 | 2024-12-13T20:57:46.056Z | [ omicron-package] Compiling cobs v0.2.3 |
2226 | 2024-12-13T20:57:46.199Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2227 | 2024-12-13T20:57:46.360Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2228 | 2024-12-13T20:57:46.648Z | [ omicron-package] Compiling postcard v1.0.10 |
2229 | 2024-12-13T20:57:47.028Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2230 | 2024-12-13T20:57:47.345Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2231 | 2024-12-13T20:57:47.468Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2232 | 2024-12-13T20:57:48.172Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2233 | 2024-12-13T20:57:48.236Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2234 | 2024-12-13T20:57:49.250Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2235 | 2024-12-13T20:57:49.923Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2236 | 2024-12-13T20:57:50.138Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2237 | 2024-12-13T20:57:50.480Z | [ omicron-package] Compiling num_enum v0.5.11 |
2238 | 2024-12-13T20:57:50.557Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2239 | 2024-12-13T20:57:50.702Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2240 | 2024-12-13T20:57:50.770Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2241 | 2024-12-13T20:57:50.884Z | [ omicron-package] Compiling thiserror v2.0.3 |
2242 | 2024-12-13T20:57:50.991Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2243 | 2024-12-13T20:57:51.054Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2244 | 2024-12-13T20:57:51.362Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2245 | 2024-12-13T20:57:51.948Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2246 | 2024-12-13T20:57:52.167Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2247 | 2024-12-13T20:57:52.556Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2248 | 2024-12-13T20:57:52.940Z | [ omicron-package] Compiling colored v2.1.0 |
2249 | 2024-12-13T20:57:53.024Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2250 | 2024-12-13T20:57:53.757Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2251 | 2024-12-13T20:57:54.133Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2252 | 2024-12-13T20:57:54.771Z | Dec 13 20:57:52.964 INFO [hubris-staging] task succeeded (12.572445365s) |
2253 | 2024-12-13T20:57:54.975Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2254 | 2024-12-13T20:57:55.285Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2255 | 2024-12-13T20:57:55.843Z | [ omicron-package] Compiling num-derive v0.4.2 |
2256 | 2024-12-13T20:57:55.936Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2257 | 2024-12-13T20:57:56.765Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2258 | 2024-12-13T20:57:57.047Z | [ omicron-package] Compiling zone v0.3.0 |
2259 | 2024-12-13T20:57:57.152Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2260 | 2024-12-13T20:57:57.512Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2261 | 2024-12-13T20:57:58.808Z | [ omicron-package] Compiling smf v0.2.3 |
2262 | 2024-12-13T20:57:59.421Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2263 | 2024-12-13T20:57:59.921Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2264 | 2024-12-13T20:58:00.014Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2265 | 2024-12-13T20:58:01.877Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2266 | 2024-12-13T20:58:02.228Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2267 | 2024-12-13T20:58:02.261Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2268 | 2024-12-13T20:58:02.443Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2269 | 2024-12-13T20:58:02.767Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2270 | 2024-12-13T20:58:02.835Z | [ omicron-package] Compiling gethostname v0.5.0 |
2271 | 2024-12-13T20:58:03.116Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2272 | 2024-12-13T20:58:03.136Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2273 | 2024-12-13T20:58:05.312Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2274 | 2024-12-13T20:58:06.437Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2275 | 2024-12-13T20:58:07.980Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2276 | 2024-12-13T20:58:10.906Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2277 | 2024-12-13T20:58:11.613Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2278 | 2024-12-13T20:58:13.343Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2279 | 2024-12-13T20:58:23.807Z | [ helios-setup] Dec 13 20:58:21.997 INFO helios repository root is: /work/oxidecomputer/helios |
2280 | 2024-12-13T20:58:23.811Z | [ helios-setup] Dec 13 20:58:22.000 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2281 | 2024-12-13T20:58:23.811Z | [ helios-setup] Dec 13 20:58:22.000 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 |
2282 | 2024-12-13T20:58:23.811Z | [ helios-setup] Dec 13 20:58:22.000 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2283 | 2024-12-13T20:58:23.815Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2284 | 2024-12-13T20:58:24.405Z | [ helios-setup] Dec 13 20:58:22.594 INFO clone ok!, project: phbl |
2285 | 2024-12-13T20:58:24.407Z | [ helios-setup] Dec 13 20:58:22.594 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2286 | 2024-12-13T20:58:24.408Z | [ helios-setup] Dec 13 20:58:22.594 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 |
2287 | 2024-12-13T20:58:24.408Z | [ helios-setup] Dec 13 20:58:22.594 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2288 | 2024-12-13T20:58:24.410Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2289 | 2024-12-13T20:58:24.994Z | [ helios-setup] Dec 13 20:58:23.183 INFO clone ok!, project: image-builder |
2290 | 2024-12-13T20:58:24.996Z | [ helios-setup] Dec 13 20:58:23.184 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2291 | 2024-12-13T20:58:24.996Z | [ helios-setup] Dec 13 20:58:23.184 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 |
2292 | 2024-12-13T20:58:24.996Z | [ helios-setup] Dec 13 20:58:23.184 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2293 | 2024-12-13T20:58:24.998Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2294 | 2024-12-13T20:58:25.541Z | [ helios-setup] Dec 13 20:58:23.731 INFO clone ok!, project: pinprick |
2295 | 2024-12-13T20:58:25.541Z | [ helios-setup] Dec 13 20:58:23.731 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 |
2296 | 2024-12-13T20:58:25.543Z | [ helios-setup] Dec 13 20:58:23.731 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2297 | 2024-12-13T20:58:25.547Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2298 | 2024-12-13T20:58:26.100Z | [ helios-setup] Dec 13 20:58:24.289 INFO clone ok!, project: bootserver |
2299 | 2024-12-13T20:58:26.102Z | [ helios-setup] Dec 13 20:58:24.289 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 |
2300 | 2024-12-13T20:58:26.102Z | [ helios-setup] Dec 13 20:58:24.289 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2301 | 2024-12-13T20:58:26.104Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2302 | 2024-12-13T20:58:32.018Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 49.80s |
2303 | 2024-12-13T20:58:32.252Z | [ omicron-package] |
2304 | 2024-12-13T20:58:32.252Z | [ omicron-package] real 49.999280384 |
2305 | 2024-12-13T20:58:32.256Z | [ omicron-package] user 2:57.052394724 |
2306 | 2024-12-13T20:58:32.256Z | [ omicron-package] sys 25.929205406 |
2307 | 2024-12-13T20:58:32.256Z | [ omicron-package] trap 0.268668883 |
2308 | 2024-12-13T20:58:32.256Z | [ omicron-package] tflt 1.069707300 |
2309 | 2024-12-13T20:58:32.256Z | [ omicron-package] dflt 1.192086371 |
2310 | 2024-12-13T20:58:32.256Z | [ omicron-package] kflt 0.009463194 |
2311 | 2024-12-13T20:58:32.256Z | [ omicron-package] lock 5:41.668190993 |
2312 | 2024-12-13T20:58:32.256Z | [ omicron-package] slp 10:16.977482089 |
2313 | 2024-12-13T20:58:32.256Z | [ omicron-package] lat 1:37.861190309 |
2314 | 2024-12-13T20:58:32.256Z | [ omicron-package] stop 56.895201240 |
2315 | 2024-12-13T20:58:32.256Z | Dec 13 20:58:30.442 INFO [omicron-package] process exited with exit status: 0 (50.046811751s) |
2316 | 2024-12-13T20:58:32.256Z | Dec 13 20:58:30.442 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 |
2317 | 2024-12-13T20:58:32.341Z | Dec 13 20:58:30.530 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2318 | 2024-12-13T20:58:32.356Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2319 | 2024-12-13T20:58:32.359Z | [ host-target] Created new build target 'host' and set it as active |
2320 | 2024-12-13T20:58:32.359Z | Dec 13 20:58:30.547 INFO [host-target] process exited with exit status: 0 (104.953803ms) |
2321 | 2024-12-13T20:58:32.359Z | Dec 13 20:58:30.547 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2322 | 2024-12-13T20:58:32.366Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2323 | 2024-12-13T20:58:32.366Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2324 | 2024-12-13T20:58:32.369Z | Dec 13 20:58:30.558 INFO [recovery-target] process exited with exit status: 0 (27.77216ms) |
2325 | 2024-12-13T20:58:32.376Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2326 | 2024-12-13T20:58:32.785Z | [ helios-setup] Dec 13 20:58:30.974 INFO clone ok!, project: amd-firmware |
2327 | 2024-12-13T20:58:32.787Z | [ helios-setup] Dec 13 20:58:30.974 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 |
2328 | 2024-12-13T20:58:32.788Z | [ helios-setup] Dec 13 20:58:30.974 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2329 | 2024-12-13T20:58:32.790Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2330 | 2024-12-13T20:58:33.555Z | [ host-package] Compiling convert_case v0.4.0 |
2331 | 2024-12-13T20:58:33.555Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2332 | 2024-12-13T20:58:33.558Z | [ host-package] Compiling newline-converter v0.3.0 |
2333 | 2024-12-13T20:58:33.558Z | [ host-package] Compiling password-hash v0.5.0 |
2334 | 2024-12-13T20:58:33.558Z | [ host-package] Compiling progenitor-client v0.8.0 |
2335 | 2024-12-13T20:58:33.558Z | [ host-package] Compiling blake2 v0.10.6 |
2336 | 2024-12-13T20:58:33.558Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2337 | 2024-12-13T20:58:33.558Z | [ host-package] Compiling owo-colors v4.1.0 |
2338 | 2024-12-13T20:58:33.593Z | [ helios-setup] Dec 13 20:58:31.782 INFO clone ok!, project: pilot |
2339 | 2024-12-13T20:58:33.596Z | [ helios-setup] Dec 13 20:58:31.782 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 |
2340 | 2024-12-13T20:58:33.596Z | [ helios-setup] Dec 13 20:58:31.782 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 |
2341 | 2024-12-13T20:58:33.598Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2342 | 2024-12-13T20:58:33.907Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2343 | 2024-12-13T20:58:33.965Z | [ host-package] Compiling expectorate v1.1.0 |
2344 | 2024-12-13T20:58:34.017Z | [ host-package] Compiling num-rational v0.4.2 |
2345 | 2024-12-13T20:58:34.170Z | [ host-package] Compiling progenitor v0.8.0 |
2346 | 2024-12-13T20:58:34.228Z | [ host-package] Compiling argon2 v0.5.3 |
2347 | 2024-12-13T20:58:34.281Z | [ host-package] Compiling num-complex v0.4.6 |
2348 | 2024-12-13T20:58:34.594Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2349 | 2024-12-13T20:58:34.596Z | [ host-package] Compiling derive_more v0.99.18 |
2350 | 2024-12-13T20:58:34.617Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2351 | 2024-12-13T20:58:34.964Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2352 | 2024-12-13T20:58:35.146Z | [ host-package] Compiling atomicwrites v0.4.4 |
2353 | 2024-12-13T20:58:35.581Z | [ host-package] Compiling num v0.4.3 |
2354 | 2024-12-13T20:58:35.678Z | [ host-package] Compiling libsw v3.3.1 |
2355 | 2024-12-13T20:58:35.707Z | [ host-package] Compiling linear-map v1.2.0 |
2356 | 2024-12-13T20:58:35.734Z | [ host-package] Compiling swrite v0.1.0 |
2357 | 2024-12-13T20:58:35.877Z | [ host-package] Compiling float-ord v0.3.2 |
2358 | 2024-12-13T20:58:35.937Z | [ host-package] Compiling indent_write v2.2.0 |
2359 | 2024-12-13T20:58:36.031Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2360 | 2024-12-13T20:58:36.084Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2361 | 2024-12-13T20:58:36.143Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2362 | 2024-12-13T20:58:36.199Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2363 | 2024-12-13T20:58:36.486Z | [ host-package] Compiling highway v1.2.0 |
2364 | 2024-12-13T20:58:36.741Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2365 | 2024-12-13T20:58:37.404Z | [ host-package] Compiling semver v0.1.20 |
2366 | 2024-12-13T20:58:37.964Z | [ host-package] Compiling rustc_version v0.1.7 |
2367 | 2024-12-13T20:58:37.992Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2368 | 2024-12-13T20:58:38.391Z | [ host-package] Compiling dropshot v0.13.0 |
2369 | 2024-12-13T20:58:38.433Z | [ host-package] Compiling newtype_derive v0.1.6 |
2370 | 2024-12-13T20:58:38.476Z | [ host-package] Compiling ipnetwork v0.20.0 |
2371 | 2024-12-13T20:58:38.855Z | [ host-package] Compiling instant v0.1.13 |
2372 | 2024-12-13T20:58:39.032Z | [ host-package] Compiling humantime v2.1.0 |
2373 | 2024-12-13T20:58:39.282Z | [ host-package] Compiling backoff v0.4.0 |
2374 | 2024-12-13T20:58:39.665Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2375 | 2024-12-13T20:58:40.431Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2376 | 2024-12-13T20:58:40.845Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2377 | 2024-12-13T20:58:41.487Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2378 | 2024-12-13T20:58:42.768Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2379 | 2024-12-13T20:58:42.784Z | [ helios-setup] Dec 13 20:58:40.971 INFO clone ok!, project: amd-host-image-builder |
2380 | 2024-12-13T20:58:42.786Z | [ helios-setup] Dec 13 20:58:40.971 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 |
2381 | 2024-12-13T20:58:42.786Z | [ helios-setup] Dec 13 20:58:40.971 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2382 | 2024-12-13T20:58:42.790Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2383 | 2024-12-13T20:58:43.971Z | [ helios-setup] Dec 13 20:58:42.158 INFO clone ok!, project: chelsio-t6-roms |
2384 | 2024-12-13T20:58:43.973Z | [ helios-setup] Dec 13 20:58:42.159 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2385 | 2024-12-13T20:58:44.193Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2386 | 2024-12-13T20:58:45.112Z | [ helios-setup] Dec 13 20:58:43.287 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2387 | 2024-12-13T20:58:45.211Z | [ host-package] Compiling parse-display v0.10.0 |
2388 | 2024-12-13T20:58:45.668Z | [ helios-setup] Dec 13 20:58:43.834 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2389 | 2024-12-13T20:58:45.668Z | [ helios-setup] Dec 13 20:58:43.834 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2390 | 2024-12-13T20:58:45.892Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2391 | 2024-12-13T20:58:46.098Z | [ host-package] Compiling serde_with v3.11.0 |
2392 | 2024-12-13T20:58:46.179Z | [ helios-setup] Dec 13 20:58:44.366 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2393 | 2024-12-13T20:58:46.184Z | [ host-package] Compiling strum v0.26.3 |
2394 | 2024-12-13T20:58:46.392Z | [ host-package] Compiling regress v0.9.1 |
2395 | 2024-12-13T20:58:46.800Z | [ helios-setup] Dec 13 20:58:44.981 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2396 | 2024-12-13T20:58:46.801Z | [ helios-setup] Dec 13 20:58:44.981 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2397 | 2024-12-13T20:58:47.313Z | [ helios-setup] Dec 13 20:58:45.500 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2398 | 2024-12-13T20:58:47.885Z | [ helios-setup] Dec 13 20:58:46.069 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2399 | 2024-12-13T20:58:47.887Z | [ helios-setup] Dec 13 20:58:46.069 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2400 | 2024-12-13T20:58:47.887Z | [ helios-setup] Dec 13 20:58:46.069 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2401 | 2024-12-13T20:58:47.887Z | [ helios-setup] Dec 13 20:58:46.069 INFO ok! |
2402 | 2024-12-13T20:58:47.887Z | [ helios-setup] Dec 13 20:58:46.069 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2403 | 2024-12-13T20:58:47.887Z | [ helios-setup] Dec 13 20:58:46.069 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2404 | 2024-12-13T20:58:47.888Z | [ helios-setup] Dec 13 20:58:46.069 INFO ok! |
2405 | 2024-12-13T20:58:47.888Z | [ helios-setup] Dec 13 20:58:46.070 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2406 | 2024-12-13T20:58:47.888Z | [ helios-setup] Dec 13 20:58:46.070 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2407 | 2024-12-13T20:58:47.888Z | [ helios-setup] Dec 13 20:58:46.070 INFO ok! |
2408 | 2024-12-13T20:58:47.888Z | [ helios-setup] Dec 13 20:58:46.070 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2409 | 2024-12-13T20:58:47.888Z | [ helios-setup] Dec 13 20:58:46.070 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2410 | 2024-12-13T20:58:48.182Z | [ helios-setup] Dec 13 20:58:46.369 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2411 | 2024-12-13T20:58:48.776Z | [ helios-setup] Dec 13 20:58:46.963 INFO E| From https://github.com/jclulow/rust-jmclib |
2412 | 2024-12-13T20:58:48.776Z | [ helios-setup] Dec 13 20:58:46.963 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2413 | 2024-12-13T20:58:48.820Z | [ helios-setup] Dec 13 20:58:47.007 INFO E| Updating crates.io index |
2414 | 2024-12-13T20:58:48.977Z | [ helios-setup] Dec 13 20:58:47.164 INFO E| Downloading crates ... |
2415 | 2024-12-13T20:58:49.090Z | [ helios-setup] Dec 13 20:58:47.277 INFO E| Downloaded once_cell v1.18.0 |
2416 | 2024-12-13T20:58:49.137Z | [ helios-setup] Dec 13 20:58:47.324 INFO E| Downloaded walkdir v2.3.3 |
2417 | 2024-12-13T20:58:49.140Z | [ helios-setup] Dec 13 20:58:47.327 INFO E| Downloaded fastrand v2.0.0 |
2418 | 2024-12-13T20:58:49.142Z | [ helios-setup] Dec 13 20:58:47.329 INFO E| Downloaded digest v0.9.0 |
2419 | 2024-12-13T20:58:49.145Z | [ helios-setup] Dec 13 20:58:47.331 INFO E| Downloaded cpufeatures v0.2.9 |
2420 | 2024-12-13T20:58:49.148Z | [ helios-setup] Dec 13 20:58:47.333 INFO E| Downloaded unicode-width v0.1.10 |
2421 | 2024-12-13T20:58:49.214Z | [ helios-setup] Dec 13 20:58:47.335 INFO E| Downloaded sha-1 v0.9.8 |
2422 | 2024-12-13T20:58:49.214Z | [ helios-setup] Dec 13 20:58:47.338 INFO E| Downloaded errno v0.3.1 |
2423 | 2024-12-13T20:58:49.216Z | [ helios-setup] Dec 13 20:58:47.340 INFO E| Downloaded anyhow v1.0.72 |
2424 | 2024-12-13T20:58:49.216Z | [ helios-setup] Dec 13 20:58:47.347 INFO E| Downloaded unicode-ident v1.0.11 |
2425 | 2024-12-13T20:58:49.216Z | [ helios-setup] Dec 13 20:58:47.352 INFO E| Downloaded quote v1.0.31 |
2426 | 2024-12-13T20:58:49.216Z | [ helios-setup] Dec 13 20:58:47.356 INFO E| Downloaded uuid v0.8.2 |
2427 | 2024-12-13T20:58:49.216Z | [ helios-setup] Dec 13 20:58:47.362 INFO E| Downloaded serde_derive v1.0.193 |
2428 | 2024-12-13T20:58:49.216Z | [ helios-setup] Dec 13 20:58:47.366 INFO E| Downloaded typenum v1.16.0 |
2429 | 2024-12-13T20:58:49.216Z | [ helios-setup] Dec 13 20:58:47.370 INFO E| Downloaded getrandom v0.2.10 |
2430 | 2024-12-13T20:58:49.216Z | [ helios-setup] Dec 13 20:58:47.375 INFO E| Downloaded toml v0.5.11 |
2431 | 2024-12-13T20:58:49.216Z | [ helios-setup] Dec 13 20:58:47.379 INFO E| Downloaded ryu v1.0.15 |
2432 | 2024-12-13T20:58:49.216Z | [ helios-setup] Dec 13 20:58:47.383 INFO E| Downloaded serde v1.0.193 |
2433 | 2024-12-13T20:58:49.216Z | [ helios-setup] Dec 13 20:58:47.388 INFO E| Downloaded proc-macro2 v1.0.66 |
2434 | 2024-12-13T20:58:49.217Z | [ helios-setup] Dec 13 20:58:47.392 INFO E| Downloaded tempfile v3.7.0 |
2435 | 2024-12-13T20:58:49.217Z | [ helios-setup] Dec 13 20:58:47.395 INFO E| Downloaded itoa v1.0.9 |
2436 | 2024-12-13T20:58:49.217Z | [ helios-setup] Dec 13 20:58:47.397 INFO E| Downloaded bitflags v2.3.3 |
2437 | 2024-12-13T20:58:49.217Z | [ helios-setup] Dec 13 20:58:47.402 INFO E| Downloaded opaque-debug v0.3.0 |
2438 | 2024-12-13T20:58:49.219Z | [ helios-setup] Dec 13 20:58:47.404 INFO E| Downloaded md-5 v0.9.1 |
2439 | 2024-12-13T20:58:49.219Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2440 | 2024-12-13T20:58:49.219Z | [ helios-setup] Dec 13 20:58:47.405 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2441 | 2024-12-13T20:58:49.232Z | [ helios-setup] Dec 13 20:58:47.406 INFO E| Downloaded block-buffer v0.9.0 |
2442 | 2024-12-13T20:58:49.232Z | [ helios-setup] Dec 13 20:58:47.408 INFO E| Downloaded serde_json v1.0.103 |
2443 | 2024-12-13T20:58:49.268Z | [ helios-setup] Dec 13 20:58:47.455 INFO E| Downloaded syn v2.0.32 |
2444 | 2024-12-13T20:58:49.283Z | [ helios-setup] Dec 13 20:58:47.470 INFO E| Downloaded rustix v0.38.4 |
2445 | 2024-12-13T20:58:49.363Z | [ helios-setup] Dec 13 20:58:47.551 INFO E| Downloaded libc v0.2.147 |
2446 | 2024-12-13T20:58:49.486Z | [ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling libc v0.2.147 |
2447 | 2024-12-13T20:58:49.486Z | [ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling proc-macro2 v1.0.66 |
2448 | 2024-12-13T20:58:49.488Z | [ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling unicode-ident v1.0.11 |
2449 | 2024-12-13T20:58:49.488Z | [ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling cfg-if v1.0.0 |
2450 | 2024-12-13T20:58:49.488Z | [ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling typenum v1.16.0 |
2451 | 2024-12-13T20:58:49.488Z | [ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling version_check v0.9.4 |
2452 | 2024-12-13T20:58:49.488Z | [ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling serde v1.0.193 |
2453 | 2024-12-13T20:58:49.488Z | [ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling itoa v1.0.9 |
2454 | 2024-12-13T20:58:49.993Z | [ helios-setup] Dec 13 20:58:48.168 INFO E| Compiling time-core v0.1.2 |
2455 | 2024-12-13T20:58:49.993Z | [ helios-setup] Dec 13 20:58:48.168 INFO E| Compiling slog v2.7.0 |
2456 | 2024-12-13T20:58:50.317Z | [ helios-setup] Dec 13 20:58:48.504 INFO E| Compiling powerfmt v0.2.0 |
2457 | 2024-12-13T20:58:50.491Z | [ helios-setup] Dec 13 20:58:48.677 INFO E| Compiling rustix v0.38.4 |
2458 | 2024-12-13T20:58:51.071Z | [ helios-setup] Dec 13 20:58:49.258 INFO E| Compiling num-conv v0.1.0 |
2459 | 2024-12-13T20:58:51.227Z | [ helios-setup] Dec 13 20:58:49.410 INFO E| Compiling generic-array v0.14.7 |
2460 | 2024-12-13T20:58:51.300Z | [ helios-setup] Dec 13 20:58:49.486 INFO E| Compiling deranged v0.3.11 |
2461 | 2024-12-13T20:58:51.356Z | [ helios-setup] Dec 13 20:58:49.543 INFO E| Compiling once_cell v1.18.0 |
2462 | 2024-12-13T20:58:51.745Z | [ helios-setup] Dec 13 20:58:49.932 INFO E| Compiling time-macros v0.2.18 |
2463 | 2024-12-13T20:58:51.968Z | [ helios-setup] Dec 13 20:58:50.155 INFO E| Compiling quote v1.0.31 |
2464 | 2024-12-13T20:58:52.024Z | [ host-package] Compiling macaddr v1.0.1 |
2465 | 2024-12-13T20:58:52.114Z | [ host-package] Compiling steno v0.4.1 |
2466 | 2024-12-13T20:58:52.288Z | [ helios-setup] Dec 13 20:58:50.474 INFO E| Compiling bitflags v2.3.3 |
2467 | 2024-12-13T20:58:52.636Z | [ helios-setup] Dec 13 20:58:50.819 INFO E| Compiling num_threads v0.1.6 |
2468 | 2024-12-13T20:58:52.971Z | [ helios-setup] Dec 13 20:58:51.153 INFO E| Compiling syn v2.0.32 |
2469 | 2024-12-13T20:58:53.014Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2470 | 2024-12-13T20:58:53.141Z | [ helios-setup] Dec 13 20:58:51.328 INFO E| Compiling thread_local v1.1.7 |
2471 | 2024-12-13T20:58:53.379Z | [ helios-setup] Dec 13 20:58:51.565 INFO E| Compiling anyhow v1.0.72 |
2472 | 2024-12-13T20:58:54.080Z | [ host-package] Compiling prettyplease v0.2.25 |
2473 | 2024-12-13T20:58:54.329Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2474 | 2024-12-13T20:58:54.342Z | [ helios-setup] Dec 13 20:58:52.529 INFO E| Compiling dirs-sys-next v0.1.2 |
2475 | 2024-12-13T20:58:54.353Z | [ helios-setup] Dec 13 20:58:52.539 INFO E| Compiling errno v0.3.1 |
2476 | 2024-12-13T20:58:54.424Z | [ helios-setup] Dec 13 20:58:52.610 INFO E| Compiling atty v0.2.14 |
2477 | 2024-12-13T20:58:54.456Z | [ helios-setup] Dec 13 20:58:52.641 INFO E| Compiling serde_json v1.0.103 |
2478 | 2024-12-13T20:58:54.706Z | [ helios-setup] Dec 13 20:58:52.893 INFO E| Compiling dirs-next v2.0.0 |
2479 | 2024-12-13T20:58:54.842Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2480 | 2024-12-13T20:58:54.954Z | [ helios-setup] Dec 13 20:58:53.139 INFO E| Compiling term v0.7.0 |
2481 | 2024-12-13T20:58:55.468Z | [ helios-setup] Dec 13 20:58:53.654 INFO E| Compiling opaque-debug v0.3.0 |
2482 | 2024-12-13T20:58:55.562Z | [ helios-setup] Dec 13 20:58:53.742 INFO E| Compiling fastrand v2.0.0 |
2483 | 2024-12-13T20:58:55.791Z | [ helios-setup] Dec 13 20:58:53.977 INFO E| Compiling getrandom v0.2.10 |
2484 | 2024-12-13T20:58:56.480Z | [ helios-setup] Dec 13 20:58:54.666 INFO E| Compiling unicode-width v0.1.10 |
2485 | 2024-12-13T20:58:56.620Z | [ helios-setup] Dec 13 20:58:54.805 INFO E| Compiling cpufeatures v0.2.9 |
2486 | 2024-12-13T20:58:56.672Z | [ helios-setup] Dec 13 20:58:54.858 INFO E| Compiling digest v0.9.0 |
2487 | 2024-12-13T20:58:56.736Z | [ helios-setup] Dec 13 20:58:54.921 INFO E| Compiling block-buffer v0.9.0 |
2488 | 2024-12-13T20:58:56.959Z | [ helios-setup] Dec 13 20:58:55.145 INFO E| Compiling same-file v1.0.6 |
2489 | 2024-12-13T20:58:56.968Z | [ helios-setup] Dec 13 20:58:55.154 INFO E| Compiling ryu v1.0.15 |
2490 | 2024-12-13T20:58:56.975Z | [ helios-setup] Dec 13 20:58:55.161 INFO E| Compiling md-5 v0.9.1 |
2491 | 2024-12-13T20:58:57.039Z | [ helios-setup] Dec 13 20:58:55.225 INFO E| Compiling sha-1 v0.9.8 |
2492 | 2024-12-13T20:58:57.044Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2493 | 2024-12-13T20:58:57.459Z | [ helios-setup] Dec 13 20:58:55.645 INFO E| Compiling time v0.3.36 |
2494 | 2024-12-13T20:58:57.720Z | [ helios-setup] Dec 13 20:58:55.906 INFO E| Compiling tempfile v3.7.0 |
2495 | 2024-12-13T20:58:57.931Z | [ helios-setup] Dec 13 20:58:56.115 INFO E| Compiling walkdir v2.3.3 |
2496 | 2024-12-13T20:58:57.951Z | [ helios-setup] Dec 13 20:58:56.137 INFO E| Compiling getopts v0.2.21 |
2497 | 2024-12-13T20:58:58.541Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2498 | 2024-12-13T20:58:58.618Z | [ helios-setup] Dec 13 20:58:56.804 INFO E| Compiling glob v0.3.1 |
2499 | 2024-12-13T20:58:58.874Z | [ helios-setup] Dec 13 20:58:57.060 INFO E| Compiling libdevinfo-sys v1.0.0 |
2500 | 2024-12-13T20:59:01.171Z | [ helios-setup] Dec 13 20:58:59.356 INFO E| Compiling slog-term v2.9.0 |
2501 | 2024-12-13T20:59:01.928Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2502 | 2024-12-13T20:59:02.068Z | [ helios-setup] Dec 13 20:59:00.252 INFO E| Compiling serde_derive v1.0.193 |
2503 | 2024-12-13T20:59:04.082Z | [ host-package] Compiling half v2.4.1 |
2504 | 2024-12-13T20:59:04.982Z | [ host-package] Compiling ciborium-io v0.2.2 |
2505 | 2024-12-13T20:59:05.146Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2506 | 2024-12-13T20:59:06.019Z | [ host-package] Compiling tungstenite v0.21.0 |
2507 | 2024-12-13T20:59:07.906Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2508 | 2024-12-13T20:59:08.750Z | [ host-package] Compiling ciborium v0.2.2 |
2509 | 2024-12-13T20:59:11.592Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2510 | 2024-12-13T20:59:15.976Z | [ host-package] Compiling display-error-chain v0.2.2 |
2511 | 2024-12-13T20:59:16.959Z | [ helios-setup] Dec 13 20:59:15.143 INFO E| Compiling toml v0.5.11 |
2512 | 2024-12-13T20:59:16.960Z | [ helios-setup] Dec 13 20:59:15.143 INFO E| Compiling uuid v0.8.2 |
2513 | 2024-12-13T20:59:18.128Z | [ host-package] Compiling same-file v1.0.6 |
2514 | 2024-12-13T20:59:18.388Z | [ host-package] Compiling fastrand v2.1.1 |
2515 | 2024-12-13T20:59:18.463Z | [ host-package] Compiling walkdir v2.5.0 |
2516 | 2024-12-13T20:59:19.030Z | [ host-package] Compiling tempfile v3.13.0 |
2517 | 2024-12-13T20:59:19.262Z | [ helios-setup] Dec 13 20:59:17.443 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2518 | 2024-12-13T20:59:19.307Z | [ host-package] Compiling ring v0.16.20 |
2519 | 2024-12-13T20:59:20.038Z | [ host-package] Compiling blake3 v1.5.4 |
2520 | 2024-12-13T20:59:20.119Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2521 | 2024-12-13T20:59:20.760Z | [ host-package] Compiling xattr v1.3.1 |
2522 | 2024-12-13T20:59:20.938Z | [ host-package] Compiling memmap2 v0.9.5 |
2523 | 2024-12-13T20:59:21.107Z | [ host-package] Compiling filetime v0.2.25 |
2524 | 2024-12-13T20:59:21.190Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2525 | 2024-12-13T20:59:21.471Z | [ host-package] Compiling keccak v0.1.5 |
2526 | 2024-12-13T20:59:21.604Z | [ host-package] Compiling arrayvec v0.7.6 |
2527 | 2024-12-13T20:59:21.805Z | [ helios-setup] Dec 13 20:59:19.989 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2528 | 2024-12-13T20:59:22.070Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2529 | 2024-12-13T20:59:22.244Z | [ host-package] Compiling spin v0.5.2 |
2530 | 2024-12-13T20:59:22.539Z | [ host-package] Compiling arrayref v0.3.9 |
2531 | 2024-12-13T20:59:22.586Z | [ host-package] Compiling sha3 v0.10.8 |
2532 | 2024-12-13T20:59:22.974Z | [ host-package] Compiling tar v0.4.42 |
2533 | 2024-12-13T20:59:23.651Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2534 | 2024-12-13T20:59:24.200Z | [ host-package] Compiling toolchain_find v0.4.0 |
2535 | 2024-12-13T20:59:24.248Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2536 | 2024-12-13T20:59:24.856Z | [ host-package] Compiling maplit v1.0.2 |
2537 | 2024-12-13T20:59:25.013Z | [ host-package] Compiling topological-sort v0.2.2 |
2538 | 2024-12-13T20:59:25.200Z | [ host-package] Compiling crunchy v0.2.2 |
2539 | 2024-12-13T20:59:25.307Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2540 | 2024-12-13T20:59:25.335Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2541 | 2024-12-13T20:59:25.747Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2542 | 2024-12-13T20:59:26.148Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2543 | 2024-12-13T20:59:26.181Z | [ host-package] Compiling phf_generator v0.11.2 |
2544 | 2024-12-13T20:59:26.216Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2545 | 2024-12-13T20:59:26.389Z | [ host-package] Compiling secrecy v0.8.0 |
2546 | 2024-12-13T20:59:26.444Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2547 | 2024-12-13T20:59:26.710Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2548 | 2024-12-13T20:59:26.743Z | [ host-package] Compiling const_format v0.2.33 |
2549 | 2024-12-13T20:59:26.983Z | [ host-package] Compiling arc-swap v1.7.1 |
2550 | 2024-12-13T20:59:27.117Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2551 | 2024-12-13T20:59:27.540Z | [ host-package] Compiling slog-scope v4.4.0 |
2552 | 2024-12-13T20:59:27.600Z | [ host-package] Compiling r2d2 v0.8.10 |
2553 | 2024-12-13T20:59:27.764Z | [ host-package] Compiling diesel_derives v2.2.3 |
2554 | 2024-12-13T20:59:27.888Z | [ host-package] Compiling phf_codegen v0.11.2 |
2555 | 2024-12-13T20:59:28.208Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2556 | 2024-12-13T20:59:28.284Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2557 | 2024-12-13T20:59:28.464Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2558 | 2024-12-13T20:59:28.663Z | [ host-package] Compiling universal-hash v0.5.1 |
2559 | 2024-12-13T20:59:28.981Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2560 | 2024-12-13T20:59:29.038Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2561 | 2024-12-13T20:59:31.126Z | [ host-package] Compiling ena v0.14.3 |
2562 | 2024-12-13T20:59:31.346Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2563 | 2024-12-13T20:59:31.670Z | [ host-package] Compiling regex-syntax v0.6.29 |
2564 | 2024-12-13T20:59:32.188Z | [ host-package] Compiling opaque-debug v0.3.1 |
2565 | 2024-12-13T20:59:32.420Z | [ host-package] Compiling diff v0.1.13 |
2566 | 2024-12-13T20:59:33.092Z | [ host-package] Compiling poly1305 v0.8.0 |
2567 | 2024-12-13T20:59:34.194Z | [ helios-setup] Dec 13 20:59:32.373 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.20s |
2568 | 2024-12-13T20:59:34.223Z | [ helios-setup] Dec 13 20:59:32.405 INFO building project "image-builder" ok (46 seconds) |
2569 | 2024-12-13T20:59:34.223Z | [ helios-setup] Dec 13 20:59:32.405 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2570 | 2024-12-13T20:59:34.226Z | [ helios-setup] Dec 13 20:59:32.405 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2571 | 2024-12-13T20:59:34.577Z | [ helios-setup] Dec 13 20:59:32.759 INFO E| Downloading crates ... |
2572 | 2024-12-13T20:59:34.691Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2573 | 2024-12-13T20:59:34.718Z | [ helios-setup] Dec 13 20:59:32.900 INFO E| Downloaded miniz_oxide v0.7.2 |
2574 | 2024-12-13T20:59:34.774Z | [ helios-setup] Dec 13 20:59:32.955 INFO E| Compiling adler v1.0.2 |
2575 | 2024-12-13T20:59:34.846Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2576 | 2024-12-13T20:59:34.938Z | [ helios-setup] Dec 13 20:59:33.120 INFO E| Compiling miniz_oxide v0.7.2 |
2577 | 2024-12-13T20:59:36.168Z | [ host-package] Compiling lalrpop v0.19.12 |
2578 | 2024-12-13T20:59:37.753Z | [ helios-setup] Dec 13 20:59:35.933 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2579 | 2024-12-13T20:59:38.117Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2580 | 2024-12-13T20:59:38.671Z | [ helios-setup] Dec 13 20:59:36.852 INFO E| Finished `release` profile [optimized] target(s) in 4.34s |
2581 | 2024-12-13T20:59:38.681Z | [ helios-setup] Dec 13 20:59:36.863 INFO building project "pinprick" ok (4 seconds) |
2582 | 2024-12-13T20:59:38.682Z | [ helios-setup] Dec 13 20:59:36.863 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2583 | 2024-12-13T20:59:38.682Z | [ helios-setup] Dec 13 20:59:36.863 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2584 | 2024-12-13T20:59:39.039Z | [ helios-setup] Dec 13 20:59:37.219 INFO E| Downloading crates ... |
2585 | 2024-12-13T20:59:39.091Z | [ helios-setup] Dec 13 20:59:37.272 INFO E| Downloaded generic-array v0.14.6 |
2586 | 2024-12-13T20:59:39.094Z | [ helios-setup] Dec 13 20:59:37.276 INFO E| Downloaded digest v0.10.3 |
2587 | 2024-12-13T20:59:39.100Z | [ helios-setup] Dec 13 20:59:37.281 INFO E| Downloaded anyhow v1.0.62 |
2588 | 2024-12-13T20:59:39.109Z | [ helios-setup] Dec 13 20:59:37.288 INFO E| Downloaded sha2 v0.10.5 |
2589 | 2024-12-13T20:59:39.111Z | [ helios-setup] Dec 13 20:59:37.291 INFO E| Downloaded cpufeatures v0.2.5 |
2590 | 2024-12-13T20:59:39.111Z | [ helios-setup] Dec 13 20:59:37.293 INFO E| Downloaded block-buffer v0.10.3 |
2591 | 2024-12-13T20:59:39.146Z | [ helios-setup] Dec 13 20:59:37.327 INFO E| Downloaded typenum v1.15.0 |
2592 | 2024-12-13T20:59:39.149Z | [ helios-setup] Dec 13 20:59:37.331 INFO E| Downloaded bytes v1.2.1 |
2593 | 2024-12-13T20:59:39.155Z | [ helios-setup] Dec 13 20:59:37.336 INFO E| Downloaded flate2 v1.0.25 |
2594 | 2024-12-13T20:59:39.167Z | [ helios-setup] Dec 13 20:59:37.343 INFO E| Downloaded miniz_oxide v0.6.2 |
2595 | 2024-12-13T20:59:39.226Z | [ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling typenum v1.15.0 |
2596 | 2024-12-13T20:59:39.226Z | [ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling version_check v0.9.4 |
2597 | 2024-12-13T20:59:39.226Z | [ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling cfg-if v1.0.0 |
2598 | 2024-12-13T20:59:39.232Z | [ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling crc32fast v1.3.2 |
2599 | 2024-12-13T20:59:39.232Z | [ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling anyhow v1.0.62 |
2600 | 2024-12-13T20:59:39.232Z | [ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling adler v1.0.2 |
2601 | 2024-12-13T20:59:39.232Z | [ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling unicode-width v0.1.10 |
2602 | 2024-12-13T20:59:39.232Z | [ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling cpufeatures v0.2.5 |
2603 | 2024-12-13T20:59:39.767Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2604 | 2024-12-13T20:59:40.018Z | [ helios-setup] Dec 13 20:59:38.200 INFO E| Compiling bitflags v1.3.2 |
2605 | 2024-12-13T20:59:40.018Z | [ helios-setup] Dec 13 20:59:38.200 INFO E| Compiling bytes v1.2.1 |
2606 | 2024-12-13T20:59:40.077Z | [ helios-setup] Dec 13 20:59:38.257 INFO E| Compiling generic-array v0.14.6 |
2607 | 2024-12-13T20:59:40.289Z | [ helios-setup] Dec 13 20:59:38.471 INFO E| Compiling getopts v0.2.21 |
2608 | 2024-12-13T20:59:40.529Z | [ helios-setup] Dec 13 20:59:38.710 INFO E| Compiling miniz_oxide v0.6.2 |
2609 | 2024-12-13T20:59:41.707Z | [ host-package] Compiling diesel v2.2.6 |
2610 | 2024-12-13T20:59:41.776Z | [ helios-setup] Dec 13 20:59:39.956 INFO E| Compiling flate2 v1.0.25 |
2611 | 2024-12-13T20:59:42.267Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2612 | 2024-12-13T20:59:43.593Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2613 | 2024-12-13T20:59:44.010Z | [ host-package] Compiling chacha20 v0.9.1 |
2614 | 2024-12-13T20:59:45.026Z | [ host-package] Compiling aead v0.5.2 |
2615 | 2024-12-13T20:59:45.596Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2616 | 2024-12-13T20:59:45.916Z | [ helios-setup] Dec 13 20:59:44.096 INFO E| Compiling block-buffer v0.10.3 |
2617 | 2024-12-13T20:59:45.916Z | [ helios-setup] Dec 13 20:59:44.096 INFO E| Compiling crypto-common v0.1.6 |
2618 | 2024-12-13T20:59:46.145Z | [ helios-setup] Dec 13 20:59:44.324 INFO E| Compiling digest v0.10.3 |
2619 | 2024-12-13T20:59:46.349Z | [ host-package] Compiling ref-cast v1.0.23 |
2620 | 2024-12-13T20:59:46.472Z | [ helios-setup] Dec 13 20:59:44.652 INFO E| Compiling sha2 v0.10.5 |
2621 | 2024-12-13T20:59:46.958Z | [ helios-setup] Dec 13 20:59:45.138 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2622 | 2024-12-13T20:59:47.163Z | [ host-package] Compiling vte v0.11.1 |
2623 | 2024-12-13T20:59:49.123Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2624 | 2024-12-13T20:59:49.391Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2625 | 2024-12-13T20:59:49.444Z | [ host-package] Compiling chrono-tz v0.10.0 |
2626 | 2024-12-13T20:59:50.343Z | [ host-package] Compiling vsss-rs v3.3.4 |
2627 | 2024-12-13T20:59:51.926Z | [ helios-setup] Dec 13 20:59:50.105 INFO E| Finished `release` profile [optimized] target(s) in 13.15s |
2628 | 2024-12-13T20:59:51.941Z | [ helios-setup] Dec 13 20:59:50.121 INFO building project "bootserver" ok (13 seconds) |
2629 | 2024-12-13T20:59:51.941Z | [ helios-setup] Dec 13 20:59:50.121 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2630 | 2024-12-13T20:59:51.943Z | [ helios-setup] Dec 13 20:59:50.121 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2631 | 2024-12-13T20:59:52.355Z | [ helios-setup] Dec 13 20:59:50.535 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2632 | 2024-12-13T20:59:53.021Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2633 | 2024-12-13T20:59:53.522Z | [ helios-setup] Dec 13 20:59:51.702 INFO E| From https://github.com/oxidecomputer/progenitor |
2634 | 2024-12-13T20:59:53.528Z | [ helios-setup] Dec 13 20:59:51.702 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2635 | 2024-12-13T20:59:53.531Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2636 | 2024-12-13T20:59:53.556Z | [ helios-setup] Dec 13 20:59:51.733 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2637 | 2024-12-13T20:59:53.556Z | [ helios-setup] Dec 13 20:59:51.733 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2638 | 2024-12-13T20:59:53.671Z | [ helios-setup] Dec 13 20:59:51.851 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2639 | 2024-12-13T20:59:54.179Z | [ helios-setup] Dec 13 20:59:52.359 INFO E| From https://github.com/jclulow/hiercmd |
2640 | 2024-12-13T20:59:54.179Z | [ helios-setup] Dec 13 20:59:52.359 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2641 | 2024-12-13T20:59:54.199Z | [ helios-setup] Dec 13 20:59:52.378 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2642 | 2024-12-13T20:59:54.793Z | [ helios-setup] Dec 13 20:59:52.973 INFO E| From https://github.com/jclulow/network-interface |
2643 | 2024-12-13T20:59:54.793Z | [ helios-setup] Dec 13 20:59:52.973 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2644 | 2024-12-13T20:59:54.826Z | [ helios-setup] Dec 13 20:59:53.005 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2645 | 2024-12-13T20:59:55.351Z | [ helios-setup] Dec 13 20:59:53.530 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2646 | 2024-12-13T20:59:55.351Z | [ helios-setup] Dec 13 20:59:53.531 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2647 | 2024-12-13T20:59:55.386Z | [ helios-setup] Dec 13 20:59:53.565 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2648 | 2024-12-13T20:59:55.437Z | [ host-package] Compiling headers-core v0.3.0 |
2649 | 2024-12-13T20:59:55.628Z | [ host-package] Compiling fxhash v0.2.1 |
2650 | 2024-12-13T20:59:55.882Z | [ host-package] Compiling libxml v0.3.3 |
2651 | 2024-12-13T20:59:55.899Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2652 | 2024-12-13T20:59:56.228Z | [ host-package] Compiling bytecount v0.6.8 |
2653 | 2024-12-13T20:59:56.246Z | [ helios-setup] Dec 13 20:59:54.426 INFO E| From https://github.com/oxidecomputer/facade |
2654 | 2024-12-13T20:59:56.246Z | [ helios-setup] Dec 13 20:59:54.426 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2655 | 2024-12-13T20:59:56.287Z | [ helios-setup] Dec 13 20:59:54.464 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2656 | 2024-12-13T20:59:56.583Z | [ host-package] Compiling papergrid v0.11.0 |
2657 | 2024-12-13T20:59:57.134Z | [ helios-setup] Dec 13 20:59:55.313 INFO E| From https://github.com/oxidecomputer/dropshot |
2658 | 2024-12-13T20:59:57.134Z | [ helios-setup] Dec 13 20:59:55.313 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2659 | 2024-12-13T20:59:57.168Z | [ helios-setup] Dec 13 20:59:55.347 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2660 | 2024-12-13T20:59:57.168Z | [ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2661 | 2024-12-13T20:59:57.168Z | [ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2662 | 2024-12-13T20:59:57.172Z | [ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2663 | 2024-12-13T20:59:57.172Z | [ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2664 | 2024-12-13T20:59:57.172Z | [ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2665 | 2024-12-13T20:59:57.172Z | [ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2666 | 2024-12-13T20:59:57.172Z | [ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2667 | 2024-12-13T20:59:57.219Z | [ helios-setup] Dec 13 20:59:55.394 INFO E| Updating crates.io index |
2668 | 2024-12-13T20:59:57.248Z | [ helios-setup] Dec 13 20:59:55.424 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2669 | 2024-12-13T20:59:57.315Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2670 | 2024-12-13T20:59:58.146Z | [ helios-setup] Dec 13 20:59:56.324 INFO E| From https://github.com/oxidecomputer/typify |
2671 | 2024-12-13T20:59:58.147Z | [ helios-setup] Dec 13 20:59:56.324 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2672 | 2024-12-13T20:59:58.175Z | [ helios-setup] Dec 13 20:59:56.354 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2673 | 2024-12-13T20:59:58.178Z | [ helios-setup] Dec 13 20:59:56.355 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2674 | 2024-12-13T20:59:58.178Z | [ helios-setup] Dec 13 20:59:56.355 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2675 | 2024-12-13T20:59:58.178Z | [ helios-setup] Dec 13 20:59:56.355 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2676 | 2024-12-13T20:59:58.178Z | [ helios-setup] Dec 13 20:59:56.355 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2677 | 2024-12-13T20:59:58.178Z | [ helios-setup] Dec 13 20:59:56.355 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2678 | 2024-12-13T20:59:58.178Z | [ helios-setup] Dec 13 20:59:56.355 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2679 | 2024-12-13T20:59:58.240Z | [ host-package] Compiling headers v0.4.0 |
2680 | 2024-12-13T20:59:58.556Z | [ helios-setup] Dec 13 20:59:56.735 INFO E| Downloading crates ... |
2681 | 2024-12-13T20:59:58.777Z | [ helios-setup] Dec 13 20:59:56.955 INFO E| Downloaded ahash v0.7.6 |
2682 | 2024-12-13T20:59:58.782Z | [ helios-setup] Dec 13 20:59:56.961 INFO E| Downloaded async-stream-impl v0.3.5 |
2683 | 2024-12-13T20:59:58.806Z | [ helios-setup] Dec 13 20:59:56.985 INFO E| Downloaded async-stream v0.3.5 |
2684 | 2024-12-13T20:59:58.810Z | [ helios-setup] Dec 13 20:59:56.989 INFO E| Downloaded rustls-pemfile v1.0.2 |
2685 | 2024-12-13T20:59:58.812Z | [ helios-setup] Dec 13 20:59:56.992 INFO E| Downloaded anyhow v1.0.68 |
2686 | 2024-12-13T20:59:58.821Z | [ helios-setup] Dec 13 20:59:57.000 INFO E| Downloaded schemars_derive v0.8.12 |
2687 | 2024-12-13T20:59:58.823Z | [ helios-setup] Dec 13 20:59:57.002 INFO E| Downloaded rustls v0.21.0 |
2688 | 2024-12-13T20:59:58.845Z | [ helios-setup] Dec 13 20:59:57.024 INFO E| Downloaded ryu v1.0.13 |
2689 | 2024-12-13T20:59:58.850Z | [ helios-setup] Dec 13 20:59:57.029 INFO E| Downloaded sct v0.7.0 |
2690 | 2024-12-13T20:59:58.856Z | [ helios-setup] Dec 13 20:59:57.035 INFO E| Downloaded semver-parser v0.10.2 |
2691 | 2024-12-13T20:59:58.861Z | [ helios-setup] Dec 13 20:59:57.038 INFO E| Downloaded tower-service v0.3.2 |
2692 | 2024-12-13T20:59:58.864Z | [ helios-setup] Dec 13 20:59:57.040 INFO E| Downloaded toolchain_find v0.2.0 |
2693 | 2024-12-13T20:59:58.864Z | [ helios-setup] Dec 13 20:59:57.041 INFO E| Downloaded scopeguard v1.1.0 |
2694 | 2024-12-13T20:59:58.867Z | [ helios-setup] Dec 13 20:59:57.043 INFO E| Downloaded schemars v0.8.12 |
2695 | 2024-12-13T20:59:58.883Z | [ helios-setup] Dec 13 20:59:57.062 INFO E| Downloaded want v0.3.0 |
2696 | 2024-12-13T20:59:58.886Z | [ helios-setup] Dec 13 20:59:57.064 INFO E| Downloaded serde_path_to_error v0.1.11 |
2697 | 2024-12-13T20:59:58.888Z | [ helios-setup] Dec 13 20:59:57.067 INFO E| Downloaded proc-macro-crate v1.2.1 |
2698 | 2024-12-13T20:59:58.891Z | [ helios-setup] Dec 13 20:59:57.069 INFO E| Downloaded semver v1.0.17 |
2699 | 2024-12-13T20:59:58.894Z | [ helios-setup] Dec 13 20:59:57.073 INFO E| Downloaded smawk v0.3.1 |
2700 | 2024-12-13T20:59:58.896Z | [ helios-setup] Dec 13 20:59:57.075 INFO E| Downloaded futures-core v0.3.28 |
2701 | 2024-12-13T20:59:58.899Z | [ helios-setup] Dec 13 20:59:57.078 INFO E| Downloaded futures-macro v0.3.28 |
2702 | 2024-12-13T20:59:58.902Z | [ helios-setup] Dec 13 20:59:57.080 INFO E| Downloaded toml_datetime v0.6.1 |
2703 | 2024-12-13T20:59:58.904Z | [ helios-setup] Dec 13 20:59:57.082 INFO E| Downloaded serde_spanned v0.6.1 |
2704 | 2024-12-13T20:59:58.912Z | [ helios-setup] Dec 13 20:59:57.091 INFO E| Downloaded utf8parse v0.2.1 |
2705 | 2024-12-13T20:59:58.914Z | [ helios-setup] Dec 13 20:59:57.093 INFO E| Downloaded serde_derive_internals v0.26.0 |
2706 | 2024-12-13T20:59:58.917Z | [ helios-setup] Dec 13 20:59:57.096 INFO E| Downloaded clap_lex v0.4.1 |
2707 | 2024-12-13T20:59:58.919Z | [ helios-setup] Dec 13 20:59:57.098 INFO E| Downloaded lazy_static v1.4.0 |
2708 | 2024-12-13T20:59:58.921Z | [ helios-setup] Dec 13 20:59:57.100 INFO E| Downloaded tempfile v3.5.0 |
2709 | 2024-12-13T20:59:58.925Z | [ helios-setup] Dec 13 20:59:57.104 INFO E| Downloaded tokio-rustls v0.24.0 |
2710 | 2024-12-13T20:59:58.929Z | [ helios-setup] Dec 13 20:59:57.108 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2711 | 2024-12-13T20:59:58.932Z | [ helios-setup] Dec 13 20:59:57.112 INFO E| Downloaded num_enum_derive v0.5.7 |
2712 | 2024-12-13T20:59:58.934Z | [ helios-setup] Dec 13 20:59:57.113 INFO E| Downloaded thiserror-impl v1.0.38 |
2713 | 2024-12-13T20:59:58.938Z | [ helios-setup] Dec 13 20:59:57.116 INFO E| Downloaded thiserror v1.0.38 |
2714 | 2024-12-13T20:59:58.944Z | [ helios-setup] Dec 13 20:59:57.123 INFO E| Downloaded ppv-lite86 v0.2.17 |
2715 | 2024-12-13T20:59:58.953Z | [ helios-setup] Dec 13 20:59:57.125 INFO E| Downloaded pkg-config v0.3.26 |
2716 | 2024-12-13T20:59:58.953Z | [ helios-setup] Dec 13 20:59:57.128 INFO E| Downloaded percent-encoding v2.2.0 |
2717 | 2024-12-13T20:59:58.953Z | [ helios-setup] Dec 13 20:59:57.129 INFO E| Downloaded socket2 v0.4.9 |
2718 | 2024-12-13T20:59:58.956Z | [ helios-setup] Dec 13 20:59:57.132 INFO E| Downloaded toml v0.7.3 |
2719 | 2024-12-13T20:59:58.959Z | [ helios-setup] Dec 13 20:59:57.138 INFO E| Downloaded uuid v1.3.0 |
2720 | 2024-12-13T20:59:58.966Z | [ helios-setup] Dec 13 20:59:57.145 INFO E| Downloaded unicode-bidi v0.3.13 |
2721 | 2024-12-13T20:59:58.970Z | [ helios-setup] Dec 13 20:59:57.150 INFO E| Downloaded url v2.3.1 |
2722 | 2024-12-13T20:59:58.976Z | [ helios-setup] Dec 13 20:59:57.155 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2723 | 2024-12-13T20:59:58.982Z | [ helios-setup] Dec 13 20:59:57.161 INFO E| Downloaded serde_yaml v0.9.21 |
2724 | 2024-12-13T20:59:58.988Z | [ helios-setup] Dec 13 20:59:57.167 INFO E| Downloaded unicode-linebreak v0.1.4 |
2725 | 2024-12-13T20:59:58.991Z | [ helios-setup] Dec 13 20:59:57.171 INFO E| Downloaded toml_edit v0.19.8 |
2726 | 2024-12-13T20:59:59.020Z | [ helios-setup] Dec 13 20:59:57.200 INFO E| Downloaded quote v1.0.36 |
2727 | 2024-12-13T20:59:59.025Z | [ helios-setup] Dec 13 20:59:57.204 INFO E| Downloaded pin-project-lite v0.2.9 |
2728 | 2024-12-13T20:59:59.033Z | [ helios-setup] Dec 13 20:59:57.212 INFO E| Downloaded winnow v0.4.1 |
2729 | 2024-12-13T20:59:59.046Z | [ helios-setup] Dec 13 20:59:57.225 INFO E| Downloaded once_cell v1.17.0 |
2730 | 2024-12-13T20:59:59.050Z | [ helios-setup] Dec 13 20:59:57.229 INFO E| Downloaded base64 v0.21.0 |
2731 | 2024-12-13T20:59:59.056Z | [ helios-setup] Dec 13 20:59:57.235 INFO E| Downloaded proc-macro2 v1.0.86 |
2732 | 2024-12-13T20:59:59.061Z | [ helios-setup] Dec 13 20:59:57.240 INFO E| Downloaded parking_lot v0.12.1 |
2733 | 2024-12-13T20:59:59.065Z | [ helios-setup] Dec 13 20:59:57.244 INFO E| Downloaded clap v4.2.1 |
2734 | 2024-12-13T20:59:59.081Z | [ helios-setup] Dec 13 20:59:57.259 INFO E| Downloaded memchr v2.5.0 |
2735 | 2024-12-13T20:59:59.087Z | [ helios-setup] Dec 13 20:59:57.266 INFO E| Downloaded syn v1.0.107 |
2736 | 2024-12-13T20:59:59.105Z | [ helios-setup] Dec 13 20:59:57.284 INFO E| Downloaded syn v2.0.72 |
2737 | 2024-12-13T20:59:59.124Z | [ helios-setup] Dec 13 20:59:57.303 INFO E| Downloaded rayon-core v1.10.2 |
2738 | 2024-12-13T20:59:59.130Z | [ helios-setup] Dec 13 20:59:57.309 INFO E| Downloaded futures v0.3.28 |
2739 | 2024-12-13T20:59:59.139Z | [ helios-setup] Dec 13 20:59:57.318 INFO E| Downloaded http v0.2.9 |
2740 | 2024-12-13T20:59:59.145Z | [ helios-setup] Dec 13 20:59:57.324 INFO E| Downloaded crossbeam-channel v0.5.6 |
2741 | 2024-12-13T20:59:59.158Z | [ helios-setup] Dec 13 20:59:57.337 INFO E| Downloaded mio v0.8.5 |
2742 | 2024-12-13T20:59:59.167Z | [ helios-setup] Dec 13 20:59:57.346 INFO E| Downloaded pest v2.5.7 |
2743 | 2024-12-13T20:59:59.175Z | [ helios-setup] Dec 13 20:59:57.354 INFO E| Downloaded bytes v1.4.0 |
2744 | 2024-12-13T20:59:59.181Z | [ helios-setup] Dec 13 20:59:57.360 INFO E| Downloaded cc v1.0.78 |
2745 | 2024-12-13T20:59:59.186Z | [ helios-setup] Dec 13 20:59:57.365 INFO E| Downloaded num-traits v0.2.15 |
2746 | 2024-12-13T20:59:59.190Z | [ helios-setup] Dec 13 20:59:57.369 INFO E| Downloaded io-lifetimes v1.0.10 |
2747 | 2024-12-13T20:59:59.194Z | [ helios-setup] Dec 13 20:59:57.373 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2748 | 2024-12-13T20:59:59.198Z | [ helios-setup] Dec 13 20:59:57.377 INFO E| Downloaded unicode-normalization v0.1.22 |
2749 | 2024-12-13T20:59:59.205Z | [ helios-setup] Dec 13 20:59:57.384 INFO E| Downloaded serde_json v1.0.95 |
2750 | 2024-12-13T20:59:59.217Z | [ helios-setup] Dec 13 20:59:57.396 INFO E| Downloaded parking_lot_core v0.9.6 |
2751 | 2024-12-13T20:59:59.220Z | [ helios-setup] Dec 13 20:59:57.400 INFO E| Downloaded crossbeam-utils v0.8.14 |
2752 | 2024-12-13T20:59:59.225Z | [ helios-setup] Dec 13 20:59:57.404 INFO E| Downloaded tracing v0.1.37 |
2753 | 2024-12-13T20:59:59.236Z | [ helios-setup] Dec 13 20:59:57.411 INFO E| Downloaded clap_builder v4.2.1 |
2754 | 2024-12-13T20:59:59.242Z | [ helios-setup] Dec 13 20:59:57.422 INFO E| Downloaded reqwest v0.11.16 |
2755 | 2024-12-13T20:59:59.255Z | [ helios-setup] Dec 13 20:59:57.434 INFO E| Downloaded tokio v1.27.0 |
2756 | 2024-12-13T20:59:59.316Z | [ helios-setup] Dec 13 20:59:57.488 INFO E| Downloaded chrono v0.4.24 |
2757 | 2024-12-13T20:59:59.320Z | [ helios-setup] Dec 13 20:59:57.499 INFO E| Downloaded hyper v0.14.25 |
2758 | 2024-12-13T20:59:59.339Z | [ helios-setup] Dec 13 20:59:57.513 INFO E| Downloaded rayon v1.6.1 |
2759 | 2024-12-13T20:59:59.348Z | [ helios-setup] Dec 13 20:59:57.527 INFO E| Downloaded git2 v0.16.1 |
2760 | 2024-12-13T20:59:59.361Z | [ helios-setup] Dec 13 20:59:57.540 INFO E| Downloaded h2 v0.3.16 |
2761 | 2024-12-13T20:59:59.371Z | [ helios-setup] Dec 13 20:59:57.550 INFO E| Downloaded regex v1.7.3 |
2762 | 2024-12-13T20:59:59.384Z | [ helios-setup] Dec 13 20:59:57.563 INFO E| Downloaded regress v0.5.0 |
2763 | 2024-12-13T20:59:59.396Z | [ helios-setup] Dec 13 20:59:57.575 INFO E| Downloaded futures-util v0.3.28 |
2764 | 2024-12-13T20:59:59.416Z | [ helios-setup] Dec 13 20:59:57.595 INFO E| Downloaded rustix v0.37.3 |
2765 | 2024-12-13T20:59:59.472Z | [ helios-setup] Dec 13 20:59:57.633 INFO E| Downloaded tokio-util v0.7.7 |
2766 | 2024-12-13T20:59:59.477Z | [ helios-setup] Dec 13 20:59:57.643 INFO E| Downloaded log v0.4.17 |
2767 | 2024-12-13T20:59:59.478Z | [ helios-setup] Dec 13 20:59:57.646 INFO E| Downloaded lock_api v0.4.9 |
2768 | 2024-12-13T20:59:59.478Z | [ helios-setup] Dec 13 20:59:57.649 INFO E| Downloaded ipnet v2.7.2 |
2769 | 2024-12-13T20:59:59.478Z | [ helios-setup] Dec 13 20:59:57.651 INFO E| Downloaded httparse v1.8.0 |
2770 | 2024-12-13T20:59:59.478Z | [ helios-setup] Dec 13 20:59:57.655 INFO E| Downloaded rhai v1.14.0 |
2771 | 2024-12-13T20:59:59.512Z | [ helios-setup] Dec 13 20:59:57.676 INFO E| Downloaded getrandom v0.2.8 |
2772 | 2024-12-13T20:59:59.517Z | [ helios-setup] Dec 13 20:59:57.680 INFO E| Downloaded futures-channel v0.3.28 |
2773 | 2024-12-13T20:59:59.517Z | [ helios-setup] Dec 13 20:59:57.684 INFO E| Downloaded openapiv3 v1.0.2 |
2774 | 2024-12-13T20:59:59.528Z | [ helios-setup] Dec 13 20:59:57.704 INFO E| Downloaded tracing-core v0.1.30 |
2775 | 2024-12-13T20:59:59.533Z | [ helios-setup] Dec 13 20:59:57.709 INFO E| Downloaded crossbeam-deque v0.8.2 |
2776 | 2024-12-13T20:59:59.541Z | [ helios-setup] Dec 13 20:59:57.712 INFO E| Downloaded textwrap v0.16.0 |
2777 | 2024-12-13T20:59:59.587Z | [ helios-setup] Dec 13 20:59:57.738 INFO E| Downloaded bincode v1.3.3 |
2778 | 2024-12-13T20:59:59.613Z | [ helios-setup] Dec 13 20:59:57.742 INFO E| Downloaded ucd-trie v0.1.5 |
2779 | 2024-12-13T20:59:59.613Z | [ helios-setup] Dec 13 20:59:57.745 INFO E| Downloaded tungstenite v0.18.0 |
2780 | 2024-12-13T20:59:59.613Z | [ helios-setup] Dec 13 20:59:57.749 INFO E| Downloaded serde v1.0.204 |
2781 | 2024-12-13T20:59:59.613Z | [ helios-setup] Dec 13 20:59:57.755 INFO E| Downloaded rustls-webpki v0.100.1 |
2782 | 2024-12-13T20:59:59.613Z | [ helios-setup] Dec 13 20:59:57.764 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2783 | 2024-12-13T20:59:59.613Z | [ helios-setup] Dec 13 20:59:57.766 INFO E| Downloaded rhai_codegen v1.5.0 |
2784 | 2024-12-13T20:59:59.620Z | [ helios-setup] Dec 13 20:59:57.779 INFO E| Downloaded cargo-lock v8.0.3 |
2785 | 2024-12-13T20:59:59.620Z | [ helios-setup] Dec 13 20:59:57.784 INFO E| Downloaded async-trait v0.1.68 |
2786 | 2024-12-13T20:59:59.620Z | [ helios-setup] Dec 13 20:59:57.790 INFO E| Downloaded unicode-ident v1.0.8 |
2787 | 2024-12-13T20:59:59.620Z | [ helios-setup] Dec 13 20:59:57.794 INFO E| Downloaded fastrand v1.9.0 |
2788 | 2024-12-13T20:59:59.620Z | [ helios-setup] Dec 13 20:59:57.796 INFO E| Downloaded clap_derive v4.2.0 |
2789 | 2024-12-13T20:59:59.637Z | [ helios-setup] Dec 13 20:59:57.799 INFO E| Downloaded camino v1.1.4 |
2790 | 2024-12-13T20:59:59.637Z | [ helios-setup] Dec 13 20:59:57.801 INFO E| Downloaded tinyvec v1.6.0 |
2791 | 2024-12-13T20:59:59.649Z | [ helios-setup] Dec 13 20:59:57.806 INFO E| Downloaded serde_derive v1.0.204 |
2792 | 2024-12-13T20:59:59.649Z | [ helios-setup] Dec 13 20:59:57.810 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2793 | 2024-12-13T20:59:59.649Z | [ helios-setup] Dec 13 20:59:57.813 INFO E| Downloaded paste v1.0.12 |
2794 | 2024-12-13T20:59:59.649Z | [ helios-setup] Dec 13 20:59:57.818 INFO E| Downloaded libc v0.2.139 |
2795 | 2024-12-13T20:59:59.678Z | [ helios-setup] Dec 13 20:59:57.855 INFO E| Downloaded num_enum v0.5.7 |
2796 | 2024-12-13T20:59:59.689Z | [ helios-setup] Dec 13 20:59:57.861 INFO E| Downloaded slog-bunyan v2.4.0 |
2797 | 2024-12-13T20:59:59.695Z | [ helios-setup] Dec 13 20:59:57.863 INFO E| Downloaded time v0.1.45 |
2798 | 2024-12-13T20:59:59.695Z | [ helios-setup] Dec 13 20:59:57.865 INFO E| Downloaded num_cpus v1.15.0 |
2799 | 2024-12-13T20:59:59.695Z | [ helios-setup] Dec 13 20:59:57.869 INFO E| Downloaded memoffset v0.7.1 |
2800 | 2024-12-13T20:59:59.695Z | [ helios-setup] Dec 13 20:59:57.871 INFO E| Downloaded smartstring v1.0.1 |
2801 | 2024-12-13T20:59:59.701Z | [ helios-setup] Dec 13 20:59:57.874 INFO E| Downloaded smallvec v1.10.0 |
2802 | 2024-12-13T20:59:59.701Z | [ helios-setup] Dec 13 20:59:57.877 INFO E| Downloaded serde_tokenstream v0.2.0 |
2803 | 2024-12-13T20:59:59.709Z | [ helios-setup] Dec 13 20:59:57.881 INFO E| Downloaded num-integer v0.1.45 |
2804 | 2024-12-13T20:59:59.709Z | [ helios-setup] Dec 13 20:59:57.884 INFO E| Downloaded iana-time-zone v0.1.56 |
2805 | 2024-12-13T20:59:59.720Z | [ helios-setup] Dec 13 20:59:57.887 INFO E| Downloaded httpdate v1.0.2 |
2806 | 2024-12-13T20:59:59.720Z | [ helios-setup] Dec 13 20:59:57.888 INFO E| Downloaded home v0.5.4 |
2807 | 2024-12-13T20:59:59.720Z | [ helios-setup] Dec 13 20:59:57.890 INFO E| Downloaded slog-async v2.7.0 |
2808 | 2024-12-13T20:59:59.756Z | [ helios-setup] Dec 13 20:59:57.892 INFO E| Downloaded sha1 v0.10.5 |
2809 | 2024-12-13T20:59:59.756Z | [ helios-setup] Dec 13 20:59:57.894 INFO E| Downloaded jobserver v0.1.26 |
2810 | 2024-12-13T20:59:59.756Z | [ helios-setup] Dec 13 20:59:57.896 INFO E| Downloaded itoa v1.0.6 |
2811 | 2024-12-13T20:59:59.757Z | [ helios-setup] Dec 13 20:59:57.898 INFO E| Downloaded futures-task v0.3.28 |
2812 | 2024-12-13T20:59:59.757Z | [ helios-setup] Dec 13 20:59:57.900 INFO E| Downloaded futures-sink v0.3.28 |
2813 | 2024-12-13T20:59:59.757Z | [ helios-setup] Dec 13 20:59:57.901 INFO E| Downloaded futures-io v0.3.28 |
2814 | 2024-12-13T20:59:59.757Z | [ helios-setup] Dec 13 20:59:57.902 INFO E| Downloaded http-body v0.4.5 |
2815 | 2024-12-13T20:59:59.757Z | [ helios-setup] Dec 13 20:59:57.905 INFO E| Downloaded either v1.8.0 |
2816 | 2024-12-13T20:59:59.757Z | [ helios-setup] Dec 13 20:59:57.907 INFO E| Downloaded terminal_size v0.2.6 |
2817 | 2024-12-13T20:59:59.757Z | [ helios-setup] Dec 13 20:59:57.908 INFO E| Downloaded dyn-clone v1.0.11 |
2818 | 2024-12-13T20:59:59.757Z | [ helios-setup] Dec 13 20:59:57.911 INFO E| Downloaded slab v0.4.7 |
2819 | 2024-12-13T20:59:59.771Z | [ helios-setup] Dec 13 20:59:57.913 INFO E| Downloaded signal-hook-registry v1.4.0 |
2820 | 2024-12-13T20:59:59.771Z | [ helios-setup] Dec 13 20:59:57.914 INFO E| Downloaded semver v0.11.0 |
2821 | 2024-12-13T20:59:59.771Z | [ helios-setup] Dec 13 20:59:57.917 INFO E| Downloaded is-terminal v0.4.7 |
2822 | 2024-12-13T20:59:59.771Z | [ helios-setup] Dec 13 20:59:57.918 INFO E| Downloaded futures-executor v0.3.28 |
2823 | 2024-12-13T20:59:59.771Z | [ helios-setup] Dec 13 20:59:57.920 INFO E| Downloaded form_urlencoded v1.1.0 |
2824 | 2024-12-13T20:59:59.772Z | [ helios-setup] Dec 13 20:59:57.921 INFO E| Downloaded digest v0.10.6 |
2825 | 2024-12-13T20:59:59.772Z | [ helios-setup] Dec 13 20:59:57.924 INFO E| Downloaded byteorder v1.4.3 |
2826 | 2024-12-13T20:59:59.772Z | [ helios-setup] Dec 13 20:59:57.926 INFO E| Downloaded built v0.6.0 |
2827 | 2024-12-13T20:59:59.772Z | [ helios-setup] Dec 13 20:59:57.928 INFO E| Downloaded try-lock v0.2.4 |
2828 | 2024-12-13T20:59:59.772Z | [ helios-setup] Dec 13 20:59:57.930 INFO E| Downloaded tokio-macros v2.0.0 |
2829 | 2024-12-13T20:59:59.772Z | [ helios-setup] Dec 13 20:59:57.932 INFO E| Downloaded strsim v0.10.0 |
2830 | 2024-12-13T20:59:59.772Z | [ helios-setup] Dec 13 20:59:57.934 INFO E| Downloaded sha2 v0.10.6 |
2831 | 2024-12-13T20:59:59.772Z | [ helios-setup] Dec 13 20:59:57.937 INFO E| Downloaded project-root v0.2.2 |
2832 | 2024-12-13T20:59:59.772Z | [ helios-setup] Dec 13 20:59:57.938 INFO E| Downloaded anstyle-parse v0.1.1 |
2833 | 2024-12-13T20:59:59.772Z | [ helios-setup] Dec 13 20:59:57.940 INFO E| Downloaded const-random v0.1.15 |
2834 | 2024-12-13T20:59:59.772Z | [ helios-setup] Dec 13 20:59:57.942 INFO E| Downloaded concolor-query v0.3.3 |
2835 | 2024-12-13T20:59:59.781Z | [ helios-setup] Dec 13 20:59:57.943 INFO E| Downloaded autocfg v1.1.0 |
2836 | 2024-12-13T20:59:59.781Z | [ helios-setup] Dec 13 20:59:57.945 INFO E| Downloaded const-random-macro v0.1.15 |
2837 | 2024-12-13T20:59:59.781Z | [ helios-setup] Dec 13 20:59:57.946 INFO E| Downloaded concolor-override v1.0.0 |
2838 | 2024-12-13T20:59:59.781Z | [ helios-setup] Dec 13 20:59:57.947 INFO E| Downloaded anstyle v0.3.5 |
2839 | 2024-12-13T20:59:59.781Z | [ helios-setup] Dec 13 20:59:57.950 INFO E| Downloaded anstream v0.2.6 |
2840 | 2024-12-13T20:59:59.790Z | [ helios-setup] Dec 13 20:59:57.960 INFO E| Downloaded ahash v0.8.3 |
2841 | 2024-12-13T20:59:59.791Z | [ helios-setup] Dec 13 20:59:57.964 INFO E| Downloaded aho-corasick v0.7.20 |
2842 | 2024-12-13T20:59:59.837Z | [ helios-setup] Dec 13 20:59:58.013 INFO E| Downloaded encoding_rs v0.8.32 |
2843 | 2024-12-13T20:59:59.963Z | [ helios-setup] Dec 13 20:59:58.137 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2844 | 2024-12-13T21:00:00.204Z | [ helios-setup] Dec 13 20:59:58.382 INFO E| Downloaded libz-sys v1.1.8 |
2845 | 2024-12-13T21:00:00.558Z | [ helios-setup] Dec 13 20:59:58.735 INFO E| Compiling proc-macro2 v1.0.86 |
2846 | 2024-12-13T21:00:00.558Z | [ helios-setup] Dec 13 20:59:58.735 INFO E| Compiling libc v0.2.139 |
2847 | 2024-12-13T21:00:00.558Z | [ helios-setup] Dec 13 20:59:58.735 INFO E| Compiling unicode-ident v1.0.8 |
2848 | 2024-12-13T21:00:00.584Z | [ helios-setup] Dec 13 20:59:58.735 INFO E| Compiling autocfg v1.1.0 |
2849 | 2024-12-13T21:00:00.584Z | [ helios-setup] Dec 13 20:59:58.735 INFO E| Compiling cfg-if v1.0.0 |
2850 | 2024-12-13T21:00:00.584Z | [ helios-setup] Dec 13 20:59:58.735 INFO E| Compiling version_check v0.9.4 |
2851 | 2024-12-13T21:00:00.584Z | [ helios-setup] Dec 13 20:59:58.736 INFO E| Compiling serde v1.0.204 |
2852 | 2024-12-13T21:00:00.584Z | [ helios-setup] Dec 13 20:59:58.736 INFO E| Compiling syn v1.0.107 |
2853 | 2024-12-13T21:00:01.005Z | [ helios-setup] Dec 13 20:59:59.182 INFO E| Compiling memchr v2.5.0 |
2854 | 2024-12-13T21:00:02.019Z | [ helios-setup] Dec 13 21:00:00.198 INFO E| Compiling once_cell v1.17.0 |
2855 | 2024-12-13T21:00:02.153Z | [ helios-setup] Dec 13 21:00:00.285 INFO E| Compiling thiserror v1.0.38 |
2856 | 2024-12-13T21:00:02.266Z | [ helios-setup] Dec 13 21:00:00.400 INFO E| Compiling log v0.4.17 |
2857 | 2024-12-13T21:00:03.001Z | [ helios-setup] Dec 13 21:00:01.175 INFO E| Compiling serde_json v1.0.95 |
2858 | 2024-12-13T21:00:03.011Z | [ helios-setup] Dec 13 21:00:01.176 INFO E| Compiling itoa v1.0.6 |
2859 | 2024-12-13T21:00:04.048Z | [ helios-setup] Dec 13 21:00:02.227 INFO E| Compiling getrandom v0.2.8 |
2860 | 2024-12-13T21:00:04.195Z | [ helios-setup] Dec 13 21:00:02.373 INFO E| Compiling indexmap v1.9.3 |
2861 | 2024-12-13T21:00:04.327Z | [ helios-setup] Dec 13 21:00:02.506 INFO E| Compiling pin-project-lite v0.2.9 |
2862 | 2024-12-13T21:00:04.675Z | [ helios-setup] Dec 13 21:00:02.854 INFO E| Compiling jobserver v0.1.26 |
2863 | 2024-12-13T21:00:04.816Z | [ helios-setup] Dec 13 21:00:02.994 INFO E| Compiling quote v1.0.36 |
2864 | 2024-12-13T21:00:05.000Z | [ helios-setup] Dec 13 21:00:03.178 INFO E| Compiling scopeguard v1.1.0 |
2865 | 2024-12-13T21:00:05.583Z | [ helios-setup] Dec 13 21:00:03.286 INFO E| Compiling num-integer v0.1.45 |
2866 | 2024-12-13T21:00:05.617Z | [ helios-setup] Dec 13 21:00:03.498 INFO E| Compiling cc v1.0.78 |
2867 | 2024-12-13T21:00:05.637Z | [ helios-setup] Dec 13 21:00:03.816 INFO E| Compiling syn v2.0.72 |
2868 | 2024-12-13T21:00:05.997Z | [ helios-setup] Dec 13 21:00:04.175 INFO E| Compiling futures-core v0.3.28 |
2869 | 2024-12-13T21:00:06.154Z | [ helios-setup] Dec 13 21:00:04.332 INFO E| Compiling bytes v1.4.0 |
2870 | 2024-12-13T21:00:06.173Z | [ helios-setup] Dec 13 21:00:04.352 INFO E| Compiling ryu v1.0.13 |
2871 | 2024-12-13T21:00:07.977Z | [ helios-setup] Dec 13 21:00:06.155 INFO E| Compiling lock_api v0.4.9 |
2872 | 2024-12-13T21:00:07.977Z | [ helios-setup] Dec 13 21:00:06.155 INFO E| Compiling bitflags v1.3.2 |
2873 | 2024-12-13T21:00:08.079Z | [ helios-setup] Dec 13 21:00:06.256 INFO E| Compiling parking_lot_core v0.9.6 |
2874 | 2024-12-13T21:00:08.246Z | [ helios-setup] Dec 13 21:00:06.424 INFO E| Compiling typenum v1.16.0 |
2875 | 2024-12-13T21:00:08.362Z | [ helios-setup] Dec 13 21:00:06.540 INFO E| Compiling num_cpus v1.15.0 |
2876 | 2024-12-13T21:00:08.809Z | [ helios-setup] Dec 13 21:00:06.987 INFO E| Compiling generic-array v0.14.6 |
2877 | 2024-12-13T21:00:08.975Z | [ helios-setup] Dec 13 21:00:07.153 INFO E| Compiling slab v0.4.7 |
2878 | 2024-12-13T21:00:09.306Z | [ helios-setup] Dec 13 21:00:07.484 INFO E| Compiling futures-channel v0.3.28 |
2879 | 2024-12-13T21:00:09.431Z | [ helios-setup] Dec 13 21:00:07.608 INFO E| Compiling futures-sink v0.3.28 |
2880 | 2024-12-13T21:00:09.555Z | [ helios-setup] Dec 13 21:00:07.733 INFO E| Compiling futures-task v0.3.28 |
2881 | 2024-12-13T21:00:10.003Z | [ helios-setup] Dec 13 21:00:08.181 INFO E| Compiling tokio v1.27.0 |
2882 | 2024-12-13T21:00:10.309Z | [ helios-setup] Dec 13 21:00:08.486 INFO E| Compiling schemars v0.8.12 |
2883 | 2024-12-13T21:00:10.631Z | [ helios-setup] Dec 13 21:00:08.809 INFO E| Compiling futures-util v0.3.28 |
2884 | 2024-12-13T21:00:11.498Z | [ helios-setup] Dec 13 21:00:09.676 INFO E| Compiling mio v0.8.5 |
2885 | 2024-12-13T21:00:11.618Z | [ helios-setup] Dec 13 21:00:09.796 INFO E| Compiling socket2 v0.4.9 |
2886 | 2024-12-13T21:00:11.715Z | [ helios-setup] Dec 13 21:00:09.892 INFO E| Compiling signal-hook-registry v1.4.0 |
2887 | 2024-12-13T21:00:11.997Z | [ helios-setup] Dec 13 21:00:10.175 INFO E| Compiling ahash v0.7.6 |
2888 | 2024-12-13T21:00:12.490Z | [ helios-setup] Dec 13 21:00:10.668 INFO E| Compiling num-traits v0.2.15 |
2889 | 2024-12-13T21:00:12.599Z | [ helios-setup] Dec 13 21:00:10.777 INFO E| Compiling crunchy v0.2.2 |
2890 | 2024-12-13T21:00:13.644Z | [ helios-setup] Dec 13 21:00:11.821 INFO E| Compiling pin-utils v0.1.0 |
2891 | 2024-12-13T21:00:13.649Z | [ host-package] Compiling polar-core v0.27.3 |
2892 | 2024-12-13T21:00:13.784Z | [ helios-setup] Dec 13 21:00:11.961 INFO E| Compiling futures-io v0.3.28 |
2893 | 2024-12-13T21:00:13.847Z | [ helios-setup] Dec 13 21:00:12.024 INFO E| Compiling io-lifetimes v1.0.10 |
2894 | 2024-12-13T21:00:14.736Z | [ helios-setup] Dec 13 21:00:12.911 INFO E| Compiling ahash v0.8.3 |
2895 | 2024-12-13T21:00:15.063Z | [ helios-setup] Dec 13 21:00:13.240 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2896 | 2024-12-13T21:00:15.377Z | [ helios-setup] Dec 13 21:00:13.554 INFO E| Compiling rustix v0.37.3 |
2897 | 2024-12-13T21:00:15.949Z | [ helios-setup] Dec 13 21:00:14.126 INFO E| Compiling hashbrown v0.12.3 |
2898 | 2024-12-13T21:00:16.250Z | [ helios-setup] Dec 13 21:00:14.427 INFO E| Compiling tiny-keccak v2.0.2 |
2899 | 2024-12-13T21:00:16.703Z | [ helios-setup] Dec 13 21:00:14.879 INFO E| Compiling crypto-common v0.1.6 |
2900 | 2024-12-13T21:00:16.874Z | [ helios-setup] Dec 13 21:00:15.051 INFO E| Compiling block-buffer v0.10.3 |
2901 | 2024-12-13T21:00:17.489Z | [ helios-setup] Dec 13 21:00:15.666 INFO E| Compiling serde_derive_internals v0.26.0 |
2902 | 2024-12-13T21:00:17.986Z | [ helios-setup] Dec 13 21:00:16.163 INFO E| Compiling errno v0.3.1 |
2903 | 2024-12-13T21:00:18.177Z | [ helios-setup] Dec 13 21:00:16.354 INFO E| Compiling crossbeam-utils v0.8.14 |
2904 | 2024-12-13T21:00:18.520Z | [ helios-setup] Dec 13 21:00:16.696 INFO E| Compiling fnv v1.0.7 |
2905 | 2024-12-13T21:00:18.660Z | [ helios-setup] Dec 13 21:00:16.832 INFO E| Compiling pkg-config v0.3.26 |
2906 | 2024-12-13T21:00:18.813Z | [ helios-setup] Dec 13 21:00:16.990 INFO E| Compiling slog v2.7.0 |
2907 | 2024-12-13T21:00:18.884Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2908 | 2024-12-13T21:00:19.747Z | [ helios-setup] Dec 13 21:00:17.921 INFO E| Compiling http v0.2.9 |
2909 | 2024-12-13T21:00:19.947Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2910 | 2024-12-13T21:00:20.403Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2911 | 2024-12-13T21:00:21.265Z | [ host-package] Compiling tabled_derive v0.7.0 |
2912 | 2024-12-13T21:00:22.026Z | [ helios-setup] Dec 13 21:00:20.202 INFO E| Compiling digest v0.10.6 |
2913 | 2024-12-13T21:00:22.782Z | [ helios-setup] Dec 13 21:00:20.959 INFO E| Compiling aho-corasick v0.7.20 |
2914 | 2024-12-13T21:00:23.088Z | [ helios-setup] Dec 13 21:00:21.264 INFO E| Compiling heck v0.4.1 |
2915 | 2024-12-13T21:00:23.129Z | [ helios-setup] Dec 13 21:00:21.305 INFO E| Compiling anyhow v1.0.68 |
2916 | 2024-12-13T21:00:24.134Z | [ helios-setup] Dec 13 21:00:22.310 INFO E| Compiling regex-syntax v0.6.29 |
2917 | 2024-12-13T21:00:24.588Z | [ helios-setup] Dec 13 21:00:22.764 INFO E| Compiling tinyvec_macros v0.1.1 |
2918 | 2024-12-13T21:00:24.644Z | [ helios-setup] Dec 13 21:00:22.820 INFO E| Compiling cpufeatures v0.2.5 |
2919 | 2024-12-13T21:00:24.912Z | [ helios-setup] Dec 13 21:00:23.088 INFO E| Compiling percent-encoding v2.2.0 |
2920 | 2024-12-13T21:00:25.208Z | [ helios-setup] Dec 13 21:00:23.383 INFO E| Compiling unicode-width v0.1.10 |
2921 | 2024-12-13T21:00:25.329Z | [ helios-setup] Dec 13 21:00:23.505 INFO E| Compiling httparse v1.8.0 |
2922 | 2024-12-13T21:00:25.534Z | [ helios-setup] Dec 13 21:00:23.710 INFO E| Compiling form_urlencoded v1.1.0 |
2923 | 2024-12-13T21:00:25.948Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2924 | 2024-12-13T21:00:25.989Z | [ helios-setup] Dec 13 21:00:24.165 INFO E| Compiling const-random-macro v0.1.15 |
2925 | 2024-12-13T21:00:26.014Z | [ host-package] Compiling itertools v0.12.1 |
2926 | 2024-12-13T21:00:26.483Z | [ helios-setup] Dec 13 21:00:24.658 INFO E| Compiling tinyvec v1.6.0 |
2927 | 2024-12-13T21:00:27.653Z | [ helios-setup] Dec 13 21:00:25.828 INFO E| Compiling serde_derive v1.0.204 |
2928 | 2024-12-13T21:00:27.727Z | [ helios-setup] Dec 13 21:00:25.903 INFO E| Compiling tokio-macros v2.0.0 |
2929 | 2024-12-13T21:00:28.002Z | [ helios-setup] Dec 13 21:00:26.177 INFO E| Compiling futures-macro v0.3.28 |
2930 | 2024-12-13T21:00:28.156Z | [ helios-setup] Dec 13 21:00:26.332 INFO E| Compiling chrono v0.4.24 |
2931 | 2024-12-13T21:00:28.589Z | [ helios-setup] Dec 13 21:00:26.764 INFO E| Compiling thiserror-impl v1.0.38 |
2932 | 2024-12-13T21:00:30.005Z | [ helios-setup] Dec 13 21:00:28.180 INFO E| Compiling schemars_derive v0.8.12 |
2933 | 2024-12-13T21:00:30.076Z | [ helios-setup] Dec 13 21:00:28.251 INFO E| Compiling hashbrown v0.13.2 |
2934 | 2024-12-13T21:00:31.919Z | [ helios-setup] Dec 13 21:00:30.094 INFO E| Compiling regex v1.7.3 |
2935 | 2024-12-13T21:00:32.276Z | [ host-package] Compiling fd-lock v4.0.2 |
2936 | 2024-12-13T21:00:32.667Z | [ helios-setup] Dec 13 21:00:30.842 INFO E| Compiling libz-sys v1.1.8 |
2937 | 2024-12-13T21:00:32.979Z | [ host-package] Compiling peg-macros v0.8.4 |
2938 | 2024-12-13T21:00:34.131Z | [ host-package] Compiling strum_macros v0.24.3 |
2939 | 2024-12-13T21:00:34.355Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2940 | 2024-12-13T21:00:35.371Z | [ helios-setup] Dec 13 21:00:33.546 INFO E| Compiling uuid v1.3.0 |
2941 | 2024-12-13T21:00:35.636Z | [ helios-setup] Dec 13 21:00:33.811 INFO E| Compiling dyn-clone v1.0.11 |
2942 | 2024-12-13T21:00:35.995Z | [ helios-setup] Dec 13 21:00:34.169 INFO E| Compiling regress v0.5.0 |
2943 | 2024-12-13T21:00:36.087Z | [ helios-setup] Dec 13 21:00:34.262 INFO E| Compiling unicode-normalization v0.1.22 |
2944 | 2024-12-13T21:00:36.405Z | [ host-package] Compiling kstat-rs v0.2.4 |
2945 | 2024-12-13T21:00:38.072Z | [ helios-setup] Dec 13 21:00:36.246 INFO E| Compiling const-random v0.1.15 |
2946 | 2024-12-13T21:00:38.555Z | [ host-package] Compiling samael v0.0.17 |
2947 | 2024-12-13T21:00:38.715Z | [ helios-setup] Dec 13 21:00:36.890 INFO E| Compiling getopts v0.2.21 |
2948 | 2024-12-13T21:00:38.786Z | [ host-package] Compiling unicase v2.7.0 |
2949 | 2024-12-13T21:00:39.060Z | [ host-package] Compiling indoc v1.0.9 |
2950 | 2024-12-13T21:00:39.110Z | [ helios-setup] Dec 13 21:00:37.284 INFO E| Compiling tracing-core v0.1.30 |
2951 | 2024-12-13T21:00:39.566Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2952 | 2024-12-13T21:00:39.957Z | [ helios-setup] Dec 13 21:00:38.131 INFO E| Compiling memoffset v0.7.1 |
2953 | 2024-12-13T21:00:40.255Z | [ host-package] Compiling peg v0.8.4 |
2954 | 2024-12-13T21:00:40.624Z | [ host-package] Compiling reedline v0.35.0 |
2955 | 2024-12-13T21:00:40.743Z | [ helios-setup] Dec 13 21:00:38.917 INFO E| Compiling unicode-bidi v0.3.13 |
2956 | 2024-12-13T21:00:42.022Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2957 | 2024-12-13T21:00:42.842Z | [ host-package] Compiling tabled v0.15.0 |
2958 | 2024-12-13T21:00:43.045Z | [ helios-setup] Dec 13 21:00:41.219 INFO E| Compiling num-conv v0.1.0 |
2959 | 2024-12-13T21:00:43.644Z | [ helios-setup] Dec 13 21:00:41.818 INFO E| Compiling powerfmt v0.2.0 |
2960 | 2024-12-13T21:00:43.826Z | [ helios-setup] Dec 13 21:00:41.999 INFO E| Compiling time-core v0.1.2 |
2961 | 2024-12-13T21:00:43.982Z | [ helios-setup] Dec 13 21:00:42.156 INFO E| Compiling ucd-trie v0.1.5 |
2962 | 2024-12-13T21:00:44.285Z | [ helios-setup] Dec 13 21:00:42.459 INFO E| Compiling time-macros v0.2.18 |
2963 | 2024-12-13T21:00:44.753Z | [ helios-setup] Dec 13 21:00:42.927 INFO E| Compiling pest v2.5.7 |
2964 | 2024-12-13T21:00:44.987Z | [ helios-setup] Dec 13 21:00:43.161 INFO E| Compiling deranged v0.3.11 |
2965 | 2024-12-13T21:00:47.190Z | [ helios-setup] Dec 13 21:00:45.364 INFO E| Compiling idna v0.3.0 |
2966 | 2024-12-13T21:00:49.856Z | [ helios-setup] Dec 13 21:00:48.030 INFO E| Compiling tracing v0.1.37 |
2967 | 2024-12-13T21:00:50.620Z | [ helios-setup] Dec 13 21:00:48.779 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2968 | 2024-12-13T21:00:51.359Z | [ helios-setup] Dec 13 21:00:49.528 INFO E| Compiling time v0.1.45 |
2969 | 2024-12-13T21:00:51.483Z | [ helios-setup] Dec 13 21:00:49.657 INFO E| Compiling crossbeam-epoch v0.9.13 |
2970 | 2024-12-13T21:00:52.537Z | [ helios-setup] Dec 13 21:00:50.710 INFO E| Compiling iana-time-zone v0.1.56 |
2971 | 2024-12-13T21:00:53.182Z | [ helios-setup] Dec 13 21:00:50.776 INFO E| Compiling semver v1.0.17 |
2972 | 2024-12-13T21:00:53.211Z | [ helios-setup] Dec 13 21:00:50.868 INFO E| Compiling num_threads v0.1.6 |
2973 | 2024-12-13T21:00:54.579Z | [ helios-setup] Dec 13 21:00:52.752 INFO E| Compiling time v0.3.36 |
2974 | 2024-12-13T21:00:55.057Z | [ helios-setup] Dec 13 21:00:53.229 INFO E| Compiling toml v0.5.11 |
2975 | 2024-12-13T21:00:55.322Z | [ helios-setup] Dec 13 21:00:53.494 INFO E| Compiling serde_tokenstream v0.2.0 |
2976 | 2024-12-13T21:00:55.672Z | [ helios-setup] Dec 13 21:00:53.845 INFO E| Compiling smallvec v1.10.0 |
2977 | 2024-12-13T21:00:57.063Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2978 | 2024-12-13T21:00:58.496Z | [ helios-setup] Dec 13 21:00:56.668 INFO E| Compiling parking_lot v0.12.1 |
2979 | 2024-12-13T21:01:02.729Z | [ helios-setup] Dec 13 21:01:00.901 INFO E| Compiling semver-parser v0.10.2 |
2980 | 2024-12-13T21:01:03.197Z | [ helios-setup] Dec 13 21:01:01.369 INFO E| Compiling url v2.3.1 |
2981 | 2024-12-13T21:01:05.921Z | [ helios-setup] Dec 13 21:01:04.093 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2982 | 2024-12-13T21:01:06.933Z | [ helios-setup] Dec 13 21:01:05.104 INFO E| Compiling crossbeam-channel v0.5.6 |
2983 | 2024-12-13T21:01:08.936Z | [ helios-setup] Dec 13 21:01:07.107 INFO E| Compiling dirs-sys-next v0.1.2 |
2984 | 2024-12-13T21:01:10.193Z | [ helios-setup] Dec 13 21:01:08.363 INFO E| Compiling same-file v1.0.6 |
2985 | 2024-12-13T21:01:10.706Z | [ helios-setup] Dec 13 21:01:08.876 INFO E| Compiling try-lock v0.2.4 |
2986 | 2024-12-13T21:01:10.937Z | [ helios-setup] Dec 13 21:01:09.108 INFO E| Compiling crc32fast v1.3.2 |
2987 | 2024-12-13T21:01:11.637Z | [ helios-setup] Dec 13 21:01:09.808 INFO E| Compiling want v0.3.0 |
2988 | 2024-12-13T21:01:12.239Z | [ helios-setup] Dec 13 21:01:10.410 INFO E| Compiling walkdir v2.3.3 |
2989 | 2024-12-13T21:01:12.660Z | [ helios-setup] Dec 13 21:01:10.830 INFO E| Compiling dirs-next v2.0.0 |
2990 | 2024-12-13T21:01:15.395Z | [ helios-setup] Dec 13 21:01:13.566 INFO E| Compiling semver v0.11.0 |
2991 | 2024-12-13T21:01:16.547Z | [ helios-setup] Dec 13 21:01:14.716 INFO E| Compiling proc-macro-crate v1.2.1 |
2992 | 2024-12-13T21:01:17.385Z | [ helios-setup] Dec 13 21:01:15.554 INFO E| Compiling tokio-util v0.7.7 |
2993 | 2024-12-13T21:01:18.993Z | [ helios-setup] Dec 13 21:01:17.163 INFO E| Compiling futures-executor v0.3.28 |
2994 | 2024-12-13T21:01:19.702Z | [ host-package] Compiling derive_builder v0.20.2 |
2995 | 2024-12-13T21:01:20.398Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2996 | 2024-12-13T21:01:20.986Z | [ helios-setup] Dec 13 21:01:19.156 INFO E| Compiling h2 v0.3.16 |
2997 | 2024-12-13T21:01:21.333Z | [ helios-setup] Dec 13 21:01:19.503 INFO E| Compiling http-body v0.4.5 |
2998 | 2024-12-13T21:01:21.665Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2999 | 2024-12-13T21:01:22.484Z | [ helios-setup] Dec 13 21:01:20.654 INFO E| Compiling ring v0.16.20 |
3000 | 2024-12-13T21:01:23.228Z | [ helios-setup] Dec 13 21:01:21.397 INFO E| Compiling rand_core v0.6.4 |
3001 | 2024-12-13T21:01:23.699Z | [ helios-setup] Dec 13 21:01:21.869 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3002 | 2024-12-13T21:01:24.270Z | [ helios-setup] Dec 13 21:01:22.439 INFO E| Compiling thread_local v1.1.7 |
3003 | 2024-12-13T21:01:24.918Z | [ helios-setup] Dec 13 21:01:23.088 INFO E| Compiling utf8parse v0.2.1 |
3004 | 2024-12-13T21:01:25.494Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3005 | 2024-12-13T21:01:25.573Z | [ helios-setup] Dec 13 21:01:23.742 INFO E| Compiling home v0.5.4 |
3006 | 2024-12-13T21:01:26.132Z | [ helios-setup] Dec 13 21:01:24.301 INFO E| Compiling lazy_static v1.4.0 |
3007 | 2024-12-13T21:01:26.231Z | [ host-package] Compiling bcs v0.1.6 |
3008 | 2024-12-13T21:01:27.093Z | [ helios-setup] Dec 13 21:01:25.262 INFO E| Compiling ppv-lite86 v0.2.17 |
3009 | 2024-12-13T21:01:27.900Z | [ host-package] Compiling oso-derive v0.27.3 |
3010 | 2024-12-13T21:01:28.329Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
3011 | 2024-12-13T21:01:28.577Z | [ helios-setup] Dec 13 21:01:26.746 INFO E| Compiling base64 v0.21.0 |
3012 | 2024-12-13T21:01:28.983Z | [ helios-setup] Dec 13 21:01:27.152 INFO E| Compiling fastrand v1.9.0 |
3013 | 2024-12-13T21:01:29.712Z | [ host-package] Compiling libz-sys v1.1.20 |
3014 | 2024-12-13T21:01:30.006Z | [ host-package] Compiling quick-xml v0.33.0 |
3015 | 2024-12-13T21:01:30.089Z | [ helios-setup] Dec 13 21:01:28.257 INFO E| Compiling tower-service v0.3.2 |
3016 | 2024-12-13T21:01:30.333Z | [ helios-setup] Dec 13 21:01:28.500 INFO E| Compiling adler v1.0.2 |
3017 | 2024-12-13T21:01:30.859Z | [ host-package] Compiling diesel-dtrace v0.4.0 |
3018 | 2024-12-13T21:01:30.923Z | [ helios-setup] Dec 13 21:01:29.092 INFO E| Compiling rayon-core v1.10.2 |
3019 | 2024-12-13T21:01:30.989Z | [ helios-setup] Dec 13 21:01:29.157 INFO E| Compiling httpdate v1.0.2 |
3020 | 2024-12-13T21:01:31.411Z | [ host-package] Compiling parking_lot_core v0.8.6 |
3021 | 2024-12-13T21:01:31.706Z | [ helios-setup] Dec 13 21:01:29.874 INFO E| Compiling hyper v0.14.25 |
3022 | 2024-12-13T21:01:32.045Z | [ helios-setup] Dec 13 21:01:30.213 INFO E| Compiling miniz_oxide v0.6.2 |
3023 | 2024-12-13T21:01:32.462Z | [ helios-setup] Dec 13 21:01:30.630 INFO E| Compiling tempfile v3.5.0 |
3024 | 2024-12-13T21:01:34.153Z | [ helios-setup] Dec 13 21:01:32.321 INFO E| Compiling rand_chacha v0.3.1 |
3025 | 2024-12-13T21:01:37.444Z | [ helios-setup] Dec 13 21:01:35.612 INFO E| Compiling toolchain_find v0.2.0 |
3026 | 2024-12-13T21:01:37.995Z | [ helios-setup] Dec 13 21:01:36.163 INFO E| Compiling anstyle-parse v0.1.1 |
3027 | 2024-12-13T21:01:39.123Z | [ helios-setup] Dec 13 21:01:37.290 INFO E| Compiling futures v0.3.28 |
3028 | 2024-12-13T21:01:41.972Z | [ host-package] Compiling oso v0.27.3 |
3029 | 2024-12-13T21:01:43.309Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3030 | 2024-12-13T21:01:46.977Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3031 | 2024-12-13T21:01:50.720Z | [ helios-setup] Dec 13 21:01:48.886 INFO E| Compiling num_enum_derive v0.5.7 |
3032 | 2024-12-13T21:01:52.459Z | [ helios-setup] Dec 13 21:01:50.625 INFO E| Compiling cargo-lock v8.0.3 |
3033 | 2024-12-13T21:01:54.891Z | [ helios-setup] Dec 13 21:01:53.057 INFO E| Compiling crossbeam-deque v0.8.2 |
3034 | 2024-12-13T21:01:55.875Z | [ helios-setup] Dec 13 21:01:54.040 INFO E| Compiling term v0.7.0 |
3035 | 2024-12-13T21:01:57.657Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3036 | 2024-12-13T21:01:58.880Z | [ helios-setup] Dec 13 21:01:57.040 INFO E| Compiling serde_urlencoded v0.7.1 |
3037 | 2024-12-13T21:01:59.029Z | [ helios-setup] Dec 13 21:01:57.195 INFO E| Compiling sha1 v0.10.5 |
3038 | 2024-12-13T21:02:00.140Z | [ helios-setup] Dec 13 21:01:58.305 INFO E| Compiling sha2 v0.10.6 |
3039 | 2024-12-13T21:02:00.247Z | [ helios-setup] Dec 13 21:01:58.412 INFO E| Compiling is-terminal v0.4.7 |
3040 | 2024-12-13T21:02:00.478Z | [ helios-setup] Dec 13 21:01:58.642 INFO E| Compiling atty v0.2.14 |
3041 | 2024-12-13T21:02:00.543Z | [ helios-setup] Dec 13 21:01:58.709 INFO E| Compiling concolor-override v1.0.0 |
3042 | 2024-12-13T21:02:00.959Z | [ helios-setup] Dec 13 21:01:59.124 INFO E| Compiling anstyle v0.3.5 |
3043 | 2024-12-13T21:02:01.339Z | [ helios-setup] Dec 13 21:01:59.503 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3044 | 2024-12-13T21:02:02.612Z | [ helios-setup] Dec 13 21:02:00.777 INFO E| Compiling concolor-query v0.3.3 |
3045 | 2024-12-13T21:02:02.995Z | [ helios-setup] Dec 13 21:02:01.160 INFO E| Compiling anstream v0.2.6 |
3046 | 2024-12-13T21:02:03.456Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3047 | 2024-12-13T21:02:04.028Z | [ host-package] Compiling bb8 v0.8.5 |
3048 | 2024-12-13T21:02:05.633Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3049 | 2024-12-13T21:02:07.129Z | [ helios-setup] Dec 13 21:02:05.293 INFO E| Compiling slog-term v2.9.0 |
3050 | 2024-12-13T21:02:07.211Z | [ helios-setup] Dec 13 21:02:05.375 INFO E| Compiling flate2 v1.0.25 |
3051 | 2024-12-13T21:02:07.731Z | [ helios-setup] Dec 13 21:02:05.895 INFO E| Compiling num_enum v0.5.7 |
3052 | 2024-12-13T21:02:08.201Z | [ helios-setup] Dec 13 21:02:06.365 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3053 | 2024-12-13T21:02:09.316Z | [ helios-setup] Dec 13 21:02:07.480 INFO E| Compiling rand v0.8.5 |
3054 | 2024-12-13T21:02:09.540Z | [ helios-setup] Dec 13 21:02:07.704 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3055 | 2024-12-13T21:02:09.792Z | [ helios-setup] Dec 13 21:02:07.956 INFO E| Compiling openapiv3 v1.0.2 |
3056 | 2024-12-13T21:02:11.048Z | [ host-package] Compiling nibble_vec v0.1.0 |
3057 | 2024-12-13T21:02:11.763Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3058 | 2024-12-13T21:02:12.727Z | [ helios-setup] Dec 13 21:02:10.891 INFO E| Compiling encoding_rs v0.8.32 |
3059 | 2024-12-13T21:02:13.498Z | [ helios-setup] Dec 13 21:02:11.661 INFO E| Compiling unsafe-libyaml v0.2.8 |
3060 | 2024-12-13T21:02:13.670Z | [ host-package] Compiling atty v0.2.14 |
3061 | 2024-12-13T21:02:14.025Z | [ host-package] Compiling salty v0.3.0 |
3062 | 2024-12-13T21:02:15.190Z | [ host-package] Compiling endian-type v0.1.2 |
3063 | 2024-12-13T21:02:15.990Z | [ host-package] Compiling radix_trie v0.2.1 |
3064 | 2024-12-13T21:02:17.261Z | [ helios-setup] Dec 13 21:02:15.424 INFO E| Compiling spin v0.5.2 |
3065 | 2024-12-13T21:02:17.953Z | [ helios-setup] Dec 13 21:02:16.116 INFO E| Compiling ipnet v2.7.2 |
3066 | 2024-12-13T21:02:18.001Z | [ helios-setup] Dec 13 21:02:16.164 INFO E| Compiling strsim v0.10.0 |
3067 | 2024-12-13T21:02:18.597Z | [ host-package] Compiling parking_lot v0.11.2 |
3068 | 2024-12-13T21:02:18.664Z | [ helios-setup] Dec 13 21:02:16.827 INFO E| Compiling byteorder v1.4.3 |
3069 | 2024-12-13T21:02:18.988Z | [ helios-setup] Dec 13 21:02:17.150 INFO E| Compiling base64 v0.13.1 |
3070 | 2024-12-13T21:02:19.997Z | [ helios-setup] Dec 13 21:02:18.159 INFO E| Compiling clap_lex v0.4.1 |
3071 | 2024-12-13T21:02:20.591Z | [ helios-setup] Dec 13 21:02:18.754 INFO E| Compiling mime v0.3.17 |
3072 | 2024-12-13T21:02:21.277Z | [ helios-setup] Dec 13 21:02:19.439 INFO E| Compiling untrusted v0.7.1 |
3073 | 2024-12-13T21:02:21.694Z | [ helios-setup] Dec 13 21:02:19.857 INFO E| Compiling project-root v0.2.2 |
3074 | 2024-12-13T21:02:21.884Z | [ helios-setup] Dec 13 21:02:20.047 INFO E| Compiling either v1.8.0 |
3075 | 2024-12-13T21:02:22.095Z | [ helios-setup] Dec 13 21:02:20.257 INFO E| Compiling utf-8 v0.7.6 |
3076 | 2024-12-13T21:02:22.728Z | [ helios-setup] Dec 13 21:02:20.891 INFO E| Compiling tungstenite v0.18.0 |
3077 | 2024-12-13T21:02:22.752Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3078 | 2024-12-13T21:02:22.837Z | [ helios-setup] Dec 13 21:02:20.998 INFO E| Compiling rayon v1.6.1 |
3079 | 2024-12-13T21:02:23.693Z | [ helios-setup] Dec 13 21:02:21.856 INFO E| Compiling reqwest v0.11.16 |
3080 | 2024-12-13T21:02:23.822Z | [ helios-setup] Dec 13 21:02:21.985 INFO E| Compiling clap_builder v4.2.1 |
3081 | 2024-12-13T21:02:31.918Z | [ host-package] Compiling sled v0.34.7 |
3082 | 2024-12-13T21:02:33.415Z | [ helios-setup] Dec 13 21:02:31.576 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3083 | 2024-12-13T21:02:33.669Z | [ helios-setup] Dec 13 21:02:31.830 INFO E| Compiling serde_yaml v0.9.21 |
3084 | 2024-12-13T21:02:34.085Z | [ helios-setup] Dec 13 21:02:32.246 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3085 | 2024-12-13T21:02:36.239Z | [ helios-setup] Dec 13 21:02:34.401 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3086 | 2024-12-13T21:02:38.449Z | [ helios-setup] Dec 13 21:02:36.610 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3087 | 2024-12-13T21:02:40.387Z | [ helios-setup] Dec 13 21:02:38.542 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3088 | 2024-12-13T21:02:40.618Z | [ helios-setup] Dec 13 21:02:38.774 INFO E| Compiling clap_derive v4.2.0 |
3089 | 2024-12-13T21:02:44.222Z | [ helios-setup] Dec 13 21:02:42.382 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3090 | 2024-12-13T21:02:49.939Z | [ helios-setup] Dec 13 21:02:48.096 INFO E| Compiling clap v4.2.1 |
3091 | 2024-12-13T21:02:50.475Z | [ helios-setup] Dec 13 21:02:48.634 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3092 | 2024-12-13T21:03:02.594Z | [ helios-setup] Dec 13 21:03:00.752 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3093 | 2024-12-13T21:03:05.397Z | [ host-package] Compiling mime_guess v2.0.5 |
3094 | 2024-12-13T21:03:06.026Z | [ helios-setup] Dec 13 21:03:04.183 INFO E| Compiling tokio-tungstenite v0.18.0 |
3095 | 2024-12-13T21:03:07.812Z | [ host-package] Compiling hickory-client v0.24.1 |
3096 | 2024-12-13T21:03:07.918Z | [ helios-setup] Dec 13 21:03:06.076 INFO E| Compiling smartstring v1.0.1 |
3097 | 2024-12-13T21:03:08.636Z | [ helios-setup] Dec 13 21:03:06.793 INFO E| Compiling rustls v0.21.0 |
3098 | 2024-12-13T21:03:13.678Z | [ helios-setup] Dec 13 21:03:08.696 INFO E| Compiling sct v0.7.0 |
3099 | 2024-12-13T21:03:13.739Z | [ helios-setup] Dec 13 21:03:09.479 INFO E| Compiling rustls-webpki v0.100.1 |
3100 | 2024-12-13T21:03:15.969Z | [ helios-setup] Dec 13 21:03:13.869 INFO E| Compiling toml_datetime v0.6.1 |
3101 | 2024-12-13T21:03:17.255Z | [ helios-setup] Dec 13 21:03:15.410 INFO E| Compiling serde_spanned v0.6.1 |
3102 | 2024-12-13T21:03:17.311Z | [ helios-setup] Dec 13 21:03:15.467 INFO E| Compiling paste v1.0.12 |
3103 | 2024-12-13T21:03:18.157Z | [ helios-setup] Dec 13 21:03:16.242 INFO E| Compiling match_cfg v0.1.0 |
3104 | 2024-12-13T21:03:18.391Z | [ helios-setup] Dec 13 21:03:16.546 INFO E| Compiling async-trait v0.1.68 |
3105 | 2024-12-13T21:03:18.425Z | [ helios-setup] Dec 13 21:03:16.581 INFO E| Compiling slog-async v2.7.0 |
3106 | 2024-12-13T21:03:18.540Z | [ helios-setup] Dec 13 21:03:16.696 INFO E| Compiling static_assertions v1.1.0 |
3107 | 2024-12-13T21:03:18.903Z | [ helios-setup] Dec 13 21:03:17.059 INFO E| Compiling camino v1.1.4 |
3108 | 2024-12-13T21:03:19.554Z | [ helios-setup] Dec 13 21:03:17.711 INFO E| Compiling winnow v0.4.1 |
3109 | 2024-12-13T21:03:20.883Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3110 | 2024-12-13T21:03:20.988Z | [ helios-setup] Dec 13 21:03:19.142 INFO E| Compiling hostname v0.3.1 |
3111 | 2024-12-13T21:03:21.832Z | [ helios-setup] Dec 13 21:03:19.986 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3112 | 2024-12-13T21:03:22.128Z | [ helios-setup] Dec 13 21:03:20.283 INFO E| Compiling slog-json v2.6.1 |
3113 | 2024-12-13T21:03:22.324Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3114 | 2024-12-13T21:03:22.931Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3115 | 2024-12-13T21:03:23.165Z | [ helios-setup] Dec 13 21:03:21.320 INFO E| Compiling unicode-linebreak v0.1.4 |
3116 | 2024-12-13T21:03:25.301Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3117 | 2024-12-13T21:03:25.378Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3118 | 2024-12-13T21:03:26.959Z | [ helios-setup] Dec 13 21:03:25.114 INFO E| Compiling toml_edit v0.19.8 |
3119 | 2024-12-13T21:03:27.037Z | [ host-package] Compiling hickory-server v0.24.1 |
3120 | 2024-12-13T21:03:31.383Z | [ helios-setup] Dec 13 21:03:26.372 INFO E| Compiling rhai_codegen v1.5.0 |
3121 | 2024-12-13T21:03:31.427Z | [ host-package] Compiling primeorder v0.13.6 |
3122 | 2024-12-13T21:03:31.427Z | [ host-package] Compiling vergen v8.3.2 |
3123 | 2024-12-13T21:03:31.622Z | [ host-package] Compiling env_filter v0.1.2 |
3124 | 2024-12-13T21:03:33.256Z | [ host-package] Compiling cargo-platform v0.1.8 |
3125 | 2024-12-13T21:03:34.413Z | [ host-package] Compiling nanorand v0.7.0 |
3126 | 2024-12-13T21:03:34.419Z | [ helios-setup] Dec 13 21:03:32.574 INFO E| Compiling async-stream-impl v0.3.5 |
3127 | 2024-12-13T21:03:34.658Z | [ host-package] Compiling memoffset v0.9.1 |
3128 | 2024-12-13T21:03:36.001Z | [ host-package] Compiling flume v0.11.1 |
3129 | 2024-12-13T21:03:36.114Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3130 | 2024-12-13T21:03:36.971Z | [ helios-setup] Dec 13 21:03:35.125 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3131 | 2024-12-13T21:03:37.116Z | [ helios-setup] Dec 13 21:03:35.270 INFO E| Compiling take_mut v0.2.2 |
3132 | 2024-12-13T21:03:37.842Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3133 | 2024-12-13T21:03:37.949Z | [ helios-setup] Dec 13 21:03:36.104 INFO E| Compiling async-stream v0.3.5 |
3134 | 2024-12-13T21:03:38.292Z | [ helios-setup] Dec 13 21:03:36.447 INFO E| Compiling toml v0.7.3 |
3135 | 2024-12-13T21:03:38.890Z | [ helios-setup] Dec 13 21:03:37.044 INFO E| Compiling rhai v1.14.0 |
3136 | 2024-12-13T21:03:41.149Z | [ host-package] Compiling env_logger v0.11.5 |
3137 | 2024-12-13T21:03:42.019Z | [ host-package] Compiling p384 v0.13.0 |
3138 | 2024-12-13T21:03:42.671Z | [ helios-setup] Dec 13 21:03:40.824 INFO E| Compiling tokio-rustls v0.24.0 |
3139 | 2024-12-13T21:03:42.897Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3140 | 2024-12-13T21:03:43.132Z | [ helios-setup] Dec 13 21:03:41.285 INFO E| Compiling slog-bunyan v2.4.0 |
3141 | 2024-12-13T21:03:44.365Z | [ host-package] Compiling git2 v0.19.0 |
3142 | 2024-12-13T21:03:47.335Z | [ helios-setup] Dec 13 21:03:45.488 INFO E| Compiling rustls-pemfile v1.0.2 |
3143 | 2024-12-13T21:03:48.785Z | [ helios-setup] Dec 13 21:03:46.938 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3144 | 2024-12-13T21:03:48.928Z | [ helios-setup] Dec 13 21:03:47.081 INFO E| Compiling serde_path_to_error v0.1.11 |
3145 | 2024-12-13T21:03:49.770Z | [ helios-setup] Dec 13 21:03:47.923 INFO E| Compiling bincode v1.3.3 |
3146 | 2024-12-13T21:03:50.024Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3147 | 2024-12-13T21:03:51.399Z | [ helios-setup] Dec 13 21:03:49.552 INFO E| Compiling terminal_size v0.2.6 |
3148 | 2024-12-13T21:03:51.964Z | [ helios-setup] Dec 13 21:03:50.116 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3149 | 2024-12-13T21:03:52.118Z | [ helios-setup] Dec 13 21:03:50.270 INFO E| Compiling smawk v0.3.1 |
3150 | 2024-12-13T21:03:52.789Z | [ helios-setup] Dec 13 21:03:50.942 INFO E| Compiling textwrap v0.16.0 |
3151 | 2024-12-13T21:03:56.406Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3152 | 2024-12-13T21:03:59.463Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3153 | 2024-12-13T21:04:02.503Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3154 | 2024-12-13T21:04:02.704Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3155 | 2024-12-13T21:04:02.760Z | [ host-package] Compiling rand_seeder v0.3.0 |
3156 | 2024-12-13T21:04:03.936Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3157 | 2024-12-13T21:04:05.409Z | [ host-package] Compiling lzma-sys v0.1.20 |
3158 | 2024-12-13T21:04:05.693Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3159 | 2024-12-13T21:04:06.261Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3160 | 2024-12-13T21:04:06.875Z | [ host-package] Compiling http-range v0.1.5 |
3161 | 2024-12-13T21:04:07.012Z | [ host-package] Compiling rustls v0.21.12 |
3162 | 2024-12-13T21:04:07.487Z | [ host-package] Compiling nix v0.29.0 |
3163 | 2024-12-13T21:04:08.186Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3164 | 2024-12-13T21:04:08.577Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3165 | 2024-12-13T21:04:11.999Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3166 | 2024-12-13T21:04:12.618Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3167 | 2024-12-13T21:04:12.787Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3168 | 2024-12-13T21:04:13.321Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3169 | 2024-12-13T21:04:13.794Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3170 | 2024-12-13T21:04:14.773Z | [ host-package] Compiling sct v0.7.1 |
3171 | 2024-12-13T21:04:15.929Z | [ host-package] Compiling heck v0.3.3 |
3172 | 2024-12-13T21:04:16.135Z | [ host-package] Compiling castaway v0.2.3 |
3173 | 2024-12-13T21:04:16.850Z | [ host-package] Compiling csv-core v0.1.11 |
3174 | 2024-12-13T21:04:17.065Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3175 | 2024-12-13T21:04:18.014Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3176 | 2024-12-13T21:04:18.761Z | [ host-package] Compiling glob v0.3.1 |
3177 | 2024-12-13T21:04:19.563Z | [ host-package] Compiling csv v1.3.0 |
3178 | 2024-12-13T21:04:20.473Z | [ helios-setup] Dec 13 21:04:18.622 INFO E| Compiling git2 v0.16.1 |
3179 | 2024-12-13T21:04:21.086Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3180 | 2024-12-13T21:04:21.584Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3181 | 2024-12-13T21:04:22.056Z | [ host-package] Compiling compact_str v0.8.0 |
3182 | 2024-12-13T21:04:23.755Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3183 | 2024-12-13T21:04:24.267Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3184 | 2024-12-13T21:04:25.280Z | [ host-package] Compiling nix v0.27.1 |
3185 | 2024-12-13T21:04:25.797Z | [ helios-setup] Dec 13 21:04:23.944 INFO E| Compiling built v0.6.0 |
3186 | 2024-12-13T21:04:26.191Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3187 | 2024-12-13T21:04:29.142Z | [ helios-setup] Dec 13 21:04:27.290 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3188 | 2024-12-13T21:04:30.324Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3189 | 2024-12-13T21:04:31.127Z | [ helios-setup] Dec 13 21:04:29.275 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3190 | 2024-12-13T21:04:31.848Z | [ helios-setup] Dec 13 21:04:29.996 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3191 | 2024-12-13T21:04:34.507Z | [ helios-setup] Dec 13 21:04:32.654 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3192 | 2024-12-13T21:04:37.381Z | [ helios-setup] Dec 13 21:04:35.528 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3193 | 2024-12-13T21:04:39.990Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3194 | 2024-12-13T21:04:48.266Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3195 | 2024-12-13T21:04:48.422Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3196 | 2024-12-13T21:04:50.962Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3197 | 2024-12-13T21:04:51.818Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3198 | 2024-12-13T21:05:00.696Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3199 | 2024-12-13T21:05:01.560Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3200 | 2024-12-13T21:05:02.592Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3201 | 2024-12-13T21:05:03.230Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3202 | 2024-12-13T21:05:05.694Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3203 | 2024-12-13T21:05:10.314Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3204 | 2024-12-13T21:05:10.451Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3205 | 2024-12-13T21:05:10.504Z | [ host-package] Compiling hashlink v0.9.1 |
3206 | 2024-12-13T21:05:10.504Z | [ host-package] Compiling tungstenite v0.23.0 |
3207 | 2024-12-13T21:05:10.873Z | [ host-package] Compiling lru v0.12.5 |
3208 | 2024-12-13T21:05:11.852Z | [ host-package] Compiling instability v0.3.2 |
3209 | 2024-12-13T21:05:12.299Z | [ host-package] Compiling cassowary v0.3.0 |
3210 | 2024-12-13T21:05:14.087Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3211 | 2024-12-13T21:05:16.011Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3212 | 2024-12-13T21:05:16.185Z | [ host-package] Compiling base64 v0.13.1 |
3213 | 2024-12-13T21:05:16.704Z | [ host-package] Compiling rusqlite v0.32.1 |
3214 | 2024-12-13T21:05:17.635Z | [ host-package] Compiling ron v0.7.1 |
3215 | 2024-12-13T21:05:19.452Z | [ host-package] Compiling ratatui v0.28.1 |
3216 | 2024-12-13T21:05:19.525Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3217 | 2024-12-13T21:05:21.038Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3218 | 2024-12-13T21:05:22.439Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3219 | 2024-12-13T21:05:25.976Z | [ host-package] Compiling xz2 v0.1.7 |
3220 | 2024-12-13T21:05:26.623Z | [ helios-setup] Dec 13 21:05:24.765 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3221 | 2024-12-13T21:05:26.751Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3222 | 2024-12-13T21:05:27.342Z | [ host-package] Compiling zone v0.1.8 |
3223 | 2024-12-13T21:05:36.818Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3224 | 2024-12-13T21:05:42.413Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3225 | 2024-12-13T21:05:42.884Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3226 | 2024-12-13T21:05:48.200Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3227 | 2024-12-13T21:05:55.757Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3228 | 2024-12-13T21:05:57.944Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3229 | 2024-12-13T21:05:59.109Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3230 | 2024-12-13T21:06:03.154Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3231 | 2024-12-13T21:06:03.818Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3232 | 2024-12-13T21:06:04.527Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3233 | 2024-12-13T21:06:04.993Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3234 | 2024-12-13T21:06:05.521Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3235 | 2024-12-13T21:06:06.061Z | [ host-package] Compiling twox-hash v1.6.3 |
3236 | 2024-12-13T21:06:08.406Z | [ host-package] Compiling yasna v0.5.2 |
3237 | 2024-12-13T21:06:13.741Z | [ host-package] Compiling smawk v0.3.2 |
3238 | 2024-12-13T21:06:13.965Z | [ host-package] Compiling is_ci v1.2.0 |
3239 | 2024-12-13T21:06:14.557Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3240 | 2024-12-13T21:06:14.647Z | [ host-package] Compiling supports-color v3.0.1 |
3241 | 2024-12-13T21:06:14.754Z | [ host-package] Compiling rcgen v0.12.1 |
3242 | 2024-12-13T21:06:15.747Z | [ host-package] Compiling textwrap v0.16.1 |
3243 | 2024-12-13T21:06:21.267Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3244 | 2024-12-13T21:06:29.728Z | [ helios-setup] Dec 13 21:06:27.863 INFO E| Finished `release` profile [optimized] target(s) in 6m 37s |
3245 | 2024-12-13T21:06:29.849Z | [ helios-setup] Dec 13 21:06:27.984 INFO building project "pilot" ok (397 seconds) |
3246 | 2024-12-13T21:06:29.852Z | [ helios-setup] Dec 13 21:06:27.984 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3247 | 2024-12-13T21:06:29.852Z | [ helios-setup] Dec 13 21:06:27.984 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3248 | 2024-12-13T21:06:29.860Z | [ helios-setup] Dec 13 21:06:27.995 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3249 | 2024-12-13T21:06:30.061Z | [ helios-setup] Dec 13 21:06:28.195 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3250 | 2024-12-13T21:06:30.061Z | [ helios-setup] Dec 13 21:06:28.196 INFO E| info: downloading component 'cargo' |
3251 | 2024-12-13T21:06:30.098Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3252 | 2024-12-13T21:06:30.447Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3253 | 2024-12-13T21:06:31.530Z | [ helios-setup] Dec 13 21:06:29.664 INFO E| info: downloading component 'clippy' |
3254 | 2024-12-13T21:06:31.800Z | [ helios-setup] Dec 13 21:06:29.934 INFO E| info: downloading component 'rust-docs' |
3255 | 2024-12-13T21:06:32.030Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3256 | 2024-12-13T21:06:33.090Z | [ helios-setup] Dec 13 21:06:31.225 INFO E| info: downloading component 'rust-src' |
3257 | 2024-12-13T21:06:33.287Z | [ helios-setup] Dec 13 21:06:31.421 INFO E| info: downloading component 'rust-std' |
3258 | 2024-12-13T21:06:35.026Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3259 | 2024-12-13T21:06:35.346Z | [ helios-setup] Dec 13 21:06:33.480 INFO E| info: downloading component 'rustc' |
3260 | 2024-12-13T21:06:41.171Z | [ helios-setup] Dec 13 21:06:39.304 INFO E| info: downloading component 'rustfmt' |
3261 | 2024-12-13T21:06:41.414Z | [ helios-setup] Dec 13 21:06:39.547 INFO E| info: installing component 'cargo' |
3262 | 2024-12-13T21:06:42.676Z | [ helios-setup] Dec 13 21:06:40.809 INFO E| info: installing component 'clippy' |
3263 | 2024-12-13T21:06:43.096Z | [ helios-setup] Dec 13 21:06:41.229 INFO E| info: installing component 'rust-docs' |
3264 | 2024-12-13T21:06:48.846Z | [ helios-setup] Dec 13 21:06:46.978 INFO E| info: installing component 'rust-src' |
3265 | 2024-12-13T21:06:49.429Z | [ helios-setup] Dec 13 21:06:47.561 INFO E| info: installing component 'rust-std' |
3266 | 2024-12-13T21:06:52.017Z | [ helios-setup] Dec 13 21:06:50.145 INFO E| info: installing component 'rustc' |
3267 | 2024-12-13T21:06:55.100Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3268 | 2024-12-13T21:06:58.281Z | [ helios-setup] Dec 13 21:06:56.412 INFO E| info: installing component 'rustfmt' |
3269 | 2024-12-13T21:06:59.054Z | [ helios-setup] Dec 13 21:06:57.186 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3270 | 2024-12-13T21:06:59.945Z | [ helios-setup] Dec 13 21:06:58.076 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3271 | 2024-12-13T21:06:59.945Z | [ helios-setup] Dec 13 21:06:58.076 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
3272 | 2024-12-13T21:06:59.948Z | [ helios-setup] Dec 13 21:06:58.076 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3273 | 2024-12-13T21:06:59.978Z | [ helios-setup] Dec 13 21:06:58.109 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3274 | 2024-12-13T21:06:59.981Z | [ helios-setup] Dec 13 21:06:58.109 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3275 | 2024-12-13T21:06:59.981Z | [ helios-setup] Dec 13 21:06:58.110 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3276 | 2024-12-13T21:06:59.981Z | [ helios-setup] Dec 13 21:06:58.110 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3277 | 2024-12-13T21:06:59.981Z | [ helios-setup] Dec 13 21:06:58.110 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3278 | 2024-12-13T21:06:59.981Z | [ helios-setup] Dec 13 21:06:58.110 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3279 | 2024-12-13T21:06:59.981Z | [ helios-setup] Dec 13 21:06:58.111 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3280 | 2024-12-13T21:06:59.981Z | [ helios-setup] Dec 13 21:06:58.111 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3281 | 2024-12-13T21:06:59.981Z | [ helios-setup] Dec 13 21:06:58.111 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3282 | 2024-12-13T21:06:59.981Z | [ helios-setup] Dec 13 21:06:58.111 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3283 | 2024-12-13T21:06:59.981Z | [ helios-setup] Dec 13 21:06:58.112 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3284 | 2024-12-13T21:07:00.022Z | [ helios-setup] Dec 13 21:06:58.153 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3285 | 2024-12-13T21:07:00.493Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3286 | 2024-12-13T21:07:01.139Z | [ helios-setup] Dec 13 21:06:59.269 INFO E| From https://github.com/oxidecomputer/amd-efs |
3287 | 2024-12-13T21:07:01.139Z | [ helios-setup] Dec 13 21:06:59.269 INFO E| * [new branch] empty -> origin/empty |
3288 | 2024-12-13T21:07:01.139Z | [ helios-setup] Dec 13 21:06:59.269 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3289 | 2024-12-13T21:07:01.142Z | [ helios-setup] Dec 13 21:06:59.269 INFO E| * [new branch] main -> origin/main |
3290 | 2024-12-13T21:07:01.142Z | [ helios-setup] Dec 13 21:06:59.270 INFO E| * [new branch] review -> origin/review |
3291 | 2024-12-13T21:07:01.142Z | [ helios-setup] Dec 13 21:06:59.270 INFO E| * [new ref] -> origin/HEAD |
3292 | 2024-12-13T21:07:01.142Z | [ helios-setup] Dec 13 21:06:59.270 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3293 | 2024-12-13T21:07:01.142Z | [ helios-setup] Dec 13 21:06:59.270 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3294 | 2024-12-13T21:07:01.142Z | [ helios-setup] Dec 13 21:06:59.270 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3295 | 2024-12-13T21:07:01.142Z | [ helios-setup] Dec 13 21:06:59.270 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3296 | 2024-12-13T21:07:01.142Z | [ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3297 | 2024-12-13T21:07:01.142Z | [ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3298 | 2024-12-13T21:07:01.142Z | [ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3299 | 2024-12-13T21:07:01.142Z | [ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3300 | 2024-12-13T21:07:01.142Z | [ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3301 | 2024-12-13T21:07:01.143Z | [ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3302 | 2024-12-13T21:07:01.143Z | [ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3303 | 2024-12-13T21:07:01.143Z | [ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3304 | 2024-12-13T21:07:01.143Z | [ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3305 | 2024-12-13T21:07:01.143Z | [ helios-setup] Dec 13 21:06:59.272 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3306 | 2024-12-13T21:07:01.166Z | [ helios-setup] Dec 13 21:06:59.297 INFO E| Updating crates.io index |
3307 | 2024-12-13T21:07:01.355Z | [ helios-setup] Dec 13 21:06:59.485 INFO E| Downloading crates ... |
3308 | 2024-12-13T21:07:01.528Z | [ helios-setup] Dec 13 21:06:59.659 INFO E| Downloaded pest_generator v2.7.13 |
3309 | 2024-12-13T21:07:01.531Z | [ helios-setup] Dec 13 21:06:59.661 INFO E| Downloaded cfg-if v0.1.10 |
3310 | 2024-12-13T21:07:01.534Z | [ helios-setup] Dec 13 21:06:59.665 INFO E| Downloaded parse_int v0.6.0 |
3311 | 2024-12-13T21:07:01.537Z | [ helios-setup] Dec 13 21:06:59.666 INFO E| Downloaded bytesize v1.3.0 |
3312 | 2024-12-13T21:07:01.537Z | [ helios-setup] Dec 13 21:06:59.668 INFO E| Downloaded strum v0.23.0 |
3313 | 2024-12-13T21:07:01.540Z | [ helios-setup] Dec 13 21:06:59.669 INFO E| Downloaded memoffset v0.5.6 |
3314 | 2024-12-13T21:07:01.540Z | [ helios-setup] Dec 13 21:06:59.670 INFO E| Downloaded ansi_term v0.12.1 |
3315 | 2024-12-13T21:07:01.542Z | [ helios-setup] Dec 13 21:06:59.673 INFO E| Downloaded unic-ucd-version v0.9.0 |
3316 | 2024-12-13T21:07:01.544Z | [ helios-setup] Dec 13 21:06:59.675 INFO E| Downloaded unic-common v0.9.0 |
3317 | 2024-12-13T21:07:01.552Z | [ helios-setup] Dec 13 21:06:59.676 INFO E| Downloaded unic-char-property v0.9.0 |
3318 | 2024-12-13T21:07:01.552Z | [ helios-setup] Dec 13 21:06:59.677 INFO E| Downloaded unic-char-range v0.9.0 |
3319 | 2024-12-13T21:07:01.555Z | [ helios-setup] Dec 13 21:06:59.679 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3320 | 2024-12-13T21:07:01.555Z | [ helios-setup] Dec 13 21:06:59.681 INFO E| Downloaded four-cc v0.3.0 |
3321 | 2024-12-13T21:07:01.555Z | [ helios-setup] Dec 13 21:06:59.683 INFO E| Downloaded thiserror v1.0.64 |
3322 | 2024-12-13T21:07:01.559Z | [ helios-setup] Dec 13 21:06:59.690 INFO E| Downloaded vec_map v0.8.2 |
3323 | 2024-12-13T21:07:01.562Z | [ helios-setup] Dec 13 21:06:59.692 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3324 | 2024-12-13T21:07:01.564Z | [ helios-setup] Dec 13 21:06:59.694 INFO E| Downloaded strum_macros v0.23.1 |
3325 | 2024-12-13T21:07:01.566Z | [ helios-setup] Dec 13 21:06:59.696 INFO E| Downloaded structopt-derive v0.4.18 |
3326 | 2024-12-13T21:07:01.568Z | [ helios-setup] Dec 13 21:06:59.698 INFO E| Downloaded semver-parser v0.7.0 |
3327 | 2024-12-13T21:07:01.571Z | [ helios-setup] Dec 13 21:06:59.700 INFO E| Downloaded rustc_version v0.2.3 |
3328 | 2024-12-13T21:07:01.571Z | [ helios-setup] Dec 13 21:06:59.701 INFO E| Downloaded textwrap v0.11.0 |
3329 | 2024-12-13T21:07:01.573Z | [ helios-setup] Dec 13 21:06:59.703 INFO E| Downloaded once_cell v1.20.1 |
3330 | 2024-12-13T21:07:01.577Z | [ helios-setup] Dec 13 21:06:59.707 INFO E| Downloaded proc-macro-crate v0.1.5 |
3331 | 2024-12-13T21:07:01.579Z | [ helios-setup] Dec 13 21:06:59.708 INFO E| Downloaded scroll v0.10.2 |
3332 | 2024-12-13T21:07:01.582Z | [ helios-setup] Dec 13 21:06:59.711 INFO E| Downloaded modular-bitfield v0.11.2 |
3333 | 2024-12-13T21:07:01.597Z | [ helios-setup] Dec 13 21:06:59.729 INFO E| Downloaded structopt v0.3.26 |
3334 | 2024-12-13T21:07:01.610Z | [ helios-setup] Dec 13 21:06:59.740 INFO E| Downloaded serde v1.0.210 |
3335 | 2024-12-13T21:07:01.615Z | [ helios-setup] Dec 13 21:06:59.746 INFO E| Downloaded serde_derive v1.0.210 |
3336 | 2024-12-13T21:07:01.619Z | [ helios-setup] Dec 13 21:06:59.750 INFO E| Downloaded pest v2.7.13 |
3337 | 2024-12-13T21:07:01.627Z | [ helios-setup] Dec 13 21:06:59.758 INFO E| Downloaded serde_json v1.0.128 |
3338 | 2024-12-13T21:07:01.642Z | [ helios-setup] Dec 13 21:06:59.773 INFO E| Downloaded syn v2.0.79 |
3339 | 2024-12-13T21:07:01.660Z | [ helios-setup] Dec 13 21:06:59.791 INFO E| Downloaded goblin v0.4.3 |
3340 | 2024-12-13T21:07:01.668Z | [ helios-setup] Dec 13 21:06:59.799 INFO E| Downloaded clap v2.34.0 |
3341 | 2024-12-13T21:07:01.678Z | [ helios-setup] Dec 13 21:06:59.809 INFO E| Downloaded libc v0.2.159 |
3342 | 2024-12-13T21:07:01.720Z | [ helios-setup] Dec 13 21:06:59.851 INFO E| Downloaded pest_meta v2.7.13 |
3343 | 2024-12-13T21:07:01.722Z | [ helios-setup] Dec 13 21:06:59.854 INFO E| Downloaded pest_derive v2.7.13 |
3344 | 2024-12-13T21:07:01.725Z | [ helios-setup] Dec 13 21:06:59.857 INFO E| Downloaded pre-proc-macro v0.2.1 |
3345 | 2024-12-13T21:07:01.728Z | [ helios-setup] Dec 13 21:06:59.859 INFO E| Downloaded pre v0.2.1 |
3346 | 2024-12-13T21:07:01.730Z | [ helios-setup] Dec 13 21:06:59.861 INFO E| Downloaded thiserror-impl v1.0.64 |
3347 | 2024-12-13T21:07:01.733Z | [ helios-setup] Dec 13 21:06:59.862 INFO E| Downloaded strsim v0.8.0 |
3348 | 2024-12-13T21:07:01.737Z | [ helios-setup] Dec 13 21:06:59.864 INFO E| Downloaded semver v0.9.0 |
3349 | 2024-12-13T21:07:01.737Z | [ helios-setup] Dec 13 21:06:59.866 INFO E| Downloaded fletcher v0.1.0 |
3350 | 2024-12-13T21:07:01.739Z | [ helios-setup] Dec 13 21:06:59.867 INFO E| Downloaded scroll_derive v0.10.5 |
3351 | 2024-12-13T21:07:01.841Z | [ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling proc-macro2 v1.0.86 |
3352 | 2024-12-13T21:07:01.841Z | [ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling unicode-ident v1.0.13 |
3353 | 2024-12-13T21:07:01.841Z | [ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling syn v1.0.109 |
3354 | 2024-12-13T21:07:01.849Z | [ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling version_check v0.9.5 |
3355 | 2024-12-13T21:07:01.849Z | [ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling memchr v2.7.4 |
3356 | 2024-12-13T21:07:01.849Z | [ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling semver-parser v0.7.0 |
3357 | 2024-12-13T21:07:01.849Z | [ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling thiserror v1.0.64 |
3358 | 2024-12-13T21:07:01.849Z | [ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling autocfg v1.4.0 |
3359 | 2024-12-13T21:07:02.410Z | [ helios-setup] Dec 13 21:07:00.541 INFO E| Compiling serde v1.0.210 |
3360 | 2024-12-13T21:07:03.233Z | [ helios-setup] Dec 13 21:07:01.364 INFO E| Compiling semver v0.9.0 |
3361 | 2024-12-13T21:07:03.312Z | [ helios-setup] Dec 13 21:07:01.443 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3362 | 2024-12-13T21:07:03.441Z | [ helios-setup] Dec 13 21:07:01.571 INFO E| Compiling proc-macro-error v1.0.4 |
3363 | 2024-12-13T21:07:03.959Z | [ helios-setup] Dec 13 21:07:02.089 INFO E| Compiling rustc_version v0.2.3 |
3364 | 2024-12-13T21:07:03.989Z | [ helios-setup] Dec 13 21:07:02.120 INFO E| Compiling serde_json v1.0.128 |
3365 | 2024-12-13T21:07:04.180Z | [ helios-setup] Dec 13 21:07:02.309 INFO E| Compiling num-traits v0.2.19 |
3366 | 2024-12-13T21:07:04.317Z | [ helios-setup] Dec 13 21:07:02.447 INFO E| Compiling ryu v1.0.18 |
3367 | 2024-12-13T21:07:04.349Z | [ helios-setup] Dec 13 21:07:02.480 INFO E| Compiling itoa v1.0.11 |
3368 | 2024-12-13T21:07:04.657Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3369 | 2024-12-13T21:07:04.774Z | [ helios-setup] Dec 13 21:07:02.905 INFO E| Compiling schemars v0.8.21 |
3370 | 2024-12-13T21:07:04.891Z | [ helios-setup] Dec 13 21:07:03.022 INFO E| Compiling unicode-segmentation v1.12.0 |
3371 | 2024-12-13T21:07:05.108Z | [ helios-setup] Dec 13 21:07:03.238 INFO E| Compiling memoffset v0.5.6 |
3372 | 2024-12-13T21:07:05.172Z | [ helios-setup] Dec 13 21:07:03.303 INFO E| Compiling pre-proc-macro v0.2.1 |
3373 | 2024-12-13T21:07:05.228Z | [ helios-setup] Dec 13 21:07:03.359 INFO E| Compiling libc v0.2.159 |
3374 | 2024-12-13T21:07:05.544Z | [ helios-setup] Dec 13 21:07:03.674 INFO E| Compiling lazy_static v1.5.0 |
3375 | 2024-12-13T21:07:05.731Z | [ helios-setup] Dec 13 21:07:03.862 INFO E| Compiling quote v1.0.37 |
3376 | 2024-12-13T21:07:05.907Z | [ helios-setup] Dec 13 21:07:04.038 INFO E| Compiling rustversion v1.0.17 |
3377 | 2024-12-13T21:07:05.910Z | [ helios-setup] Dec 13 21:07:04.039 INFO E| Compiling dyn-clone v1.0.17 |
3378 | 2024-12-13T21:07:06.021Z | [ helios-setup] Dec 13 21:07:04.152 INFO E| Compiling paste v1.0.15 |
3379 | 2024-12-13T21:07:06.218Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3380 | 2024-12-13T21:07:06.346Z | [ helios-setup] Dec 13 21:07:04.472 INFO E| Compiling heck v0.3.3 |
3381 | 2024-12-13T21:07:06.570Z | [ helios-setup] Dec 13 21:07:04.700 INFO E| Compiling syn v2.0.79 |
3382 | 2024-12-13T21:07:06.953Z | [ helios-setup] Dec 13 21:07:05.084 INFO E| Compiling ucd-trie v0.1.7 |
3383 | 2024-12-13T21:07:07.309Z | [ helios-setup] Dec 13 21:07:05.439 INFO E| Compiling pre v0.2.1 |
3384 | 2024-12-13T21:07:07.545Z | [ helios-setup] Dec 13 21:07:05.676 INFO E| Compiling static_assertions v1.1.0 |
3385 | 2024-12-13T21:07:07.639Z | [ helios-setup] Dec 13 21:07:05.769 INFO E| Compiling once_cell v1.20.1 |
3386 | 2024-12-13T21:07:08.129Z | [ helios-setup] Dec 13 21:07:06.259 INFO E| Compiling cfg-if v0.1.10 |
3387 | 2024-12-13T21:07:08.433Z | [ helios-setup] Dec 13 21:07:06.564 INFO E| Compiling byteorder v1.5.0 |
3388 | 2024-12-13T21:07:09.173Z | [ helios-setup] Dec 13 21:07:07.303 INFO E| Compiling unicode-width v0.1.14 |
3389 | 2024-12-13T21:07:10.165Z | [ helios-setup] Dec 13 21:07:08.295 INFO E| Compiling textwrap v0.11.0 |
3390 | 2024-12-13T21:07:10.554Z | [ helios-setup] Dec 13 21:07:08.684 INFO E| Compiling atty v0.2.14 |
3391 | 2024-12-13T21:07:10.937Z | [ helios-setup] Dec 13 21:07:09.067 INFO E| Compiling strum v0.23.0 |
3392 | 2024-12-13T21:07:11.036Z | [ helios-setup] Dec 13 21:07:09.166 INFO E| Compiling fletcher v0.1.0 |
3393 | 2024-12-13T21:07:11.088Z | [ helios-setup] Dec 13 21:07:09.218 INFO E| Compiling ansi_term v0.12.1 |
3394 | 2024-12-13T21:07:11.418Z | [ helios-setup] Dec 13 21:07:09.547 INFO E| Compiling parse_int v0.6.0 |
3395 | 2024-12-13T21:07:11.450Z | [ helios-setup] Dec 13 21:07:09.578 INFO E| Compiling unic-common v0.9.0 |
3396 | 2024-12-13T21:07:11.572Z | [ helios-setup] Dec 13 21:07:09.702 INFO E| Compiling bitflags v1.3.2 |
3397 | 2024-12-13T21:07:11.782Z | [ helios-setup] Dec 13 21:07:09.912 INFO E| Compiling unic-char-range v0.9.0 |
3398 | 2024-12-13T21:07:11.803Z | [ helios-setup] Dec 13 21:07:09.933 INFO E| Compiling vec_map v0.8.2 |
3399 | 2024-12-13T21:07:11.839Z | [ helios-setup] Dec 13 21:07:09.969 INFO E| Compiling strsim v0.8.0 |
3400 | 2024-12-13T21:07:11.839Z | [ helios-setup] Dec 13 21:07:09.969 INFO E| Compiling unic-ucd-version v0.9.0 |
3401 | 2024-12-13T21:07:11.979Z | [ helios-setup] Dec 13 21:07:10.108 INFO E| Compiling unic-char-property v0.9.0 |
3402 | 2024-12-13T21:07:12.144Z | [ helios-setup] Dec 13 21:07:10.274 INFO E| Compiling log v0.4.22 |
3403 | 2024-12-13T21:07:12.315Z | [ helios-setup] Dec 13 21:07:10.445 INFO E| Compiling plain v0.2.3 |
3404 | 2024-12-13T21:07:12.370Z | [ helios-setup] Dec 13 21:07:10.500 INFO E| Compiling unic-ucd-ident v0.9.0 |
3405 | 2024-12-13T21:07:12.730Z | [ helios-setup] Dec 13 21:07:10.860 INFO E| Compiling clap v2.34.0 |
3406 | 2024-12-13T21:07:12.820Z | [ helios-setup] Dec 13 21:07:10.950 INFO E| Compiling bytesize v1.3.0 |
3407 | 2024-12-13T21:07:15.430Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3408 | 2024-12-13T21:07:15.587Z | [ helios-setup] Dec 13 21:07:13.716 INFO E| Compiling serde_derive_internals v0.29.1 |
3409 | 2024-12-13T21:07:16.054Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3410 | 2024-12-13T21:07:16.969Z | [ helios-setup] Dec 13 21:07:15.098 INFO E| Compiling toml v0.5.11 |
3411 | 2024-12-13T21:07:20.489Z | [ helios-setup] Dec 13 21:07:18.617 INFO E| Compiling proc-macro-crate v0.1.5 |
3412 | 2024-12-13T21:07:20.983Z | [ helios-setup] Dec 13 21:07:19.111 INFO E| Compiling thiserror-impl v1.0.64 |
3413 | 2024-12-13T21:07:21.296Z | [ helios-setup] Dec 13 21:07:19.425 INFO E| Compiling serde_derive v1.0.210 |
3414 | 2024-12-13T21:07:21.532Z | [ helios-setup] Dec 13 21:07:19.661 INFO E| Compiling schemars_derive v0.8.21 |
3415 | 2024-12-13T21:07:21.873Z | [ helios-setup] Dec 13 21:07:20.001 INFO E| Compiling zerocopy-derive v0.6.6 |
3416 | 2024-12-13T21:07:22.910Z | [ helios-setup] Dec 13 21:07:21.038 INFO E| Compiling num-derive v0.4.2 |
3417 | 2024-12-13T21:07:23.827Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3418 | 2024-12-13T21:07:25.604Z | [ helios-setup] Dec 13 21:07:23.732 INFO E| Compiling zerocopy v0.6.6 |
3419 | 2024-12-13T21:07:26.872Z | [ helios-setup] Dec 13 21:07:25.000 INFO E| Compiling pest v2.7.13 |
3420 | 2024-12-13T21:07:27.692Z | [ host-package] Compiling fatfs v0.3.6 |
3421 | 2024-12-13T21:07:28.407Z | [ helios-setup] Dec 13 21:07:26.535 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3422 | 2024-12-13T21:07:29.736Z | [ helios-setup] Dec 13 21:07:27.860 INFO E| Compiling strum_macros v0.23.1 |
3423 | 2024-12-13T21:07:29.775Z | [ helios-setup] Dec 13 21:07:27.898 INFO E| Compiling scroll_derive v0.10.5 |
3424 | 2024-12-13T21:07:30.279Z | [ helios-setup] Dec 13 21:07:28.406 INFO E| Compiling structopt-derive v0.4.18 |
3425 | 2024-12-13T21:07:32.547Z | [ host-package] Compiling subprocess v0.2.9 |
3426 | 2024-12-13T21:07:32.817Z | [ helios-setup] Dec 13 21:07:30.945 INFO E| Compiling pest_meta v2.7.13 |
3427 | 2024-12-13T21:07:33.234Z | [ helios-setup] Dec 13 21:07:31.362 INFO E| Compiling scroll v0.10.2 |
3428 | 2024-12-13T21:07:34.137Z | [ host-package] Compiling rtoolbox v0.0.2 |
3429 | 2024-12-13T21:07:34.231Z | [ helios-setup] Dec 13 21:07:32.353 INFO E| Compiling modular-bitfield v0.11.2 |
3430 | 2024-12-13T21:07:34.499Z | [ helios-setup] Dec 13 21:07:32.616 INFO E| Compiling goblin v0.4.3 |
3431 | 2024-12-13T21:07:35.126Z | [ host-package] Compiling assert_matches v1.5.0 |
3432 | 2024-12-13T21:07:35.617Z | [ helios-setup] Dec 13 21:07:33.744 INFO E| Compiling pest_generator v2.7.13 |
3433 | 2024-12-13T21:07:36.367Z | [ helios-setup] Dec 13 21:07:34.494 INFO E| Compiling structopt v0.3.26 |
3434 | 2024-12-13T21:07:39.794Z | [ host-package] Compiling rpassword v7.3.1 |
3435 | 2024-12-13T21:07:40.156Z | [ helios-setup] Dec 13 21:07:38.282 INFO E| Compiling pest_derive v2.7.13 |
3436 | 2024-12-13T21:07:40.349Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3437 | 2024-12-13T21:07:40.675Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3438 | 2024-12-13T21:07:41.531Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3439 | 2024-12-13T21:07:44.358Z | [ helios-setup] Dec 13 21:07:42.484 INFO E| Compiling json5 v0.4.1 |
3440 | 2024-12-13T21:07:49.990Z | [ helios-setup] Dec 13 21:07:48.116 INFO E| Compiling four-cc v0.3.0 |
3441 | 2024-12-13T21:07:49.990Z | [ helios-setup] Dec 13 21:07:48.116 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3442 | 2024-12-13T21:07:50.294Z | [ helios-setup] Dec 13 21:07:48.419 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
3443 | 2024-12-13T21:07:50.539Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3444 | 2024-12-13T21:07:51.060Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3445 | 2024-12-13T21:07:51.114Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3446 | 2024-12-13T21:07:53.754Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3447 | 2024-12-13T21:07:54.345Z | [ host-package] Compiling uzers v0.12.1 |
3448 | 2024-12-13T21:07:58.624Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3449 | 2024-12-13T21:08:07.976Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3450 | 2024-12-13T21:08:10.424Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3451 | 2024-12-13T21:08:17.406Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3452 | 2024-12-13T21:08:33.855Z | [ helios-setup] Dec 13 21:08:31.975 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3453 | 2024-12-13T21:08:36.791Z | [ host-package] Compiling multimap v0.10.0 |
3454 | 2024-12-13T21:08:51.581Z | [ helios-setup] Dec 13 21:08:49.700 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3455 | 2024-12-13T21:09:48.168Z | [ helios-setup] Dec 13 21:09:46.280 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 49s |
3456 | 2024-12-13T21:09:48.205Z | [ helios-setup] Dec 13 21:09:46.317 INFO building project "amd-host-image-builder" ok (198 seconds) |
3457 | 2024-12-13T21:09:48.209Z | [ helios-setup] rm -f helios-build |
3458 | 2024-12-13T21:09:48.211Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3459 | 2024-12-13T21:09:48.213Z | [ helios-setup] |
3460 | 2024-12-13T21:09:48.216Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3461 | 2024-12-13T21:09:48.216Z | [ helios-setup] |
3462 | 2024-12-13T21:09:48.219Z | [ helios-setup] |
3463 | 2024-12-13T21:09:48.219Z | [ helios-setup] real 12:05.933258272 |
3464 | 2024-12-13T21:09:48.219Z | [ helios-setup] user 28:41.754104034 |
3465 | 2024-12-13T21:09:48.219Z | [ helios-setup] sys 3:30.864864827 |
3466 | 2024-12-13T21:09:48.219Z | [ helios-setup] trap 1.719061571 |
3467 | 2024-12-13T21:09:48.219Z | [ helios-setup] tflt 6.774574518 |
3468 | 2024-12-13T21:09:48.219Z | [ helios-setup] dflt 33.734696884 |
3469 | 2024-12-13T21:09:48.219Z | [ helios-setup] kflt 0.052642549 |
3470 | 2024-12-13T21:09:48.219Z | [ helios-setup] lock 2:13:34.639314762 |
3471 | 2024-12-13T21:09:48.219Z | [ helios-setup] slp 3:44:08.628607337 |
3472 | 2024-12-13T21:09:48.219Z | [ helios-setup] lat 32:47.859375525 |
3473 | 2024-12-13T21:09:48.219Z | [ helios-setup] stop 4:02.819850291 |
3474 | 2024-12-13T21:09:48.219Z | Dec 13 21:09:46.331 INFO [helios-setup] process exited with exit status: 0 (725.939010054s) |
3475 | 2024-12-13T21:09:48.219Z | Dec 13 21:09:46.331 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3476 | 2024-12-13T21:09:48.248Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3477 | 2024-12-13T21:09:48.562Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3478 | 2024-12-13T21:09:48.565Z | [ phbl-toolchain] info: downloading component 'cargo' |
3479 | 2024-12-13T21:09:50.193Z | [ phbl-toolchain] info: downloading component 'clippy' |
3480 | 2024-12-13T21:09:50.596Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3481 | 2024-12-13T21:09:55.766Z | [ phbl-toolchain] info: downloading component 'miri' |
3482 | 2024-12-13T21:09:55.980Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3483 | 2024-12-13T21:09:57.448Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3484 | 2024-12-13T21:09:57.706Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3485 | 2024-12-13T21:10:00.080Z | [ phbl-toolchain] info: downloading component 'rustc' |
3486 | 2024-12-13T21:10:09.010Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3487 | 2024-12-13T21:10:09.326Z | [ phbl-toolchain] info: installing component 'cargo' |
3488 | 2024-12-13T21:10:10.617Z | [ phbl-toolchain] info: installing component 'clippy' |
3489 | 2024-12-13T21:10:11.134Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3490 | 2024-12-13T21:10:16.875Z | [ phbl-toolchain] info: installing component 'miri' |
3491 | 2024-12-13T21:10:17.335Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3492 | 2024-12-13T21:10:23.214Z | [ phbl-toolchain] info: installing component 'rust-src' |
3493 | 2024-12-13T21:10:24.039Z | [ phbl-toolchain] info: installing component 'rust-std' |
3494 | 2024-12-13T21:10:26.530Z | [ phbl-toolchain] info: installing component 'rustc' |
3495 | 2024-12-13T21:10:35.611Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3496 | 2024-12-13T21:10:36.401Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3497 | 2024-12-13T21:10:36.404Z | Dec 13 21:10:34.511 INFO [phbl-toolchain] process exited with exit status: 0 (48.180180812s) |
3498 | 2024-12-13T21:11:17.540Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3499 | 2024-12-13T21:11:19.013Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3500 | 2024-12-13T21:18:05.043Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 32s |
3501 | 2024-12-13T21:19:11.358Z | Dec 13 21:19:09.407 INFO [host-package] process exited with exit status: 0 (1238.859568479s) |
3502 | 2024-12-13T21:19:11.358Z | Dec 13 21:19:09.407 INFO [host-stamp] running task |
3503 | 2024-12-13T21:19:11.364Z | Dec 13 21:19:09.407 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3504 | 2024-12-13T21:19:11.368Z | Dec 13 21:19:09.417 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+gitb6506393d43 |
3505 | 2024-12-13T21:19:11.376Z | Dec 13 21:19:09.425 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+gitb6506393d43 |
3506 | 2024-12-13T21:19:11.382Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3507 | 2024-12-13T21:19:11.385Z | Dec 13 21:19:09.433 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+gitb6506393d43 |
3508 | 2024-12-13T21:19:11.390Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3509 | 2024-12-13T21:19:11.393Z | Dec 13 21:19:09.441 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+gitb6506393d43 |
3510 | 2024-12-13T21:19:11.401Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3511 | 2024-12-13T21:19:11.405Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3512 | 2024-12-13T21:19:11.407Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-13T21:19:11.407Z | Dec 13 21:19:09.455 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+gitb6506393d43 |
3514 | 2024-12-13T21:19:11.417Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3515 | 2024-12-13T21:19:11.417Z | Dec 13 21:19:09.465 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+gitb6506393d43 |
3516 | 2024-12-13T21:19:11.428Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3517 | 2024-12-13T21:19:11.431Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3518 | 2024-12-13T21:19:11.431Z | Dec 13 21:19:09.479 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+gitb6506393d43 |
3519 | 2024-12-13T21:19:11.445Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3520 | 2024-12-13T21:19:11.445Z | Dec 13 21:19:09.493 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+gitb6506393d43 |
3521 | 2024-12-13T21:19:11.466Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3522 | 2024-12-13T21:19:11.466Z | Dec 13 21:19:09.510 INFO [stamp-oxlog] process exited with exit status: 0 (85.787733ms) |
3523 | 2024-12-13T21:19:11.466Z | Dec 13 21:19:09.511 INFO [stamp-overlay] process exited with exit status: 0 (56.073604ms) |
3524 | 2024-12-13T21:19:11.475Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3525 | 2024-12-13T21:19:11.478Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3526 | 2024-12-13T21:19:11.481Z | Dec 13 21:19:09.529 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (36.100465ms) |
3527 | 2024-12-13T21:19:11.532Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3528 | 2024-12-13T21:19:11.536Z | Dec 13 21:19:09.584 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (118.259739ms) |
3529 | 2024-12-13T21:19:11.680Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3530 | 2024-12-13T21:19:11.686Z | Dec 13 21:19:09.732 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (252.775803ms) |
3531 | 2024-12-13T21:19:11.772Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3532 | 2024-12-13T21:19:11.775Z | Dec 13 21:19:09.823 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (381.673662ms) |
3533 | 2024-12-13T21:19:12.488Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3534 | 2024-12-13T21:19:12.586Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3535 | 2024-12-13T21:19:12.589Z | Dec 13 21:19:10.637 INFO [stamp-propolis-server] process exited with exit status: 0 (1.203773296s) |
3536 | 2024-12-13T21:19:14.798Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3537 | 2024-12-13T21:19:22.061Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3538 | 2024-12-13T21:19:22.064Z | Dec 13 21:19:20.110 INFO [stamp-switch-asic] process exited with exit status: 0 (10.692834938s) |
3539 | 2024-12-13T21:19:22.064Z | Dec 13 21:19:20.110 INFO [host-stamp] task succeeded (10.703202543s) |
3540 | 2024-12-13T21:19:22.064Z | Dec 13 21:19:20.110 INFO [host-proto] running task |
3541 | 2024-12-13T21:19:22.475Z | Dec 13 21:19:20.521 INFO [host-proto] task succeeded (411.031803ms) |
3542 | 2024-12-13T21:19:22.475Z | Dec 13 21:19:20.521 INFO [host-profile] running task |
3543 | 2024-12-13T21:19:22.477Z | Dec 13 21:19:20.522 INFO [host-profile] task succeeded (397.515µs) |
3544 | 2024-12-13T21:19:22.478Z | Dec 13 21:19:20.522 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/.tmpFbsOmv/proto/host/root -N 'ci b650639/${os_short_commit} 2024-12-13 20:57' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3545 | 2024-12-13T21:19:22.493Z | [ host-image] Dec 13 21:19:20.540 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3546 | 2024-12-13T21:19:22.493Z | [ host-image] Dec 13 21:19:20.540 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3547 | 2024-12-13T21:19:22.507Z | [ host-image] Dec 13 21:19:20.554 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpFbsOmv/proto/host/root" |
3548 | 2024-12-13T21:19:22.507Z | [ host-image] Dec 13 21:19:20.554 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3549 | 2024-12-13T21:19:22.510Z | [ host-image] Dec 13 21:19:20.555 INFO image builder template: ramdisk-01-os... |
3550 | 2024-12-13T21:19:22.510Z | [ host-image] Dec 13 21:19:20.555 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/.tmpFbsOmv/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 |
3551 | 2024-12-13T21:19:22.527Z | [ host-image] Dec 13 21:19:20.574 INFO O| Dec 13 21:19:20.574 INFO CREATE DATASET: rpool/images/build/host/output |
3552 | 2024-12-13T21:19:22.826Z | [ host-image] Dec 13 21:19:20.873 INFO O| Dec 13 21:19:20.872 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3553 | 2024-12-13T21:19:22.832Z | [ host-image] Dec 13 21:19:20.879 INFO O| Dec 13 21:19:20.879 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3554 | 2024-12-13T21:19:23.078Z | [ host-image] Dec 13 21:19:21.120 INFO O| Dec 13 21:19:21.120 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3555 | 2024-12-13T21:19:23.151Z | [ host-image] Dec 13 21:19:21.198 INFO O| Dec 13 21:19:21.198 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3556 | 2024-12-13T21:19:23.151Z | [ host-image] Dec 13 21:19:21.198 INFO O| Dec 13 21:19:21.198 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3557 | 2024-12-13T21:19:23.153Z | [ host-image] Dec 13 21:19:21.198 INFO O| Dec 13 21:19:21.198 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3558 | 2024-12-13T21:19:23.153Z | [ host-image] Dec 13 21:19:21.198 INFO O| Dec 13 21:19:21.198 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3559 | 2024-12-13T21:19:23.160Z | [ host-image] Dec 13 21:19:21.207 INFO O| Dec 13 21:19:21.207 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3560 | 2024-12-13T21:19:23.396Z | [ host-image] Dec 13 21:19:21.442 INFO O| Dec 13 21:19:21.442 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3561 | 2024-12-13T21:19:23.406Z | [ host-image] Dec 13 21:19:21.453 INFO O| Dec 13 21:19:21.453 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3562 | 2024-12-13T21:19:23.926Z | [ host-image] Dec 13 21:19:21.973 INFO O| Dec 13 21:19:21.973 INFO O| Caching catalogs ... Done |
3563 | 2024-12-13T21:19:24.040Z | [ host-image] Dec 13 21:19:22.086 INFO O| Dec 13 21:19:22.086 INFO STEP 0 (pkg_image_create) COMPLETE |
3564 | 2024-12-13T21:19:24.040Z | [ host-image] Dec 13 21:19:22.086 INFO O| Dec 13 21:19:22.086 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3565 | 2024-12-13T21:19:24.043Z | [ host-image] Dec 13 21:19:22.086 INFO O| Dec 13 21:19:22.086 INFO skip step because feature "repo_redist" is not enabled |
3566 | 2024-12-13T21:19:24.043Z | [ host-image] Dec 13 21:19:22.086 INFO O| Dec 13 21:19:22.086 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3567 | 2024-12-13T21:19:24.061Z | [ host-image] Dec 13 21:19:22.107 INFO O| Dec 13 21:19:22.107 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"] |
3568 | 2024-12-13T21:19:24.622Z | [ host-image] Dec 13 21:19:22.669 INFO O| Dec 13 21:19:22.669 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3569 | 2024-12-13T21:19:24.622Z | [ host-image] Dec 13 21:19:22.669 INFO O| Dec 13 21:19:22.669 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3570 | 2024-12-13T21:19:24.638Z | [ host-image] Dec 13 21:19:22.684 INFO O| Dec 13 21:19:22.684 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"] |
3571 | 2024-12-13T21:19:25.170Z | [ host-image] Dec 13 21:19:23.210 INFO O| Dec 13 21:19:23.210 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3572 | 2024-12-13T21:19:25.171Z | [ host-image] Dec 13 21:19:23.210 INFO O| Dec 13 21:19:23.210 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3573 | 2024-12-13T21:19:25.174Z | [ host-image] Dec 13 21:19:23.210 INFO O| Dec 13 21:19:23.210 INFO skip step because feature "repo_redist" is not enabled |
3574 | 2024-12-13T21:19:25.174Z | [ host-image] Dec 13 21:19:23.210 INFO O| Dec 13 21:19:23.210 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3575 | 2024-12-13T21:19:25.756Z | [ host-image] Dec 13 21:19:23.797 INFO O| Dec 13 21:19:23.797 INFO variant opensolaris.zone is already global |
3576 | 2024-12-13T21:19:25.756Z | [ host-image] Dec 13 21:19:23.797 INFO O| Dec 13 21:19:23.797 INFO STEP 5 (pkg_change_variant) COMPLETE |
3577 | 2024-12-13T21:19:25.761Z | [ host-image] Dec 13 21:19:23.797 INFO O| Dec 13 21:19:23.797 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3578 | 2024-12-13T21:19:26.299Z | [ host-image] Dec 13 21:19:24.343 INFO O| Dec 13 21:19:24.343 INFO variant opensolaris.imagetype is full; changing to partial |
3579 | 2024-12-13T21:19:26.299Z | [ host-image] Dec 13 21:19:24.343 INFO O| Dec 13 21:19:24.343 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3580 | 2024-12-13T21:19:34.032Z | [ host-image] Dec 13 21:19:32.077 INFO O| Dec 13 21:19:32.077 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3581 | 2024-12-13T21:19:34.073Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.47s |
3582 | 2024-12-13T21:19:35.400Z | Dec 13 21:19:33.446 INFO [recovery-package] process exited with exit status: 0 (24.038502419s) |
3583 | 2024-12-13T21:19:35.400Z | Dec 13 21:19:33.446 INFO [recovery-stamp] running task |
3584 | 2024-12-13T21:19:35.402Z | Dec 13 21:19:33.446 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3585 | 2024-12-13T21:19:35.402Z | Dec 13 21:19:33.446 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+gitb6506393d43 |
3586 | 2024-12-13T21:19:35.425Z | Dec 13 21:19:33.469 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitb6506393d43 |
3587 | 2024-12-13T21:19:35.436Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3588 | 2024-12-13T21:19:35.449Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3589 | 2024-12-13T21:19:35.552Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3590 | 2024-12-13T21:19:35.558Z | Dec 13 21:19:33.600 INFO [stamp-installinator] process exited with exit status: 0 (130.443544ms) |
3591 | 2024-12-13T21:19:35.561Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3592 | 2024-12-13T21:19:35.561Z | Dec 13 21:19:33.605 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (158.800372ms) |
3593 | 2024-12-13T21:19:35.561Z | Dec 13 21:19:33.605 INFO [recovery-stamp] task succeeded (159.303518ms) |
3594 | 2024-12-13T21:19:35.561Z | Dec 13 21:19:33.605 INFO [recovery-proto] running task |
3595 | 2024-12-13T21:19:35.561Z | Dec 13 21:19:33.605 INFO [tuf-stamp] running task |
3596 | 2024-12-13T21:19:35.561Z | Dec 13 21:19:33.606 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+gitb6506393d43 |
3597 | 2024-12-13T21:19:35.578Z | Dec 13 21:19:33.623 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+gitb6506393d43 |
3598 | 2024-12-13T21:19:35.592Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3599 | 2024-12-13T21:19:35.596Z | Dec 13 21:19:33.638 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+gitb6506393d43 |
3600 | 2024-12-13T21:19:35.609Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3601 | 2024-12-13T21:19:35.614Z | Dec 13 21:19:33.655 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+gitb6506393d43 |
3602 | 2024-12-13T21:19:35.623Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3603 | 2024-12-13T21:19:35.626Z | Dec 13 21:19:33.671 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+gitb6506393d43 |
3604 | 2024-12-13T21:19:35.651Z | Dec 13 21:19:33.696 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+gitb6506393d43 |
3605 | 2024-12-13T21:19:35.683Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3606 | 2024-12-13T21:19:35.740Z | Dec 13 21:19:33.786 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+gitb6506393d43 |
3607 | 2024-12-13T21:19:35.744Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3608 | 2024-12-13T21:19:35.908Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3609 | 2024-12-13T21:19:35.913Z | Dec 13 21:19:33.954 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+gitb6506393d43 |
3610 | 2024-12-13T21:19:36.023Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3611 | 2024-12-13T21:19:36.029Z | Dec 13 21:19:34.067 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+gitb6506393d43 |
3612 | 2024-12-13T21:19:36.138Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3613 | 2024-12-13T21:19:36.141Z | Dec 13 21:19:34.183 INFO [recovery-proto] task succeeded (577.345682ms) |
3614 | 2024-12-13T21:19:36.141Z | Dec 13 21:19:34.183 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+gitb6506393d43 |
3615 | 2024-12-13T21:19:36.141Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3616 | 2024-12-13T21:19:36.152Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3617 | 2024-12-13T21:19:36.155Z | Dec 13 21:19:34.198 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/.tmpFbsOmv/proto/recovery/root -N 'recovery b650639/${os_short_commit} 2024-12-13 20:57' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3618 | 2024-12-13T21:19:36.179Z | [ recovery-image] Dec 13 21:19:34.223 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3619 | 2024-12-13T21:19:36.184Z | [ recovery-image] Dec 13 21:19:34.223 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3620 | 2024-12-13T21:19:36.195Z | [ recovery-image] Dec 13 21:19:34.240 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpFbsOmv/proto/recovery/root" |
3621 | 2024-12-13T21:19:36.195Z | [ recovery-image] Dec 13 21:19:34.240 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3622 | 2024-12-13T21:19:36.199Z | [ recovery-image] Dec 13 21:19:34.240 INFO image builder template: ramdisk-01-os... |
3623 | 2024-12-13T21:19:36.199Z | [ recovery-image] Dec 13 21:19:34.240 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/.tmpFbsOmv/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 |
3624 | 2024-12-13T21:19:36.219Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3625 | 2024-12-13T21:19:36.224Z | Dec 13 21:19:34.265 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+gitb6506393d43 |
3626 | 2024-12-13T21:19:36.246Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3627 | 2024-12-13T21:19:36.249Z | [ recovery-image] Dec 13 21:19:34.290 INFO O| Dec 13 21:19:34.289 INFO CREATE DATASET: rpool/images/build/recovery/output |
3628 | 2024-12-13T21:19:36.405Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3629 | 2024-12-13T21:19:36.408Z | Dec 13 21:19:34.450 INFO [stamp-ntp] process exited with exit status: 0 (753.849593ms) |
3630 | 2024-12-13T21:19:36.451Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3631 | 2024-12-13T21:19:36.470Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3632 | 2024-12-13T21:19:36.500Z | Dec 13 21:19:34.546 INFO [stamp-probe] process exited with exit status: 0 (363.11409ms) |
3633 | 2024-12-13T21:19:36.650Z | [ recovery-image] Dec 13 21:19:34.696 INFO O| Dec 13 21:19:34.695 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3634 | 2024-12-13T21:19:36.675Z | [ recovery-image] Dec 13 21:19:34.721 INFO O| Dec 13 21:19:34.720 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3635 | 2024-12-13T21:19:36.978Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3636 | 2024-12-13T21:19:37.041Z | Dec 13 21:19:35.086 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.414196493s) |
3637 | 2024-12-13T21:19:37.122Z | [ recovery-image] Dec 13 21:19:35.167 INFO O| Dec 13 21:19:35.167 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3638 | 2024-12-13T21:19:37.229Z | [ recovery-image] Dec 13 21:19:35.274 INFO O| Dec 13 21:19:35.274 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3639 | 2024-12-13T21:19:37.229Z | [ recovery-image] Dec 13 21:19:35.274 INFO O| Dec 13 21:19:35.274 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3640 | 2024-12-13T21:19:37.232Z | [ recovery-image] Dec 13 21:19:35.275 INFO O| Dec 13 21:19:35.275 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3641 | 2024-12-13T21:19:37.232Z | [ recovery-image] Dec 13 21:19:35.275 INFO O| Dec 13 21:19:35.275 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3642 | 2024-12-13T21:19:37.240Z | [ recovery-image] Dec 13 21:19:35.285 INFO O| Dec 13 21:19:35.285 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3643 | 2024-12-13T21:19:37.293Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3644 | 2024-12-13T21:19:37.311Z | Dec 13 21:19:35.357 INFO [stamp-internal-dns] process exited with exit status: 0 (1.734187017s) |
3645 | 2024-12-13T21:19:37.726Z | [ recovery-image] Dec 13 21:19:35.771 INFO O| Dec 13 21:19:35.771 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3646 | 2024-12-13T21:19:37.756Z | [ recovery-image] Dec 13 21:19:35.801 INFO O| Dec 13 21:19:35.801 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3647 | 2024-12-13T21:19:37.775Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3648 | 2024-12-13T21:19:37.837Z | Dec 13 21:19:35.883 INFO [stamp-external-dns] process exited with exit status: 0 (1.928827858s) |
3649 | 2024-12-13T21:19:37.949Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3650 | 2024-12-13T21:19:37.954Z | Dec 13 21:19:35.998 INFO [stamp-oximeter] process exited with exit status: 0 (2.39235035s) |
3651 | 2024-12-13T21:19:38.150Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3652 | 2024-12-13T21:19:38.155Z | Dec 13 21:19:36.199 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.934497998s) |
3653 | 2024-12-13T21:19:38.262Z | [ recovery-image] Dec 13 21:19:36.308 INFO O| Dec 13 21:19:36.307 INFO O| Caching catalogs ... Done |
3654 | 2024-12-13T21:19:38.369Z | [ recovery-image] Dec 13 21:19:36.414 INFO O| Dec 13 21:19:36.414 INFO STEP 0 (pkg_image_create) COMPLETE |
3655 | 2024-12-13T21:19:38.369Z | [ recovery-image] Dec 13 21:19:36.414 INFO O| Dec 13 21:19:36.414 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3656 | 2024-12-13T21:19:38.369Z | [ recovery-image] Dec 13 21:19:36.414 INFO O| Dec 13 21:19:36.414 INFO skip step because feature "repo_redist" is not enabled |
3657 | 2024-12-13T21:19:38.370Z | [ recovery-image] Dec 13 21:19:36.414 INFO O| Dec 13 21:19:36.414 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3658 | 2024-12-13T21:19:38.384Z | [ recovery-image] Dec 13 21:19:36.430 INFO O| Dec 13 21:19:36.429 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"] |
3659 | 2024-12-13T21:19:38.820Z | [ recovery-image] Dec 13 21:19:36.865 INFO O| Dec 13 21:19:36.865 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3660 | 2024-12-13T21:19:38.820Z | [ recovery-image] Dec 13 21:19:36.865 INFO O| Dec 13 21:19:36.865 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3661 | 2024-12-13T21:19:38.833Z | [ recovery-image] Dec 13 21:19:36.878 INFO O| Dec 13 21:19:36.878 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"] |
3662 | 2024-12-13T21:19:39.313Z | [ recovery-image] Dec 13 21:19:37.358 INFO O| Dec 13 21:19:37.357 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3663 | 2024-12-13T21:19:39.313Z | [ recovery-image] Dec 13 21:19:37.358 INFO O| Dec 13 21:19:37.358 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3664 | 2024-12-13T21:19:39.313Z | [ recovery-image] Dec 13 21:19:37.358 INFO O| Dec 13 21:19:37.358 INFO skip step because feature "repo_redist" is not enabled |
3665 | 2024-12-13T21:19:39.316Z | [ recovery-image] Dec 13 21:19:37.358 INFO O| Dec 13 21:19:37.358 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3666 | 2024-12-13T21:19:39.677Z | [ recovery-image] Dec 13 21:19:37.721 INFO O| Dec 13 21:19:37.721 INFO variant opensolaris.zone is already global |
3667 | 2024-12-13T21:19:39.677Z | [ recovery-image] Dec 13 21:19:37.721 INFO O| Dec 13 21:19:37.721 INFO STEP 5 (pkg_change_variant) COMPLETE |
3668 | 2024-12-13T21:19:39.677Z | [ recovery-image] Dec 13 21:19:37.721 INFO O| Dec 13 21:19:37.721 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3669 | 2024-12-13T21:19:40.125Z | [ host-image] Dec 13 21:19:38.170 INFO O| Dec 13 21:19:38.170 INFO O| Startup: Caching catalogs ... Done |
3670 | 2024-12-13T21:19:40.137Z | [ recovery-image] Dec 13 21:19:38.182 INFO O| Dec 13 21:19:38.182 INFO variant opensolaris.imagetype is full; changing to partial |
3671 | 2024-12-13T21:19:40.137Z | [ recovery-image] Dec 13 21:19:38.182 INFO O| Dec 13 21:19:38.182 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3672 | 2024-12-13T21:19:40.220Z | [ host-image] Dec 13 21:19:38.265 INFO O| Dec 13 21:19:38.265 INFO O| Planning: Planning completed in 0.00 seconds |
3673 | 2024-12-13T21:19:40.223Z | [ host-image] Dec 13 21:19:38.266 INFO O| Dec 13 21:19:38.266 INFO O| Planning: Consolidating action changes ... Done |
3674 | 2024-12-13T21:19:40.223Z | [ host-image] Dec 13 21:19:38.266 INFO O| Dec 13 21:19:38.266 INFO O| Planning: Evaluating mediators ... Done |
3675 | 2024-12-13T21:19:40.223Z | [ host-image] Dec 13 21:19:38.267 INFO O| Dec 13 21:19:38.266 INFO O| Planning: Planning completed in 0.00 seconds |
3676 | 2024-12-13T21:19:40.223Z | [ host-image] Dec 13 21:19:38.267 INFO O| Dec 13 21:19:38.267 INFO O| Variants/Facets to change: 1 |
3677 | 2024-12-13T21:19:40.246Z | [ host-image] Dec 13 21:19:38.291 INFO O| Dec 13 21:19:38.291 INFO O| Done |
3678 | 2024-12-13T21:19:40.246Z | [ host-image] Dec 13 21:19:38.292 INFO O| Dec 13 21:19:38.291 INFO O| Done |
3679 | 2024-12-13T21:19:40.275Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3680 | 2024-12-13T21:19:40.279Z | Dec 13 21:19:38.324 INFO [stamp-nexus] process exited with exit status: 0 (4.257444431s) |
3681 | 2024-12-13T21:19:40.459Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3682 | 2024-12-13T21:19:40.632Z | [verify-libraries] Compiling home v0.5.9 |
3683 | 2024-12-13T21:19:40.654Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3684 | 2024-12-13T21:19:40.689Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3685 | 2024-12-13T21:19:40.693Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3686 | 2024-12-13T21:19:40.693Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3687 | 2024-12-13T21:19:41.037Z | [verify-libraries] Compiling nix v0.28.0 |
3688 | 2024-12-13T21:19:41.184Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3689 | 2024-12-13T21:19:41.194Z | [ host-image] Dec 13 21:19:39.238 INFO O| Dec 13 21:19:39.238 INFO O| Done |
3690 | 2024-12-13T21:19:41.261Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3691 | 2024-12-13T21:19:41.265Z | [verify-libraries] Compiling polyval v0.6.2 |
3692 | 2024-12-13T21:19:41.347Z | [ host-image] Dec 13 21:19:39.392 INFO O| Dec 13 21:19:39.391 INFO O| Done |
3693 | 2024-12-13T21:19:41.351Z | [ host-image] Dec 13 21:19:39.392 INFO O| Dec 13 21:19:39.392 INFO O| Done |
3694 | 2024-12-13T21:19:41.351Z | [ host-image] Dec 13 21:19:39.392 INFO O| Dec 13 21:19:39.392 INFO O| Done |
3695 | 2024-12-13T21:19:41.351Z | [ host-image] Dec 13 21:19:39.394 INFO O| Dec 13 21:19:39.394 INFO O| Done |
3696 | 2024-12-13T21:19:41.377Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3697 | 2024-12-13T21:19:41.470Z | Dec 13 21:19:39.515 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.877393655s) |
3698 | 2024-12-13T21:19:41.953Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3699 | 2024-12-13T21:19:42.051Z | [ host-image] Dec 13 21:19:40.094 INFO O| Dec 13 21:19:40.094 INFO STEP 6 (pkg_change_variant) COMPLETE |
3700 | 2024-12-13T21:19:42.051Z | [ host-image] Dec 13 21:19:40.095 INFO O| Dec 13 21:19:40.094 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3701 | 2024-12-13T21:19:42.052Z | [ host-image] Dec 13 21:19:40.095 INFO O| Dec 13 21:19:40.094 INFO skip step because feature "debug_variant" is not enabled |
3702 | 2024-12-13T21:19:42.071Z | [ host-image] Dec 13 21:19:40.095 INFO O| Dec 13 21:19:40.094 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3703 | 2024-12-13T21:19:42.168Z | [verify-libraries] Compiling ghash v0.5.1 |
3704 | 2024-12-13T21:19:42.215Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3705 | 2024-12-13T21:19:42.402Z | [verify-libraries] Compiling ctr v0.9.2 |
3706 | 2024-12-13T21:19:42.513Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3707 | 2024-12-13T21:19:42.612Z | [verify-libraries] Compiling blowfish v0.9.1 |
3708 | 2024-12-13T21:19:42.637Z | [ host-image] Dec 13 21:19:40.681 INFO O| Dec 13 21:19:40.681 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3709 | 2024-12-13T21:19:43.286Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3710 | 2024-12-13T21:19:43.747Z | [ host-image] Dec 13 21:19:41.788 INFO O| Dec 13 21:19:41.788 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3711 | 2024-12-13T21:19:43.754Z | [ host-image] Dec 13 21:19:41.789 INFO O| Dec 13 21:19:41.789 INFO O| Planning: Planning completed in 0.00 seconds |
3712 | 2024-12-13T21:19:43.754Z | [ host-image] Dec 13 21:19:41.790 INFO O| Dec 13 21:19:41.790 INFO O| Planning: Consolidating action changes ... Done |
3713 | 2024-12-13T21:19:43.754Z | [ host-image] Dec 13 21:19:41.790 INFO O| Dec 13 21:19:41.790 INFO O| Planning: Evaluating mediators ... Done |
3714 | 2024-12-13T21:19:43.754Z | [ host-image] Dec 13 21:19:41.791 INFO O| Dec 13 21:19:41.791 INFO O| Planning: Planning completed in 0.00 seconds |
3715 | 2024-12-13T21:19:43.754Z | [ host-image] Dec 13 21:19:41.791 INFO O| Dec 13 21:19:41.791 INFO O| Variants/Facets to change: 1 |
3716 | 2024-12-13T21:19:43.799Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3717 | 2024-12-13T21:19:43.904Z | [ host-image] Dec 13 21:19:41.949 INFO O| Dec 13 21:19:41.948 INFO O| Done |
3718 | 2024-12-13T21:19:43.904Z | [ host-image] Dec 13 21:19:41.949 INFO O| Dec 13 21:19:41.948 INFO O| Done |
3719 | 2024-12-13T21:19:44.109Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3720 | 2024-12-13T21:19:44.782Z | [verify-libraries] Compiling password-hash v0.4.2 |
3721 | 2024-12-13T21:19:44.933Z | [ host-image] Dec 13 21:19:42.977 INFO O| Dec 13 21:19:42.977 INFO O| Done |
3722 | 2024-12-13T21:19:45.008Z | [ host-image] Dec 13 21:19:43.052 INFO O| Dec 13 21:19:43.052 INFO O| Done |
3723 | 2024-12-13T21:19:45.013Z | [ host-image] Dec 13 21:19:43.053 INFO O| Dec 13 21:19:43.053 INFO O| Done |
3724 | 2024-12-13T21:19:45.013Z | [ host-image] Dec 13 21:19:43.053 INFO O| Dec 13 21:19:43.053 INFO O| Done |
3725 | 2024-12-13T21:19:45.013Z | [ host-image] Dec 13 21:19:43.055 INFO O| Dec 13 21:19:43.055 INFO O| Done |
3726 | 2024-12-13T21:19:45.096Z | [ host-image] Dec 13 21:19:43.141 INFO O| Dec 13 21:19:43.141 INFO STEP 8 (pkg_change_facet) COMPLETE |
3727 | 2024-12-13T21:19:45.096Z | [ host-image] Dec 13 21:19:43.141 INFO O| Dec 13 21:19:43.141 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3728 | 2024-12-13T21:19:45.105Z | [ host-image] Dec 13 21:19:43.141 INFO O| Dec 13 21:19:43.141 INFO skip step because feature "recovery" is not enabled |
3729 | 2024-12-13T21:19:45.105Z | [ host-image] Dec 13 21:19:43.141 INFO O| Dec 13 21:19:43.141 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3730 | 2024-12-13T21:19:45.105Z | [ host-image] Dec 13 21:19:43.141 INFO O| Dec 13 21:19:43.141 INFO skip step because feature "recovery" is not enabled |
3731 | 2024-12-13T21:19:45.105Z | [ host-image] Dec 13 21:19:43.141 INFO O| Dec 13 21:19:43.141 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3732 | 2024-12-13T21:19:45.115Z | [ host-image] Dec 13 21:19:43.159 INFO O| Dec 13 21:19:43.159 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"] |
3733 | 2024-12-13T21:19:50.762Z | [ host-image] Dec 13 21:19:44.841 INFO O| Dec 13 21:19:44.840 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3734 | 2024-12-13T21:19:50.860Z | [verify-libraries] Compiling rustyline v14.0.0 |
3735 | 2024-12-13T21:19:50.860Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3736 | 2024-12-13T21:19:50.860Z | Dec 13 21:19:46.587 INFO [stamp-clickhouse] process exited with exit status: 0 (12.932497106s) |
3737 | 2024-12-13T21:19:50.860Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3738 | 2024-12-13T21:19:50.860Z | Dec 13 21:19:47.232 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.418817649s) |
3739 | 2024-12-13T21:19:50.860Z | Dec 13 21:19:47.233 INFO [tuf-stamp] task succeeded (13.627123043s) |
3740 | 2024-12-13T21:19:50.860Z | [verify-libraries] Compiling matches v0.1.10 |
3741 | 2024-12-13T21:19:50.860Z | [verify-libraries] Compiling idna v0.2.3 |
3742 | 2024-12-13T21:19:50.860Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3743 | 2024-12-13T21:19:50.860Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3744 | 2024-12-13T21:19:51.216Z | [verify-libraries] Compiling p256 v0.13.2 |
3745 | 2024-12-13T21:19:53.459Z | [ recovery-image] Dec 13 21:19:51.502 INFO O| Dec 13 21:19:51.502 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3746 | 2024-12-13T21:19:54.267Z | [verify-libraries] Compiling p521 v0.13.3 |
3747 | 2024-12-13T21:19:54.749Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3748 | 2024-12-13T21:19:55.924Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3749 | 2024-12-13T21:19:56.397Z | [verify-libraries] Compiling md5 v0.7.0 |
3750 | 2024-12-13T21:19:56.986Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3751 | 2024-12-13T21:19:57.131Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3752 | 2024-12-13T21:20:01.466Z | [ recovery-image] Dec 13 21:19:59.508 INFO O| Dec 13 21:19:59.508 INFO O| Startup: Caching catalogs ... Done |
3753 | 2024-12-13T21:20:01.661Z | [ recovery-image] Dec 13 21:19:59.704 INFO O| Dec 13 21:19:59.704 INFO O| Planning: Planning completed in 0.00 seconds |
3754 | 2024-12-13T21:20:01.664Z | [ recovery-image] Dec 13 21:19:59.705 INFO O| Dec 13 21:19:59.705 INFO O| Planning: Consolidating action changes ... Done |
3755 | 2024-12-13T21:20:01.664Z | [ recovery-image] Dec 13 21:19:59.705 INFO O| Dec 13 21:19:59.705 INFO O| Planning: Evaluating mediators ... Done |
3756 | 2024-12-13T21:20:01.664Z | [ recovery-image] Dec 13 21:19:59.705 INFO O| Dec 13 21:19:59.705 INFO O| Planning: Planning completed in 0.00 seconds |
3757 | 2024-12-13T21:20:01.664Z | [ recovery-image] Dec 13 21:19:59.706 INFO O| Dec 13 21:19:59.706 INFO O| Variants/Facets to change: 1 |
3758 | 2024-12-13T21:20:01.752Z | [ recovery-image] Dec 13 21:19:59.795 INFO O| Dec 13 21:19:59.795 INFO O| Done |
3759 | 2024-12-13T21:20:01.753Z | [ recovery-image] Dec 13 21:19:59.795 INFO O| Dec 13 21:19:59.795 INFO O| Done |
3760 | 2024-12-13T21:20:02.770Z | [ recovery-image] Dec 13 21:20:00.813 INFO O| Dec 13 21:20:00.813 INFO O| Done |
3761 | 2024-12-13T21:20:02.855Z | [ recovery-image] Dec 13 21:20:00.898 INFO O| Dec 13 21:20:00.898 INFO O| Done |
3762 | 2024-12-13T21:20:02.863Z | [ recovery-image] Dec 13 21:20:00.899 INFO O| Dec 13 21:20:00.899 INFO O| Done |
3763 | 2024-12-13T21:20:02.863Z | [ recovery-image] Dec 13 21:20:00.900 INFO O| Dec 13 21:20:00.899 INFO O| Done |
3764 | 2024-12-13T21:20:02.865Z | [ recovery-image] Dec 13 21:20:00.902 INFO O| Dec 13 21:20:00.901 INFO O| Done |
3765 | 2024-12-13T21:20:03.515Z | [ recovery-image] Dec 13 21:20:01.557 INFO O| Dec 13 21:20:01.557 INFO STEP 6 (pkg_change_variant) COMPLETE |
3766 | 2024-12-13T21:20:03.515Z | [ recovery-image] Dec 13 21:20:01.557 INFO O| Dec 13 21:20:01.557 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3767 | 2024-12-13T21:20:03.517Z | [ recovery-image] Dec 13 21:20:01.557 INFO O| Dec 13 21:20:01.557 INFO skip step because feature "debug_variant" is not enabled |
3768 | 2024-12-13T21:20:03.517Z | [ recovery-image] Dec 13 21:20:01.557 INFO O| Dec 13 21:20:01.557 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3769 | 2024-12-13T21:20:04.213Z | [ recovery-image] Dec 13 21:20:02.254 INFO O| Dec 13 21:20:02.254 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3770 | 2024-12-13T21:20:05.374Z | [ recovery-image] Dec 13 21:20:03.416 INFO O| Dec 13 21:20:03.416 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3771 | 2024-12-13T21:20:05.377Z | [ recovery-image] Dec 13 21:20:03.418 INFO O| Dec 13 21:20:03.418 INFO O| Planning: Planning completed in 0.00 seconds |
3772 | 2024-12-13T21:20:05.377Z | [ recovery-image] Dec 13 21:20:03.419 INFO O| Dec 13 21:20:03.419 INFO O| Planning: Consolidating action changes ... Done |
3773 | 2024-12-13T21:20:05.377Z | [ recovery-image] Dec 13 21:20:03.419 INFO O| Dec 13 21:20:03.419 INFO O| Planning: Evaluating mediators ... Done |
3774 | 2024-12-13T21:20:05.380Z | [ recovery-image] Dec 13 21:20:03.420 INFO O| Dec 13 21:20:03.420 INFO O| Planning: Planning completed in 0.00 seconds |
3775 | 2024-12-13T21:20:05.380Z | [ recovery-image] Dec 13 21:20:03.420 INFO O| Dec 13 21:20:03.420 INFO O| Variants/Facets to change: 1 |
3776 | 2024-12-13T21:20:05.444Z | [ recovery-image] Dec 13 21:20:03.486 INFO O| Dec 13 21:20:03.486 INFO O| Done |
3777 | 2024-12-13T21:20:05.444Z | [ recovery-image] Dec 13 21:20:03.486 INFO O| Dec 13 21:20:03.486 INFO O| Done |
3778 | 2024-12-13T21:20:06.272Z | [ recovery-image] Dec 13 21:20:04.314 INFO O| Dec 13 21:20:04.314 INFO O| Done |
3779 | 2024-12-13T21:20:06.373Z | [ recovery-image] Dec 13 21:20:04.412 INFO O| Dec 13 21:20:04.412 INFO O| Done |
3780 | 2024-12-13T21:20:06.377Z | [ recovery-image] Dec 13 21:20:04.413 INFO O| Dec 13 21:20:04.413 INFO O| Done |
3781 | 2024-12-13T21:20:06.377Z | [ recovery-image] Dec 13 21:20:04.413 INFO O| Dec 13 21:20:04.413 INFO O| Done |
3782 | 2024-12-13T21:20:06.377Z | [ recovery-image] Dec 13 21:20:04.415 INFO O| Dec 13 21:20:04.415 INFO O| Done |
3783 | 2024-12-13T21:20:06.475Z | [ recovery-image] Dec 13 21:20:04.516 INFO O| Dec 13 21:20:04.516 INFO STEP 8 (pkg_change_facet) COMPLETE |
3784 | 2024-12-13T21:20:06.475Z | [ recovery-image] Dec 13 21:20:04.517 INFO O| Dec 13 21:20:04.516 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3785 | 2024-12-13T21:20:06.689Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3786 | 2024-12-13T21:20:07.131Z | [ recovery-image] Dec 13 21:20:05.173 INFO O| Dec 13 21:20:05.172 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3787 | 2024-12-13T21:20:08.267Z | [ recovery-image] Dec 13 21:20:06.309 INFO O| Dec 13 21:20:06.309 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3788 | 2024-12-13T21:20:08.270Z | [ recovery-image] Dec 13 21:20:06.311 INFO O| Dec 13 21:20:06.311 INFO O| Planning: Planning completed in 0.00 seconds |
3789 | 2024-12-13T21:20:08.270Z | [ recovery-image] Dec 13 21:20:06.311 INFO O| Dec 13 21:20:06.311 INFO O| Planning: Consolidating action changes ... Done |
3790 | 2024-12-13T21:20:08.270Z | [ recovery-image] Dec 13 21:20:06.312 INFO O| Dec 13 21:20:06.312 INFO O| Planning: Evaluating mediators ... Done |
3791 | 2024-12-13T21:20:08.274Z | [ recovery-image] Dec 13 21:20:06.312 INFO O| Dec 13 21:20:06.312 INFO O| Planning: Planning completed in 0.00 seconds |
3792 | 2024-12-13T21:20:08.274Z | [ recovery-image] Dec 13 21:20:06.312 INFO O| Dec 13 21:20:06.312 INFO O| Variants/Facets to change: 1 |
3793 | 2024-12-13T21:20:08.342Z | [ recovery-image] Dec 13 21:20:06.382 INFO O| Dec 13 21:20:06.382 INFO O| Done |
3794 | 2024-12-13T21:20:08.342Z | [ recovery-image] Dec 13 21:20:06.382 INFO O| Dec 13 21:20:06.382 INFO O| Done |
3795 | 2024-12-13T21:20:09.119Z | [ recovery-image] Dec 13 21:20:07.160 INFO O| Dec 13 21:20:07.160 INFO O| Done |
3796 | 2024-12-13T21:20:09.224Z | [ recovery-image] Dec 13 21:20:07.266 INFO O| Dec 13 21:20:07.265 INFO O| Done |
3797 | 2024-12-13T21:20:09.227Z | [ recovery-image] Dec 13 21:20:07.267 INFO O| Dec 13 21:20:07.267 INFO O| Done |
3798 | 2024-12-13T21:20:09.227Z | [ recovery-image] Dec 13 21:20:07.267 INFO O| Dec 13 21:20:07.267 INFO O| Done |
3799 | 2024-12-13T21:20:09.231Z | [ recovery-image] Dec 13 21:20:07.269 INFO O| Dec 13 21:20:07.269 INFO O| Done |
3800 | 2024-12-13T21:20:09.323Z | [ recovery-image] Dec 13 21:20:07.364 INFO O| Dec 13 21:20:07.364 INFO STEP 9 (pkg_change_facet) COMPLETE |
3801 | 2024-12-13T21:20:09.323Z | [ recovery-image] Dec 13 21:20:07.364 INFO O| Dec 13 21:20:07.364 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3802 | 2024-12-13T21:20:09.947Z | [ recovery-image] Dec 13 21:20:07.987 INFO O| Dec 13 21:20:07.987 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3803 | 2024-12-13T21:20:11.022Z | [ recovery-image] Dec 13 21:20:09.063 INFO O| Dec 13 21:20:09.063 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3804 | 2024-12-13T21:20:11.025Z | [ recovery-image] Dec 13 21:20:09.065 INFO O| Dec 13 21:20:09.065 INFO O| Planning: Planning completed in 0.00 seconds |
3805 | 2024-12-13T21:20:11.025Z | [ recovery-image] Dec 13 21:20:09.066 INFO O| Dec 13 21:20:09.066 INFO O| Planning: Consolidating action changes ... Done |
3806 | 2024-12-13T21:20:11.025Z | [ recovery-image] Dec 13 21:20:09.066 INFO O| Dec 13 21:20:09.066 INFO O| Planning: Evaluating mediators ... Done |
3807 | 2024-12-13T21:20:11.028Z | [ recovery-image] Dec 13 21:20:09.067 INFO O| Dec 13 21:20:09.067 INFO O| Planning: Planning completed in 0.00 seconds |
3808 | 2024-12-13T21:20:11.028Z | [ recovery-image] Dec 13 21:20:09.068 INFO O| Dec 13 21:20:09.068 INFO O| Variants/Facets to change: 1 |
3809 | 2024-12-13T21:20:11.107Z | [ recovery-image] Dec 13 21:20:09.147 INFO O| Dec 13 21:20:09.147 INFO O| Done |
3810 | 2024-12-13T21:20:11.107Z | [ recovery-image] Dec 13 21:20:09.147 INFO O| Dec 13 21:20:09.147 INFO O| Done |
3811 | 2024-12-13T21:20:11.926Z | [ recovery-image] Dec 13 21:20:09.967 INFO O| Dec 13 21:20:09.967 INFO O| Done |
3812 | 2024-12-13T21:20:12.025Z | [ recovery-image] Dec 13 21:20:10.066 INFO O| Dec 13 21:20:10.066 INFO O| Done |
3813 | 2024-12-13T21:20:12.029Z | [ recovery-image] Dec 13 21:20:10.067 INFO O| Dec 13 21:20:10.067 INFO O| Done |
3814 | 2024-12-13T21:20:12.030Z | [ recovery-image] Dec 13 21:20:10.067 INFO O| Dec 13 21:20:10.067 INFO O| Done |
3815 | 2024-12-13T21:20:12.033Z | [ recovery-image] Dec 13 21:20:10.070 INFO O| Dec 13 21:20:10.070 INFO O| Done |
3816 | 2024-12-13T21:20:12.128Z | [ recovery-image] Dec 13 21:20:10.169 INFO O| Dec 13 21:20:10.169 INFO STEP 10 (pkg_change_facet) COMPLETE |
3817 | 2024-12-13T21:20:12.128Z | [ recovery-image] Dec 13 21:20:10.169 INFO O| Dec 13 21:20:10.169 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3818 | 2024-12-13T21:20:12.148Z | [ recovery-image] Dec 13 21:20:10.189 INFO O| Dec 13 21:20:10.189 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"] |
3819 | 2024-12-13T21:20:13.057Z | [verify-libraries] Compiling des v0.8.1 |
3820 | 2024-12-13T21:20:13.266Z | [ recovery-image] Dec 13 21:20:11.307 INFO O| Dec 13 21:20:11.307 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3821 | 2024-12-13T21:20:13.626Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3822 | 2024-12-13T21:20:14.689Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3823 | 2024-12-13T21:20:15.076Z | [verify-libraries] Compiling russh v0.45.0 |
3824 | 2024-12-13T21:20:17.018Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3825 | 2024-12-13T21:20:21.012Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3826 | 2024-12-13T21:20:22.968Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3827 | 2024-12-13T21:20:28.258Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3828 | 2024-12-13T21:20:35.801Z | [verify-libraries] Compiling petname v2.0.2 |
3829 | 2024-12-13T21:20:37.267Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3830 | 2024-12-13T21:20:37.986Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3831 | 2024-12-13T21:20:38.768Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3832 | 2024-12-13T21:20:43.305Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3833 | 2024-12-13T21:20:49.065Z | [ host-image] Dec 13 21:20:47.102 INFO O| Dec 13 21:20:47.102 INFO O| Planning: Solver setup ... Done |
3834 | 2024-12-13T21:20:50.835Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3835 | 2024-12-13T21:20:54.204Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3836 | 2024-12-13T21:20:59.211Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3837 | 2024-12-13T21:21:16.401Z | [ recovery-image] Dec 13 21:21:14.435 INFO O| Dec 13 21:21:14.435 INFO O| Planning: Solver setup ... Done |
3838 | 2024-12-13T21:21:24.539Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3839 | 2024-12-13T21:21:26.514Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3840 | 2024-12-13T21:21:30.537Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3841 | 2024-12-13T21:21:53.843Z | [verify-libraries] Compiling heck v0.4.1 |
3842 | 2024-12-13T21:21:55.737Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3843 | 2024-12-13T21:22:02.445Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3844 | 2024-12-13T21:22:03.902Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3845 | 2024-12-13T21:22:04.353Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3846 | 2024-12-13T21:22:04.922Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3847 | 2024-12-13T21:22:05.466Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3848 | 2024-12-13T21:22:06.031Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3849 | 2024-12-13T21:22:06.422Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3850 | 2024-12-13T21:22:06.801Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3851 | 2024-12-13T21:22:08.560Z | [ host-image] Dec 13 21:22:06.588 INFO O| Dec 13 21:22:06.588 INFO O| Planning: Running solver ... Done |
3852 | 2024-12-13T21:22:09.104Z | [ host-image] Dec 13 21:22:07.132 INFO O| Dec 13 21:22:07.132 INFO O| Planning: Finding local manifests ... Done |
3853 | 2024-12-13T21:22:09.120Z | [ host-image] Dec 13 21:22:07.149 INFO O| Dec 13 21:22:07.149 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3854 | 2024-12-13T21:22:09.614Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3855 | 2024-12-13T21:22:13.825Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3856 | 2024-12-13T21:22:14.541Z | [ host-image] Dec 13 21:22:12.568 INFO O| Dec 13 21:22:12.568 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3857 | 2024-12-13T21:22:15.933Z | [ host-image] Dec 13 21:22:13.960 INFO O| Dec 13 21:22:13.960 INFO O| Planning: Package planning ... Done |
3858 | 2024-12-13T21:22:17.567Z | [ host-image] Dec 13 21:22:15.569 INFO O| Dec 13 21:22:15.569 INFO O| Planning: Merging actions ... Done |
3859 | 2024-12-13T21:22:18.172Z | [ host-image] Dec 13 21:22:16.107 INFO O| Dec 13 21:22:16.107 INFO O| Planning: Checking for conflicting actions ... Done |
3860 | 2024-12-13T21:22:18.387Z | [ host-image] Dec 13 21:22:16.412 INFO O| Dec 13 21:22:16.412 INFO O| Planning: Consolidating action changes ... Done |
3861 | 2024-12-13T21:22:18.942Z | [ host-image] Dec 13 21:22:16.968 INFO O| Dec 13 21:22:16.968 INFO O| Planning: Evaluating mediators ... Done |
3862 | 2024-12-13T21:22:25.055Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3863 | 2024-12-13T21:22:25.419Z | [ host-image] Dec 13 21:22:23.444 INFO O| Dec 13 21:22:23.443 INFO O| Planning: Planning completed in 158.60 seconds |
3864 | 2024-12-13T21:22:25.424Z | [ host-image] Dec 13 21:22:23.450 INFO O| Dec 13 21:22:23.450 INFO O| Packages to install: 124 |
3865 | 2024-12-13T21:22:25.424Z | [ host-image] Dec 13 21:22:23.450 INFO O| Dec 13 21:22:23.450 INFO O| Mediators to change: 4 |
3866 | 2024-12-13T21:22:25.428Z | [ host-image] Dec 13 21:22:23.450 INFO O| Dec 13 21:22:23.450 INFO O| Services to change: 6 |
3867 | 2024-12-13T21:22:25.526Z | [ host-image] Dec 13 21:22:23.551 INFO O| Dec 13 21:22:23.551 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete |
3868 | 2024-12-13T21:22:29.966Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3869 | 2024-12-13T21:22:30.543Z | [ host-image] Dec 13 21:22:28.568 INFO O| Dec 13 21:22:28.568 INFO O| Download: 1049/22774 items 5.8/199.6MB 2% complete (1.2M/s) |
3870 | 2024-12-13T21:22:31.317Z | [ recovery-image] Dec 13 21:22:29.341 INFO O| Dec 13 21:22:29.341 INFO O| Planning: Running solver ... Done |
3871 | 2024-12-13T21:22:31.903Z | [ recovery-image] Dec 13 21:22:29.928 INFO O| Dec 13 21:22:29.927 INFO O| Planning: Finding local manifests ... Done |
3872 | 2024-12-13T21:22:31.917Z | [ recovery-image] Dec 13 21:22:29.941 INFO O| Dec 13 21:22:29.941 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3873 | 2024-12-13T21:22:36.812Z | [ recovery-image] Dec 13 21:22:34.836 INFO O| Dec 13 21:22:34.836 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3874 | 2024-12-13T21:22:36.991Z | [ host-image] Dec 13 21:22:35.015 INFO O| Dec 13 21:22:35.015 INFO O| Download: 1641/22774 items 10.8/199.6MB 5% complete (1.1M/s) |
3875 | 2024-12-13T21:22:37.922Z | [ recovery-image] Dec 13 21:22:35.946 INFO O| Dec 13 21:22:35.946 INFO O| Planning: Package planning ... Done |
3876 | 2024-12-13T21:22:38.633Z | [ recovery-image] Dec 13 21:22:36.657 INFO O| Dec 13 21:22:36.657 INFO O| Planning: Merging actions ... Done |
3877 | 2024-12-13T21:22:38.986Z | [ recovery-image] Dec 13 21:22:37.011 INFO O| Dec 13 21:22:37.011 INFO O| Planning: Checking for conflicting actions ... Done |
3878 | 2024-12-13T21:22:39.138Z | [ recovery-image] Dec 13 21:22:37.161 INFO O| Dec 13 21:22:37.161 INFO O| Planning: Consolidating action changes ... Done |
3879 | 2024-12-13T21:22:39.530Z | [ recovery-image] Dec 13 21:22:37.554 INFO O| Dec 13 21:22:37.554 INFO O| Planning: Evaluating mediators ... Done |
3880 | 2024-12-13T21:22:42.067Z | [ host-image] Dec 13 21:22:40.087 INFO O| Dec 13 21:22:40.087 INFO O| Download: 2093/22774 items 23.5/199.6MB 11% complete (1.6M/s) |
3881 | 2024-12-13T21:22:45.951Z | [ recovery-image] Dec 13 21:22:43.975 INFO O| Dec 13 21:22:43.975 INFO O| Planning: Planning completed in 152.67 seconds |
3882 | 2024-12-13T21:22:45.964Z | [ recovery-image] Dec 13 21:22:43.982 INFO O| Dec 13 21:22:43.982 INFO O| Packages to install: 124 |
3883 | 2024-12-13T21:22:45.972Z | [ recovery-image] Dec 13 21:22:43.982 INFO O| Dec 13 21:22:43.982 INFO O| Mediators to change: 4 |
3884 | 2024-12-13T21:22:45.972Z | [ recovery-image] Dec 13 21:22:43.982 INFO O| Dec 13 21:22:43.982 INFO O| Services to change: 5 |
3885 | 2024-12-13T21:22:46.041Z | [ recovery-image] Dec 13 21:22:44.065 INFO O| Dec 13 21:22:44.065 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete |
3886 | 2024-12-13T21:22:47.330Z | [ host-image] Dec 13 21:22:45.353 INFO O| Dec 13 21:22:45.353 INFO O| Download: 2455/22774 items 28.2/199.6MB 14% complete (1.9M/s) |
3887 | 2024-12-13T21:22:48.252Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3888 | 2024-12-13T21:22:54.362Z | [ recovery-image] Dec 13 21:22:49.137 INFO O| Dec 13 21:22:49.137 INFO O| Download: 994/15848 items 7.7/176.3MB 4% complete (1.6M/s) |
3889 | 2024-12-13T21:22:54.438Z | [ host-image] Dec 13 21:22:50.361 INFO O| Dec 13 21:22:50.361 INFO O| Download: 3473/22774 items 35.6/199.6MB 17% complete (1.2M/s) |
3890 | 2024-12-13T21:22:55.103Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3891 | 2024-12-13T21:22:55.748Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3892 | 2024-12-13T21:22:57.275Z | [verify-libraries] Compiling termios v0.3.3 |
3893 | 2024-12-13T21:22:57.605Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3894 | 2024-12-13T21:22:58.300Z | [ host-image] Dec 13 21:22:56.323 INFO O| Dec 13 21:22:56.323 INFO O| Download: 4496/22774 items 41.9/199.6MB 20% complete (1.4M/s) |
3895 | 2024-12-13T21:22:58.301Z | [ recovery-image] Dec 13 21:22:56.323 INFO O| Dec 13 21:22:56.323 INFO O| Download: 1164/15848 items 10.1/176.3MB 5% complete (1.0M/s) |
3896 | 2024-12-13T21:23:03.349Z | [ recovery-image] Dec 13 21:23:01.370 INFO O| Dec 13 21:23:01.370 INFO O| Download: 1526/15848 items 22.0/176.3MB 12% complete (1.4M/s) |
3897 | 2024-12-13T21:23:03.931Z | [ host-image] Dec 13 21:23:01.953 INFO O| Dec 13 21:23:01.953 INFO O| Download: 4719/22774 items 44.8/199.6MB 22% complete (1.1M/s) |
3898 | 2024-12-13T21:23:09.098Z | [ host-image] Dec 13 21:23:07.119 INFO O| Dec 13 21:23:07.119 INFO O| Download: 5748/22774 items 46.3/199.6MB 23% complete (430k/s) |
3899 | 2024-12-13T21:23:09.878Z | [ recovery-image] Dec 13 21:23:07.899 INFO O| Dec 13 21:23:07.899 INFO O| Download: 1618/15848 items 25.0/176.3MB 14% complete (1.6M/s) |
3900 | 2024-12-13T21:23:14.104Z | [ host-image] Dec 13 21:23:12.125 INFO O| Dec 13 21:23:12.125 INFO O| Download: 6654/22774 items 46.8/199.6MB 23% complete (202k/s) |
3901 | 2024-12-13T21:23:14.879Z | [ recovery-image] Dec 13 21:23:12.899 INFO O| Dec 13 21:23:12.899 INFO O| Download: 2305/15848 items 31.2/176.3MB 17% complete (904k/s) |
3902 | 2024-12-13T21:23:19.587Z | [ host-image] Dec 13 21:23:17.607 INFO O| Dec 13 21:23:17.607 INFO O| Download: 7001/22774 items 50.8/199.6MB 25% complete (438k/s) |
3903 | 2024-12-13T21:23:19.903Z | [ recovery-image] Dec 13 21:23:17.923 INFO O| Dec 13 21:23:17.923 INFO O| Download: 3199/15848 items 37.5/176.3MB 21% complete (1.3M/s) |
3904 | 2024-12-13T21:23:21.608Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3905 | 2024-12-13T21:23:24.590Z | [ host-image] Dec 13 21:23:22.607 INFO O| Dec 13 21:23:22.607 INFO O| Download: 7862/22774 items 59.2/199.6MB 29% complete (1.2M/s) |
3906 | 2024-12-13T21:23:24.949Z | [ recovery-image] Dec 13 21:23:22.969 INFO O| Dec 13 21:23:22.969 INFO O| Download: 3647/15848 items 39.8/176.3MB 22% complete (864k/s) |
3907 | 2024-12-13T21:23:29.827Z | [ host-image] Dec 13 21:23:27.845 INFO O| Dec 13 21:23:27.845 INFO O| Download: 8140/22774 items 60.8/199.6MB 30% complete (1016k/s) |
3908 | 2024-12-13T21:23:30.741Z | [ recovery-image] Dec 13 21:23:28.759 INFO O| Dec 13 21:23:28.759 INFO O| Download: 3755/15848 items 41.9/176.3MB 23% complete (645k/s) |
3909 | 2024-12-13T21:23:32.072Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3910 | 2024-12-13T21:23:35.745Z | [ recovery-image] Dec 13 21:23:33.762 INFO O| Dec 13 21:23:33.762 INFO O| Download: 4441/15848 items 42.8/176.3MB 24% complete (293k/s) |
3911 | 2024-12-13T21:23:35.972Z | [ host-image] Dec 13 21:23:33.990 INFO O| Dec 13 21:23:33.990 INFO O| Download: 8241/22774 items 63.4/199.6MB 31% complete (531k/s) |
3912 | 2024-12-13T21:23:40.746Z | [ recovery-image] Dec 13 21:23:38.763 INFO O| Dec 13 21:23:38.763 INFO O| Download: 5086/15848 items 43.2/176.3MB 24% complete (132k/s) |
3913 | 2024-12-13T21:23:42.020Z | [ host-image] Dec 13 21:23:40.038 INFO O| Dec 13 21:23:40.037 INFO O| Download: 8265/22774 items 64.9/199.6MB 32% complete (471k/s) |
3914 | 2024-12-13T21:23:46.107Z | [ recovery-image] Dec 13 21:23:44.123 INFO O| Dec 13 21:23:44.121 INFO O| Download: 5663/15848 items 44.5/176.3MB 25% complete (145k/s) |
3915 | 2024-12-13T21:23:47.023Z | [ host-image] Dec 13 21:23:45.041 INFO O| Dec 13 21:23:45.040 INFO O| Download: 8720/22774 items 71.1/199.6MB 35% complete (747k/s) |
3916 | 2024-12-13T21:23:52.024Z | [ host-image] Dec 13 21:23:50.041 INFO O| Dec 13 21:23:50.040 INFO O| Download: 9389/22774 items 81.5/199.6MB 40% complete (1.7M/s) |
3917 | 2024-12-13T21:23:52.389Z | [ recovery-image] Dec 13 21:23:50.405 INFO O| Dec 13 21:23:50.405 INFO O| Download: 5670/15848 items 44.6/176.3MB 25% complete (169k/s) |
3918 | 2024-12-13T21:23:57.037Z | [ host-image] Dec 13 21:23:55.053 INFO O| Dec 13 21:23:55.052 INFO O| Download: 9880/22774 items 83.6/199.6MB 41% complete (1.3M/s) |
3919 | 2024-12-13T21:23:58.118Z | [ recovery-image] Dec 13 21:23:56.133 INFO O| Dec 13 21:23:56.133 INFO O| Download: 5732/15848 items 46.4/176.3MB 26% complete (163k/s) |
3920 | 2024-12-13T21:24:02.043Z | [ host-image] Dec 13 21:24:00.058 INFO O| Dec 13 21:24:00.057 INFO O| Download: 10460/22774 items 88.2/199.6MB 44% complete (692k/s) |
3921 | 2024-12-13T21:24:03.324Z | [ recovery-image] Dec 13 21:24:01.339 INFO O| Dec 13 21:24:01.339 INFO O| Download: 6100/15848 items 55.5/176.3MB 31% complete (985k/s) |
3922 | 2024-12-13T21:24:07.528Z | [ host-image] Dec 13 21:24:05.542 INFO O| Dec 13 21:24:05.542 INFO O| Download: 11094/22774 items 92.1/199.6MB 46% complete (861k/s) |
3923 | 2024-12-13T21:24:08.829Z | [ recovery-image] Dec 13 21:24:06.844 INFO O| Dec 13 21:24:06.843 INFO O| Download: 6175/15848 items 61.7/176.3MB 35% complete (1.5M/s) |
3924 | 2024-12-13T21:24:13.850Z | [ recovery-image] Dec 13 21:24:11.864 INFO O| Dec 13 21:24:11.864 INFO O| Download: 6857/15848 items 67.5/176.3MB 38% complete (1.1M/s) |
3925 | 2024-12-13T21:24:13.853Z | [ host-image] Dec 13 21:24:11.866 INFO O| Dec 13 21:24:11.866 INFO O| Download: 11240/22774 items 94.2/199.6MB 47% complete (616k/s) |
3926 | 2024-12-13T21:24:18.983Z | [ recovery-image] Dec 13 21:24:16.997 INFO O| Dec 13 21:24:16.997 INFO O| Download: 7628/15848 items 73.7/176.3MB 41% complete (1.2M/s) |
3927 | 2024-12-13T21:24:19.150Z | [ host-image] Dec 13 21:24:17.164 INFO O| Dec 13 21:24:17.164 INFO O| Download: 12008/22774 items 99.8/199.6MB 50% complete (598k/s) |
3928 | 2024-12-13T21:24:24.057Z | [ recovery-image] Dec 13 21:24:22.070 INFO O| Dec 13 21:24:22.070 INFO O| Download: 7898/15848 items 76.6/176.3MB 43% complete (1.0M/s) |
3929 | 2024-12-13T21:24:24.417Z | [ host-image] Dec 13 21:24:22.430 INFO O| Dec 13 21:24:22.430 INFO O| Download: 12197/22774 items 108.7/199.6MB 54% complete (1.5M/s) |
3930 | 2024-12-13T21:24:29.106Z | [ recovery-image] Dec 13 21:24:27.118 INFO O| Dec 13 21:24:27.118 INFO O| Download: 7970/15848 items 78.8/176.3MB 44% complete (522k/s) |
3931 | 2024-12-13T21:24:29.420Z | [ host-image] Dec 13 21:24:27.432 INFO O| Dec 13 21:24:27.432 INFO O| Download: 12939/22774 items 109.8/199.6MB 55% complete (955k/s) |
3932 | 2024-12-13T21:24:34.241Z | [ recovery-image] Dec 13 21:24:32.251 INFO O| Dec 13 21:24:32.251 INFO O| Download: 8651/15848 items 81.1/176.3MB 46% complete (407k/s) |
3933 | 2024-12-13T21:24:35.042Z | [ host-image] Dec 13 21:24:33.053 INFO O| Dec 13 21:24:33.053 INFO O| Download: 13315/22774 items 110.0/199.6MB 55% complete (248k/s) |
3934 | 2024-12-13T21:24:40.043Z | [ host-image] Dec 13 21:24:38.054 INFO O| Dec 13 21:24:38.054 INFO O| Download: 13970/22774 items 110.3/199.6MB 55% complete (50.1k/s) |
3935 | 2024-12-13T21:24:42.526Z | [ recovery-image] Dec 13 21:24:40.537 INFO O| Dec 13 21:24:40.536 INFO O| Download: 8663/15848 items 81.5/176.3MB 46% complete (403k/s) |
3936 | 2024-12-13T21:24:46.014Z | [ host-image] Dec 13 21:24:44.024 INFO O| Dec 13 21:24:44.024 INFO O| Download: 14424/22774 items 111.7/199.6MB 55% complete (168k/s) |
3937 | 2024-12-13T21:24:47.587Z | [ recovery-image] Dec 13 21:24:45.598 INFO O| Dec 13 21:24:45.597 INFO O| Download: 8820/15848 items 91.8/176.3MB 52% complete (2.2M/s) |
3938 | 2024-12-13T21:24:51.044Z | [ host-image] Dec 13 21:24:49.054 INFO O| Dec 13 21:24:49.054 INFO O| Download: 14507/22774 items 116.4/199.6MB 58% complete (532k/s) |
3939 | 2024-12-13T21:24:52.594Z | [ recovery-image] Dec 13 21:24:50.604 INFO O| Dec 13 21:24:50.604 INFO O| Download: 9492/15848 items 92.9/176.3MB 52% complete (1.1M/s) |
3940 | 2024-12-13T21:24:56.063Z | [ host-image] Dec 13 21:24:54.068 INFO O| Dec 13 21:24:54.068 INFO O| Download: 15165/22774 items 123.1/199.6MB 61% complete (1.3M/s) |
3941 | 2024-12-13T21:24:58.690Z | [ recovery-image] Dec 13 21:24:56.699 INFO O| Dec 13 21:24:56.699 INFO O| Download: 9955/15848 items 93.2/176.3MB 52% complete (582k/s) |
3942 | 2024-12-13T21:25:04.528Z | [ host-image] Dec 13 21:25:02.536 INFO O| Dec 13 21:25:02.536 INFO O| Download: 15544/22774 items 123.7/199.6MB 62% complete (1.2M/s) |
3943 | 2024-12-13T21:25:04.534Z | [ recovery-image] Dec 13 21:25:02.540 INFO O| Dec 13 21:25:02.540 INFO O| Download: 9958/15848 items 93.2/176.3MB 52% complete (519k/s) |
3944 | 2024-12-13T21:25:09.536Z | [ host-image] Dec 13 21:25:07.543 INFO O| Dec 13 21:25:07.543 INFO O| Download: 15619/22774 items 124.1/199.6MB 62% complete (29.8k/s) |
3945 | 2024-12-13T21:25:10.838Z | [ recovery-image] Dec 13 21:25:08.846 INFO O| Dec 13 21:25:08.846 INFO O| Download: 10543/15848 items 93.5/176.3MB 53% complete (30.9k/s) |
3946 | 2024-12-13T21:25:14.757Z | [ host-image] Dec 13 21:25:12.764 INFO O| Dec 13 21:25:12.764 INFO O| Download: 15848/22774 items 129.4/199.6MB 64% complete (513k/s) |
3947 | 2024-12-13T21:25:17.255Z | [ recovery-image] Dec 13 21:25:15.262 INFO O| Dec 13 21:25:15.262 INFO O| Download: 10547/15848 items 93.5/176.3MB 53% complete (30.9k/s) |
3948 | 2024-12-13T21:25:19.778Z | [ host-image] Dec 13 21:25:17.784 INFO O| Dec 13 21:25:17.784 INFO O| Download: 16550/22774 items 137.7/199.6MB 68% complete (1.3M/s) |
3949 | 2024-12-13T21:25:19.952Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3950 | 2024-12-13T21:25:23.946Z | [ recovery-image] Dec 13 21:25:21.951 INFO O| Dec 13 21:25:21.951 INFO O| Download: 10909/15848 items 93.9/176.3MB 53% complete (33.5k/s) |
3951 | 2024-12-13T21:25:24.791Z | [ host-image] Dec 13 21:25:22.796 INFO O| Dec 13 21:25:22.796 INFO O| Download: 16914/22774 items 140.1/199.6MB 70% complete (1.0M/s) |
3952 | 2024-12-13T21:25:29.628Z | [ recovery-image] Dec 13 21:25:27.633 INFO O| Dec 13 21:25:27.633 INFO O| Download: 11041/15848 items 95.2/176.3MB 54% complete (151k/s) |
3953 | 2024-12-13T21:25:29.812Z | [ host-image] Dec 13 21:25:27.818 INFO O| Dec 13 21:25:27.818 INFO O| Download: 17445/22774 items 146.7/199.6MB 73% complete (868k/s) |
3954 | 2024-12-13T21:25:35.494Z | [ host-image] Dec 13 21:25:33.498 INFO O| Dec 13 21:25:33.498 INFO O| Download: 17891/22774 items 150.2/199.6MB 75% complete (1.1M/s) |
3955 | 2024-12-13T21:25:37.084Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3956 | 2024-12-13T21:25:37.337Z | [ recovery-image] Dec 13 21:25:35.341 INFO O| Dec 13 21:25:35.341 INFO O| Download: 11083/15848 items 99.5/176.3MB 56% complete (550k/s) |
3957 | 2024-12-13T21:25:40.513Z | [ host-image] Dec 13 21:25:38.517 INFO O| Dec 13 21:25:38.517 INFO O| Download: 17996/22774 items 162.0/199.6MB 81% complete (1.3M/s) |
3958 | 2024-12-13T21:25:43.724Z | [ recovery-image] Dec 13 21:25:41.728 INFO O| Dec 13 21:25:41.728 INFO O| Download: 11084/15848 items 99.5/176.3MB 56% complete (539k/s) |
3959 | 2024-12-13T21:25:45.525Z | [ host-image] Dec 13 21:25:43.529 INFO O| Dec 13 21:25:43.529 INFO O| Download: 18537/22774 items 163.8/199.6MB 82% complete (1.4M/s) |
3960 | 2024-12-13T21:25:50.816Z | [ host-image] Dec 13 21:25:48.819 INFO O| Dec 13 21:25:48.819 INFO O| Download: 18980/22774 items 165.7/199.6MB 83% complete (952k/s) |
3961 | 2024-12-13T21:25:51.008Z | [ recovery-image] Dec 13 21:25:49.011 INFO O| Dec 13 21:25:49.011 INFO O| Download: 11421/15848 items 107.1/176.3MB 60% complete (1.8M/s) |
3962 | 2024-12-13T21:25:55.836Z | [ host-image] Dec 13 21:25:53.838 INFO O| Dec 13 21:25:53.838 INFO O| Download: 19768/22774 items 169.3/199.6MB 84% complete (541k/s) |
3963 | 2024-12-13T21:25:56.025Z | [ recovery-image] Dec 13 21:25:54.028 INFO O| Dec 13 21:25:54.028 INFO O| Download: 11538/15848 items 111.5/176.3MB 63% complete (762k/s) |
3964 | 2024-12-13T21:25:58.147Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3965 | 2024-12-13T21:26:00.841Z | [ host-image] Dec 13 21:25:58.841 INFO O| Dec 13 21:25:58.841 INFO O| Download: 20136/22774 items 170.8/199.6MB 85% complete (524k/s) |
3966 | 2024-12-13T21:26:01.225Z | [ recovery-image] Dec 13 21:25:59.226 INFO O| Dec 13 21:25:59.226 INFO O| Download: 11947/15848 items 135.4/176.3MB 76% complete (2.9M/s) |
3967 | 2024-12-13T21:26:01.611Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3968 | 2024-12-13T21:26:02.519Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3969 | 2024-12-13T21:26:06.361Z | [ host-image] Dec 13 21:26:04.362 INFO O| Dec 13 21:26:04.362 INFO O| Download: 20653/22774 items 172.5/199.6MB 86% complete (381k/s) |
3970 | 2024-12-13T21:26:07.366Z | [ recovery-image] Dec 13 21:26:05.366 INFO O| Dec 13 21:26:05.366 INFO O| Download: 11995/15848 items 140.0/176.3MB 79% complete (3.5M/s) |
3971 | 2024-12-13T21:26:12.444Z | [ recovery-image] Dec 13 21:26:10.445 INFO O| Dec 13 21:26:10.445 INFO O| Download: 12596/15848 items 142.1/176.3MB 80% complete (330k/s) |
3972 | 2024-12-13T21:26:14.107Z | [ host-image] Dec 13 21:26:12.107 INFO O| Dec 13 21:26:12.107 INFO O| Download: 20809/22774 items 174.0/199.6MB 87% complete (362k/s) |
3973 | 2024-12-13T21:26:19.147Z | [ host-image] Dec 13 21:26:17.144 INFO O| Dec 13 21:26:17.144 INFO O| Download: 20981/22774 items 178.9/199.6MB 89% complete (499k/s) |
3974 | 2024-12-13T21:26:19.394Z | [ recovery-image] Dec 13 21:26:17.394 INFO O| Dec 13 21:26:17.394 INFO O| Download: 13020/15848 items 143.8/176.3MB 81% complete (456k/s) |
3975 | 2024-12-13T21:26:24.160Z | [ host-image] Dec 13 21:26:22.159 INFO O| Dec 13 21:26:22.159 INFO O| Download: 21124/22774 items 179.5/199.6MB 89% complete (583k/s) |
3976 | 2024-12-13T21:26:24.397Z | [ recovery-image] Dec 13 21:26:22.396 INFO O| Dec 13 21:26:22.396 INFO O| Download: 13513/15848 items 145.8/176.3MB 82% complete (275k/s) |
3977 | 2024-12-13T21:26:29.414Z | [ recovery-image] Dec 13 21:26:27.412 INFO O| Dec 13 21:26:27.412 INFO O| Download: 14045/15848 items 148.6/176.3MB 84% complete (527k/s) |
3978 | 2024-12-13T21:26:29.512Z | [ host-image] Dec 13 21:26:27.510 INFO O| Dec 13 21:26:27.510 INFO O| Download: 21586/22774 items 183.5/199.6MB 91% complete (489k/s) |
3979 | 2024-12-13T21:26:34.779Z | [ recovery-image] Dec 13 21:26:32.777 INFO O| Dec 13 21:26:32.777 INFO O| Download: 14667/15848 items 150.6/176.3MB 85% complete (503k/s) |
3980 | 2024-12-13T21:26:35.915Z | [ host-image] Dec 13 21:26:33.912 INFO O| Dec 13 21:26:33.912 INFO O| Download: 21588/22774 items 183.5/199.6MB 91% complete (483k/s) |
3981 | 2024-12-13T21:26:40.844Z | [ recovery-image] Dec 13 21:26:38.841 INFO O| Dec 13 21:26:38.841 INFO O| Download: 14715/15848 items 151.9/176.3MB 86% complete (301k/s) |
3982 | 2024-12-13T21:26:42.018Z | [ host-image] Dec 13 21:26:40.015 INFO O| Dec 13 21:26:40.015 INFO O| Download: 21962/22774 items 191.6/199.6MB 96% complete (1.7M/s) |
3983 | 2024-12-13T21:26:45.867Z | [ recovery-image] Dec 13 21:26:43.864 INFO O| Dec 13 21:26:43.863 INFO O| Download: 15002/15848 items 157.7/176.3MB 89% complete (847k/s) |
3984 | 2024-12-13T21:26:49.791Z | [ host-image] Dec 13 21:26:47.787 INFO O| Dec 13 21:26:47.787 INFO O| Download: 22026/22774 items 192.3/199.6MB 96% complete (1.1M/s) |
3985 | 2024-12-13T21:26:50.867Z | [ recovery-image] Dec 13 21:26:48.864 INFO O| Dec 13 21:26:48.863 INFO O| Download: 15269/15848 items 161.0/176.3MB 91% complete (930k/s) |
3986 | 2024-12-13T21:26:54.799Z | [ host-image] Dec 13 21:26:52.794 INFO O| Dec 13 21:26:52.794 INFO O| Download: 22627/22774 items 198.6/199.6MB 99% complete (648k/s) |
3987 | 2024-12-13T21:26:56.534Z | [ host-image] Dec 13 21:26:54.529 INFO O| Dec 13 21:26:54.529 INFO O| Download: Completed 199.56 MB in 270.98 seconds (752k/s) |
3988 | 2024-12-13T21:26:56.979Z | [ recovery-image] Dec 13 21:26:54.974 INFO O| Dec 13 21:26:54.974 INFO O| Download: 15295/15848 items 161.0/176.3MB 91% complete (707k/s) |
3989 | 2024-12-13T21:26:58.055Z | [ host-image] Dec 13 21:26:56.050 INFO O| Dec 13 21:26:56.050 INFO O| Actions: 1/49471 actions (Installing new actions) |
3990 | 2024-12-13T21:27:02.256Z | [ recovery-image] Dec 13 21:27:00.249 INFO O| Dec 13 21:27:00.249 INFO O| Download: 15558/15848 items 169.1/176.3MB 95% complete (835k/s) |
3991 | 2024-12-13T21:27:03.058Z | [ host-image] Dec 13 21:27:01.053 INFO O| Dec 13 21:27:01.053 INFO O| Actions: 10690/49471 actions (Installing new actions) |
3992 | 2024-12-13T21:27:08.011Z | [ recovery-image] Dec 13 21:27:06.004 INFO O| Dec 13 21:27:06.004 INFO O| Download: 15608/15848 items 169.6/176.3MB 96% complete (972k/s) |
3993 | 2024-12-13T21:27:08.059Z | [ host-image] Dec 13 21:27:06.053 INFO O| Dec 13 21:27:06.053 INFO O| Actions: 19333/49471 actions (Installing new actions) |
3994 | 2024-12-13T21:27:13.060Z | [ host-image] Dec 13 21:27:11.053 INFO O| Dec 13 21:27:11.053 INFO O| Actions: 26407/49471 actions (Installing new actions) |
3995 | 2024-12-13T21:27:13.748Z | [ recovery-image] Dec 13 21:27:11.742 INFO O| Dec 13 21:27:11.742 INFO O| Download: 15658/15848 items 170.4/176.3MB 96% complete (134k/s) |
3996 | 2024-12-13T21:27:16.147Z | [ recovery-image] Dec 13 21:27:14.141 INFO O| Dec 13 21:27:14.141 INFO O| Download: Completed 176.29 MB in 270.08 seconds (666k/s) |
3997 | 2024-12-13T21:27:16.547Z | [ host-image] Dec 13 21:27:14.540 INFO O| Dec 13 21:27:14.540 INFO O| Actions: Completed 49471 actions in 18.48 seconds. |
3998 | 2024-12-13T21:27:17.227Z | [ host-image] Dec 13 21:27:15.220 INFO O| Dec 13 21:27:15.220 INFO O| Done |
3999 | 2024-12-13T21:27:17.227Z | [ host-image] Dec 13 21:27:15.220 INFO O| Dec 13 21:27:15.220 INFO O| Done |
4000 | 2024-12-13T21:27:18.587Z | [ recovery-image] Dec 13 21:27:16.580 INFO O| Dec 13 21:27:16.580 INFO O| Actions: 1/25014 actions (Installing new actions) |
4001 | 2024-12-13T21:27:18.860Z | [ host-image] Dec 13 21:27:16.853 INFO O| Dec 13 21:27:16.852 INFO O| Done |
4002 | 2024-12-13T21:27:21.597Z | [ host-image] Dec 13 21:27:19.590 INFO O| Dec 13 21:27:19.590 INFO O| Done |
4003 | 2024-12-13T21:27:21.637Z | [ host-image] Dec 13 21:27:19.630 INFO O| Dec 13 21:27:19.630 INFO O| Done |
4004 | 2024-12-13T21:27:23.588Z | [ recovery-image] Dec 13 21:27:21.581 INFO O| Dec 13 21:27:21.580 INFO O| Actions: 8203/25014 actions (Installing new actions) |
4005 | 2024-12-13T21:27:28.589Z | [ recovery-image] Dec 13 21:27:26.581 INFO O| Dec 13 21:27:26.581 INFO O| Actions: 15544/25014 actions (Installing new actions) |
4006 | 2024-12-13T21:27:29.171Z | [ host-image] Dec 13 21:27:27.163 INFO O| Dec 13 21:27:27.163 INFO O| Done |
4007 | 2024-12-13T21:27:30.303Z | [ host-image] Dec 13 21:27:28.294 INFO O| Dec 13 21:27:28.294 INFO O| Done |
4008 | 2024-12-13T21:27:30.886Z | [ host-image] Dec 13 21:27:28.863 INFO O| Dec 13 21:27:28.863 INFO STEP 11 (pkg_install) COMPLETE |
4009 | 2024-12-13T21:27:30.888Z | [ host-image] Dec 13 21:27:28.863 INFO O| Dec 13 21:27:28.863 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4010 | 2024-12-13T21:27:31.014Z | [ host-image] Dec 13 21:27:29.005 INFO O| Dec 13 21:27:29.005 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"] |
4011 | 2024-12-13T21:27:33.009Z | [ host-image] Dec 13 21:27:31.000 INFO O| Dec 13 21:27:31.000 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4012 | 2024-12-13T21:27:33.408Z | [ recovery-image] Dec 13 21:27:31.399 INFO O| Dec 13 21:27:31.399 INFO O| Actions: Completed 25014 actions in 14.82 seconds. |
4013 | 2024-12-13T21:27:34.138Z | [ recovery-image] Dec 13 21:27:32.130 INFO O| Dec 13 21:27:32.130 INFO O| Done |
4014 | 2024-12-13T21:27:34.138Z | [ recovery-image] Dec 13 21:27:32.130 INFO O| Dec 13 21:27:32.130 INFO O| Done |
4015 | 2024-12-13T21:27:35.694Z | [ recovery-image] Dec 13 21:27:33.685 INFO O| Dec 13 21:27:33.685 INFO O| Done |
4016 | 2024-12-13T21:27:37.769Z | [ recovery-image] Dec 13 21:27:35.760 INFO O| Dec 13 21:27:35.760 INFO O| Done |
4017 | 2024-12-13T21:27:37.790Z | [ recovery-image] Dec 13 21:27:35.781 INFO O| Dec 13 21:27:35.781 INFO O| Done |
4018 | 2024-12-13T21:27:38.338Z | [ host-image] Dec 13 21:27:36.329 INFO O| Dec 13 21:27:36.329 INFO O| Planning: Solver setup ... Done |
4019 | 2024-12-13T21:27:38.345Z | [ host-image] Dec 13 21:27:36.336 INFO O| Dec 13 21:27:36.336 INFO O| Planning: Running solver ... Done |
4020 | 2024-12-13T21:27:38.467Z | [ host-image] Dec 13 21:27:36.457 INFO O| Dec 13 21:27:36.457 INFO O| Planning: Finding local manifests ... Done |
4021 | 2024-12-13T21:27:38.469Z | [ host-image] Dec 13 21:27:36.459 INFO O| Dec 13 21:27:36.459 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4022 | 2024-12-13T21:27:38.780Z | [ host-image] Dec 13 21:27:36.771 INFO O| Dec 13 21:27:36.771 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4023 | 2024-12-13T21:27:38.822Z | [ host-image] Dec 13 21:27:36.813 INFO O| Dec 13 21:27:36.813 INFO O| Planning: Package planning ... Done |
4024 | 2024-12-13T21:27:38.829Z | [ host-image] Dec 13 21:27:36.820 INFO O| Dec 13 21:27:36.820 INFO O| Planning: Merging actions ... Done |
4025 | 2024-12-13T21:27:38.996Z | [ host-image] Dec 13 21:27:36.987 INFO O| Dec 13 21:27:36.987 INFO O| Planning: Checking for conflicting actions ... Done |
4026 | 2024-12-13T21:27:38.999Z | [ host-image] Dec 13 21:27:36.989 INFO O| Dec 13 21:27:36.989 INFO O| Planning: Consolidating action changes ... Done |
4027 | 2024-12-13T21:27:39.395Z | [ host-image] Dec 13 21:27:37.386 INFO O| Dec 13 21:27:37.386 INFO O| Planning: Evaluating mediators ... Done |
4028 | 2024-12-13T21:27:39.398Z | [ host-image] Dec 13 21:27:37.388 INFO O| Dec 13 21:27:37.388 INFO O| Planning: Planning completed in 6.39 seconds |
4029 | 2024-12-13T21:27:39.400Z | [ host-image] Dec 13 21:27:37.391 INFO O| Dec 13 21:27:37.391 INFO O| Packages to install: 5 |
4030 | 2024-12-13T21:27:39.400Z | [ host-image] Dec 13 21:27:37.391 INFO O| Dec 13 21:27:37.391 INFO O| Services to change: 2 |
4031 | 2024-12-13T21:27:39.421Z | [ host-image] Dec 13 21:27:37.411 INFO O| Dec 13 21:27:37.411 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4032 | 2024-12-13T21:27:40.906Z | [ host-image] Dec 13 21:27:38.897 INFO O| Dec 13 21:27:38.897 INFO O| Download: Completed 1.44 MB in 1.49 seconds (993k/s) |
4033 | 2024-12-13T21:27:41.161Z | [ host-image] Dec 13 21:27:39.151 INFO O| Dec 13 21:27:39.151 INFO O| Actions: 1/305 actions (Installing new actions) |
4034 | 2024-12-13T21:27:41.379Z | [ host-image] Dec 13 21:27:39.370 INFO O| Dec 13 21:27:39.370 INFO O| Actions: Completed 305 actions in 0.22 seconds. |
4035 | 2024-12-13T21:27:41.868Z | [ host-image] Dec 13 21:27:39.858 INFO O| Dec 13 21:27:39.858 INFO O| Done |
4036 | 2024-12-13T21:27:41.868Z | [ host-image] Dec 13 21:27:39.858 INFO O| Dec 13 21:27:39.858 INFO O| Done |
4037 | 2024-12-13T21:27:42.622Z | [ recovery-image] Dec 13 21:27:40.612 INFO O| Dec 13 21:27:40.612 INFO O| Done |
4038 | 2024-12-13T21:27:43.180Z | [ recovery-image] Dec 13 21:27:41.170 INFO O| Dec 13 21:27:41.170 INFO O| Done |
4039 | 2024-12-13T21:27:43.228Z | [ host-image] Dec 13 21:27:41.216 INFO O| Dec 13 21:27:41.216 INFO O| Done |
4040 | 2024-12-13T21:27:43.714Z | [ recovery-image] Dec 13 21:27:41.704 INFO O| Dec 13 21:27:41.704 INFO STEP 11 (pkg_install) COMPLETE |
4041 | 2024-12-13T21:27:43.715Z | [ recovery-image] Dec 13 21:27:41.705 INFO O| Dec 13 21:27:41.704 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4042 | 2024-12-13T21:27:43.717Z | [ recovery-image] Dec 13 21:27:41.705 INFO O| Dec 13 21:27:41.704 INFO skip step because feature "recovery" is enabled |
4043 | 2024-12-13T21:27:43.717Z | [ recovery-image] Dec 13 21:27:41.705 INFO O| Dec 13 21:27:41.704 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4044 | 2024-12-13T21:27:43.717Z | [ recovery-image] Dec 13 21:27:41.705 INFO O| Dec 13 21:27:41.704 INFO skip step because feature "omicron1" is not enabled |
4045 | 2024-12-13T21:27:43.717Z | [ recovery-image] Dec 13 21:27:41.705 INFO O| Dec 13 21:27:41.705 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4046 | 2024-12-13T21:27:43.739Z | [ recovery-image] Dec 13 21:27:41.724 INFO O| Dec 13 21:27:41.723 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4047 | 2024-12-13T21:27:44.861Z | [ recovery-image] Dec 13 21:27:42.851 INFO O| Dec 13 21:27:42.851 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4048 | 2024-12-13T21:27:45.862Z | [ host-image] Dec 13 21:27:43.850 INFO O| Dec 13 21:27:43.850 INFO O| Done |
4049 | 2024-12-13T21:27:45.940Z | [ host-image] Dec 13 21:27:43.930 INFO O| Dec 13 21:27:43.929 INFO O| Done |
4050 | 2024-12-13T21:27:45.949Z | [ host-image] Dec 13 21:27:43.930 INFO O| Dec 13 21:27:43.930 INFO O| Done |
4051 | 2024-12-13T21:27:45.970Z | [ host-image] Dec 13 21:27:43.960 INFO O| Dec 13 21:27:43.960 INFO O| Done |
4052 | 2024-12-13T21:27:46.169Z | [ host-image] Dec 13 21:27:44.159 INFO O| Dec 13 21:27:44.159 INFO STEP 12 (pkg_install) COMPLETE |
4053 | 2024-12-13T21:27:46.169Z | [ host-image] Dec 13 21:27:44.159 INFO O| Dec 13 21:27:44.159 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4054 | 2024-12-13T21:27:46.189Z | [ host-image] Dec 13 21:27:44.178 INFO O| Dec 13 21:27:44.178 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4055 | 2024-12-13T21:27:47.341Z | [ host-image] Dec 13 21:27:45.330 INFO O| Dec 13 21:27:45.330 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4056 | 2024-12-13T21:27:49.302Z | [ recovery-image] Dec 13 21:27:47.291 INFO O| Dec 13 21:27:47.291 INFO O| Planning: Solver setup ... Done |
4057 | 2024-12-13T21:27:49.310Z | [ recovery-image] Dec 13 21:27:47.296 INFO O| Dec 13 21:27:47.296 INFO O| Planning: Running solver ... Done |
4058 | 2024-12-13T21:27:49.418Z | [ recovery-image] Dec 13 21:27:47.407 INFO O| Dec 13 21:27:47.407 INFO O| Planning: Finding local manifests ... Done |
4059 | 2024-12-13T21:27:49.420Z | [ recovery-image] Dec 13 21:27:47.409 INFO O| Dec 13 21:27:47.409 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4060 | 2024-12-13T21:27:49.624Z | [ recovery-image] Dec 13 21:27:47.613 INFO O| Dec 13 21:27:47.613 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4061 | 2024-12-13T21:27:49.668Z | [ recovery-image] Dec 13 21:27:47.657 INFO O| Dec 13 21:27:47.657 INFO O| Planning: Package planning ... Done |
4062 | 2024-12-13T21:27:49.671Z | [ recovery-image] Dec 13 21:27:47.658 INFO O| Dec 13 21:27:47.658 INFO O| Planning: Merging actions ... Done |
4063 | 2024-12-13T21:27:49.752Z | [ recovery-image] Dec 13 21:27:47.741 INFO O| Dec 13 21:27:47.741 INFO O| Planning: Checking for conflicting actions ... Done |
4064 | 2024-12-13T21:27:49.756Z | [ recovery-image] Dec 13 21:27:47.742 INFO O| Dec 13 21:27:47.742 INFO O| Planning: Consolidating action changes ... Done |
4065 | 2024-12-13T21:27:50.081Z | [ recovery-image] Dec 13 21:27:48.070 INFO O| Dec 13 21:27:48.070 INFO O| Planning: Evaluating mediators ... Done |
4066 | 2024-12-13T21:27:50.087Z | [ recovery-image] Dec 13 21:27:48.071 INFO O| Dec 13 21:27:48.071 INFO O| Planning: Planning completed in 5.22 seconds |
4067 | 2024-12-13T21:27:50.087Z | [ recovery-image] Dec 13 21:27:48.073 INFO O| Dec 13 21:27:48.073 INFO O| Packages to install: 1 |
4068 | 2024-12-13T21:27:50.104Z | [ recovery-image] Dec 13 21:27:48.093 INFO O| Dec 13 21:27:48.093 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4069 | 2024-12-13T21:27:51.339Z | [ recovery-image] Dec 13 21:27:49.186 INFO O| Dec 13 21:27:49.186 INFO O| Download: Completed 9.99 MB in 1.09 seconds (9.1M/s) |
4070 | 2024-12-13T21:27:51.346Z | [ recovery-image] Dec 13 21:27:49.229 INFO O| Dec 13 21:27:49.229 INFO O| Actions: 1/22 actions (Installing new actions) |
4071 | 2024-12-13T21:27:51.433Z | [ host-image] Dec 13 21:27:49.422 INFO O| Dec 13 21:27:49.422 INFO O| Planning: Solver setup ... Done |
4072 | 2024-12-13T21:27:51.439Z | [ host-image] Dec 13 21:27:49.429 INFO O| Dec 13 21:27:49.429 INFO O| Planning: Running solver ... Done |
4073 | 2024-12-13T21:27:51.552Z | [ host-image] Dec 13 21:27:49.541 INFO O| Dec 13 21:27:49.541 INFO O| Planning: Finding local manifests ... Done |
4074 | 2024-12-13T21:27:51.557Z | [ host-image] Dec 13 21:27:49.543 INFO O| Dec 13 21:27:49.543 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4075 | 2024-12-13T21:27:51.669Z | [ recovery-image] Dec 13 21:27:49.658 INFO O| Dec 13 21:27:49.658 INFO O| Actions: Completed 22 actions in 0.43 seconds. |
4076 | 2024-12-13T21:27:51.950Z | [ host-image] Dec 13 21:27:49.939 INFO O| Dec 13 21:27:49.939 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4077 | 2024-12-13T21:27:52.034Z | [ host-image] Dec 13 21:27:50.014 INFO O| Dec 13 21:27:50.014 INFO O| Planning: Package planning ... Done |
4078 | 2024-12-13T21:27:52.081Z | [ host-image] Dec 13 21:27:50.070 INFO O| Dec 13 21:27:50.070 INFO O| Planning: Merging actions ... Done |
4079 | 2024-12-13T21:27:52.125Z | [ recovery-image] Dec 13 21:27:50.111 INFO O| Dec 13 21:27:50.110 INFO O| Done |
4080 | 2024-12-13T21:27:52.125Z | [ recovery-image] Dec 13 21:27:50.111 INFO O| Dec 13 21:27:50.111 INFO O| Done |
4081 | 2024-12-13T21:27:52.233Z | [ host-image] Dec 13 21:27:50.222 INFO O| Dec 13 21:27:50.222 INFO O| Planning: Checking for conflicting actions ... Done |
4082 | 2024-12-13T21:27:52.245Z | [ host-image] Dec 13 21:27:50.233 INFO O| Dec 13 21:27:50.233 INFO O| Planning: Consolidating action changes ... Done |
4083 | 2024-12-13T21:27:52.818Z | [ host-image] Dec 13 21:27:50.807 INFO O| Dec 13 21:27:50.807 INFO O| Planning: Evaluating mediators ... Done |
4084 | 2024-12-13T21:27:52.837Z | [ host-image] Dec 13 21:27:50.826 INFO O| Dec 13 21:27:50.825 INFO O| Planning: Planning completed in 5.49 seconds |
4085 | 2024-12-13T21:27:52.839Z | [ host-image] Dec 13 21:27:50.828 INFO O| Dec 13 21:27:50.828 INFO O| Packages to install: 6 |
4086 | 2024-12-13T21:27:52.839Z | [ host-image] Dec 13 21:27:50.828 INFO O| Dec 13 21:27:50.828 INFO O| Mediators to change: 1 |
4087 | 2024-12-13T21:27:52.839Z | [ host-image] Dec 13 21:27:50.828 INFO O| Dec 13 21:27:50.828 INFO O| Services to change: 1 |
4088 | 2024-12-13T21:27:52.884Z | [ host-image] Dec 13 21:27:50.873 INFO O| Dec 13 21:27:50.873 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4089 | 2024-12-13T21:27:53.442Z | [ recovery-image] Dec 13 21:27:51.431 INFO O| Dec 13 21:27:51.430 INFO O| Done |
4090 | 2024-12-13T21:27:55.192Z | [ recovery-image] Dec 13 21:27:53.167 INFO O| Dec 13 21:27:53.167 INFO O| Done |
4091 | 2024-12-13T21:27:55.202Z | [ recovery-image] Dec 13 21:27:53.191 INFO O| Dec 13 21:27:53.190 INFO O| Done |
4092 | 2024-12-13T21:27:55.205Z | [ recovery-image] Dec 13 21:27:53.191 INFO O| Dec 13 21:27:53.191 INFO O| Done |
4093 | 2024-12-13T21:27:55.232Z | [ recovery-image] Dec 13 21:27:53.208 INFO O| Dec 13 21:27:53.208 INFO O| Done |
4094 | 2024-12-13T21:27:55.383Z | [ recovery-image] Dec 13 21:27:53.371 INFO O| Dec 13 21:27:53.371 INFO STEP 14 (pkg_install) COMPLETE |
4095 | 2024-12-13T21:27:55.383Z | [ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4096 | 2024-12-13T21:27:55.389Z | [ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO skip step because feature "mfg" is not enabled |
4097 | 2024-12-13T21:27:55.389Z | [ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4098 | 2024-12-13T21:27:55.389Z | [ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO skip step because feature "compliance" is not enabled |
4099 | 2024-12-13T21:27:55.389Z | [ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4100 | 2024-12-13T21:27:55.389Z | [ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO skip step because feature "stress" is not enabled |
4101 | 2024-12-13T21:27:55.389Z | [ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4102 | 2024-12-13T21:27:55.389Z | [ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.372 INFO skip step because feature "nfs" is not enabled |
4103 | 2024-12-13T21:27:55.389Z | [ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.372 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4104 | 2024-12-13T21:27:55.389Z | [ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.372 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4105 | 2024-12-13T21:27:55.560Z | [ recovery-image] Dec 13 21:27:53.549 INFO O| Dec 13 21:27:53.549 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4106 | 2024-12-13T21:27:55.690Z | [ recovery-image] Dec 13 21:27:53.679 INFO O| Dec 13 21:27:53.679 INFO completed processing gimlet/ramdisk-01-os |
4107 | 2024-12-13T21:27:55.694Z | [ recovery-image] Dec 13 21:27:53.682 INFO image builder template: ramdisk-02-trim... |
4108 | 2024-12-13T21:27:55.696Z | [ recovery-image] Dec 13 21:27:53.682 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/.tmpFbsOmv/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 |
4109 | 2024-12-13T21:27:55.735Z | [ recovery-image] Dec 13 21:27:53.724 INFO O| Dec 13 21:27:53.724 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4110 | 2024-12-13T21:27:55.742Z | [ recovery-image] Dec 13 21:27:53.731 INFO O| Dec 13 21:27:53.731 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4111 | 2024-12-13T21:27:55.859Z | [ recovery-image] Dec 13 21:27:53.847 INFO O| Dec 13 21:27:53.847 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4112 | 2024-12-13T21:27:55.995Z | [ recovery-image] Dec 13 21:27:53.982 INFO O| Dec 13 21:27:53.982 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4113 | 2024-12-13T21:27:56.001Z | [ recovery-image] Dec 13 21:27:53.982 INFO O| Dec 13 21:27:53.982 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4114 | 2024-12-13T21:27:56.007Z | [ recovery-image] Dec 13 21:27:53.992 INFO O| Dec 13 21:27:53.992 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4115 | 2024-12-13T21:27:56.012Z | [ recovery-image] Dec 13 21:27:54.000 INFO O| Dec 13 21:27:54.000 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4116 | 2024-12-13T21:27:56.022Z | [ recovery-image] Dec 13 21:27:54.010 INFO O| Dec 13 21:27:54.010 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4117 | 2024-12-13T21:27:56.606Z | [ recovery-image] Dec 13 21:27:54.593 INFO O| Dec 13 21:27:54.593 INFO rolled back to input snapshot; work may begin |
4118 | 2024-12-13T21:27:56.606Z | [ recovery-image] Dec 13 21:27:54.593 INFO O| Dec 13 21:27:54.593 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4119 | 2024-12-13T21:27:56.613Z | [ recovery-image] Dec 13 21:27:54.602 INFO O| Dec 13 21:27:54.601 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4120 | 2024-12-13T21:27:56.632Z | [ recovery-image] Dec 13 21:27:54.620 INFO O| Dec 13 21:27:54.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4121 | 2024-12-13T21:27:56.752Z | [ recovery-image] Dec 13 21:27:54.741 INFO O| Dec 13 21:27:54.741 INFO STEP 0 (remove_files) COMPLETE |
4122 | 2024-12-13T21:27:56.753Z | [ recovery-image] Dec 13 21:27:54.741 INFO O| Dec 13 21:27:54.741 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4123 | 2024-12-13T21:27:56.771Z | [ recovery-image] Dec 13 21:27:54.759 INFO O| Dec 13 21:27:54.759 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4124 | 2024-12-13T21:27:56.774Z | [ recovery-image] Dec 13 21:27:54.762 INFO O| Dec 13 21:27:54.762 INFO STEP 1 (remove_files) COMPLETE |
4125 | 2024-12-13T21:27:56.774Z | [ recovery-image] Dec 13 21:27:54.762 INFO O| Dec 13 21:27:54.762 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4126 | 2024-12-13T21:27:56.792Z | [ recovery-image] Dec 13 21:27:54.780 INFO O| Dec 13 21:27:54.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4127 | 2024-12-13T21:27:56.821Z | [ recovery-image] Dec 13 21:27:54.809 INFO O| Dec 13 21:27:54.809 INFO STEP 2 (remove_files) COMPLETE |
4128 | 2024-12-13T21:27:56.821Z | [ recovery-image] Dec 13 21:27:54.809 INFO O| Dec 13 21:27:54.809 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4129 | 2024-12-13T21:27:56.846Z | [ recovery-image] Dec 13 21:27:54.834 INFO O| Dec 13 21:27:54.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4130 | 2024-12-13T21:27:56.849Z | [ recovery-image] Dec 13 21:27:54.837 INFO O| Dec 13 21:27:54.837 INFO STEP 3 (remove_files) COMPLETE |
4131 | 2024-12-13T21:27:56.849Z | [ recovery-image] Dec 13 21:27:54.837 INFO O| Dec 13 21:27:54.837 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4132 | 2024-12-13T21:27:56.874Z | [ recovery-image] Dec 13 21:27:54.863 INFO O| Dec 13 21:27:54.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4133 | 2024-12-13T21:27:56.881Z | [ recovery-image] Dec 13 21:27:54.869 INFO O| Dec 13 21:27:54.869 INFO STEP 4 (remove_files) COMPLETE |
4134 | 2024-12-13T21:27:56.881Z | [ recovery-image] Dec 13 21:27:54.869 INFO O| Dec 13 21:27:54.869 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4135 | 2024-12-13T21:27:56.902Z | [ recovery-image] Dec 13 21:27:54.891 INFO O| Dec 13 21:27:54.890 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4136 | 2024-12-13T21:27:56.905Z | [ recovery-image] Dec 13 21:27:54.891 INFO O| Dec 13 21:27:54.891 INFO STEP 5 (remove_files) COMPLETE |
4137 | 2024-12-13T21:27:56.905Z | [ recovery-image] Dec 13 21:27:54.891 INFO O| Dec 13 21:27:54.891 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-13T21:27:57.001Z | [ recovery-image] Dec 13 21:27:54.989 INFO O| Dec 13 21:27:54.989 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4139 | 2024-12-13T21:27:57.022Z | [ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO STEP 6 (remove_files) COMPLETE |
4140 | 2024-12-13T21:27:57.022Z | [ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4141 | 2024-12-13T21:27:57.022Z | [ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO skip step because feature "recovery" is enabled |
4142 | 2024-12-13T21:27:57.022Z | [ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4143 | 2024-12-13T21:27:57.022Z | [ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO skip step because feature "recovery" is enabled |
4144 | 2024-12-13T21:27:57.025Z | [ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4145 | 2024-12-13T21:27:57.025Z | [ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO skip step because feature "recovery" is enabled |
4146 | 2024-12-13T21:27:57.025Z | [ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-13T21:27:57.085Z | [ recovery-image] Dec 13 21:27:55.073 INFO O| Dec 13 21:27:55.073 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4148 | 2024-12-13T21:27:57.092Z | [ recovery-image] Dec 13 21:27:55.079 INFO O| Dec 13 21:27:55.079 INFO STEP 10 (remove_files) COMPLETE |
4149 | 2024-12-13T21:27:57.092Z | [ recovery-image] Dec 13 21:27:55.079 INFO O| Dec 13 21:27:55.079 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-13T21:27:57.110Z | [ recovery-image] Dec 13 21:27:55.098 INFO O| Dec 13 21:27:55.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4151 | 2024-12-13T21:27:57.114Z | [ recovery-image] Dec 13 21:27:55.100 INFO O| Dec 13 21:27:55.100 INFO STEP 11 (remove_files) COMPLETE |
4152 | 2024-12-13T21:27:57.114Z | [ recovery-image] Dec 13 21:27:55.100 INFO O| Dec 13 21:27:55.100 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-13T21:27:57.131Z | [ recovery-image] Dec 13 21:27:55.119 INFO O| Dec 13 21:27:55.118 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4154 | 2024-12-13T21:27:57.135Z | [ recovery-image] Dec 13 21:27:55.121 INFO O| Dec 13 21:27:55.121 INFO STEP 12 (remove_files) COMPLETE |
4155 | 2024-12-13T21:27:57.135Z | [ recovery-image] Dec 13 21:27:55.121 INFO O| Dec 13 21:27:55.121 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-13T21:27:57.172Z | [ recovery-image] Dec 13 21:27:55.161 INFO O| Dec 13 21:27:55.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4157 | 2024-12-13T21:27:57.462Z | [ recovery-image] Dec 13 21:27:55.450 INFO O| Dec 13 21:27:55.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4158 | 2024-12-13T21:27:57.535Z | [ recovery-image] Dec 13 21:27:55.523 INFO O| Dec 13 21:27:55.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4159 | 2024-12-13T21:27:57.538Z | [ recovery-image] Dec 13 21:27:55.525 INFO O| Dec 13 21:27:55.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4160 | 2024-12-13T21:27:57.541Z | [ recovery-image] Dec 13 21:27:55.529 INFO O| Dec 13 21:27:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4161 | 2024-12-13T21:27:57.577Z | [ recovery-image] Dec 13 21:27:55.564 INFO O| Dec 13 21:27:55.563 INFO STEP 13 (remove_files) COMPLETE |
4162 | 2024-12-13T21:27:57.577Z | [ recovery-image] Dec 13 21:27:55.564 INFO O| Dec 13 21:27:55.564 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4163 | 2024-12-13T21:27:57.621Z | [ recovery-image] Dec 13 21:27:55.609 INFO O| Dec 13 21:27:55.609 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4164 | 2024-12-13T21:27:57.624Z | [ recovery-image] Dec 13 21:27:55.612 INFO O| Dec 13 21:27:55.612 INFO STEP 14 (remove_files) COMPLETE |
4165 | 2024-12-13T21:27:57.628Z | [ recovery-image] Dec 13 21:27:55.612 INFO O| Dec 13 21:27:55.612 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4166 | 2024-12-13T21:27:57.642Z | [ recovery-image] Dec 13 21:27:55.630 INFO O| Dec 13 21:27:55.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4167 | 2024-12-13T21:27:57.653Z | [ recovery-image] Dec 13 21:27:55.641 INFO O| Dec 13 21:27:55.641 INFO STEP 15 (remove_files) COMPLETE |
4168 | 2024-12-13T21:27:57.653Z | [ recovery-image] Dec 13 21:27:55.641 INFO O| Dec 13 21:27:55.641 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4169 | 2024-12-13T21:27:57.672Z | [ recovery-image] Dec 13 21:27:55.660 INFO O| Dec 13 21:27:55.660 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4170 | 2024-12-13T21:27:57.675Z | [ recovery-image] Dec 13 21:27:55.661 INFO O| Dec 13 21:27:55.661 INFO STEP 16 (remove_files) COMPLETE |
4171 | 2024-12-13T21:27:57.675Z | [ recovery-image] Dec 13 21:27:55.661 INFO O| Dec 13 21:27:55.661 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4172 | 2024-12-13T21:27:57.692Z | [ recovery-image] Dec 13 21:27:55.680 INFO O| Dec 13 21:27:55.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4173 | 2024-12-13T21:27:57.695Z | [ recovery-image] Dec 13 21:27:55.683 INFO O| Dec 13 21:27:55.683 INFO STEP 17 (remove_files) COMPLETE |
4174 | 2024-12-13T21:27:57.695Z | [ recovery-image] Dec 13 21:27:55.683 INFO O| Dec 13 21:27:55.683 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4175 | 2024-12-13T21:27:57.712Z | [ recovery-image] Dec 13 21:27:55.701 INFO O| Dec 13 21:27:55.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4176 | 2024-12-13T21:27:57.712Z | [ recovery-image] Dec 13 21:27:55.701 INFO O| Dec 13 21:27:55.701 INFO STEP 18 (remove_files) COMPLETE |
4177 | 2024-12-13T21:27:57.712Z | [ recovery-image] Dec 13 21:27:55.701 INFO O| Dec 13 21:27:55.701 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4178 | 2024-12-13T21:27:57.730Z | [ recovery-image] Dec 13 21:27:55.719 INFO O| Dec 13 21:27:55.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4179 | 2024-12-13T21:27:57.731Z | [ recovery-image] Dec 13 21:27:55.719 INFO O| Dec 13 21:27:55.719 INFO STEP 19 (remove_files) COMPLETE |
4180 | 2024-12-13T21:27:57.731Z | [ recovery-image] Dec 13 21:27:55.719 INFO O| Dec 13 21:27:55.719 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4181 | 2024-12-13T21:27:57.748Z | [ recovery-image] Dec 13 21:27:55.737 INFO O| Dec 13 21:27:55.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4182 | 2024-12-13T21:27:57.748Z | [ recovery-image] Dec 13 21:27:55.737 INFO O| Dec 13 21:27:55.737 INFO STEP 20 (remove_files) COMPLETE |
4183 | 2024-12-13T21:27:57.748Z | [ recovery-image] Dec 13 21:27:55.737 INFO O| Dec 13 21:27:55.737 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4184 | 2024-12-13T21:27:57.773Z | [ recovery-image] Dec 13 21:27:55.761 INFO O| Dec 13 21:27:55.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4185 | 2024-12-13T21:27:57.773Z | [ recovery-image] Dec 13 21:27:55.761 INFO O| Dec 13 21:27:55.761 INFO STEP 21 (remove_files) COMPLETE |
4186 | 2024-12-13T21:27:57.773Z | [ recovery-image] Dec 13 21:27:55.761 INFO O| Dec 13 21:27:55.761 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4187 | 2024-12-13T21:27:57.791Z | [ recovery-image] Dec 13 21:27:55.779 INFO O| Dec 13 21:27:55.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4188 | 2024-12-13T21:27:57.791Z | [ recovery-image] Dec 13 21:27:55.779 INFO O| Dec 13 21:27:55.779 INFO STEP 22 (remove_files) COMPLETE |
4189 | 2024-12-13T21:27:57.791Z | [ recovery-image] Dec 13 21:27:55.779 INFO O| Dec 13 21:27:55.779 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4190 | 2024-12-13T21:27:57.808Z | [ recovery-image] Dec 13 21:27:55.795 INFO O| Dec 13 21:27:55.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4191 | 2024-12-13T21:27:57.808Z | [ recovery-image] Dec 13 21:27:55.795 INFO O| Dec 13 21:27:55.795 INFO STEP 23 (remove_files) COMPLETE |
4192 | 2024-12-13T21:27:57.808Z | [ recovery-image] Dec 13 21:27:55.795 INFO O| Dec 13 21:27:55.795 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4193 | 2024-12-13T21:27:57.822Z | [ recovery-image] Dec 13 21:27:55.811 INFO O| Dec 13 21:27:55.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4194 | 2024-12-13T21:27:57.822Z | [ recovery-image] Dec 13 21:27:55.811 INFO O| Dec 13 21:27:55.811 INFO STEP 24 (remove_files) COMPLETE |
4195 | 2024-12-13T21:27:57.822Z | [ recovery-image] Dec 13 21:27:55.811 INFO O| Dec 13 21:27:55.811 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4196 | 2024-12-13T21:27:57.841Z | [ recovery-image] Dec 13 21:27:55.826 INFO O| Dec 13 21:27:55.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4197 | 2024-12-13T21:27:57.841Z | [ recovery-image] Dec 13 21:27:55.827 INFO O| Dec 13 21:27:55.827 INFO STEP 25 (remove_files) COMPLETE |
4198 | 2024-12-13T21:27:57.841Z | [ recovery-image] Dec 13 21:27:55.827 INFO O| Dec 13 21:27:55.827 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4199 | 2024-12-13T21:27:57.874Z | [ recovery-image] Dec 13 21:27:55.862 INFO O| Dec 13 21:27:55.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4200 | 2024-12-13T21:27:57.874Z | [ recovery-image] Dec 13 21:27:55.862 INFO O| Dec 13 21:27:55.862 INFO STEP 26 (remove_files) COMPLETE |
4201 | 2024-12-13T21:27:57.874Z | [ recovery-image] Dec 13 21:27:55.862 INFO O| Dec 13 21:27:55.862 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4202 | 2024-12-13T21:27:57.896Z | [ recovery-image] Dec 13 21:27:55.879 INFO O| Dec 13 21:27:55.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4203 | 2024-12-13T21:27:57.896Z | [ recovery-image] Dec 13 21:27:55.879 INFO O| Dec 13 21:27:55.879 INFO STEP 27 (remove_files) COMPLETE |
4204 | 2024-12-13T21:27:57.896Z | [ recovery-image] Dec 13 21:27:55.879 INFO O| Dec 13 21:27:55.879 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4205 | 2024-12-13T21:27:57.934Z | [ recovery-image] Dec 13 21:27:55.894 INFO O| Dec 13 21:27:55.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4206 | 2024-12-13T21:27:57.934Z | [ recovery-image] Dec 13 21:27:55.894 INFO O| Dec 13 21:27:55.894 INFO STEP 28 (remove_files) COMPLETE |
4207 | 2024-12-13T21:27:57.934Z | [ recovery-image] Dec 13 21:27:55.894 INFO O| Dec 13 21:27:55.894 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4208 | 2024-12-13T21:27:57.958Z | [ recovery-image] Dec 13 21:27:55.911 INFO O| Dec 13 21:27:55.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4209 | 2024-12-13T21:27:57.958Z | [ recovery-image] Dec 13 21:27:55.911 INFO O| Dec 13 21:27:55.911 INFO STEP 29 (remove_files) COMPLETE |
4210 | 2024-12-13T21:27:57.958Z | [ recovery-image] Dec 13 21:27:55.911 INFO O| Dec 13 21:27:55.911 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4211 | 2024-12-13T21:27:57.958Z | [ recovery-image] Dec 13 21:27:55.927 INFO O| Dec 13 21:27:55.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4212 | 2024-12-13T21:27:57.958Z | [ recovery-image] Dec 13 21:27:55.927 INFO O| Dec 13 21:27:55.927 INFO STEP 30 (remove_files) COMPLETE |
4213 | 2024-12-13T21:27:57.958Z | [ recovery-image] Dec 13 21:27:55.927 INFO O| Dec 13 21:27:55.927 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4214 | 2024-12-13T21:27:57.962Z | [ recovery-image] Dec 13 21:27:55.943 INFO O| Dec 13 21:27:55.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4215 | 2024-12-13T21:27:57.962Z | [ recovery-image] Dec 13 21:27:55.943 INFO O| Dec 13 21:27:55.943 INFO STEP 31 (remove_files) COMPLETE |
4216 | 2024-12-13T21:27:57.963Z | [ recovery-image] Dec 13 21:27:55.943 INFO O| Dec 13 21:27:55.943 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4217 | 2024-12-13T21:27:57.975Z | [ recovery-image] Dec 13 21:27:55.961 INFO O| Dec 13 21:27:55.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4218 | 2024-12-13T21:27:57.975Z | [ recovery-image] Dec 13 21:27:55.961 INFO O| Dec 13 21:27:55.961 INFO STEP 32 (remove_files) COMPLETE |
4219 | 2024-12-13T21:27:57.975Z | [ recovery-image] Dec 13 21:27:55.961 INFO O| Dec 13 21:27:55.961 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4220 | 2024-12-13T21:27:57.991Z | [ recovery-image] Dec 13 21:27:55.979 INFO O| Dec 13 21:27:55.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4221 | 2024-12-13T21:27:57.991Z | [ recovery-image] Dec 13 21:27:55.979 INFO O| Dec 13 21:27:55.979 INFO STEP 33 (remove_files) COMPLETE |
4222 | 2024-12-13T21:27:57.991Z | [ recovery-image] Dec 13 21:27:55.979 INFO O| Dec 13 21:27:55.979 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4223 | 2024-12-13T21:27:57.991Z | [ host-image] Dec 13 21:27:55.979 INFO O| Dec 13 21:27:55.979 INFO O| Download: 1111/1140 items 6.5/8.4MB 76% complete (1.2M/s) |
4224 | 2024-12-13T21:27:58.011Z | [ recovery-image] Dec 13 21:27:55.997 INFO O| Dec 13 21:27:55.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4225 | 2024-12-13T21:27:58.011Z | [ recovery-image] Dec 13 21:27:55.997 INFO O| Dec 13 21:27:55.997 INFO STEP 34 (remove_files) COMPLETE |
4226 | 2024-12-13T21:27:58.011Z | [ recovery-image] Dec 13 21:27:55.998 INFO O| Dec 13 21:27:55.997 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4227 | 2024-12-13T21:27:58.033Z | [ recovery-image] Dec 13 21:27:56.018 INFO O| Dec 13 21:27:56.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4228 | 2024-12-13T21:27:58.033Z | [ recovery-image] Dec 13 21:27:56.018 INFO O| Dec 13 21:27:56.018 INFO STEP 35 (remove_files) COMPLETE |
4229 | 2024-12-13T21:27:58.033Z | [ recovery-image] Dec 13 21:27:56.019 INFO O| Dec 13 21:27:56.018 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4230 | 2024-12-13T21:27:58.076Z | [ recovery-image] Dec 13 21:27:56.064 INFO O| Dec 13 21:27:56.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4231 | 2024-12-13T21:27:58.076Z | [ recovery-image] Dec 13 21:27:56.064 INFO O| Dec 13 21:27:56.064 INFO STEP 36 (remove_files) COMPLETE |
4232 | 2024-12-13T21:27:58.080Z | [ recovery-image] Dec 13 21:27:56.064 INFO O| Dec 13 21:27:56.064 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4233 | 2024-12-13T21:27:58.125Z | [ recovery-image] Dec 13 21:27:56.111 INFO O| Dec 13 21:27:56.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4234 | 2024-12-13T21:27:58.125Z | [ recovery-image] Dec 13 21:27:56.111 INFO O| Dec 13 21:27:56.111 INFO STEP 37 (remove_files) COMPLETE |
4235 | 2024-12-13T21:27:58.125Z | [ recovery-image] Dec 13 21:27:56.111 INFO O| Dec 13 21:27:56.111 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4236 | 2024-12-13T21:27:58.161Z | [ recovery-image] Dec 13 21:27:56.149 INFO O| Dec 13 21:27:56.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4237 | 2024-12-13T21:27:58.161Z | [ recovery-image] Dec 13 21:27:56.149 INFO O| Dec 13 21:27:56.149 INFO STEP 38 (remove_files) COMPLETE |
4238 | 2024-12-13T21:27:58.161Z | [ recovery-image] Dec 13 21:27:56.149 INFO O| Dec 13 21:27:56.149 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4239 | 2024-12-13T21:27:58.181Z | [ recovery-image] Dec 13 21:27:56.170 INFO O| Dec 13 21:27:56.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4240 | 2024-12-13T21:27:58.181Z | [ recovery-image] Dec 13 21:27:56.170 INFO O| Dec 13 21:27:56.170 INFO STEP 39 (remove_files) COMPLETE |
4241 | 2024-12-13T21:27:58.184Z | [ recovery-image] Dec 13 21:27:56.170 INFO O| Dec 13 21:27:56.170 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4242 | 2024-12-13T21:27:58.233Z | [ recovery-image] Dec 13 21:27:56.221 INFO O| Dec 13 21:27:56.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4243 | 2024-12-13T21:27:58.233Z | [ recovery-image] Dec 13 21:27:56.221 INFO O| Dec 13 21:27:56.221 INFO STEP 40 (remove_files) COMPLETE |
4244 | 2024-12-13T21:27:58.236Z | [ recovery-image] Dec 13 21:27:56.221 INFO O| Dec 13 21:27:56.221 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4245 | 2024-12-13T21:27:58.253Z | [ recovery-image] Dec 13 21:27:56.241 INFO O| Dec 13 21:27:56.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4246 | 2024-12-13T21:27:58.253Z | [ recovery-image] Dec 13 21:27:56.241 INFO O| Dec 13 21:27:56.241 INFO STEP 41 (remove_files) COMPLETE |
4247 | 2024-12-13T21:27:58.253Z | [ recovery-image] Dec 13 21:27:56.241 INFO O| Dec 13 21:27:56.241 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4248 | 2024-12-13T21:27:58.271Z | [ recovery-image] Dec 13 21:27:56.258 INFO O| Dec 13 21:27:56.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4249 | 2024-12-13T21:27:58.271Z | [ recovery-image] Dec 13 21:27:56.258 INFO O| Dec 13 21:27:56.258 INFO STEP 42 (remove_files) COMPLETE |
4250 | 2024-12-13T21:27:58.274Z | [ recovery-image] Dec 13 21:27:56.259 INFO O| Dec 13 21:27:56.258 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4251 | 2024-12-13T21:27:58.287Z | [ recovery-image] Dec 13 21:27:56.274 INFO O| Dec 13 21:27:56.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4252 | 2024-12-13T21:27:58.287Z | [ recovery-image] Dec 13 21:27:56.275 INFO O| Dec 13 21:27:56.274 INFO STEP 43 (remove_files) COMPLETE |
4253 | 2024-12-13T21:27:58.289Z | [ recovery-image] Dec 13 21:27:56.275 INFO O| Dec 13 21:27:56.275 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4254 | 2024-12-13T21:27:58.304Z | [ recovery-image] Dec 13 21:27:56.291 INFO O| Dec 13 21:27:56.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4255 | 2024-12-13T21:27:58.304Z | [ recovery-image] Dec 13 21:27:56.291 INFO O| Dec 13 21:27:56.291 INFO STEP 44 (remove_files) COMPLETE |
4256 | 2024-12-13T21:27:58.304Z | [ recovery-image] Dec 13 21:27:56.291 INFO O| Dec 13 21:27:56.291 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4257 | 2024-12-13T21:27:58.319Z | [ recovery-image] Dec 13 21:27:56.307 INFO O| Dec 13 21:27:56.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4258 | 2024-12-13T21:27:58.319Z | [ recovery-image] Dec 13 21:27:56.307 INFO O| Dec 13 21:27:56.307 INFO STEP 45 (remove_files) COMPLETE |
4259 | 2024-12-13T21:27:58.322Z | [ recovery-image] Dec 13 21:27:56.308 INFO O| Dec 13 21:27:56.307 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4260 | 2024-12-13T21:27:58.329Z | [ host-image] Dec 13 21:27:56.317 INFO O| Dec 13 21:27:56.317 INFO O| Download: Completed 8.42 MB in 5.44 seconds (1.6M/s) |
4261 | 2024-12-13T21:27:58.337Z | [ recovery-image] Dec 13 21:27:56.325 INFO O| Dec 13 21:27:56.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4262 | 2024-12-13T21:27:58.337Z | [ recovery-image] Dec 13 21:27:56.326 INFO O| Dec 13 21:27:56.326 INFO STEP 46 (remove_files) COMPLETE |
4263 | 2024-12-13T21:27:58.340Z | [ recovery-image] Dec 13 21:27:56.326 INFO O| Dec 13 21:27:56.326 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4264 | 2024-12-13T21:27:58.422Z | [ recovery-image] Dec 13 21:27:56.411 INFO O| Dec 13 21:27:56.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4265 | 2024-12-13T21:27:58.423Z | [ recovery-image] Dec 13 21:27:56.411 INFO O| Dec 13 21:27:56.411 INFO STEP 47 (remove_files) COMPLETE |
4266 | 2024-12-13T21:27:58.423Z | [ recovery-image] Dec 13 21:27:56.411 INFO O| Dec 13 21:27:56.411 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4267 | 2024-12-13T21:27:58.466Z | [ recovery-image] Dec 13 21:27:56.454 INFO O| Dec 13 21:27:56.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4268 | 2024-12-13T21:27:58.466Z | [ recovery-image] Dec 13 21:27:56.454 INFO O| Dec 13 21:27:56.454 INFO STEP 48 (remove_files) COMPLETE |
4269 | 2024-12-13T21:27:58.466Z | [ recovery-image] Dec 13 21:27:56.454 INFO O| Dec 13 21:27:56.454 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4270 | 2024-12-13T21:27:58.513Z | [ recovery-image] Dec 13 21:27:56.497 INFO O| Dec 13 21:27:56.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4271 | 2024-12-13T21:27:58.514Z | [ recovery-image] Dec 13 21:27:56.497 INFO O| Dec 13 21:27:56.497 INFO STEP 49 (remove_files) COMPLETE |
4272 | 2024-12-13T21:27:58.514Z | [ recovery-image] Dec 13 21:27:56.497 INFO O| Dec 13 21:27:56.497 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4273 | 2024-12-13T21:27:58.550Z | [ recovery-image] Dec 13 21:27:56.539 INFO O| Dec 13 21:27:56.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4274 | 2024-12-13T21:27:58.550Z | [ recovery-image] Dec 13 21:27:56.539 INFO O| Dec 13 21:27:56.539 INFO STEP 50 (remove_files) COMPLETE |
4275 | 2024-12-13T21:27:58.550Z | [ recovery-image] Dec 13 21:27:56.539 INFO O| Dec 13 21:27:56.539 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4276 | 2024-12-13T21:27:58.561Z | [ host-image] Dec 13 21:27:56.550 INFO O| Dec 13 21:27:56.549 INFO O| Actions: 1/1361 actions (Installing new actions) |
4277 | 2024-12-13T21:27:58.571Z | [ recovery-image] Dec 13 21:27:56.559 INFO O| Dec 13 21:27:56.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4278 | 2024-12-13T21:27:58.571Z | [ recovery-image] Dec 13 21:27:56.559 INFO O| Dec 13 21:27:56.559 INFO STEP 51 (remove_files) COMPLETE |
4279 | 2024-12-13T21:27:58.573Z | [ recovery-image] Dec 13 21:27:56.559 INFO O| Dec 13 21:27:56.559 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4280 | 2024-12-13T21:27:58.616Z | [ recovery-image] Dec 13 21:27:56.605 INFO O| Dec 13 21:27:56.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4281 | 2024-12-13T21:27:58.616Z | [ recovery-image] Dec 13 21:27:56.605 INFO O| Dec 13 21:27:56.605 INFO STEP 52 (remove_files) COMPLETE |
4282 | 2024-12-13T21:27:58.622Z | [ recovery-image] Dec 13 21:27:56.605 INFO O| Dec 13 21:27:56.605 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4283 | 2024-12-13T21:27:58.661Z | [ recovery-image] Dec 13 21:27:56.650 INFO O| Dec 13 21:27:56.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4284 | 2024-12-13T21:27:58.664Z | [ recovery-image] Dec 13 21:27:56.650 INFO O| Dec 13 21:27:56.650 INFO STEP 53 (remove_files) COMPLETE |
4285 | 2024-12-13T21:27:58.664Z | [ recovery-image] Dec 13 21:27:56.650 INFO O| Dec 13 21:27:56.650 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4286 | 2024-12-13T21:27:58.693Z | [ recovery-image] Dec 13 21:27:56.680 INFO O| Dec 13 21:27:56.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4287 | 2024-12-13T21:27:58.693Z | [ recovery-image] Dec 13 21:27:56.680 INFO O| Dec 13 21:27:56.680 INFO STEP 54 (remove_files) COMPLETE |
4288 | 2024-12-13T21:27:58.693Z | [ recovery-image] Dec 13 21:27:56.680 INFO O| Dec 13 21:27:56.680 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4289 | 2024-12-13T21:27:58.712Z | [ recovery-image] Dec 13 21:27:56.699 INFO O| Dec 13 21:27:56.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4290 | 2024-12-13T21:27:58.712Z | [ recovery-image] Dec 13 21:27:56.700 INFO O| Dec 13 21:27:56.700 INFO STEP 55 (remove_files) COMPLETE |
4291 | 2024-12-13T21:27:58.712Z | [ recovery-image] Dec 13 21:27:56.700 INFO O| Dec 13 21:27:56.700 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4292 | 2024-12-13T21:27:58.746Z | [ recovery-image] Dec 13 21:27:56.734 INFO O| Dec 13 21:27:56.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4293 | 2024-12-13T21:27:58.746Z | [ recovery-image] Dec 13 21:27:56.735 INFO O| Dec 13 21:27:56.735 INFO STEP 56 (remove_files) COMPLETE |
4294 | 2024-12-13T21:27:58.751Z | [ recovery-image] Dec 13 21:27:56.735 INFO O| Dec 13 21:27:56.735 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4295 | 2024-12-13T21:27:58.767Z | [ recovery-image] Dec 13 21:27:56.753 INFO O| Dec 13 21:27:56.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4296 | 2024-12-13T21:27:58.767Z | [ recovery-image] Dec 13 21:27:56.753 INFO O| Dec 13 21:27:56.753 INFO STEP 57 (remove_files) COMPLETE |
4297 | 2024-12-13T21:27:58.772Z | [ recovery-image] Dec 13 21:27:56.753 INFO O| Dec 13 21:27:56.753 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4298 | 2024-12-13T21:27:58.814Z | [ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.801 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4299 | 2024-12-13T21:27:58.814Z | [ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4300 | 2024-12-13T21:27:58.816Z | [ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4301 | 2024-12-13T21:27:58.819Z | [ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4302 | 2024-12-13T21:27:58.819Z | [ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4303 | 2024-12-13T21:27:58.819Z | [ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4304 | 2024-12-13T21:27:58.819Z | [ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO ok! |
4305 | 2024-12-13T21:27:58.819Z | [ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO STEP 58 (ensure_file) COMPLETE |
4306 | 2024-12-13T21:27:58.820Z | [ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4307 | 2024-12-13T21:27:58.872Z | [ recovery-image] Dec 13 21:27:56.860 INFO O| Dec 13 21:27:56.860 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4308 | 2024-12-13T21:27:58.872Z | [ recovery-image] Dec 13 21:27:56.860 INFO O| Dec 13 21:27:56.860 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4309 | 2024-12-13T21:27:58.875Z | [ recovery-image] Dec 13 21:27:56.860 INFO O| Dec 13 21:27:56.860 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4310 | 2024-12-13T21:27:58.875Z | [ recovery-image] Dec 13 21:27:56.861 INFO O| Dec 13 21:27:56.860 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4311 | 2024-12-13T21:27:58.875Z | [ recovery-image] Dec 13 21:27:56.861 INFO O| Dec 13 21:27:56.861 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4312 | 2024-12-13T21:27:58.875Z | [ recovery-image] Dec 13 21:27:56.861 INFO O| Dec 13 21:27:56.861 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4313 | 2024-12-13T21:27:58.876Z | [ recovery-image] Dec 13 21:27:56.861 INFO O| Dec 13 21:27:56.861 INFO ok! |
4314 | 2024-12-13T21:27:58.876Z | [ recovery-image] Dec 13 21:27:56.861 INFO O| Dec 13 21:27:56.861 INFO STEP 59 (ensure_file) COMPLETE |
4315 | 2024-12-13T21:27:58.876Z | [ recovery-image] Dec 13 21:27:56.861 INFO O| Dec 13 21:27:56.861 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4316 | 2024-12-13T21:27:58.892Z | [ recovery-image] Dec 13 21:27:56.880 INFO O| Dec 13 21:27:56.880 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4317 | 2024-12-13T21:27:58.892Z | [ recovery-image] Dec 13 21:27:56.880 INFO O| Dec 13 21:27:56.880 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4318 | 2024-12-13T21:27:58.895Z | [ recovery-image] Dec 13 21:27:56.880 INFO O| Dec 13 21:27:56.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4319 | 2024-12-13T21:27:58.895Z | [ recovery-image] Dec 13 21:27:56.880 INFO O| Dec 13 21:27:56.880 INFO ok! |
4320 | 2024-12-13T21:27:58.895Z | [ recovery-image] Dec 13 21:27:56.880 INFO O| Dec 13 21:27:56.880 INFO STEP 60 (ensure_file) COMPLETE |
4321 | 2024-12-13T21:27:58.895Z | [ recovery-image] Dec 13 21:27:56.880 INFO O| Dec 13 21:27:56.880 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4322 | 2024-12-13T21:27:58.919Z | [ recovery-image] Dec 13 21:27:56.907 INFO O| Dec 13 21:27:56.907 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4323 | 2024-12-13T21:27:58.919Z | [ recovery-image] Dec 13 21:27:56.907 INFO O| Dec 13 21:27:56.907 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4324 | 2024-12-13T21:27:58.923Z | [ recovery-image] Dec 13 21:27:56.908 INFO O| Dec 13 21:27:56.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4325 | 2024-12-13T21:27:58.923Z | [ recovery-image] Dec 13 21:27:56.908 INFO O| Dec 13 21:27:56.908 INFO ok! |
4326 | 2024-12-13T21:27:58.923Z | [ recovery-image] Dec 13 21:27:56.908 INFO O| Dec 13 21:27:56.908 INFO STEP 61 (ensure_file) COMPLETE |
4327 | 2024-12-13T21:27:58.923Z | [ recovery-image] Dec 13 21:27:56.908 INFO O| Dec 13 21:27:56.908 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4328 | 2024-12-13T21:27:58.993Z | [ recovery-image] Dec 13 21:27:56.981 INFO O| Dec 13 21:27:56.981 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4329 | 2024-12-13T21:27:58.993Z | [ recovery-image] Dec 13 21:27:56.982 INFO O| Dec 13 21:27:56.981 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4330 | 2024-12-13T21:27:58.998Z | [ recovery-image] Dec 13 21:27:56.982 INFO O| Dec 13 21:27:56.982 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4331 | 2024-12-13T21:27:58.998Z | [ recovery-image] Dec 13 21:27:56.982 INFO O| Dec 13 21:27:56.982 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4332 | 2024-12-13T21:27:58.998Z | [ recovery-image] Dec 13 21:27:56.982 INFO O| Dec 13 21:27:56.982 INFO ok! |
4333 | 2024-12-13T21:27:58.999Z | [ recovery-image] Dec 13 21:27:56.982 INFO O| Dec 13 21:27:56.982 INFO STEP 62 (ensure_file) COMPLETE |
4334 | 2024-12-13T21:27:58.999Z | [ recovery-image] Dec 13 21:27:56.982 INFO O| Dec 13 21:27:56.982 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4335 | 2024-12-13T21:27:59.122Z | [ recovery-image] Dec 13 21:27:57.108 INFO O| Dec 13 21:27:57.108 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4336 | 2024-12-13T21:27:59.122Z | [ recovery-image] Dec 13 21:27:57.108 INFO O| Dec 13 21:27:57.108 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4337 | 2024-12-13T21:27:59.122Z | [ recovery-image] Dec 13 21:27:57.109 INFO O| Dec 13 21:27:57.109 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4338 | 2024-12-13T21:27:59.126Z | [ recovery-image] Dec 13 21:27:57.109 INFO O| Dec 13 21:27:57.109 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4339 | 2024-12-13T21:27:59.126Z | [ recovery-image] Dec 13 21:27:57.109 INFO O| Dec 13 21:27:57.109 INFO ok! |
4340 | 2024-12-13T21:27:59.126Z | [ recovery-image] Dec 13 21:27:57.109 INFO O| Dec 13 21:27:57.109 INFO STEP 63 (ensure_file) COMPLETE |
4341 | 2024-12-13T21:27:59.126Z | [ recovery-image] Dec 13 21:27:57.109 INFO O| Dec 13 21:27:57.109 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4342 | 2024-12-13T21:27:59.154Z | [ recovery-image] Dec 13 21:27:57.142 INFO O| Dec 13 21:27:57.142 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4343 | 2024-12-13T21:27:59.154Z | [ recovery-image] Dec 13 21:27:57.142 INFO O| Dec 13 21:27:57.142 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4344 | 2024-12-13T21:27:59.156Z | [ recovery-image] Dec 13 21:27:57.143 INFO O| Dec 13 21:27:57.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4345 | 2024-12-13T21:27:59.157Z | [ recovery-image] Dec 13 21:27:57.143 INFO O| Dec 13 21:27:57.143 INFO ok! |
4346 | 2024-12-13T21:27:59.158Z | [ recovery-image] Dec 13 21:27:57.143 INFO O| Dec 13 21:27:57.143 INFO STEP 64 (assemble_files) COMPLETE |
4347 | 2024-12-13T21:27:59.158Z | [ recovery-image] Dec 13 21:27:57.143 INFO O| Dec 13 21:27:57.143 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4348 | 2024-12-13T21:27:59.172Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4349 | 2024-12-13T21:27:59.172Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4350 | 2024-12-13T21:27:59.172Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4351 | 2024-12-13T21:27:59.175Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4352 | 2024-12-13T21:27:59.175Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO ok! |
4353 | 2024-12-13T21:27:59.175Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO STEP 65 (ensure_file) COMPLETE |
4354 | 2024-12-13T21:27:59.175Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4355 | 2024-12-13T21:27:59.176Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO skip step because feature "omicron1" is not enabled |
4356 | 2024-12-13T21:27:59.176Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4357 | 2024-12-13T21:27:59.176Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO skip step because feature "omicron1" is not enabled |
4358 | 2024-12-13T21:27:59.176Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4359 | 2024-12-13T21:27:59.176Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO skip step because feature "omicron1" is not enabled |
4360 | 2024-12-13T21:27:59.176Z | [ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4361 | 2024-12-13T21:27:59.225Z | [ recovery-image] Dec 13 21:27:57.211 INFO O| Dec 13 21:27:57.211 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4362 | 2024-12-13T21:27:59.228Z | [ recovery-image] Dec 13 21:27:57.211 INFO O| Dec 13 21:27:57.211 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4363 | 2024-12-13T21:27:59.272Z | [ host-image] Dec 13 21:27:57.259 INFO O| Dec 13 21:27:57.259 INFO O| Actions: Completed 1361 actions in 0.71 seconds. |
4364 | 2024-12-13T21:27:59.899Z | [ host-image] Dec 13 21:27:57.886 INFO O| Dec 13 21:27:57.886 INFO O| Done |
4365 | 2024-12-13T21:27:59.899Z | [ host-image] Dec 13 21:27:57.886 INFO O| Dec 13 21:27:57.886 INFO O| Done |
4366 | 2024-12-13T21:28:01.115Z | [ host-image] Dec 13 21:27:59.103 INFO O| Dec 13 21:27:59.103 INFO O| Done |
4367 | 2024-12-13T21:28:02.409Z | [ recovery-image] Dec 13 21:28:00.383 INFO O| Dec 13 21:28:00.383 INFO STEP 69 (pack_tar) COMPLETE |
4368 | 2024-12-13T21:28:02.409Z | [ recovery-image] Dec 13 21:28:00.383 INFO O| Dec 13 21:28:00.383 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4369 | 2024-12-13T21:28:02.429Z | [ recovery-image] Dec 13 21:28:00.383 INFO O| Dec 13 21:28:00.383 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4370 | 2024-12-13T21:28:02.622Z | [ recovery-image] Dec 13 21:28:00.600 INFO O| Dec 13 21:28:00.600 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4371 | 2024-12-13T21:28:02.743Z | [ recovery-image] Dec 13 21:28:00.719 INFO O| Dec 13 21:28:00.719 INFO completed processing gimlet/ramdisk-02-trim |
4372 | 2024-12-13T21:28:02.759Z | [ recovery-image] Dec 13 21:28:00.722 INFO image builder template: ramdisk-03-recovery-trim... |
4373 | 2024-12-13T21:28:02.760Z | [ recovery-image] Dec 13 21:28:00.723 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/.tmpFbsOmv/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 |
4374 | 2024-12-13T21:28:02.961Z | [ recovery-image] Dec 13 21:28:00.939 INFO O| Dec 13 21:28:00.938 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4375 | 2024-12-13T21:28:02.979Z | [ recovery-image] Dec 13 21:28:00.946 INFO O| Dec 13 21:28:00.946 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4376 | 2024-12-13T21:28:03.095Z | [ recovery-image] Dec 13 21:28:01.065 INFO O| Dec 13 21:28:01.065 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4377 | 2024-12-13T21:28:03.194Z | [ recovery-image] Dec 13 21:28:01.147 INFO O| Dec 13 21:28:01.146 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4378 | 2024-12-13T21:28:03.211Z | [ recovery-image] Dec 13 21:28:01.147 INFO O| Dec 13 21:28:01.147 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4379 | 2024-12-13T21:28:03.211Z | [ recovery-image] Dec 13 21:28:01.160 INFO O| Dec 13 21:28:01.160 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4380 | 2024-12-13T21:28:03.211Z | [ recovery-image] Dec 13 21:28:01.167 INFO O| Dec 13 21:28:01.167 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4381 | 2024-12-13T21:28:03.274Z | [ recovery-image] Dec 13 21:28:01.196 INFO O| Dec 13 21:28:01.196 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4382 | 2024-12-13T21:28:03.861Z | [ recovery-image] Dec 13 21:28:01.848 INFO O| Dec 13 21:28:01.848 INFO rolled back to input snapshot; work may begin |
4383 | 2024-12-13T21:28:03.861Z | [ recovery-image] Dec 13 21:28:01.848 INFO O| Dec 13 21:28:01.848 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4384 | 2024-12-13T21:28:03.884Z | [ recovery-image] Dec 13 21:28:01.871 INFO O| Dec 13 21:28:01.871 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-12-13T21:28:03.943Z | [ recovery-image] Dec 13 21:28:01.931 INFO O| Dec 13 21:28:01.931 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4386 | 2024-12-13T21:28:03.963Z | [ recovery-image] Dec 13 21:28:01.951 INFO O| Dec 13 21:28:01.951 INFO STEP 0 (remove_files) COMPLETE |
4387 | 2024-12-13T21:28:03.963Z | [ recovery-image] Dec 13 21:28:01.951 INFO O| Dec 13 21:28:01.951 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-12-13T21:28:03.998Z | [ recovery-image] Dec 13 21:28:01.986 INFO O| Dec 13 21:28:01.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4389 | 2024-12-13T21:28:04.225Z | [ recovery-image] Dec 13 21:28:02.213 INFO O| Dec 13 21:28:02.212 INFO STEP 1 (remove_files) COMPLETE |
4390 | 2024-12-13T21:28:04.225Z | [ recovery-image] Dec 13 21:28:02.213 INFO O| Dec 13 21:28:02.213 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-12-13T21:28:04.256Z | [ recovery-image] Dec 13 21:28:02.244 INFO O| Dec 13 21:28:02.244 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4392 | 2024-12-13T21:28:04.294Z | [ host-image] Dec 13 21:28:02.282 INFO O| Dec 13 21:28:02.282 INFO O| Done |
4393 | 2024-12-13T21:28:04.322Z | [ recovery-image] Dec 13 21:28:02.310 INFO O| Dec 13 21:28:02.309 INFO STEP 2 (remove_files) COMPLETE |
4394 | 2024-12-13T21:28:04.322Z | [ recovery-image] Dec 13 21:28:02.310 INFO O| Dec 13 21:28:02.310 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-12-13T21:28:04.354Z | [ recovery-image] Dec 13 21:28:02.342 INFO O| Dec 13 21:28:02.342 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4396 | 2024-12-13T21:28:04.358Z | [ host-image] Dec 13 21:28:02.346 INFO O| Dec 13 21:28:02.346 INFO O| Done |
4397 | 2024-12-13T21:28:04.361Z | [ host-image] Dec 13 21:28:02.346 INFO O| Dec 13 21:28:02.346 INFO O| Done |
4398 | 2024-12-13T21:28:04.434Z | [ host-image] Dec 13 21:28:02.421 INFO O| Dec 13 21:28:02.421 INFO O| Done |
4399 | 2024-12-13T21:28:04.530Z | [ recovery-image] Dec 13 21:28:02.517 INFO O| Dec 13 21:28:02.517 INFO STEP 3 (remove_files) COMPLETE |
4400 | 2024-12-13T21:28:04.530Z | [ recovery-image] Dec 13 21:28:02.517 INFO O| Dec 13 21:28:02.517 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-12-13T21:28:04.622Z | [ recovery-image] Dec 13 21:28:02.610 INFO O| Dec 13 21:28:02.610 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4402 | 2024-12-13T21:28:04.637Z | [ host-image] Dec 13 21:28:02.624 INFO O| Dec 13 21:28:02.624 INFO STEP 13 (pkg_install) COMPLETE |
4403 | 2024-12-13T21:28:04.637Z | [ host-image] Dec 13 21:28:02.624 INFO O| Dec 13 21:28:02.624 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4404 | 2024-12-13T21:28:04.653Z | [ host-image] Dec 13 21:28:02.641 INFO O| Dec 13 21:28:02.641 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4405 | 2024-12-13T21:28:04.814Z | [ recovery-image] Dec 13 21:28:02.801 INFO O| Dec 13 21:28:02.801 INFO STEP 4 (remove_files) COMPLETE |
4406 | 2024-12-13T21:28:04.814Z | [ recovery-image] Dec 13 21:28:02.801 INFO O| Dec 13 21:28:02.801 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-12-13T21:28:04.845Z | [ recovery-image] Dec 13 21:28:02.833 INFO O| Dec 13 21:28:02.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4408 | 2024-12-13T21:28:04.928Z | [ recovery-image] Dec 13 21:28:02.916 INFO O| Dec 13 21:28:02.915 INFO STEP 5 (remove_files) COMPLETE |
4409 | 2024-12-13T21:28:04.928Z | [ recovery-image] Dec 13 21:28:02.916 INFO O| Dec 13 21:28:02.916 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-12-13T21:28:04.947Z | [ recovery-image] Dec 13 21:28:02.934 INFO O| Dec 13 21:28:02.934 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4411 | 2024-12-13T21:28:04.952Z | [ recovery-image] Dec 13 21:28:02.939 INFO O| Dec 13 21:28:02.939 INFO STEP 6 (remove_files) COMPLETE |
4412 | 2024-12-13T21:28:04.952Z | [ recovery-image] Dec 13 21:28:02.939 INFO O| Dec 13 21:28:02.939 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-12-13T21:28:05.008Z | [ recovery-image] Dec 13 21:28:02.995 INFO O| Dec 13 21:28:02.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4414 | 2024-12-13T21:28:05.025Z | [ recovery-image] Dec 13 21:28:03.013 INFO O| Dec 13 21:28:03.013 INFO STEP 7 (remove_files) COMPLETE |
4415 | 2024-12-13T21:28:05.025Z | [ recovery-image] Dec 13 21:28:03.013 INFO O| Dec 13 21:28:03.013 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-12-13T21:28:05.060Z | [ recovery-image] Dec 13 21:28:03.047 INFO O| Dec 13 21:28:03.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4417 | 2024-12-13T21:28:05.144Z | [ recovery-image] Dec 13 21:28:03.127 INFO O| Dec 13 21:28:03.127 INFO STEP 8 (remove_files) COMPLETE |
4418 | 2024-12-13T21:28:05.144Z | [ recovery-image] Dec 13 21:28:03.127 INFO O| Dec 13 21:28:03.127 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-12-13T21:28:05.159Z | [ recovery-image] Dec 13 21:28:03.146 INFO O| Dec 13 21:28:03.146 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4420 | 2024-12-13T21:28:05.161Z | [ recovery-image] Dec 13 21:28:03.147 INFO O| Dec 13 21:28:03.146 INFO STEP 9 (remove_files) COMPLETE |
4421 | 2024-12-13T21:28:05.161Z | [ recovery-image] Dec 13 21:28:03.147 INFO O| Dec 13 21:28:03.146 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-12-13T21:28:05.199Z | [ recovery-image] Dec 13 21:28:03.184 INFO O| Dec 13 21:28:03.184 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4423 | 2024-12-13T21:28:05.201Z | [ recovery-image] Dec 13 21:28:03.186 INFO O| Dec 13 21:28:03.186 INFO STEP 10 (remove_files) COMPLETE |
4424 | 2024-12-13T21:28:05.201Z | [ recovery-image] Dec 13 21:28:03.186 INFO O| Dec 13 21:28:03.186 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-12-13T21:28:05.233Z | [ recovery-image] Dec 13 21:28:03.220 INFO O| Dec 13 21:28:03.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4426 | 2024-12-13T21:28:05.637Z | [ host-image] Dec 13 21:28:03.619 INFO O| Dec 13 21:28:03.619 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4427 | 2024-12-13T21:28:05.981Z | [ recovery-image] Dec 13 21:28:03.967 INFO O| Dec 13 21:28:03.967 INFO STEP 11 (remove_files) COMPLETE |
4428 | 2024-12-13T21:28:05.981Z | [ recovery-image] Dec 13 21:28:03.967 INFO O| Dec 13 21:28:03.967 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-12-13T21:28:06.051Z | [ recovery-image] Dec 13 21:28:04.038 INFO O| Dec 13 21:28:04.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4430 | 2024-12-13T21:28:06.097Z | [ recovery-image] Dec 13 21:28:04.085 INFO O| Dec 13 21:28:04.085 INFO STEP 12 (remove_files) COMPLETE |
4431 | 2024-12-13T21:28:06.097Z | [ recovery-image] Dec 13 21:28:04.085 INFO O| Dec 13 21:28:04.085 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-12-13T21:28:06.116Z | [ recovery-image] Dec 13 21:28:04.104 INFO O| Dec 13 21:28:04.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4433 | 2024-12-13T21:28:06.141Z | [ recovery-image] Dec 13 21:28:04.129 INFO O| Dec 13 21:28:04.129 INFO STEP 13 (remove_files) COMPLETE |
4434 | 2024-12-13T21:28:06.141Z | [ recovery-image] Dec 13 21:28:04.129 INFO O| Dec 13 21:28:04.129 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-12-13T21:28:06.172Z | [ recovery-image] Dec 13 21:28:04.159 INFO O| Dec 13 21:28:04.159 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4436 | 2024-12-13T21:28:06.177Z | [ recovery-image] Dec 13 21:28:04.160 INFO O| Dec 13 21:28:04.159 INFO STEP 14 (remove_files) COMPLETE |
4437 | 2024-12-13T21:28:06.177Z | [ recovery-image] Dec 13 21:28:04.160 INFO O| Dec 13 21:28:04.160 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-12-13T21:28:06.206Z | [ recovery-image] Dec 13 21:28:04.194 INFO O| Dec 13 21:28:04.194 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4439 | 2024-12-13T21:28:06.219Z | [ recovery-image] Dec 13 21:28:04.195 INFO O| Dec 13 21:28:04.195 INFO STEP 15 (remove_files) COMPLETE |
4440 | 2024-12-13T21:28:06.219Z | [ recovery-image] Dec 13 21:28:04.196 INFO O| Dec 13 21:28:04.195 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-12-13T21:28:06.246Z | [ recovery-image] Dec 13 21:28:04.232 INFO O| Dec 13 21:28:04.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4442 | 2024-12-13T21:28:06.356Z | [ recovery-image] Dec 13 21:28:04.343 INFO O| Dec 13 21:28:04.343 INFO STEP 16 (remove_files) COMPLETE |
4443 | 2024-12-13T21:28:06.358Z | [ recovery-image] Dec 13 21:28:04.343 INFO O| Dec 13 21:28:04.343 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-12-13T21:28:06.393Z | [ recovery-image] Dec 13 21:28:04.364 INFO O| Dec 13 21:28:04.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4445 | 2024-12-13T21:28:06.401Z | [ recovery-image] Dec 13 21:28:04.387 INFO O| Dec 13 21:28:04.387 INFO STEP 17 (remove_files) COMPLETE |
4446 | 2024-12-13T21:28:06.401Z | [ recovery-image] Dec 13 21:28:04.387 INFO O| Dec 13 21:28:04.387 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-12-13T21:28:06.423Z | [ recovery-image] Dec 13 21:28:04.408 INFO O| Dec 13 21:28:04.407 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4448 | 2024-12-13T21:28:06.426Z | [ recovery-image] Dec 13 21:28:04.408 INFO O| Dec 13 21:28:04.408 INFO STEP 18 (remove_files) COMPLETE |
4449 | 2024-12-13T21:28:06.426Z | [ recovery-image] Dec 13 21:28:04.408 INFO O| Dec 13 21:28:04.408 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-12-13T21:28:06.460Z | [ recovery-image] Dec 13 21:28:04.448 INFO O| Dec 13 21:28:04.448 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4451 | 2024-12-13T21:28:06.690Z | [ recovery-image] Dec 13 21:28:04.677 INFO O| Dec 13 21:28:04.677 INFO STEP 19 (remove_files) COMPLETE |
4452 | 2024-12-13T21:28:06.690Z | [ recovery-image] Dec 13 21:28:04.677 INFO O| Dec 13 21:28:04.677 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-12-13T21:28:06.756Z | [ recovery-image] Dec 13 21:28:04.736 INFO O| Dec 13 21:28:04.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4454 | 2024-12-13T21:28:06.793Z | [ recovery-image] Dec 13 21:28:04.781 INFO O| Dec 13 21:28:04.781 INFO STEP 20 (remove_files) COMPLETE |
4455 | 2024-12-13T21:28:06.793Z | [ recovery-image] Dec 13 21:28:04.781 INFO O| Dec 13 21:28:04.781 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-13T21:28:06.849Z | [ recovery-image] Dec 13 21:28:04.837 INFO O| Dec 13 21:28:04.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4457 | 2024-12-13T21:28:06.873Z | [ recovery-image] Dec 13 21:28:04.861 INFO O| Dec 13 21:28:04.861 INFO STEP 21 (remove_files) COMPLETE |
4458 | 2024-12-13T21:28:06.873Z | [ recovery-image] Dec 13 21:28:04.861 INFO O| Dec 13 21:28:04.861 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-12-13T21:28:06.900Z | [ recovery-image] Dec 13 21:28:04.881 INFO O| Dec 13 21:28:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4460 | 2024-12-13T21:28:06.914Z | [ recovery-image] Dec 13 21:28:04.902 INFO O| Dec 13 21:28:04.902 INFO STEP 22 (remove_files) COMPLETE |
4461 | 2024-12-13T21:28:06.918Z | [ recovery-image] Dec 13 21:28:04.902 INFO O| Dec 13 21:28:04.902 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-12-13T21:28:06.933Z | [ recovery-image] Dec 13 21:28:04.921 INFO O| Dec 13 21:28:04.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4463 | 2024-12-13T21:28:06.955Z | [ recovery-image] Dec 13 21:28:04.942 INFO O| Dec 13 21:28:04.942 INFO STEP 23 (remove_files) COMPLETE |
4464 | 2024-12-13T21:28:06.955Z | [ recovery-image] Dec 13 21:28:04.942 INFO O| Dec 13 21:28:04.942 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-12-13T21:28:06.974Z | [ recovery-image] Dec 13 21:28:04.962 INFO O| Dec 13 21:28:04.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4466 | 2024-12-13T21:28:06.995Z | [ recovery-image] Dec 13 21:28:04.983 INFO O| Dec 13 21:28:04.983 INFO STEP 24 (remove_files) COMPLETE |
4467 | 2024-12-13T21:28:06.995Z | [ recovery-image] Dec 13 21:28:04.983 INFO O| Dec 13 21:28:04.983 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-12-13T21:28:07.019Z | [ recovery-image] Dec 13 21:28:05.003 INFO O| Dec 13 21:28:05.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4469 | 2024-12-13T21:28:07.037Z | [ recovery-image] Dec 13 21:28:05.024 INFO O| Dec 13 21:28:05.024 INFO STEP 25 (remove_files) COMPLETE |
4470 | 2024-12-13T21:28:07.037Z | [ recovery-image] Dec 13 21:28:05.024 INFO O| Dec 13 21:28:05.024 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-12-13T21:28:07.091Z | [ recovery-image] Dec 13 21:28:05.078 INFO O| Dec 13 21:28:05.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4472 | 2024-12-13T21:28:07.093Z | [ recovery-image] Dec 13 21:28:05.078 INFO O| Dec 13 21:28:05.078 INFO STEP 26 (remove_files) COMPLETE |
4473 | 2024-12-13T21:28:07.093Z | [ recovery-image] Dec 13 21:28:05.078 INFO O| Dec 13 21:28:05.078 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-12-13T21:28:07.125Z | [ recovery-image] Dec 13 21:28:05.113 INFO O| Dec 13 21:28:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4475 | 2024-12-13T21:28:07.125Z | [ recovery-image] Dec 13 21:28:05.113 INFO O| Dec 13 21:28:05.113 INFO STEP 27 (remove_files) COMPLETE |
4476 | 2024-12-13T21:28:07.125Z | [ recovery-image] Dec 13 21:28:05.113 INFO O| Dec 13 21:28:05.113 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-12-13T21:28:07.145Z | [ recovery-image] Dec 13 21:28:05.133 INFO O| Dec 13 21:28:05.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4478 | 2024-12-13T21:28:07.149Z | [ recovery-image] Dec 13 21:28:05.134 INFO O| Dec 13 21:28:05.133 INFO STEP 28 (remove_files) COMPLETE |
4479 | 2024-12-13T21:28:07.149Z | [ recovery-image] Dec 13 21:28:05.134 INFO O| Dec 13 21:28:05.134 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-12-13T21:28:07.172Z | [ recovery-image] Dec 13 21:28:05.159 INFO O| Dec 13 21:28:05.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4481 | 2024-12-13T21:28:07.173Z | [ recovery-image] Dec 13 21:28:05.159 INFO O| Dec 13 21:28:05.159 INFO STEP 29 (remove_files) COMPLETE |
4482 | 2024-12-13T21:28:07.176Z | [ recovery-image] Dec 13 21:28:05.159 INFO O| Dec 13 21:28:05.159 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-12-13T21:28:07.211Z | [ recovery-image] Dec 13 21:28:05.198 INFO O| Dec 13 21:28:05.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4484 | 2024-12-13T21:28:07.211Z | [ recovery-image] Dec 13 21:28:05.198 INFO O| Dec 13 21:28:05.198 INFO STEP 30 (remove_files) COMPLETE |
4485 | 2024-12-13T21:28:07.213Z | [ recovery-image] Dec 13 21:28:05.198 INFO O| Dec 13 21:28:05.198 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-12-13T21:28:07.229Z | [ recovery-image] Dec 13 21:28:05.217 INFO O| Dec 13 21:28:05.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4487 | 2024-12-13T21:28:07.229Z | [ recovery-image] Dec 13 21:28:05.217 INFO O| Dec 13 21:28:05.217 INFO STEP 31 (remove_files) COMPLETE |
4488 | 2024-12-13T21:28:07.229Z | [ recovery-image] Dec 13 21:28:05.217 INFO O| Dec 13 21:28:05.217 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-12-13T21:28:07.247Z | [ recovery-image] Dec 13 21:28:05.235 INFO O| Dec 13 21:28:05.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4490 | 2024-12-13T21:28:07.247Z | [ recovery-image] Dec 13 21:28:05.235 INFO O| Dec 13 21:28:05.235 INFO STEP 32 (remove_files) COMPLETE |
4491 | 2024-12-13T21:28:07.252Z | [ recovery-image] Dec 13 21:28:05.235 INFO O| Dec 13 21:28:05.235 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-13T21:28:07.264Z | [ recovery-image] Dec 13 21:28:05.252 INFO O| Dec 13 21:28:05.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4493 | 2024-12-13T21:28:07.264Z | [ recovery-image] Dec 13 21:28:05.252 INFO O| Dec 13 21:28:05.252 INFO STEP 33 (remove_files) COMPLETE |
4494 | 2024-12-13T21:28:07.266Z | [ recovery-image] Dec 13 21:28:05.252 INFO O| Dec 13 21:28:05.252 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-13T21:28:07.280Z | [ recovery-image] Dec 13 21:28:05.268 INFO O| Dec 13 21:28:05.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4496 | 2024-12-13T21:28:07.285Z | [ recovery-image] Dec 13 21:28:05.268 INFO O| Dec 13 21:28:05.268 INFO STEP 34 (remove_files) COMPLETE |
4497 | 2024-12-13T21:28:07.285Z | [ recovery-image] Dec 13 21:28:05.268 INFO O| Dec 13 21:28:05.268 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-13T21:28:07.306Z | [ recovery-image] Dec 13 21:28:05.293 INFO O| Dec 13 21:28:05.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4499 | 2024-12-13T21:28:07.306Z | [ recovery-image] Dec 13 21:28:05.293 INFO O| Dec 13 21:28:05.293 INFO STEP 35 (remove_files) COMPLETE |
4500 | 2024-12-13T21:28:07.309Z | [ recovery-image] Dec 13 21:28:05.293 INFO O| Dec 13 21:28:05.293 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-12-13T21:28:07.324Z | [ recovery-image] Dec 13 21:28:05.312 INFO O| Dec 13 21:28:05.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4502 | 2024-12-13T21:28:07.324Z | [ recovery-image] Dec 13 21:28:05.312 INFO O| Dec 13 21:28:05.312 INFO STEP 36 (remove_files) COMPLETE |
4503 | 2024-12-13T21:28:07.327Z | [ recovery-image] Dec 13 21:28:05.312 INFO O| Dec 13 21:28:05.312 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-12-13T21:28:07.341Z | [ recovery-image] Dec 13 21:28:05.329 INFO O| Dec 13 21:28:05.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4505 | 2024-12-13T21:28:07.342Z | [ recovery-image] Dec 13 21:28:05.329 INFO O| Dec 13 21:28:05.329 INFO STEP 37 (remove_files) COMPLETE |
4506 | 2024-12-13T21:28:07.342Z | [ recovery-image] Dec 13 21:28:05.329 INFO O| Dec 13 21:28:05.329 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-12-13T21:28:07.361Z | [ recovery-image] Dec 13 21:28:05.348 INFO O| Dec 13 21:28:05.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4508 | 2024-12-13T21:28:07.361Z | [ recovery-image] Dec 13 21:28:05.348 INFO O| Dec 13 21:28:05.348 INFO STEP 38 (remove_files) COMPLETE |
4509 | 2024-12-13T21:28:07.361Z | [ recovery-image] Dec 13 21:28:05.348 INFO O| Dec 13 21:28:05.348 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-12-13T21:28:07.393Z | [ recovery-image] Dec 13 21:28:05.380 INFO O| Dec 13 21:28:05.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4511 | 2024-12-13T21:28:07.393Z | [ recovery-image] Dec 13 21:28:05.380 INFO O| Dec 13 21:28:05.380 INFO STEP 39 (remove_files) COMPLETE |
4512 | 2024-12-13T21:28:07.393Z | [ recovery-image] Dec 13 21:28:05.380 INFO O| Dec 13 21:28:05.380 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-12-13T21:28:07.443Z | [ recovery-image] Dec 13 21:28:05.430 INFO O| Dec 13 21:28:05.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4514 | 2024-12-13T21:28:07.443Z | [ recovery-image] Dec 13 21:28:05.430 INFO O| Dec 13 21:28:05.430 INFO STEP 40 (remove_files) COMPLETE |
4515 | 2024-12-13T21:28:07.443Z | [ recovery-image] Dec 13 21:28:05.430 INFO O| Dec 13 21:28:05.430 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-12-13T21:28:07.464Z | [ recovery-image] Dec 13 21:28:05.451 INFO O| Dec 13 21:28:05.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4517 | 2024-12-13T21:28:07.464Z | [ recovery-image] Dec 13 21:28:05.451 INFO O| Dec 13 21:28:05.451 INFO STEP 41 (remove_files) COMPLETE |
4518 | 2024-12-13T21:28:07.464Z | [ recovery-image] Dec 13 21:28:05.451 INFO O| Dec 13 21:28:05.451 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-12-13T21:28:07.500Z | [ recovery-image] Dec 13 21:28:05.488 INFO O| Dec 13 21:28:05.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4520 | 2024-12-13T21:28:07.514Z | [ recovery-image] Dec 13 21:28:05.502 INFO O| Dec 13 21:28:05.502 INFO STEP 42 (remove_files) COMPLETE |
4521 | 2024-12-13T21:28:07.514Z | [ recovery-image] Dec 13 21:28:05.502 INFO O| Dec 13 21:28:05.502 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-12-13T21:28:07.573Z | [ recovery-image] Dec 13 21:28:05.560 INFO O| Dec 13 21:28:05.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4523 | 2024-12-13T21:28:07.573Z | [ recovery-image] Dec 13 21:28:05.560 INFO O| Dec 13 21:28:05.560 INFO STEP 43 (remove_files) COMPLETE |
4524 | 2024-12-13T21:28:07.573Z | [ recovery-image] Dec 13 21:28:05.560 INFO O| Dec 13 21:28:05.560 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-12-13T21:28:07.600Z | [ recovery-image] Dec 13 21:28:05.587 INFO O| Dec 13 21:28:05.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4526 | 2024-12-13T21:28:07.602Z | [ recovery-image] Dec 13 21:28:05.587 INFO O| Dec 13 21:28:05.587 INFO STEP 44 (remove_files) COMPLETE |
4527 | 2024-12-13T21:28:07.602Z | [ recovery-image] Dec 13 21:28:05.587 INFO O| Dec 13 21:28:05.587 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-12-13T21:28:07.618Z | [ recovery-image] Dec 13 21:28:05.605 INFO O| Dec 13 21:28:05.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4529 | 2024-12-13T21:28:07.641Z | [ recovery-image] Dec 13 21:28:05.629 INFO O| Dec 13 21:28:05.629 INFO STEP 45 (remove_files) COMPLETE |
4530 | 2024-12-13T21:28:07.641Z | [ recovery-image] Dec 13 21:28:05.629 INFO O| Dec 13 21:28:05.629 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-12-13T21:28:07.662Z | [ recovery-image] Dec 13 21:28:05.649 INFO O| Dec 13 21:28:05.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4532 | 2024-12-13T21:28:07.664Z | [ recovery-image] Dec 13 21:28:05.649 INFO O| Dec 13 21:28:05.649 INFO STEP 46 (remove_files) COMPLETE |
4533 | 2024-12-13T21:28:07.665Z | [ recovery-image] Dec 13 21:28:05.649 INFO O| Dec 13 21:28:05.649 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-12-13T21:28:07.692Z | [ recovery-image] Dec 13 21:28:05.668 INFO O| Dec 13 21:28:05.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4535 | 2024-12-13T21:28:07.702Z | [ recovery-image] Dec 13 21:28:05.669 INFO O| Dec 13 21:28:05.668 INFO STEP 47 (remove_files) COMPLETE |
4536 | 2024-12-13T21:28:07.702Z | [ recovery-image] Dec 13 21:28:05.669 INFO O| Dec 13 21:28:05.669 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-12-13T21:28:07.702Z | [ recovery-image] Dec 13 21:28:05.685 INFO O| Dec 13 21:28:05.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4538 | 2024-12-13T21:28:07.702Z | [ recovery-image] Dec 13 21:28:05.685 INFO O| Dec 13 21:28:05.685 INFO STEP 48 (remove_files) COMPLETE |
4539 | 2024-12-13T21:28:07.702Z | [ recovery-image] Dec 13 21:28:05.685 INFO O| Dec 13 21:28:05.685 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-12-13T21:28:07.715Z | [ recovery-image] Dec 13 21:28:05.703 INFO O| Dec 13 21:28:05.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4541 | 2024-12-13T21:28:07.723Z | [ recovery-image] Dec 13 21:28:05.703 INFO O| Dec 13 21:28:05.703 INFO STEP 49 (remove_files) COMPLETE |
4542 | 2024-12-13T21:28:07.723Z | [ recovery-image] Dec 13 21:28:05.703 INFO O| Dec 13 21:28:05.703 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-12-13T21:28:07.777Z | [ recovery-image] Dec 13 21:28:05.738 INFO O| Dec 13 21:28:05.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4544 | 2024-12-13T21:28:07.782Z | [ recovery-image] Dec 13 21:28:05.739 INFO O| Dec 13 21:28:05.738 INFO STEP 50 (remove_files) COMPLETE |
4545 | 2024-12-13T21:28:07.782Z | [ recovery-image] Dec 13 21:28:05.739 INFO O| Dec 13 21:28:05.739 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-12-13T21:28:07.782Z | [ recovery-image] Dec 13 21:28:05.758 INFO O| Dec 13 21:28:05.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4547 | 2024-12-13T21:28:07.782Z | [ recovery-image] Dec 13 21:28:05.758 INFO O| Dec 13 21:28:05.758 INFO STEP 51 (remove_files) COMPLETE |
4548 | 2024-12-13T21:28:07.782Z | [ recovery-image] Dec 13 21:28:05.758 INFO O| Dec 13 21:28:05.758 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-12-13T21:28:07.789Z | [ recovery-image] Dec 13 21:28:05.776 INFO O| Dec 13 21:28:05.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4550 | 2024-12-13T21:28:07.789Z | [ recovery-image] Dec 13 21:28:05.776 INFO O| Dec 13 21:28:05.776 INFO STEP 52 (remove_files) COMPLETE |
4551 | 2024-12-13T21:28:07.792Z | [ recovery-image] Dec 13 21:28:05.776 INFO O| Dec 13 21:28:05.776 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-12-13T21:28:07.811Z | [ recovery-image] Dec 13 21:28:05.798 INFO O| Dec 13 21:28:05.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4553 | 2024-12-13T21:28:07.834Z | [ recovery-image] Dec 13 21:28:05.821 INFO O| Dec 13 21:28:05.821 INFO STEP 53 (remove_files) COMPLETE |
4554 | 2024-12-13T21:28:07.834Z | [ recovery-image] Dec 13 21:28:05.821 INFO O| Dec 13 21:28:05.821 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-12-13T21:28:07.861Z | [ recovery-image] Dec 13 21:28:05.848 INFO O| Dec 13 21:28:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4556 | 2024-12-13T21:28:07.864Z | [ recovery-image] Dec 13 21:28:05.849 INFO O| Dec 13 21:28:05.849 INFO STEP 54 (remove_files) COMPLETE |
4557 | 2024-12-13T21:28:07.864Z | [ recovery-image] Dec 13 21:28:05.850 INFO O| Dec 13 21:28:05.849 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-12-13T21:28:07.897Z | [ recovery-image] Dec 13 21:28:05.884 INFO O| Dec 13 21:28:05.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4559 | 2024-12-13T21:28:07.897Z | [ recovery-image] Dec 13 21:28:05.884 INFO O| Dec 13 21:28:05.884 INFO STEP 55 (remove_files) COMPLETE |
4560 | 2024-12-13T21:28:07.900Z | [ recovery-image] Dec 13 21:28:05.884 INFO O| Dec 13 21:28:05.884 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-12-13T21:28:07.930Z | [ recovery-image] Dec 13 21:28:05.917 INFO O| Dec 13 21:28:05.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4562 | 2024-12-13T21:28:07.959Z | [ recovery-image] Dec 13 21:28:05.942 INFO O| Dec 13 21:28:05.942 INFO STEP 56 (remove_files) COMPLETE |
4563 | 2024-12-13T21:28:07.959Z | [ recovery-image] Dec 13 21:28:05.942 INFO O| Dec 13 21:28:05.942 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-12-13T21:28:07.991Z | [ recovery-image] Dec 13 21:28:05.978 INFO O| Dec 13 21:28:05.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4565 | 2024-12-13T21:28:07.991Z | [ recovery-image] Dec 13 21:28:05.978 INFO O| Dec 13 21:28:05.978 INFO STEP 57 (remove_files) COMPLETE |
4566 | 2024-12-13T21:28:07.994Z | [ recovery-image] Dec 13 21:28:05.979 INFO O| Dec 13 21:28:05.978 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-12-13T21:28:08.010Z | [ recovery-image] Dec 13 21:28:05.997 INFO O| Dec 13 21:28:05.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4568 | 2024-12-13T21:28:08.034Z | [ recovery-image] Dec 13 21:28:06.021 INFO O| Dec 13 21:28:06.021 INFO STEP 58 (remove_files) COMPLETE |
4569 | 2024-12-13T21:28:08.034Z | [ recovery-image] Dec 13 21:28:06.021 INFO O| Dec 13 21:28:06.021 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-12-13T21:28:08.089Z | [ recovery-image] Dec 13 21:28:06.076 INFO O| Dec 13 21:28:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4571 | 2024-12-13T21:28:08.089Z | [ recovery-image] Dec 13 21:28:06.076 INFO O| Dec 13 21:28:06.076 INFO STEP 59 (remove_files) COMPLETE |
4572 | 2024-12-13T21:28:08.098Z | [ recovery-image] Dec 13 21:28:06.076 INFO O| Dec 13 21:28:06.076 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-12-13T21:28:08.116Z | [ recovery-image] Dec 13 21:28:06.103 INFO O| Dec 13 21:28:06.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4574 | 2024-12-13T21:28:08.116Z | [ recovery-image] Dec 13 21:28:06.103 INFO O| Dec 13 21:28:06.103 INFO STEP 60 (remove_files) COMPLETE |
4575 | 2024-12-13T21:28:08.116Z | [ recovery-image] Dec 13 21:28:06.103 INFO O| Dec 13 21:28:06.103 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-12-13T21:28:08.169Z | [ recovery-image] Dec 13 21:28:06.156 INFO O| Dec 13 21:28:06.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4577 | 2024-12-13T21:28:08.169Z | [ recovery-image] Dec 13 21:28:06.156 INFO O| Dec 13 21:28:06.156 INFO STEP 61 (remove_files) COMPLETE |
4578 | 2024-12-13T21:28:08.170Z | [ recovery-image] Dec 13 21:28:06.157 INFO O| Dec 13 21:28:06.156 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-12-13T21:28:08.189Z | [ recovery-image] Dec 13 21:28:06.176 INFO O| Dec 13 21:28:06.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4580 | 2024-12-13T21:28:08.189Z | [ recovery-image] Dec 13 21:28:06.176 INFO O| Dec 13 21:28:06.176 INFO STEP 62 (remove_files) COMPLETE |
4581 | 2024-12-13T21:28:08.192Z | [ recovery-image] Dec 13 21:28:06.176 INFO O| Dec 13 21:28:06.176 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-12-13T21:28:08.221Z | [ recovery-image] Dec 13 21:28:06.208 INFO O| Dec 13 21:28:06.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4583 | 2024-12-13T21:28:08.224Z | [ recovery-image] Dec 13 21:28:06.208 INFO O| Dec 13 21:28:06.208 INFO STEP 63 (remove_files) COMPLETE |
4584 | 2024-12-13T21:28:08.224Z | [ recovery-image] Dec 13 21:28:06.208 INFO O| Dec 13 21:28:06.208 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-12-13T21:28:08.243Z | [ recovery-image] Dec 13 21:28:06.230 INFO O| Dec 13 21:28:06.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4586 | 2024-12-13T21:28:08.247Z | [ recovery-image] Dec 13 21:28:06.231 INFO O| Dec 13 21:28:06.230 INFO STEP 64 (remove_files) COMPLETE |
4587 | 2024-12-13T21:28:08.247Z | [ recovery-image] Dec 13 21:28:06.231 INFO O| Dec 13 21:28:06.231 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2024-12-13T21:28:08.263Z | [ recovery-image] Dec 13 21:28:06.250 INFO O| Dec 13 21:28:06.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4589 | 2024-12-13T21:28:08.265Z | [ recovery-image] Dec 13 21:28:06.250 INFO O| Dec 13 21:28:06.250 INFO STEP 65 (remove_files) COMPLETE |
4590 | 2024-12-13T21:28:08.265Z | [ recovery-image] Dec 13 21:28:06.251 INFO O| Dec 13 21:28:06.250 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2024-12-13T21:28:08.283Z | [ recovery-image] Dec 13 21:28:06.271 INFO O| Dec 13 21:28:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4592 | 2024-12-13T21:28:08.283Z | [ recovery-image] Dec 13 21:28:06.271 INFO O| Dec 13 21:28:06.271 INFO STEP 66 (remove_files) COMPLETE |
4593 | 2024-12-13T21:28:08.286Z | [ recovery-image] Dec 13 21:28:06.271 INFO O| Dec 13 21:28:06.271 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2024-12-13T21:28:08.306Z | [ recovery-image] Dec 13 21:28:06.293 INFO O| Dec 13 21:28:06.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4595 | 2024-12-13T21:28:08.306Z | [ recovery-image] Dec 13 21:28:06.293 INFO O| Dec 13 21:28:06.293 INFO STEP 67 (remove_files) COMPLETE |
4596 | 2024-12-13T21:28:08.306Z | [ recovery-image] Dec 13 21:28:06.293 INFO O| Dec 13 21:28:06.293 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2024-12-13T21:28:08.328Z | [ recovery-image] Dec 13 21:28:06.314 INFO O| Dec 13 21:28:06.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4598 | 2024-12-13T21:28:08.328Z | [ recovery-image] Dec 13 21:28:06.314 INFO O| Dec 13 21:28:06.314 INFO STEP 68 (remove_files) COMPLETE |
4599 | 2024-12-13T21:28:08.328Z | [ recovery-image] Dec 13 21:28:06.314 INFO O| Dec 13 21:28:06.314 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2024-12-13T21:28:08.345Z | [ recovery-image] Dec 13 21:28:06.332 INFO O| Dec 13 21:28:06.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4601 | 2024-12-13T21:28:08.345Z | [ recovery-image] Dec 13 21:28:06.333 INFO O| Dec 13 21:28:06.333 INFO STEP 69 (remove_files) COMPLETE |
4602 | 2024-12-13T21:28:08.348Z | [ recovery-image] Dec 13 21:28:06.333 INFO O| Dec 13 21:28:06.333 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-12-13T21:28:08.376Z | [ recovery-image] Dec 13 21:28:06.363 INFO O| Dec 13 21:28:06.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4604 | 2024-12-13T21:28:08.376Z | [ recovery-image] Dec 13 21:28:06.363 INFO O| Dec 13 21:28:06.363 INFO STEP 70 (remove_files) COMPLETE |
4605 | 2024-12-13T21:28:08.378Z | [ recovery-image] Dec 13 21:28:06.363 INFO O| Dec 13 21:28:06.363 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-12-13T21:28:08.417Z | [ recovery-image] Dec 13 21:28:06.404 INFO O| Dec 13 21:28:06.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4607 | 2024-12-13T21:28:08.422Z | [ recovery-image] Dec 13 21:28:06.405 INFO O| Dec 13 21:28:06.405 INFO STEP 71 (remove_files) COMPLETE |
4608 | 2024-12-13T21:28:08.422Z | [ recovery-image] Dec 13 21:28:06.405 INFO O| Dec 13 21:28:06.405 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-12-13T21:28:08.450Z | [ recovery-image] Dec 13 21:28:06.437 INFO O| Dec 13 21:28:06.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4610 | 2024-12-13T21:28:08.453Z | [ recovery-image] Dec 13 21:28:06.437 INFO O| Dec 13 21:28:06.437 INFO STEP 72 (remove_files) COMPLETE |
4611 | 2024-12-13T21:28:08.453Z | [ recovery-image] Dec 13 21:28:06.437 INFO O| Dec 13 21:28:06.437 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2024-12-13T21:28:08.468Z | [ recovery-image] Dec 13 21:28:06.455 INFO O| Dec 13 21:28:06.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4613 | 2024-12-13T21:28:08.473Z | [ recovery-image] Dec 13 21:28:06.456 INFO O| Dec 13 21:28:06.456 INFO STEP 73 (remove_files) COMPLETE |
4614 | 2024-12-13T21:28:08.473Z | [ recovery-image] Dec 13 21:28:06.456 INFO O| Dec 13 21:28:06.456 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-12-13T21:28:08.486Z | [ recovery-image] Dec 13 21:28:06.473 INFO O| Dec 13 21:28:06.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4616 | 2024-12-13T21:28:08.489Z | [ recovery-image] Dec 13 21:28:06.473 INFO O| Dec 13 21:28:06.473 INFO STEP 74 (remove_files) COMPLETE |
4617 | 2024-12-13T21:28:08.489Z | [ recovery-image] Dec 13 21:28:06.474 INFO O| Dec 13 21:28:06.473 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-12-13T21:28:08.520Z | [ recovery-image] Dec 13 21:28:06.506 INFO O| Dec 13 21:28:06.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4619 | 2024-12-13T21:28:08.520Z | [ recovery-image] Dec 13 21:28:06.506 INFO O| Dec 13 21:28:06.506 INFO STEP 75 (remove_files) COMPLETE |
4620 | 2024-12-13T21:28:08.520Z | [ recovery-image] Dec 13 21:28:06.506 INFO O| Dec 13 21:28:06.506 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-12-13T21:28:08.537Z | [ recovery-image] Dec 13 21:28:06.524 INFO O| Dec 13 21:28:06.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4622 | 2024-12-13T21:28:08.537Z | [ recovery-image] Dec 13 21:28:06.524 INFO O| Dec 13 21:28:06.524 INFO STEP 76 (remove_files) COMPLETE |
4623 | 2024-12-13T21:28:08.537Z | [ recovery-image] Dec 13 21:28:06.524 INFO O| Dec 13 21:28:06.524 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-12-13T21:28:08.556Z | [ recovery-image] Dec 13 21:28:06.542 INFO O| Dec 13 21:28:06.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4625 | 2024-12-13T21:28:08.556Z | [ recovery-image] Dec 13 21:28:06.542 INFO O| Dec 13 21:28:06.542 INFO STEP 77 (remove_files) COMPLETE |
4626 | 2024-12-13T21:28:08.559Z | [ recovery-image] Dec 13 21:28:06.542 INFO O| Dec 13 21:28:06.542 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-12-13T21:28:08.583Z | [ recovery-image] Dec 13 21:28:06.570 INFO O| Dec 13 21:28:06.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4628 | 2024-12-13T21:28:08.584Z | [ recovery-image] Dec 13 21:28:06.570 INFO O| Dec 13 21:28:06.570 INFO STEP 78 (remove_files) COMPLETE |
4629 | 2024-12-13T21:28:08.584Z | [ recovery-image] Dec 13 21:28:06.570 INFO O| Dec 13 21:28:06.570 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-12-13T21:28:08.603Z | [ recovery-image] Dec 13 21:28:06.588 INFO O| Dec 13 21:28:06.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4631 | 2024-12-13T21:28:08.603Z | [ recovery-image] Dec 13 21:28:06.589 INFO O| Dec 13 21:28:06.588 INFO STEP 79 (remove_files) COMPLETE |
4632 | 2024-12-13T21:28:08.607Z | [ recovery-image] Dec 13 21:28:06.589 INFO O| Dec 13 21:28:06.588 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-12-13T21:28:08.633Z | [ recovery-image] Dec 13 21:28:06.620 INFO O| Dec 13 21:28:06.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4634 | 2024-12-13T21:28:08.633Z | [ recovery-image] Dec 13 21:28:06.620 INFO O| Dec 13 21:28:06.620 INFO STEP 80 (remove_files) COMPLETE |
4635 | 2024-12-13T21:28:08.633Z | [ recovery-image] Dec 13 21:28:06.620 INFO O| Dec 13 21:28:06.620 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-12-13T21:28:08.679Z | [ recovery-image] Dec 13 21:28:06.667 INFO O| Dec 13 21:28:06.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4637 | 2024-12-13T21:28:08.679Z | [ recovery-image] Dec 13 21:28:06.667 INFO O| Dec 13 21:28:06.667 INFO STEP 81 (remove_files) COMPLETE |
4638 | 2024-12-13T21:28:08.683Z | [ recovery-image] Dec 13 21:28:06.667 INFO O| Dec 13 21:28:06.667 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-12-13T21:28:08.703Z | [ recovery-image] Dec 13 21:28:06.690 INFO O| Dec 13 21:28:06.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4640 | 2024-12-13T21:28:08.703Z | [ recovery-image] Dec 13 21:28:06.690 INFO O| Dec 13 21:28:06.690 INFO STEP 82 (remove_files) COMPLETE |
4641 | 2024-12-13T21:28:08.703Z | [ recovery-image] Dec 13 21:28:06.690 INFO O| Dec 13 21:28:06.690 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-12-13T21:28:08.729Z | [ recovery-image] Dec 13 21:28:06.716 INFO O| Dec 13 21:28:06.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4643 | 2024-12-13T21:28:08.729Z | [ recovery-image] Dec 13 21:28:06.716 INFO O| Dec 13 21:28:06.716 INFO STEP 83 (remove_files) COMPLETE |
4644 | 2024-12-13T21:28:08.729Z | [ recovery-image] Dec 13 21:28:06.716 INFO O| Dec 13 21:28:06.716 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-12-13T21:28:08.762Z | [ recovery-image] Dec 13 21:28:06.749 INFO O| Dec 13 21:28:06.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4646 | 2024-12-13T21:28:08.766Z | [ recovery-image] Dec 13 21:28:06.749 INFO O| Dec 13 21:28:06.749 INFO STEP 84 (remove_files) COMPLETE |
4647 | 2024-12-13T21:28:08.766Z | [ recovery-image] Dec 13 21:28:06.749 INFO O| Dec 13 21:28:06.749 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-12-13T21:28:08.809Z | [ recovery-image] Dec 13 21:28:06.796 INFO O| Dec 13 21:28:06.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4649 | 2024-12-13T21:28:08.829Z | [ recovery-image] Dec 13 21:28:06.816 INFO O| Dec 13 21:28:06.816 INFO STEP 85 (remove_files) COMPLETE |
4650 | 2024-12-13T21:28:08.829Z | [ recovery-image] Dec 13 21:28:06.816 INFO O| Dec 13 21:28:06.816 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-12-13T21:28:08.887Z | [ recovery-image] Dec 13 21:28:06.874 INFO O| Dec 13 21:28:06.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4652 | 2024-12-13T21:28:08.887Z | [ recovery-image] Dec 13 21:28:06.874 INFO O| Dec 13 21:28:06.874 INFO STEP 86 (remove_files) COMPLETE |
4653 | 2024-12-13T21:28:08.892Z | [ recovery-image] Dec 13 21:28:06.874 INFO O| Dec 13 21:28:06.874 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-12-13T21:28:08.905Z | [ recovery-image] Dec 13 21:28:06.893 INFO O| Dec 13 21:28:06.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4655 | 2024-12-13T21:28:08.905Z | [ recovery-image] Dec 13 21:28:06.893 INFO O| Dec 13 21:28:06.893 INFO STEP 87 (remove_files) COMPLETE |
4656 | 2024-12-13T21:28:08.908Z | [ recovery-image] Dec 13 21:28:06.893 INFO O| Dec 13 21:28:06.893 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-12-13T21:28:08.927Z | [ recovery-image] Dec 13 21:28:06.912 INFO O| Dec 13 21:28:06.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4658 | 2024-12-13T21:28:08.927Z | [ recovery-image] Dec 13 21:28:06.912 INFO O| Dec 13 21:28:06.912 INFO STEP 88 (remove_files) COMPLETE |
4659 | 2024-12-13T21:28:08.927Z | [ recovery-image] Dec 13 21:28:06.912 INFO O| Dec 13 21:28:06.912 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-12-13T21:28:08.964Z | [ recovery-image] Dec 13 21:28:06.951 INFO O| Dec 13 21:28:06.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4661 | 2024-12-13T21:28:08.964Z | [ recovery-image] Dec 13 21:28:06.952 INFO O| Dec 13 21:28:06.951 INFO STEP 89 (remove_files) COMPLETE |
4662 | 2024-12-13T21:28:08.967Z | [ recovery-image] Dec 13 21:28:06.952 INFO O| Dec 13 21:28:06.952 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-12-13T21:28:09.008Z | [ recovery-image] Dec 13 21:28:06.995 INFO O| Dec 13 21:28:06.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4664 | 2024-12-13T21:28:09.028Z | [ recovery-image] Dec 13 21:28:07.015 INFO O| Dec 13 21:28:07.015 INFO STEP 90 (remove_files) COMPLETE |
4665 | 2024-12-13T21:28:09.028Z | [ recovery-image] Dec 13 21:28:07.015 INFO O| Dec 13 21:28:07.015 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-12-13T21:28:09.048Z | [ recovery-image] Dec 13 21:28:07.035 INFO O| Dec 13 21:28:07.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4667 | 2024-12-13T21:28:09.048Z | [ recovery-image] Dec 13 21:28:07.035 INFO O| Dec 13 21:28:07.035 INFO STEP 91 (remove_files) COMPLETE |
4668 | 2024-12-13T21:28:09.048Z | [ recovery-image] Dec 13 21:28:07.035 INFO O| Dec 13 21:28:07.035 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-12-13T21:28:09.066Z | [ recovery-image] Dec 13 21:28:07.053 INFO O| Dec 13 21:28:07.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4670 | 2024-12-13T21:28:09.066Z | [ recovery-image] Dec 13 21:28:07.053 INFO O| Dec 13 21:28:07.053 INFO STEP 92 (remove_files) COMPLETE |
4671 | 2024-12-13T21:28:09.068Z | [ recovery-image] Dec 13 21:28:07.053 INFO O| Dec 13 21:28:07.053 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-12-13T21:28:09.084Z | [ recovery-image] Dec 13 21:28:07.071 INFO O| Dec 13 21:28:07.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4673 | 2024-12-13T21:28:09.084Z | [ recovery-image] Dec 13 21:28:07.071 INFO O| Dec 13 21:28:07.071 INFO STEP 93 (remove_files) COMPLETE |
4674 | 2024-12-13T21:28:09.084Z | [ recovery-image] Dec 13 21:28:07.071 INFO O| Dec 13 21:28:07.071 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-12-13T21:28:09.103Z | [ recovery-image] Dec 13 21:28:07.090 INFO O| Dec 13 21:28:07.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4676 | 2024-12-13T21:28:09.103Z | [ recovery-image] Dec 13 21:28:07.090 INFO O| Dec 13 21:28:07.090 INFO STEP 94 (remove_files) COMPLETE |
4677 | 2024-12-13T21:28:09.103Z | [ recovery-image] Dec 13 21:28:07.090 INFO O| Dec 13 21:28:07.090 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-12-13T21:28:09.135Z | [ recovery-image] Dec 13 21:28:07.120 INFO O| Dec 13 21:28:07.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4679 | 2024-12-13T21:28:09.135Z | [ recovery-image] Dec 13 21:28:07.120 INFO O| Dec 13 21:28:07.120 INFO STEP 95 (remove_files) COMPLETE |
4680 | 2024-12-13T21:28:09.135Z | [ recovery-image] Dec 13 21:28:07.120 INFO O| Dec 13 21:28:07.120 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-12-13T21:28:09.168Z | [ recovery-image] Dec 13 21:28:07.155 INFO O| Dec 13 21:28:07.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4682 | 2024-12-13T21:28:09.168Z | [ recovery-image] Dec 13 21:28:07.156 INFO O| Dec 13 21:28:07.155 INFO STEP 96 (remove_files) COMPLETE |
4683 | 2024-12-13T21:28:09.172Z | [ recovery-image] Dec 13 21:28:07.156 INFO O| Dec 13 21:28:07.156 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-12-13T21:28:09.200Z | [ recovery-image] Dec 13 21:28:07.187 INFO O| Dec 13 21:28:07.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4685 | 2024-12-13T21:28:09.200Z | [ recovery-image] Dec 13 21:28:07.187 INFO O| Dec 13 21:28:07.187 INFO STEP 97 (remove_files) COMPLETE |
4686 | 2024-12-13T21:28:09.200Z | [ recovery-image] Dec 13 21:28:07.187 INFO O| Dec 13 21:28:07.187 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-12-13T21:28:09.233Z | [ recovery-image] Dec 13 21:28:07.220 INFO O| Dec 13 21:28:07.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4688 | 2024-12-13T21:28:09.236Z | [ recovery-image] Dec 13 21:28:07.220 INFO O| Dec 13 21:28:07.220 INFO STEP 98 (remove_files) COMPLETE |
4689 | 2024-12-13T21:28:09.236Z | [ recovery-image] Dec 13 21:28:07.220 INFO O| Dec 13 21:28:07.220 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-12-13T21:28:09.251Z | [ recovery-image] Dec 13 21:28:07.238 INFO O| Dec 13 21:28:07.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4691 | 2024-12-13T21:28:09.285Z | [ recovery-image] Dec 13 21:28:07.239 INFO O| Dec 13 21:28:07.238 INFO STEP 99 (remove_files) COMPLETE |
4692 | 2024-12-13T21:28:09.285Z | [ recovery-image] Dec 13 21:28:07.239 INFO O| Dec 13 21:28:07.239 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-12-13T21:28:09.285Z | [ recovery-image] Dec 13 21:28:07.256 INFO O| Dec 13 21:28:07.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4694 | 2024-12-13T21:28:09.285Z | [ recovery-image] Dec 13 21:28:07.257 INFO O| Dec 13 21:28:07.257 INFO STEP 100 (remove_files) COMPLETE |
4695 | 2024-12-13T21:28:09.285Z | [ recovery-image] Dec 13 21:28:07.258 INFO O| Dec 13 21:28:07.257 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-12-13T21:28:09.348Z | [ recovery-image] Dec 13 21:28:07.335 INFO O| Dec 13 21:28:07.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4697 | 2024-12-13T21:28:09.350Z | [ recovery-image] Dec 13 21:28:07.335 INFO O| Dec 13 21:28:07.335 INFO STEP 101 (remove_files) COMPLETE |
4698 | 2024-12-13T21:28:09.350Z | [ recovery-image] Dec 13 21:28:07.335 INFO O| Dec 13 21:28:07.335 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-12-13T21:28:09.368Z | [ recovery-image] Dec 13 21:28:07.355 INFO O| Dec 13 21:28:07.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4700 | 2024-12-13T21:28:09.368Z | [ recovery-image] Dec 13 21:28:07.355 INFO O| Dec 13 21:28:07.355 INFO STEP 102 (remove_files) COMPLETE |
4701 | 2024-12-13T21:28:09.368Z | [ recovery-image] Dec 13 21:28:07.355 INFO O| Dec 13 21:28:07.355 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-12-13T21:28:09.388Z | [ recovery-image] Dec 13 21:28:07.375 INFO O| Dec 13 21:28:07.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4703 | 2024-12-13T21:28:09.388Z | [ recovery-image] Dec 13 21:28:07.375 INFO O| Dec 13 21:28:07.375 INFO STEP 103 (remove_files) COMPLETE |
4704 | 2024-12-13T21:28:09.391Z | [ recovery-image] Dec 13 21:28:07.375 INFO O| Dec 13 21:28:07.375 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-12-13T21:28:09.413Z | [ recovery-image] Dec 13 21:28:07.400 INFO O| Dec 13 21:28:07.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4706 | 2024-12-13T21:28:09.413Z | [ recovery-image] Dec 13 21:28:07.400 INFO O| Dec 13 21:28:07.400 INFO STEP 104 (remove_files) COMPLETE |
4707 | 2024-12-13T21:28:09.413Z | [ recovery-image] Dec 13 21:28:07.400 INFO O| Dec 13 21:28:07.400 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-12-13T21:28:09.434Z | [ recovery-image] Dec 13 21:28:07.421 INFO O| Dec 13 21:28:07.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4709 | 2024-12-13T21:28:09.434Z | [ recovery-image] Dec 13 21:28:07.421 INFO O| Dec 13 21:28:07.421 INFO STEP 105 (remove_files) COMPLETE |
4710 | 2024-12-13T21:28:09.434Z | [ recovery-image] Dec 13 21:28:07.421 INFO O| Dec 13 21:28:07.421 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-12-13T21:28:09.455Z | [ recovery-image] Dec 13 21:28:07.441 INFO O| Dec 13 21:28:07.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4712 | 2024-12-13T21:28:09.456Z | [ recovery-image] Dec 13 21:28:07.442 INFO O| Dec 13 21:28:07.442 INFO STEP 106 (remove_files) COMPLETE |
4713 | 2024-12-13T21:28:09.457Z | [ recovery-image] Dec 13 21:28:07.442 INFO O| Dec 13 21:28:07.442 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-12-13T21:28:09.497Z | [ recovery-image] Dec 13 21:28:07.475 INFO O| Dec 13 21:28:07.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4715 | 2024-12-13T21:28:09.497Z | [ recovery-image] Dec 13 21:28:07.475 INFO O| Dec 13 21:28:07.475 INFO STEP 107 (remove_files) COMPLETE |
4716 | 2024-12-13T21:28:09.653Z | [ recovery-image] Dec 13 21:28:07.475 INFO O| Dec 13 21:28:07.475 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-12-13T21:28:09.697Z | [ recovery-image] Dec 13 21:28:07.515 INFO O| Dec 13 21:28:07.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4718 | 2024-12-13T21:28:09.697Z | [ recovery-image] Dec 13 21:28:07.515 INFO O| Dec 13 21:28:07.515 INFO STEP 108 (remove_files) COMPLETE |
4719 | 2024-12-13T21:28:09.697Z | [ recovery-image] Dec 13 21:28:07.515 INFO O| Dec 13 21:28:07.515 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-12-13T21:28:09.697Z | [ recovery-image] Dec 13 21:28:07.563 INFO O| Dec 13 21:28:07.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4721 | 2024-12-13T21:28:09.697Z | [ recovery-image] Dec 13 21:28:07.564 INFO O| Dec 13 21:28:07.564 INFO STEP 109 (remove_files) COMPLETE |
4722 | 2024-12-13T21:28:09.698Z | [ recovery-image] Dec 13 21:28:07.564 INFO O| Dec 13 21:28:07.564 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-12-13T21:28:09.698Z | [ recovery-image] Dec 13 21:28:07.584 INFO O| Dec 13 21:28:07.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4724 | 2024-12-13T21:28:09.700Z | [ recovery-image] Dec 13 21:28:07.584 INFO O| Dec 13 21:28:07.584 INFO STEP 110 (remove_files) COMPLETE |
4725 | 2024-12-13T21:28:09.700Z | [ recovery-image] Dec 13 21:28:07.584 INFO O| Dec 13 21:28:07.584 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-12-13T21:28:09.700Z | [ recovery-image] Dec 13 21:28:07.607 INFO O| Dec 13 21:28:07.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4727 | 2024-12-13T21:28:09.700Z | [ recovery-image] Dec 13 21:28:07.607 INFO O| Dec 13 21:28:07.607 INFO STEP 111 (remove_files) COMPLETE |
4728 | 2024-12-13T21:28:09.700Z | [ recovery-image] Dec 13 21:28:07.607 INFO O| Dec 13 21:28:07.607 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-12-13T21:28:09.700Z | [ recovery-image] Dec 13 21:28:07.665 INFO O| Dec 13 21:28:07.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4730 | 2024-12-13T21:28:09.700Z | [ recovery-image] Dec 13 21:28:07.665 INFO O| Dec 13 21:28:07.665 INFO STEP 112 (remove_files) COMPLETE |
4731 | 2024-12-13T21:28:09.700Z | [ recovery-image] Dec 13 21:28:07.665 INFO O| Dec 13 21:28:07.665 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-12-13T21:28:09.706Z | [ recovery-image] Dec 13 21:28:07.686 INFO O| Dec 13 21:28:07.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4733 | 2024-12-13T21:28:09.706Z | [ host-image] Dec 13 21:28:07.686 INFO O| Dec 13 21:28:07.686 INFO O| Planning: Solver setup ... Done |
4734 | 2024-12-13T21:28:09.706Z | [ recovery-image] Dec 13 21:28:07.686 INFO O| Dec 13 21:28:07.686 INFO STEP 113 (remove_files) COMPLETE |
4735 | 2024-12-13T21:28:09.706Z | [ recovery-image] Dec 13 21:28:07.686 INFO O| Dec 13 21:28:07.686 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-12-13T21:28:09.726Z | [ host-image] Dec 13 21:28:07.693 INFO O| Dec 13 21:28:07.693 INFO O| Planning: Running solver ... Done |
4737 | 2024-12-13T21:28:09.753Z | [ recovery-image] Dec 13 21:28:07.739 INFO O| Dec 13 21:28:07.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4738 | 2024-12-13T21:28:09.753Z | [ recovery-image] Dec 13 21:28:07.739 INFO O| Dec 13 21:28:07.739 INFO STEP 114 (remove_files) COMPLETE |
4739 | 2024-12-13T21:28:09.753Z | [ recovery-image] Dec 13 21:28:07.739 INFO O| Dec 13 21:28:07.739 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-12-13T21:28:09.793Z | [ recovery-image] Dec 13 21:28:07.777 INFO O| Dec 13 21:28:07.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4741 | 2024-12-13T21:28:09.793Z | [ recovery-image] Dec 13 21:28:07.777 INFO O| Dec 13 21:28:07.777 INFO STEP 115 (remove_files) COMPLETE |
4742 | 2024-12-13T21:28:09.793Z | [ recovery-image] Dec 13 21:28:07.777 INFO O| Dec 13 21:28:07.777 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-12-13T21:28:09.817Z | [ host-image] Dec 13 21:28:07.803 INFO O| Dec 13 21:28:07.803 INFO O| Planning: Finding local manifests ... Done |
4744 | 2024-12-13T21:28:09.823Z | [ host-image] Dec 13 21:28:07.804 INFO O| Dec 13 21:28:07.804 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4745 | 2024-12-13T21:28:09.832Z | [ recovery-image] Dec 13 21:28:07.819 INFO O| Dec 13 21:28:07.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4746 | 2024-12-13T21:28:09.838Z | [ recovery-image] Dec 13 21:28:07.819 INFO O| Dec 13 21:28:07.819 INFO STEP 116 (remove_files) COMPLETE |
4747 | 2024-12-13T21:28:09.838Z | [ recovery-image] Dec 13 21:28:07.819 INFO O| Dec 13 21:28:07.819 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-12-13T21:28:09.858Z | [ recovery-image] Dec 13 21:28:07.845 INFO O| Dec 13 21:28:07.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4749 | 2024-12-13T21:28:09.882Z | [ recovery-image] Dec 13 21:28:07.865 INFO O| Dec 13 21:28:07.865 INFO STEP 117 (remove_files) COMPLETE |
4750 | 2024-12-13T21:28:09.882Z | [ recovery-image] Dec 13 21:28:07.865 INFO O| Dec 13 21:28:07.865 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-12-13T21:28:09.909Z | [ recovery-image] Dec 13 21:28:07.896 INFO O| Dec 13 21:28:07.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4752 | 2024-12-13T21:28:09.909Z | [ recovery-image] Dec 13 21:28:07.896 INFO O| Dec 13 21:28:07.896 INFO STEP 118 (remove_files) COMPLETE |
4753 | 2024-12-13T21:28:09.912Z | [ recovery-image] Dec 13 21:28:07.896 INFO O| Dec 13 21:28:07.896 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-12-13T21:28:09.927Z | [ recovery-image] Dec 13 21:28:07.915 INFO O| Dec 13 21:28:07.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4755 | 2024-12-13T21:28:09.927Z | [ recovery-image] Dec 13 21:28:07.915 INFO O| Dec 13 21:28:07.915 INFO STEP 119 (remove_files) COMPLETE |
4756 | 2024-12-13T21:28:09.933Z | [ recovery-image] Dec 13 21:28:07.915 INFO O| Dec 13 21:28:07.915 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-12-13T21:28:09.961Z | [ recovery-image] Dec 13 21:28:07.948 INFO O| Dec 13 21:28:07.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4758 | 2024-12-13T21:28:09.965Z | [ recovery-image] Dec 13 21:28:07.948 INFO O| Dec 13 21:28:07.948 INFO STEP 120 (remove_files) COMPLETE |
4759 | 2024-12-13T21:28:09.965Z | [ recovery-image] Dec 13 21:28:07.948 INFO O| Dec 13 21:28:07.948 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-12-13T21:28:09.982Z | [ recovery-image] Dec 13 21:28:07.968 INFO O| Dec 13 21:28:07.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4761 | 2024-12-13T21:28:09.982Z | [ recovery-image] Dec 13 21:28:07.968 INFO O| Dec 13 21:28:07.968 INFO STEP 121 (remove_files) COMPLETE |
4762 | 2024-12-13T21:28:09.982Z | [ recovery-image] Dec 13 21:28:07.968 INFO O| Dec 13 21:28:07.968 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-12-13T21:28:10.000Z | [ recovery-image] Dec 13 21:28:07.987 INFO O| Dec 13 21:28:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4764 | 2024-12-13T21:28:10.000Z | [ recovery-image] Dec 13 21:28:07.987 INFO O| Dec 13 21:28:07.987 INFO STEP 122 (remove_files) COMPLETE |
4765 | 2024-12-13T21:28:10.000Z | [ recovery-image] Dec 13 21:28:07.987 INFO O| Dec 13 21:28:07.987 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-12-13T21:28:10.039Z | [ recovery-image] Dec 13 21:28:08.026 INFO O| Dec 13 21:28:08.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4767 | 2024-12-13T21:28:10.039Z | [ recovery-image] Dec 13 21:28:08.026 INFO O| Dec 13 21:28:08.026 INFO STEP 123 (remove_files) COMPLETE |
4768 | 2024-12-13T21:28:10.041Z | [ recovery-image] Dec 13 21:28:08.026 INFO O| Dec 13 21:28:08.026 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-12-13T21:28:10.063Z | [ recovery-image] Dec 13 21:28:08.050 INFO O| Dec 13 21:28:08.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4770 | 2024-12-13T21:28:10.071Z | [ recovery-image] Dec 13 21:28:08.050 INFO O| Dec 13 21:28:08.050 INFO STEP 124 (remove_files) COMPLETE |
4771 | 2024-12-13T21:28:10.071Z | [ recovery-image] Dec 13 21:28:08.050 INFO O| Dec 13 21:28:08.050 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-12-13T21:28:10.080Z | [ host-image] Dec 13 21:28:08.068 INFO O| Dec 13 21:28:08.067 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4773 | 2024-12-13T21:28:10.101Z | [ recovery-image] Dec 13 21:28:08.088 INFO O| Dec 13 21:28:08.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4774 | 2024-12-13T21:28:10.101Z | [ recovery-image] Dec 13 21:28:08.088 INFO O| Dec 13 21:28:08.088 INFO STEP 125 (remove_files) COMPLETE |
4775 | 2024-12-13T21:28:10.109Z | [ recovery-image] Dec 13 21:28:08.089 INFO O| Dec 13 21:28:08.088 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-12-13T21:28:10.112Z | [ host-image] Dec 13 21:28:08.098 INFO O| Dec 13 21:28:08.098 INFO O| Planning: Package planning ... Done |
4777 | 2024-12-13T21:28:10.112Z | [ host-image] Dec 13 21:28:08.099 INFO O| Dec 13 21:28:08.099 INFO O| Planning: Merging actions ... Done |
4778 | 2024-12-13T21:28:10.152Z | [ recovery-image] Dec 13 21:28:08.139 INFO O| Dec 13 21:28:08.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4779 | 2024-12-13T21:28:10.152Z | [ recovery-image] Dec 13 21:28:08.139 INFO O| Dec 13 21:28:08.139 INFO STEP 126 (remove_files) COMPLETE |
4780 | 2024-12-13T21:28:10.152Z | [ recovery-image] Dec 13 21:28:08.139 INFO O| Dec 13 21:28:08.139 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-12-13T21:28:10.169Z | [ recovery-image] Dec 13 21:28:08.156 INFO O| Dec 13 21:28:08.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4782 | 2024-12-13T21:28:10.170Z | [ recovery-image] Dec 13 21:28:08.156 INFO O| Dec 13 21:28:08.156 INFO STEP 127 (remove_files) COMPLETE |
4783 | 2024-12-13T21:28:10.170Z | [ recovery-image] Dec 13 21:28:08.156 INFO O| Dec 13 21:28:08.156 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-12-13T21:28:10.225Z | [ recovery-image] Dec 13 21:28:08.209 INFO O| Dec 13 21:28:08.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4785 | 2024-12-13T21:28:10.225Z | [ recovery-image] Dec 13 21:28:08.209 INFO O| Dec 13 21:28:08.209 INFO STEP 128 (remove_files) COMPLETE |
4786 | 2024-12-13T21:28:10.225Z | [ recovery-image] Dec 13 21:28:08.209 INFO O| Dec 13 21:28:08.209 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-12-13T21:28:10.246Z | [ host-image] Dec 13 21:28:08.234 INFO O| Dec 13 21:28:08.233 INFO O| Planning: Checking for conflicting actions ... Done |
4788 | 2024-12-13T21:28:10.250Z | [ host-image] Dec 13 21:28:08.234 INFO O| Dec 13 21:28:08.234 INFO O| Planning: Consolidating action changes ... Done |
4789 | 2024-12-13T21:28:10.282Z | [ recovery-image] Dec 13 21:28:08.269 INFO O| Dec 13 21:28:08.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4790 | 2024-12-13T21:28:10.286Z | [ recovery-image] Dec 13 21:28:08.269 INFO O| Dec 13 21:28:08.269 INFO STEP 129 (remove_files) COMPLETE |
4791 | 2024-12-13T21:28:10.286Z | [ recovery-image] Dec 13 21:28:08.269 INFO O| Dec 13 21:28:08.269 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-12-13T21:28:10.301Z | [ recovery-image] Dec 13 21:28:08.288 INFO O| Dec 13 21:28:08.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4793 | 2024-12-13T21:28:10.301Z | [ recovery-image] Dec 13 21:28:08.288 INFO O| Dec 13 21:28:08.288 INFO STEP 130 (remove_files) COMPLETE |
4794 | 2024-12-13T21:28:10.301Z | [ recovery-image] Dec 13 21:28:08.288 INFO O| Dec 13 21:28:08.288 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-12-13T21:28:10.319Z | [ recovery-image] Dec 13 21:28:08.306 INFO O| Dec 13 21:28:08.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4796 | 2024-12-13T21:28:10.319Z | [ recovery-image] Dec 13 21:28:08.306 INFO O| Dec 13 21:28:08.306 INFO STEP 131 (remove_files) COMPLETE |
4797 | 2024-12-13T21:28:10.319Z | [ recovery-image] Dec 13 21:28:08.306 INFO O| Dec 13 21:28:08.306 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-12-13T21:28:10.340Z | [ recovery-image] Dec 13 21:28:08.326 INFO O| Dec 13 21:28:08.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4799 | 2024-12-13T21:28:10.340Z | [ recovery-image] Dec 13 21:28:08.326 INFO O| Dec 13 21:28:08.326 INFO STEP 132 (remove_files) COMPLETE |
4800 | 2024-12-13T21:28:10.340Z | [ recovery-image] Dec 13 21:28:08.326 INFO O| Dec 13 21:28:08.326 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-12-13T21:28:10.359Z | [ recovery-image] Dec 13 21:28:08.346 INFO O| Dec 13 21:28:08.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4802 | 2024-12-13T21:28:10.359Z | [ recovery-image] Dec 13 21:28:08.346 INFO O| Dec 13 21:28:08.346 INFO STEP 133 (remove_files) COMPLETE |
4803 | 2024-12-13T21:28:10.359Z | [ recovery-image] Dec 13 21:28:08.346 INFO O| Dec 13 21:28:08.346 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-12-13T21:28:10.377Z | [ recovery-image] Dec 13 21:28:08.364 INFO O| Dec 13 21:28:08.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4805 | 2024-12-13T21:28:10.377Z | [ recovery-image] Dec 13 21:28:08.364 INFO O| Dec 13 21:28:08.364 INFO STEP 134 (remove_files) COMPLETE |
4806 | 2024-12-13T21:28:10.377Z | [ recovery-image] Dec 13 21:28:08.364 INFO O| Dec 13 21:28:08.364 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-12-13T21:28:10.396Z | [ recovery-image] Dec 13 21:28:08.382 INFO O| Dec 13 21:28:08.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4808 | 2024-12-13T21:28:10.396Z | [ recovery-image] Dec 13 21:28:08.382 INFO O| Dec 13 21:28:08.382 INFO STEP 135 (remove_files) COMPLETE |
4809 | 2024-12-13T21:28:10.396Z | [ recovery-image] Dec 13 21:28:08.382 INFO O| Dec 13 21:28:08.382 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-12-13T21:28:10.430Z | [ recovery-image] Dec 13 21:28:08.417 INFO O| Dec 13 21:28:08.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4811 | 2024-12-13T21:28:10.430Z | [ recovery-image] Dec 13 21:28:08.417 INFO O| Dec 13 21:28:08.417 INFO STEP 136 (remove_files) COMPLETE |
4812 | 2024-12-13T21:28:10.433Z | [ recovery-image] Dec 13 21:28:08.417 INFO O| Dec 13 21:28:08.417 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-12-13T21:28:10.458Z | [ recovery-image] Dec 13 21:28:08.445 INFO O| Dec 13 21:28:08.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4814 | 2024-12-13T21:28:10.463Z | [ recovery-image] Dec 13 21:28:08.445 INFO O| Dec 13 21:28:08.445 INFO STEP 137 (remove_files) COMPLETE |
4815 | 2024-12-13T21:28:10.463Z | [ recovery-image] Dec 13 21:28:08.446 INFO O| Dec 13 21:28:08.445 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-12-13T21:28:10.477Z | [ recovery-image] Dec 13 21:28:08.464 INFO O| Dec 13 21:28:08.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4817 | 2024-12-13T21:28:10.486Z | [ recovery-image] Dec 13 21:28:08.465 INFO O| Dec 13 21:28:08.465 INFO STEP 138 (remove_files) COMPLETE |
4818 | 2024-12-13T21:28:10.486Z | [ recovery-image] Dec 13 21:28:08.465 INFO O| Dec 13 21:28:08.465 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-12-13T21:28:10.497Z | [ recovery-image] Dec 13 21:28:08.484 INFO O| Dec 13 21:28:08.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4820 | 2024-12-13T21:28:10.502Z | [ recovery-image] Dec 13 21:28:08.484 INFO O| Dec 13 21:28:08.484 INFO STEP 139 (remove_files) COMPLETE |
4821 | 2024-12-13T21:28:10.502Z | [ recovery-image] Dec 13 21:28:08.484 INFO O| Dec 13 21:28:08.484 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-12-13T21:28:10.513Z | [ recovery-image] Dec 13 21:28:08.500 INFO O| Dec 13 21:28:08.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4823 | 2024-12-13T21:28:10.517Z | [ recovery-image] Dec 13 21:28:08.501 INFO O| Dec 13 21:28:08.501 INFO STEP 140 (remove_files) COMPLETE |
4824 | 2024-12-13T21:28:10.517Z | [ recovery-image] Dec 13 21:28:08.501 INFO O| Dec 13 21:28:08.501 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-12-13T21:28:10.531Z | [ recovery-image] Dec 13 21:28:08.518 INFO O| Dec 13 21:28:08.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4826 | 2024-12-13T21:28:10.533Z | [ recovery-image] Dec 13 21:28:08.518 INFO O| Dec 13 21:28:08.518 INFO STEP 141 (remove_files) COMPLETE |
4827 | 2024-12-13T21:28:10.533Z | [ recovery-image] Dec 13 21:28:08.518 INFO O| Dec 13 21:28:08.518 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-12-13T21:28:10.564Z | [ recovery-image] Dec 13 21:28:08.551 INFO O| Dec 13 21:28:08.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4829 | 2024-12-13T21:28:10.564Z | [ recovery-image] Dec 13 21:28:08.551 INFO O| Dec 13 21:28:08.551 INFO STEP 142 (remove_files) COMPLETE |
4830 | 2024-12-13T21:28:10.567Z | [ recovery-image] Dec 13 21:28:08.551 INFO O| Dec 13 21:28:08.551 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-12-13T21:28:10.605Z | [ recovery-image] Dec 13 21:28:08.570 INFO O| Dec 13 21:28:08.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4832 | 2024-12-13T21:28:10.605Z | [ recovery-image] Dec 13 21:28:08.570 INFO O| Dec 13 21:28:08.570 INFO STEP 143 (remove_files) COMPLETE |
4833 | 2024-12-13T21:28:10.605Z | [ recovery-image] Dec 13 21:28:08.570 INFO O| Dec 13 21:28:08.570 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-12-13T21:28:10.605Z | [ recovery-image] Dec 13 21:28:08.588 INFO O| Dec 13 21:28:08.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4835 | 2024-12-13T21:28:10.605Z | [ recovery-image] Dec 13 21:28:08.588 INFO O| Dec 13 21:28:08.588 INFO STEP 144 (remove_files) COMPLETE |
4836 | 2024-12-13T21:28:10.605Z | [ recovery-image] Dec 13 21:28:08.588 INFO O| Dec 13 21:28:08.588 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-12-13T21:28:10.667Z | [ recovery-image] Dec 13 21:28:08.609 INFO O| Dec 13 21:28:08.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4838 | 2024-12-13T21:28:10.667Z | [ recovery-image] Dec 13 21:28:08.609 INFO O| Dec 13 21:28:08.609 INFO STEP 145 (remove_files) COMPLETE |
4839 | 2024-12-13T21:28:10.667Z | [ recovery-image] Dec 13 21:28:08.609 INFO O| Dec 13 21:28:08.609 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-12-13T21:28:10.674Z | [ recovery-image] Dec 13 21:28:08.628 INFO O| Dec 13 21:28:08.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4841 | 2024-12-13T21:28:10.674Z | [ recovery-image] Dec 13 21:28:08.629 INFO O| Dec 13 21:28:08.628 INFO STEP 146 (remove_files) COMPLETE |
4842 | 2024-12-13T21:28:10.674Z | [ recovery-image] Dec 13 21:28:08.629 INFO O| Dec 13 21:28:08.629 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-12-13T21:28:10.674Z | [ recovery-image] Dec 13 21:28:08.647 INFO O| Dec 13 21:28:08.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4844 | 2024-12-13T21:28:10.674Z | [ recovery-image] Dec 13 21:28:08.647 INFO O| Dec 13 21:28:08.647 INFO STEP 147 (remove_files) COMPLETE |
4845 | 2024-12-13T21:28:10.674Z | [ recovery-image] Dec 13 21:28:08.647 INFO O| Dec 13 21:28:08.647 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-12-13T21:28:10.689Z | [ recovery-image] Dec 13 21:28:08.668 INFO O| Dec 13 21:28:08.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4847 | 2024-12-13T21:28:10.689Z | [ recovery-image] Dec 13 21:28:08.668 INFO O| Dec 13 21:28:08.668 INFO STEP 148 (remove_files) COMPLETE |
4848 | 2024-12-13T21:28:10.689Z | [ recovery-image] Dec 13 21:28:08.668 INFO O| Dec 13 21:28:08.668 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-12-13T21:28:10.708Z | [ host-image] Dec 13 21:28:08.671 INFO O| Dec 13 21:28:08.671 INFO O| Planning: Evaluating mediators ... Done |
4850 | 2024-12-13T21:28:10.708Z | [ host-image] Dec 13 21:28:08.672 INFO O| Dec 13 21:28:08.672 INFO O| Planning: Planning completed in 5.05 seconds |
4851 | 2024-12-13T21:28:10.708Z | [ host-image] Dec 13 21:28:08.674 INFO O| Dec 13 21:28:08.674 INFO O| Packages to install: 1 |
4852 | 2024-12-13T21:28:10.720Z | [ host-image] Dec 13 21:28:08.694 INFO O| Dec 13 21:28:08.694 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4853 | 2024-12-13T21:28:10.725Z | [ recovery-image] Dec 13 21:28:08.705 INFO O| Dec 13 21:28:08.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4854 | 2024-12-13T21:28:10.725Z | [ recovery-image] Dec 13 21:28:08.705 INFO O| Dec 13 21:28:08.705 INFO STEP 149 (remove_files) COMPLETE |
4855 | 2024-12-13T21:28:10.725Z | [ recovery-image] Dec 13 21:28:08.705 INFO O| Dec 13 21:28:08.705 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-12-13T21:28:10.751Z | [ recovery-image] Dec 13 21:28:08.737 INFO O| Dec 13 21:28:08.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4857 | 2024-12-13T21:28:10.751Z | [ recovery-image] Dec 13 21:28:08.737 INFO O| Dec 13 21:28:08.737 INFO STEP 150 (remove_files) COMPLETE |
4858 | 2024-12-13T21:28:10.751Z | [ recovery-image] Dec 13 21:28:08.737 INFO O| Dec 13 21:28:08.737 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-12-13T21:28:10.812Z | [ recovery-image] Dec 13 21:28:08.797 INFO O| Dec 13 21:28:08.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4860 | 2024-12-13T21:28:10.812Z | [ recovery-image] Dec 13 21:28:08.798 INFO O| Dec 13 21:28:08.798 INFO STEP 151 (remove_files) COMPLETE |
4861 | 2024-12-13T21:28:10.821Z | [ recovery-image] Dec 13 21:28:08.798 INFO O| Dec 13 21:28:08.798 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-12-13T21:28:10.832Z | [ recovery-image] Dec 13 21:28:08.818 INFO O| Dec 13 21:28:08.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4863 | 2024-12-13T21:28:10.832Z | [ recovery-image] Dec 13 21:28:08.818 INFO O| Dec 13 21:28:08.818 INFO STEP 152 (remove_files) COMPLETE |
4864 | 2024-12-13T21:28:10.832Z | [ recovery-image] Dec 13 21:28:08.818 INFO O| Dec 13 21:28:08.818 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-12-13T21:28:10.854Z | [ recovery-image] Dec 13 21:28:08.841 INFO O| Dec 13 21:28:08.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4866 | 2024-12-13T21:28:10.855Z | [ recovery-image] Dec 13 21:28:08.841 INFO O| Dec 13 21:28:08.841 INFO STEP 153 (remove_files) COMPLETE |
4867 | 2024-12-13T21:28:10.860Z | [ recovery-image] Dec 13 21:28:08.841 INFO O| Dec 13 21:28:08.841 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-12-13T21:28:10.877Z | [ recovery-image] Dec 13 21:28:08.864 INFO O| Dec 13 21:28:08.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4869 | 2024-12-13T21:28:10.885Z | [ recovery-image] Dec 13 21:28:08.864 INFO O| Dec 13 21:28:08.864 INFO STEP 154 (remove_files) COMPLETE |
4870 | 2024-12-13T21:28:10.885Z | [ recovery-image] Dec 13 21:28:08.864 INFO O| Dec 13 21:28:08.864 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-12-13T21:28:10.900Z | [ recovery-image] Dec 13 21:28:08.887 INFO O| Dec 13 21:28:08.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4872 | 2024-12-13T21:28:10.908Z | [ recovery-image] Dec 13 21:28:08.888 INFO O| Dec 13 21:28:08.887 INFO STEP 155 (remove_files) COMPLETE |
4873 | 2024-12-13T21:28:10.908Z | [ recovery-image] Dec 13 21:28:08.888 INFO O| Dec 13 21:28:08.888 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-12-13T21:28:10.924Z | [ recovery-image] Dec 13 21:28:08.911 INFO O| Dec 13 21:28:08.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4875 | 2024-12-13T21:28:10.924Z | [ recovery-image] Dec 13 21:28:08.911 INFO O| Dec 13 21:28:08.911 INFO STEP 156 (remove_files) COMPLETE |
4876 | 2024-12-13T21:28:10.927Z | [ recovery-image] Dec 13 21:28:08.912 INFO O| Dec 13 21:28:08.911 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-12-13T21:28:10.945Z | [ recovery-image] Dec 13 21:28:08.931 INFO O| Dec 13 21:28:08.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4878 | 2024-12-13T21:28:10.951Z | [ recovery-image] Dec 13 21:28:08.932 INFO O| Dec 13 21:28:08.931 INFO STEP 157 (remove_files) COMPLETE |
4879 | 2024-12-13T21:28:10.951Z | [ recovery-image] Dec 13 21:28:08.932 INFO O| Dec 13 21:28:08.932 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-12-13T21:28:10.966Z | [ recovery-image] Dec 13 21:28:08.953 INFO O| Dec 13 21:28:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4881 | 2024-12-13T21:28:10.966Z | [ recovery-image] Dec 13 21:28:08.953 INFO O| Dec 13 21:28:08.953 INFO STEP 158 (remove_files) COMPLETE |
4882 | 2024-12-13T21:28:10.969Z | [ recovery-image] Dec 13 21:28:08.953 INFO O| Dec 13 21:28:08.953 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-12-13T21:28:10.992Z | [ recovery-image] Dec 13 21:28:08.978 INFO O| Dec 13 21:28:08.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4884 | 2024-12-13T21:28:10.992Z | [ recovery-image] Dec 13 21:28:08.978 INFO O| Dec 13 21:28:08.978 INFO STEP 159 (remove_files) COMPLETE |
4885 | 2024-12-13T21:28:10.992Z | [ recovery-image] Dec 13 21:28:08.978 INFO O| Dec 13 21:28:08.978 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-12-13T21:28:11.019Z | [ host-image] Dec 13 21:28:09.006 INFO O| Dec 13 21:28:09.006 INFO O| Download: Completed 9.99 MB in 0.31 seconds (32.1M/s) |
4887 | 2024-12-13T21:28:11.032Z | [ recovery-image] Dec 13 21:28:09.008 INFO O| Dec 13 21:28:09.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4888 | 2024-12-13T21:28:11.032Z | [ recovery-image] Dec 13 21:28:09.008 INFO O| Dec 13 21:28:09.008 INFO STEP 160 (remove_files) COMPLETE |
4889 | 2024-12-13T21:28:11.032Z | [ recovery-image] Dec 13 21:28:09.008 INFO O| Dec 13 21:28:09.008 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-12-13T21:28:11.041Z | [ recovery-image] Dec 13 21:28:09.027 INFO O| Dec 13 21:28:09.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4891 | 2024-12-13T21:28:11.041Z | [ recovery-image] Dec 13 21:28:09.027 INFO O| Dec 13 21:28:09.027 INFO STEP 161 (remove_files) COMPLETE |
4892 | 2024-12-13T21:28:11.042Z | [ recovery-image] Dec 13 21:28:09.027 INFO O| Dec 13 21:28:09.027 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-12-13T21:28:11.140Z | [ recovery-image] Dec 13 21:28:09.127 INFO O| Dec 13 21:28:09.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4894 | 2024-12-13T21:28:11.140Z | [ recovery-image] Dec 13 21:28:09.127 INFO O| Dec 13 21:28:09.127 INFO STEP 162 (remove_files) COMPLETE |
4895 | 2024-12-13T21:28:11.144Z | [ recovery-image] Dec 13 21:28:09.127 INFO O| Dec 13 21:28:09.127 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-12-13T21:28:11.152Z | [ host-image] Dec 13 21:28:09.139 INFO O| Dec 13 21:28:09.138 INFO O| Actions: 1/22 actions (Installing new actions) |
4897 | 2024-12-13T21:28:11.175Z | [ recovery-image] Dec 13 21:28:09.162 INFO O| Dec 13 21:28:09.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4898 | 2024-12-13T21:28:11.175Z | [ recovery-image] Dec 13 21:28:09.162 INFO O| Dec 13 21:28:09.162 INFO STEP 163 (remove_files) COMPLETE |
4899 | 2024-12-13T21:28:11.185Z | [ recovery-image] Dec 13 21:28:09.162 INFO O| Dec 13 21:28:09.162 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-12-13T21:28:11.203Z | [ recovery-image] Dec 13 21:28:09.190 INFO O| Dec 13 21:28:09.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4901 | 2024-12-13T21:28:11.203Z | [ recovery-image] Dec 13 21:28:09.190 INFO O| Dec 13 21:28:09.190 INFO STEP 164 (remove_files) COMPLETE |
4902 | 2024-12-13T21:28:11.203Z | [ recovery-image] Dec 13 21:28:09.190 INFO O| Dec 13 21:28:09.190 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-12-13T21:28:11.237Z | [ recovery-image] Dec 13 21:28:09.223 INFO O| Dec 13 21:28:09.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4904 | 2024-12-13T21:28:11.250Z | [ recovery-image] Dec 13 21:28:09.224 INFO O| Dec 13 21:28:09.224 INFO STEP 165 (remove_files) COMPLETE |
4905 | 2024-12-13T21:28:11.250Z | [ recovery-image] Dec 13 21:28:09.224 INFO O| Dec 13 21:28:09.224 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-12-13T21:28:11.267Z | [ recovery-image] Dec 13 21:28:09.254 INFO O| Dec 13 21:28:09.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4907 | 2024-12-13T21:28:11.288Z | [ recovery-image] Dec 13 21:28:09.274 INFO O| Dec 13 21:28:09.274 INFO STEP 166 (remove_files) COMPLETE |
4908 | 2024-12-13T21:28:11.288Z | [ recovery-image] Dec 13 21:28:09.274 INFO O| Dec 13 21:28:09.274 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-12-13T21:28:11.313Z | [ recovery-image] Dec 13 21:28:09.300 INFO O| Dec 13 21:28:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4910 | 2024-12-13T21:28:11.336Z | [ recovery-image] Dec 13 21:28:09.320 INFO O| Dec 13 21:28:09.320 INFO STEP 167 (remove_files) COMPLETE |
4911 | 2024-12-13T21:28:11.336Z | [ recovery-image] Dec 13 21:28:09.320 INFO O| Dec 13 21:28:09.320 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-12-13T21:28:11.363Z | [ recovery-image] Dec 13 21:28:09.350 INFO O| Dec 13 21:28:09.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4913 | 2024-12-13T21:28:11.363Z | [ recovery-image] Dec 13 21:28:09.350 INFO O| Dec 13 21:28:09.350 INFO STEP 168 (remove_files) COMPLETE |
4914 | 2024-12-13T21:28:11.363Z | [ recovery-image] Dec 13 21:28:09.350 INFO O| Dec 13 21:28:09.350 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-12-13T21:28:11.419Z | [ recovery-image] Dec 13 21:28:09.406 INFO O| Dec 13 21:28:09.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4916 | 2024-12-13T21:28:11.420Z | [ recovery-image] Dec 13 21:28:09.406 INFO O| Dec 13 21:28:09.406 INFO STEP 169 (remove_files) COMPLETE |
4917 | 2024-12-13T21:28:11.426Z | [ recovery-image] Dec 13 21:28:09.406 INFO O| Dec 13 21:28:09.406 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-12-13T21:28:11.454Z | [ recovery-image] Dec 13 21:28:09.425 INFO O| Dec 13 21:28:09.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4919 | 2024-12-13T21:28:11.454Z | [ recovery-image] Dec 13 21:28:09.426 INFO O| Dec 13 21:28:09.426 INFO STEP 170 (remove_files) COMPLETE |
4920 | 2024-12-13T21:28:11.459Z | [ recovery-image] Dec 13 21:28:09.426 INFO O| Dec 13 21:28:09.426 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-12-13T21:28:11.478Z | [ recovery-image] Dec 13 21:28:09.444 INFO O| Dec 13 21:28:09.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4922 | 2024-12-13T21:28:11.478Z | [ recovery-image] Dec 13 21:28:09.444 INFO O| Dec 13 21:28:09.444 INFO STEP 171 (remove_files) COMPLETE |
4923 | 2024-12-13T21:28:11.478Z | [ recovery-image] Dec 13 21:28:09.444 INFO O| Dec 13 21:28:09.444 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-12-13T21:28:11.495Z | [ recovery-image] Dec 13 21:28:09.482 INFO O| Dec 13 21:28:09.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4925 | 2024-12-13T21:28:11.501Z | [ recovery-image] Dec 13 21:28:09.482 INFO O| Dec 13 21:28:09.482 INFO STEP 172 (remove_files) COMPLETE |
4926 | 2024-12-13T21:28:11.501Z | [ recovery-image] Dec 13 21:28:09.482 INFO O| Dec 13 21:28:09.482 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-12-13T21:28:11.516Z | [ recovery-image] Dec 13 21:28:09.503 INFO O| Dec 13 21:28:09.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4928 | 2024-12-13T21:28:11.524Z | [ recovery-image] Dec 13 21:28:09.503 INFO O| Dec 13 21:28:09.503 INFO STEP 173 (remove_files) COMPLETE |
4929 | 2024-12-13T21:28:11.524Z | [ recovery-image] Dec 13 21:28:09.503 INFO O| Dec 13 21:28:09.503 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-12-13T21:28:11.554Z | [ recovery-image] Dec 13 21:28:09.541 INFO O| Dec 13 21:28:09.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4931 | 2024-12-13T21:28:11.554Z | [ recovery-image] Dec 13 21:28:09.541 INFO O| Dec 13 21:28:09.541 INFO STEP 174 (remove_files) COMPLETE |
4932 | 2024-12-13T21:28:11.554Z | [ recovery-image] Dec 13 21:28:09.541 INFO O| Dec 13 21:28:09.541 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-12-13T21:28:11.593Z | [ recovery-image] Dec 13 21:28:09.561 INFO O| Dec 13 21:28:09.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4934 | 2024-12-13T21:28:11.593Z | [ recovery-image] Dec 13 21:28:09.561 INFO O| Dec 13 21:28:09.561 INFO STEP 175 (remove_files) COMPLETE |
4935 | 2024-12-13T21:28:11.593Z | [ recovery-image] Dec 13 21:28:09.561 INFO O| Dec 13 21:28:09.561 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-12-13T21:28:11.593Z | [ host-image] Dec 13 21:28:09.561 INFO O| Dec 13 21:28:09.561 INFO O| Actions: Completed 22 actions in 0.42 seconds. |
4937 | 2024-12-13T21:28:11.600Z | [ recovery-image] Dec 13 21:28:09.584 INFO O| Dec 13 21:28:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4938 | 2024-12-13T21:28:11.600Z | [ recovery-image] Dec 13 21:28:09.584 INFO O| Dec 13 21:28:09.584 INFO STEP 176 (remove_files) COMPLETE |
4939 | 2024-12-13T21:28:11.600Z | [ recovery-image] Dec 13 21:28:09.584 INFO O| Dec 13 21:28:09.584 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-12-13T21:28:11.684Z | [ recovery-image] Dec 13 21:28:09.666 INFO O| Dec 13 21:28:09.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4941 | 2024-12-13T21:28:11.685Z | [ recovery-image] Dec 13 21:28:09.667 INFO O| Dec 13 21:28:09.667 INFO STEP 177 (remove_files) COMPLETE |
4942 | 2024-12-13T21:28:11.685Z | [ recovery-image] Dec 13 21:28:09.667 INFO O| Dec 13 21:28:09.667 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-12-13T21:28:11.699Z | [ recovery-image] Dec 13 21:28:09.686 INFO O| Dec 13 21:28:09.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4944 | 2024-12-13T21:28:11.699Z | [ recovery-image] Dec 13 21:28:09.686 INFO O| Dec 13 21:28:09.686 INFO STEP 178 (remove_files) COMPLETE |
4945 | 2024-12-13T21:28:11.699Z | [ recovery-image] Dec 13 21:28:09.686 INFO O| Dec 13 21:28:09.686 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-12-13T21:28:11.718Z | [ recovery-image] Dec 13 21:28:09.704 INFO O| Dec 13 21:28:09.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4947 | 2024-12-13T21:28:11.718Z | [ recovery-image] Dec 13 21:28:09.704 INFO O| Dec 13 21:28:09.704 INFO STEP 179 (remove_files) COMPLETE |
4948 | 2024-12-13T21:28:11.718Z | [ recovery-image] Dec 13 21:28:09.705 INFO O| Dec 13 21:28:09.704 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-12-13T21:28:11.742Z | [ recovery-image] Dec 13 21:28:09.725 INFO O| Dec 13 21:28:09.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4950 | 2024-12-13T21:28:11.742Z | [ recovery-image] Dec 13 21:28:09.725 INFO O| Dec 13 21:28:09.725 INFO STEP 180 (remove_files) COMPLETE |
4951 | 2024-12-13T21:28:11.757Z | [ recovery-image] Dec 13 21:28:09.725 INFO O| Dec 13 21:28:09.725 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-12-13T21:28:11.845Z | [ recovery-image] Dec 13 21:28:09.821 INFO O| Dec 13 21:28:09.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4953 | 2024-12-13T21:28:11.885Z | [ recovery-image] Dec 13 21:28:09.821 INFO O| Dec 13 21:28:09.821 INFO STEP 181 (remove_files) COMPLETE |
4954 | 2024-12-13T21:28:11.886Z | [ recovery-image] Dec 13 21:28:09.821 INFO O| Dec 13 21:28:09.821 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-12-13T21:28:11.886Z | [ recovery-image] Dec 13 21:28:09.841 INFO O| Dec 13 21:28:09.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4956 | 2024-12-13T21:28:11.886Z | [ recovery-image] Dec 13 21:28:09.842 INFO O| Dec 13 21:28:09.842 INFO STEP 182 (remove_files) COMPLETE |
4957 | 2024-12-13T21:28:11.912Z | [ recovery-image] Dec 13 21:28:09.842 INFO O| Dec 13 21:28:09.842 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-12-13T21:28:11.912Z | [ recovery-image] Dec 13 21:28:09.873 INFO O| Dec 13 21:28:09.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4959 | 2024-12-13T21:28:11.917Z | [ recovery-image] Dec 13 21:28:09.873 INFO O| Dec 13 21:28:09.873 INFO STEP 183 (remove_files) COMPLETE |
4960 | 2024-12-13T21:28:11.917Z | [ recovery-image] Dec 13 21:28:09.873 INFO O| Dec 13 21:28:09.873 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-12-13T21:28:11.943Z | [ recovery-image] Dec 13 21:28:09.907 INFO O| Dec 13 21:28:09.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4962 | 2024-12-13T21:28:11.943Z | [ recovery-image] Dec 13 21:28:09.907 INFO O| Dec 13 21:28:09.907 INFO STEP 184 (remove_files) COMPLETE |
4963 | 2024-12-13T21:28:11.943Z | [ recovery-image] Dec 13 21:28:09.908 INFO O| Dec 13 21:28:09.907 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-12-13T21:28:11.968Z | [ host-image] Dec 13 21:28:09.930 INFO O| Dec 13 21:28:09.929 INFO O| Done |
4965 | 2024-12-13T21:28:11.968Z | [ host-image] Dec 13 21:28:09.930 INFO O| Dec 13 21:28:09.930 INFO O| Done |
4966 | 2024-12-13T21:28:11.992Z | [ recovery-image] Dec 13 21:28:09.942 INFO O| Dec 13 21:28:09.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4967 | 2024-12-13T21:28:11.992Z | [ recovery-image] Dec 13 21:28:09.942 INFO O| Dec 13 21:28:09.942 INFO STEP 185 (remove_files) COMPLETE |
4968 | 2024-12-13T21:28:11.992Z | [ recovery-image] Dec 13 21:28:09.942 INFO O| Dec 13 21:28:09.942 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-12-13T21:28:12.008Z | [ recovery-image] Dec 13 21:28:09.994 INFO O| Dec 13 21:28:09.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4970 | 2024-12-13T21:28:12.008Z | [ recovery-image] Dec 13 21:28:09.994 INFO O| Dec 13 21:28:09.994 INFO STEP 186 (remove_files) COMPLETE |
4971 | 2024-12-13T21:28:12.008Z | [ recovery-image] Dec 13 21:28:09.994 INFO O| Dec 13 21:28:09.994 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-12-13T21:28:12.026Z | [ recovery-image] Dec 13 21:28:10.013 INFO O| Dec 13 21:28:10.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4973 | 2024-12-13T21:28:12.026Z | [ recovery-image] Dec 13 21:28:10.013 INFO O| Dec 13 21:28:10.013 INFO STEP 187 (remove_files) COMPLETE |
4974 | 2024-12-13T21:28:12.030Z | [ recovery-image] Dec 13 21:28:10.014 INFO O| Dec 13 21:28:10.013 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-12-13T21:28:12.059Z | [ recovery-image] Dec 13 21:28:10.046 INFO O| Dec 13 21:28:10.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4976 | 2024-12-13T21:28:12.059Z | [ recovery-image] Dec 13 21:28:10.046 INFO O| Dec 13 21:28:10.046 INFO STEP 188 (remove_files) COMPLETE |
4977 | 2024-12-13T21:28:12.060Z | [ recovery-image] Dec 13 21:28:10.046 INFO O| Dec 13 21:28:10.046 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-12-13T21:28:12.079Z | [ recovery-image] Dec 13 21:28:10.065 INFO O| Dec 13 21:28:10.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4979 | 2024-12-13T21:28:12.079Z | [ recovery-image] Dec 13 21:28:10.066 INFO O| Dec 13 21:28:10.066 INFO STEP 189 (remove_files) COMPLETE |
4980 | 2024-12-13T21:28:12.079Z | [ recovery-image] Dec 13 21:28:10.066 INFO O| Dec 13 21:28:10.066 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-12-13T21:28:12.102Z | [ recovery-image] Dec 13 21:28:10.081 INFO O| Dec 13 21:28:10.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4982 | 2024-12-13T21:28:12.102Z | [ recovery-image] Dec 13 21:28:10.081 INFO O| Dec 13 21:28:10.081 INFO STEP 190 (remove_files) COMPLETE |
4983 | 2024-12-13T21:28:12.102Z | [ recovery-image] Dec 13 21:28:10.081 INFO O| Dec 13 21:28:10.081 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-12-13T21:28:12.223Z | [ recovery-image] Dec 13 21:28:10.121 INFO O| Dec 13 21:28:10.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4985 | 2024-12-13T21:28:12.223Z | [ recovery-image] Dec 13 21:28:10.121 INFO O| Dec 13 21:28:10.121 INFO STEP 191 (remove_files) COMPLETE |
4986 | 2024-12-13T21:28:12.235Z | [ recovery-image] Dec 13 21:28:10.121 INFO O| Dec 13 21:28:10.121 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-12-13T21:28:12.235Z | [ recovery-image] Dec 13 21:28:10.138 INFO O| Dec 13 21:28:10.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4988 | 2024-12-13T21:28:12.235Z | [ recovery-image] Dec 13 21:28:10.138 INFO O| Dec 13 21:28:10.138 INFO STEP 192 (remove_files) COMPLETE |
4989 | 2024-12-13T21:28:12.235Z | [ recovery-image] Dec 13 21:28:10.138 INFO O| Dec 13 21:28:10.138 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-12-13T21:28:12.235Z | [ recovery-image] Dec 13 21:28:10.155 INFO O| Dec 13 21:28:10.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4991 | 2024-12-13T21:28:12.235Z | [ recovery-image] Dec 13 21:28:10.155 INFO O| Dec 13 21:28:10.155 INFO STEP 193 (remove_files) COMPLETE |
4992 | 2024-12-13T21:28:12.235Z | [ recovery-image] Dec 13 21:28:10.156 INFO O| Dec 13 21:28:10.155 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-12-13T21:28:12.235Z | [ recovery-image] Dec 13 21:28:10.195 INFO O| Dec 13 21:28:10.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4994 | 2024-12-13T21:28:12.235Z | [ recovery-image] Dec 13 21:28:10.196 INFO O| Dec 13 21:28:10.195 INFO STEP 194 (remove_files) COMPLETE |
4995 | 2024-12-13T21:28:12.235Z | [ recovery-image] Dec 13 21:28:10.196 INFO O| Dec 13 21:28:10.196 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-12-13T21:28:12.236Z | [ recovery-image] Dec 13 21:28:10.216 INFO O| Dec 13 21:28:10.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4997 | 2024-12-13T21:28:12.248Z | [ recovery-image] Dec 13 21:28:10.216 INFO O| Dec 13 21:28:10.216 INFO STEP 195 (remove_files) COMPLETE |
4998 | 2024-12-13T21:28:12.248Z | [ recovery-image] Dec 13 21:28:10.216 INFO O| Dec 13 21:28:10.216 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-12-13T21:28:12.285Z | [ recovery-image] Dec 13 21:28:10.255 INFO O| Dec 13 21:28:10.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
5000 | 2024-12-13T21:28:12.295Z | [ recovery-image] Dec 13 21:28:10.255 INFO O| Dec 13 21:28:10.255 INFO STEP 196 (remove_files) COMPLETE |
5001 | 2024-12-13T21:28:12.295Z | [ recovery-image] Dec 13 21:28:10.255 INFO O| Dec 13 21:28:10.255 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-12-13T21:28:12.295Z | [ recovery-image] Dec 13 21:28:10.274 INFO O| Dec 13 21:28:10.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
5003 | 2024-12-13T21:28:12.295Z | [ recovery-image] Dec 13 21:28:10.275 INFO O| Dec 13 21:28:10.274 INFO STEP 197 (remove_files) COMPLETE |
5004 | 2024-12-13T21:28:12.295Z | [ recovery-image] Dec 13 21:28:10.275 INFO O| Dec 13 21:28:10.275 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-12-13T21:28:12.325Z | [ recovery-image] Dec 13 21:28:10.303 INFO O| Dec 13 21:28:10.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
5006 | 2024-12-13T21:28:12.325Z | [ recovery-image] Dec 13 21:28:10.303 INFO O| Dec 13 21:28:10.303 INFO STEP 198 (remove_files) COMPLETE |
5007 | 2024-12-13T21:28:12.325Z | [ recovery-image] Dec 13 21:28:10.303 INFO O| Dec 13 21:28:10.303 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-12-13T21:28:12.392Z | [ recovery-image] Dec 13 21:28:10.354 INFO O| Dec 13 21:28:10.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
5009 | 2024-12-13T21:28:12.392Z | [ recovery-image] Dec 13 21:28:10.354 INFO O| Dec 13 21:28:10.354 INFO STEP 199 (remove_files) COMPLETE |
5010 | 2024-12-13T21:28:12.392Z | [ recovery-image] Dec 13 21:28:10.354 INFO O| Dec 13 21:28:10.354 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-12-13T21:28:12.481Z | [ recovery-image] Dec 13 21:28:10.413 INFO O| Dec 13 21:28:10.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
5012 | 2024-12-13T21:28:12.481Z | [ recovery-image] Dec 13 21:28:10.414 INFO O| Dec 13 21:28:10.413 INFO STEP 200 (remove_files) COMPLETE |
5013 | 2024-12-13T21:28:12.481Z | [ recovery-image] Dec 13 21:28:10.414 INFO O| Dec 13 21:28:10.414 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-12-13T21:28:12.504Z | [ recovery-image] Dec 13 21:28:10.432 INFO O| Dec 13 21:28:10.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
5015 | 2024-12-13T21:28:12.504Z | [ recovery-image] Dec 13 21:28:10.432 INFO O| Dec 13 21:28:10.432 INFO STEP 201 (remove_files) COMPLETE |
5016 | 2024-12-13T21:28:12.504Z | [ recovery-image] Dec 13 21:28:10.432 INFO O| Dec 13 21:28:10.432 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-12-13T21:28:12.504Z | [ recovery-image] Dec 13 21:28:10.449 INFO O| Dec 13 21:28:10.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
5018 | 2024-12-13T21:28:12.504Z | [ recovery-image] Dec 13 21:28:10.449 INFO O| Dec 13 21:28:10.449 INFO STEP 202 (remove_files) COMPLETE |
5019 | 2024-12-13T21:28:12.504Z | [ recovery-image] Dec 13 21:28:10.449 INFO O| Dec 13 21:28:10.449 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-12-13T21:28:12.550Z | [ recovery-image] Dec 13 21:28:10.487 INFO O| Dec 13 21:28:10.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
5021 | 2024-12-13T21:28:12.550Z | [ recovery-image] Dec 13 21:28:10.487 INFO O| Dec 13 21:28:10.487 INFO STEP 203 (remove_files) COMPLETE |
5022 | 2024-12-13T21:28:12.550Z | [ recovery-image] Dec 13 21:28:10.487 INFO O| Dec 13 21:28:10.487 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-12-13T21:28:12.575Z | [ recovery-image] Dec 13 21:28:10.543 INFO O| Dec 13 21:28:10.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
5024 | 2024-12-13T21:28:12.575Z | [ recovery-image] Dec 13 21:28:10.543 INFO O| Dec 13 21:28:10.543 INFO STEP 204 (remove_files) COMPLETE |
5025 | 2024-12-13T21:28:12.575Z | [ recovery-image] Dec 13 21:28:10.543 INFO O| Dec 13 21:28:10.543 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-12-13T21:28:12.603Z | [ recovery-image] Dec 13 21:28:10.567 INFO O| Dec 13 21:28:10.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
5027 | 2024-12-13T21:28:12.603Z | [ recovery-image] Dec 13 21:28:10.567 INFO O| Dec 13 21:28:10.567 INFO STEP 205 (remove_files) COMPLETE |
5028 | 2024-12-13T21:28:12.603Z | [ recovery-image] Dec 13 21:28:10.567 INFO O| Dec 13 21:28:10.567 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-12-13T21:28:12.616Z | [ recovery-image] Dec 13 21:28:10.586 INFO O| Dec 13 21:28:10.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
5030 | 2024-12-13T21:28:12.630Z | [ recovery-image] Dec 13 21:28:10.606 INFO O| Dec 13 21:28:10.606 INFO STEP 206 (remove_files) COMPLETE |
5031 | 2024-12-13T21:28:12.630Z | [ recovery-image] Dec 13 21:28:10.606 INFO O| Dec 13 21:28:10.606 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-12-13T21:28:12.651Z | [ recovery-image] Dec 13 21:28:10.625 INFO O| Dec 13 21:28:10.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
5033 | 2024-12-13T21:28:12.651Z | [ recovery-image] Dec 13 21:28:10.625 INFO O| Dec 13 21:28:10.625 INFO STEP 207 (remove_files) COMPLETE |
5034 | 2024-12-13T21:28:12.651Z | [ recovery-image] Dec 13 21:28:10.625 INFO O| Dec 13 21:28:10.625 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-12-13T21:28:12.667Z | [ recovery-image] Dec 13 21:28:10.647 INFO O| Dec 13 21:28:10.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
5036 | 2024-12-13T21:28:12.667Z | [ recovery-image] Dec 13 21:28:10.647 INFO O| Dec 13 21:28:10.647 INFO STEP 208 (remove_files) COMPLETE |
5037 | 2024-12-13T21:28:12.688Z | [ recovery-image] Dec 13 21:28:10.647 INFO O| Dec 13 21:28:10.647 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-12-13T21:28:12.734Z | [ recovery-image] Dec 13 21:28:10.669 INFO O| Dec 13 21:28:10.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
5039 | 2024-12-13T21:28:12.734Z | [ recovery-image] Dec 13 21:28:10.669 INFO O| Dec 13 21:28:10.669 INFO STEP 209 (remove_files) COMPLETE |
5040 | 2024-12-13T21:28:12.735Z | [ recovery-image] Dec 13 21:28:10.669 INFO O| Dec 13 21:28:10.669 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-12-13T21:28:12.772Z | [ recovery-image] Dec 13 21:28:10.701 INFO O| Dec 13 21:28:10.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
5042 | 2024-12-13T21:28:12.772Z | [ recovery-image] Dec 13 21:28:10.701 INFO O| Dec 13 21:28:10.701 INFO STEP 210 (remove_files) COMPLETE |
5043 | 2024-12-13T21:28:12.772Z | [ recovery-image] Dec 13 21:28:10.701 INFO O| Dec 13 21:28:10.701 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-12-13T21:28:12.802Z | [ recovery-image] Dec 13 21:28:10.744 INFO O| Dec 13 21:28:10.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5045 | 2024-12-13T21:28:12.802Z | [ recovery-image] Dec 13 21:28:10.744 INFO O| Dec 13 21:28:10.744 INFO STEP 211 (remove_files) COMPLETE |
5046 | 2024-12-13T21:28:12.802Z | [ recovery-image] Dec 13 21:28:10.744 INFO O| Dec 13 21:28:10.744 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-12-13T21:28:12.818Z | [ recovery-image] Dec 13 21:28:10.775 INFO O| Dec 13 21:28:10.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5048 | 2024-12-13T21:28:12.818Z | [ recovery-image] Dec 13 21:28:10.775 INFO O| Dec 13 21:28:10.775 INFO STEP 212 (remove_files) COMPLETE |
5049 | 2024-12-13T21:28:12.818Z | [ recovery-image] Dec 13 21:28:10.776 INFO O| Dec 13 21:28:10.775 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-12-13T21:28:12.818Z | [ recovery-image] Dec 13 21:28:10.792 INFO O| Dec 13 21:28:10.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5051 | 2024-12-13T21:28:12.818Z | [ recovery-image] Dec 13 21:28:10.792 INFO O| Dec 13 21:28:10.792 INFO STEP 213 (remove_files) COMPLETE |
5052 | 2024-12-13T21:28:12.818Z | [ recovery-image] Dec 13 21:28:10.793 INFO O| Dec 13 21:28:10.793 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-12-13T21:28:12.837Z | [ recovery-image] Dec 13 21:28:10.808 INFO O| Dec 13 21:28:10.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5054 | 2024-12-13T21:28:12.837Z | [ recovery-image] Dec 13 21:28:10.808 INFO O| Dec 13 21:28:10.808 INFO STEP 214 (remove_files) COMPLETE |
5055 | 2024-12-13T21:28:12.837Z | [ recovery-image] Dec 13 21:28:10.808 INFO O| Dec 13 21:28:10.808 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-12-13T21:28:12.865Z | [ recovery-image] Dec 13 21:28:10.824 INFO O| Dec 13 21:28:10.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5057 | 2024-12-13T21:28:12.865Z | [ recovery-image] Dec 13 21:28:10.824 INFO O| Dec 13 21:28:10.824 INFO STEP 215 (remove_files) COMPLETE |
5058 | 2024-12-13T21:28:12.865Z | [ recovery-image] Dec 13 21:28:10.825 INFO O| Dec 13 21:28:10.824 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-12-13T21:28:12.878Z | [ recovery-image] Dec 13 21:28:10.842 INFO O| Dec 13 21:28:10.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5060 | 2024-12-13T21:28:12.878Z | [ recovery-image] Dec 13 21:28:10.842 INFO O| Dec 13 21:28:10.842 INFO STEP 216 (remove_files) COMPLETE |
5061 | 2024-12-13T21:28:12.878Z | [ recovery-image] Dec 13 21:28:10.842 INFO O| Dec 13 21:28:10.842 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-12-13T21:28:12.895Z | [ recovery-image] Dec 13 21:28:10.867 INFO O| Dec 13 21:28:10.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5063 | 2024-12-13T21:28:12.895Z | [ recovery-image] Dec 13 21:28:10.867 INFO O| Dec 13 21:28:10.867 INFO STEP 217 (remove_files) COMPLETE |
5064 | 2024-12-13T21:28:12.895Z | [ recovery-image] Dec 13 21:28:10.867 INFO O| Dec 13 21:28:10.867 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-12-13T21:28:12.948Z | [ recovery-image] Dec 13 21:28:10.900 INFO O| Dec 13 21:28:10.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5066 | 2024-12-13T21:28:12.948Z | [ recovery-image] Dec 13 21:28:10.900 INFO O| Dec 13 21:28:10.900 INFO STEP 218 (remove_files) COMPLETE |
5067 | 2024-12-13T21:28:13.009Z | [ recovery-image] Dec 13 21:28:10.900 INFO O| Dec 13 21:28:10.900 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-12-13T21:28:13.009Z | [ recovery-image] Dec 13 21:28:10.917 INFO O| Dec 13 21:28:10.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5069 | 2024-12-13T21:28:13.009Z | [ recovery-image] Dec 13 21:28:10.917 INFO O| Dec 13 21:28:10.917 INFO STEP 219 (remove_files) COMPLETE |
5070 | 2024-12-13T21:28:13.009Z | [ recovery-image] Dec 13 21:28:10.917 INFO O| Dec 13 21:28:10.917 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-12-13T21:28:13.009Z | [ recovery-image] Dec 13 21:28:10.934 INFO O| Dec 13 21:28:10.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5072 | 2024-12-13T21:28:13.009Z | [ recovery-image] Dec 13 21:28:10.934 INFO O| Dec 13 21:28:10.934 INFO STEP 220 (remove_files) COMPLETE |
5073 | 2024-12-13T21:28:13.009Z | [ recovery-image] Dec 13 21:28:10.934 INFO O| Dec 13 21:28:10.934 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-12-13T21:28:13.020Z | [ recovery-image] Dec 13 21:28:10.994 INFO O| Dec 13 21:28:10.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5075 | 2024-12-13T21:28:13.020Z | [ recovery-image] Dec 13 21:28:10.994 INFO O| Dec 13 21:28:10.994 INFO STEP 221 (remove_files) COMPLETE |
5076 | 2024-12-13T21:28:13.020Z | [ recovery-image] Dec 13 21:28:10.994 INFO O| Dec 13 21:28:10.994 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-12-13T21:28:13.053Z | [ recovery-image] Dec 13 21:28:11.014 INFO O| Dec 13 21:28:11.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5078 | 2024-12-13T21:28:13.053Z | [ recovery-image] Dec 13 21:28:11.014 INFO O| Dec 13 21:28:11.014 INFO STEP 222 (remove_files) COMPLETE |
5079 | 2024-12-13T21:28:13.054Z | [ recovery-image] Dec 13 21:28:11.014 INFO O| Dec 13 21:28:11.014 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-12-13T21:28:13.108Z | [ recovery-image] Dec 13 21:28:11.032 INFO O| Dec 13 21:28:11.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5081 | 2024-12-13T21:28:13.108Z | [ recovery-image] Dec 13 21:28:11.032 INFO O| Dec 13 21:28:11.032 INFO STEP 223 (remove_files) COMPLETE |
5082 | 2024-12-13T21:28:13.108Z | [ recovery-image] Dec 13 21:28:11.032 INFO O| Dec 13 21:28:11.032 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-12-13T21:28:13.120Z | [ recovery-image] Dec 13 21:28:11.068 INFO O| Dec 13 21:28:11.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5084 | 2024-12-13T21:28:13.120Z | [ recovery-image] Dec 13 21:28:11.068 INFO O| Dec 13 21:28:11.068 INFO STEP 224 (remove_files) COMPLETE |
5085 | 2024-12-13T21:28:13.120Z | [ recovery-image] Dec 13 21:28:11.068 INFO O| Dec 13 21:28:11.068 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-12-13T21:28:13.120Z | [ recovery-image] Dec 13 21:28:11.087 INFO O| Dec 13 21:28:11.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5087 | 2024-12-13T21:28:13.120Z | [ recovery-image] Dec 13 21:28:11.087 INFO O| Dec 13 21:28:11.087 INFO STEP 225 (remove_files) COMPLETE |
5088 | 2024-12-13T21:28:13.120Z | [ recovery-image] Dec 13 21:28:11.087 INFO O| Dec 13 21:28:11.087 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-12-13T21:28:13.143Z | [ recovery-image] Dec 13 21:28:11.128 INFO O| Dec 13 21:28:11.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5090 | 2024-12-13T21:28:13.143Z | [ recovery-image] Dec 13 21:28:11.128 INFO O| Dec 13 21:28:11.128 INFO STEP 226 (remove_files) COMPLETE |
5091 | 2024-12-13T21:28:13.143Z | [ recovery-image] Dec 13 21:28:11.128 INFO O| Dec 13 21:28:11.128 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-12-13T21:28:13.189Z | [ recovery-image] Dec 13 21:28:11.156 INFO O| Dec 13 21:28:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5093 | 2024-12-13T21:28:13.189Z | [ recovery-image] Dec 13 21:28:11.156 INFO O| Dec 13 21:28:11.156 INFO STEP 227 (remove_files) COMPLETE |
5094 | 2024-12-13T21:28:13.204Z | [ recovery-image] Dec 13 21:28:11.156 INFO O| Dec 13 21:28:11.156 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-12-13T21:28:13.204Z | [ host-image] Dec 13 21:28:11.163 INFO O| Dec 13 21:28:11.163 INFO O| Done |
5096 | 2024-12-13T21:28:13.204Z | [ recovery-image] Dec 13 21:28:11.176 INFO O| Dec 13 21:28:11.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5097 | 2024-12-13T21:28:13.204Z | [ recovery-image] Dec 13 21:28:11.176 INFO O| Dec 13 21:28:11.176 INFO STEP 228 (remove_files) COMPLETE |
5098 | 2024-12-13T21:28:13.204Z | [ recovery-image] Dec 13 21:28:11.176 INFO O| Dec 13 21:28:11.176 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-12-13T21:28:13.248Z | [ recovery-image] Dec 13 21:28:11.210 INFO O| Dec 13 21:28:11.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5100 | 2024-12-13T21:28:13.248Z | [ recovery-image] Dec 13 21:28:11.210 INFO O| Dec 13 21:28:11.210 INFO STEP 229 (remove_files) COMPLETE |
5101 | 2024-12-13T21:28:13.248Z | [ recovery-image] Dec 13 21:28:11.210 INFO O| Dec 13 21:28:11.210 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-12-13T21:28:13.264Z | [ recovery-image] Dec 13 21:28:11.230 INFO O| Dec 13 21:28:11.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5103 | 2024-12-13T21:28:13.264Z | [ recovery-image] Dec 13 21:28:11.230 INFO O| Dec 13 21:28:11.230 INFO STEP 230 (remove_files) COMPLETE |
5104 | 2024-12-13T21:28:13.264Z | [ recovery-image] Dec 13 21:28:11.230 INFO O| Dec 13 21:28:11.230 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-12-13T21:28:13.297Z | [ recovery-image] Dec 13 21:28:11.262 INFO O| Dec 13 21:28:11.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5106 | 2024-12-13T21:28:13.297Z | [ recovery-image] Dec 13 21:28:11.262 INFO O| Dec 13 21:28:11.262 INFO STEP 231 (remove_files) COMPLETE |
5107 | 2024-12-13T21:28:13.297Z | [ recovery-image] Dec 13 21:28:11.262 INFO O| Dec 13 21:28:11.262 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-12-13T21:28:13.331Z | [ recovery-image] Dec 13 21:28:11.280 INFO O| Dec 13 21:28:11.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5109 | 2024-12-13T21:28:13.331Z | [ recovery-image] Dec 13 21:28:11.280 INFO O| Dec 13 21:28:11.280 INFO STEP 232 (remove_files) COMPLETE |
5110 | 2024-12-13T21:28:13.332Z | [ recovery-image] Dec 13 21:28:11.280 INFO O| Dec 13 21:28:11.280 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-12-13T21:28:13.361Z | [ recovery-image] Dec 13 21:28:11.315 INFO O| Dec 13 21:28:11.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5112 | 2024-12-13T21:28:13.361Z | [ recovery-image] Dec 13 21:28:11.315 INFO O| Dec 13 21:28:11.315 INFO STEP 233 (remove_files) COMPLETE |
5113 | 2024-12-13T21:28:13.361Z | [ recovery-image] Dec 13 21:28:11.316 INFO O| Dec 13 21:28:11.316 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-12-13T21:28:13.395Z | [ recovery-image] Dec 13 21:28:11.336 INFO O| Dec 13 21:28:11.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5115 | 2024-12-13T21:28:13.395Z | [ recovery-image] Dec 13 21:28:11.336 INFO O| Dec 13 21:28:11.336 INFO STEP 234 (remove_files) COMPLETE |
5116 | 2024-12-13T21:28:13.395Z | [ recovery-image] Dec 13 21:28:11.336 INFO O| Dec 13 21:28:11.336 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-12-13T21:28:13.395Z | [ recovery-image] Dec 13 21:28:11.354 INFO O| Dec 13 21:28:11.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5118 | 2024-12-13T21:28:13.395Z | [ recovery-image] Dec 13 21:28:11.355 INFO O| Dec 13 21:28:11.355 INFO STEP 235 (remove_files) COMPLETE |
5119 | 2024-12-13T21:28:13.395Z | [ recovery-image] Dec 13 21:28:11.355 INFO O| Dec 13 21:28:11.355 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-12-13T21:28:13.431Z | [ recovery-image] Dec 13 21:28:11.395 INFO O| Dec 13 21:28:11.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5121 | 2024-12-13T21:28:13.455Z | [ recovery-image] Dec 13 21:28:11.395 INFO O| Dec 13 21:28:11.395 INFO STEP 236 (remove_files) COMPLETE |
5122 | 2024-12-13T21:28:13.455Z | [ recovery-image] Dec 13 21:28:11.395 INFO O| Dec 13 21:28:11.395 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-12-13T21:28:13.490Z | [ recovery-image] Dec 13 21:28:11.448 INFO O| Dec 13 21:28:11.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5124 | 2024-12-13T21:28:13.490Z | [ recovery-image] Dec 13 21:28:11.448 INFO O| Dec 13 21:28:11.448 INFO STEP 237 (remove_files) COMPLETE |
5125 | 2024-12-13T21:28:13.490Z | [ recovery-image] Dec 13 21:28:11.448 INFO O| Dec 13 21:28:11.448 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-12-13T21:28:13.507Z | [ recovery-image] Dec 13 21:28:11.467 INFO O| Dec 13 21:28:11.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5127 | 2024-12-13T21:28:13.507Z | [ recovery-image] Dec 13 21:28:11.467 INFO O| Dec 13 21:28:11.467 INFO STEP 238 (remove_files) COMPLETE |
5128 | 2024-12-13T21:28:13.507Z | [ recovery-image] Dec 13 21:28:11.467 INFO O| Dec 13 21:28:11.467 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-12-13T21:28:13.525Z | [ recovery-image] Dec 13 21:28:11.486 INFO O| Dec 13 21:28:11.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5130 | 2024-12-13T21:28:13.525Z | [ recovery-image] Dec 13 21:28:11.486 INFO O| Dec 13 21:28:11.486 INFO STEP 239 (remove_files) COMPLETE |
5131 | 2024-12-13T21:28:13.525Z | [ recovery-image] Dec 13 21:28:11.486 INFO O| Dec 13 21:28:11.486 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-12-13T21:28:13.597Z | [ recovery-image] Dec 13 21:28:11.549 INFO O| Dec 13 21:28:11.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5133 | 2024-12-13T21:28:13.597Z | [ recovery-image] Dec 13 21:28:11.549 INFO O| Dec 13 21:28:11.549 INFO STEP 240 (remove_files) COMPLETE |
5134 | 2024-12-13T21:28:13.597Z | [ recovery-image] Dec 13 21:28:11.549 INFO O| Dec 13 21:28:11.549 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-12-13T21:28:13.625Z | [ recovery-image] Dec 13 21:28:11.610 INFO O| Dec 13 21:28:11.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5136 | 2024-12-13T21:28:13.626Z | [ recovery-image] Dec 13 21:28:11.611 INFO O| Dec 13 21:28:11.610 INFO STEP 241 (remove_files) COMPLETE |
5137 | 2024-12-13T21:28:13.626Z | [ recovery-image] Dec 13 21:28:11.611 INFO O| Dec 13 21:28:11.611 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-12-13T21:28:13.715Z | [ recovery-image] Dec 13 21:28:11.700 INFO O| Dec 13 21:28:11.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5139 | 2024-12-13T21:28:13.753Z | [ recovery-image] Dec 13 21:28:11.720 INFO O| Dec 13 21:28:11.720 INFO STEP 242 (remove_files) COMPLETE |
5140 | 2024-12-13T21:28:13.753Z | [ recovery-image] Dec 13 21:28:11.720 INFO O| Dec 13 21:28:11.720 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-12-13T21:28:13.851Z | [ recovery-image] Dec 13 21:28:11.784 INFO O| Dec 13 21:28:11.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5142 | 2024-12-13T21:28:14.082Z | [ recovery-image] Dec 13 21:28:11.808 INFO O| Dec 13 21:28:11.808 INFO STEP 243 (remove_files) COMPLETE |
5143 | 2024-12-13T21:28:14.082Z | [ recovery-image] Dec 13 21:28:11.808 INFO O| Dec 13 21:28:11.808 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-12-13T21:28:14.082Z | [ recovery-image] Dec 13 21:28:11.863 INFO O| Dec 13 21:28:11.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5145 | 2024-12-13T21:28:14.082Z | [ recovery-image] Dec 13 21:28:11.886 INFO O| Dec 13 21:28:11.886 INFO STEP 244 (remove_files) COMPLETE |
5146 | 2024-12-13T21:28:14.082Z | [ recovery-image] Dec 13 21:28:11.886 INFO O| Dec 13 21:28:11.886 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-12-13T21:28:14.082Z | [ recovery-image] Dec 13 21:28:11.920 INFO O| Dec 13 21:28:11.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5148 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:11.920 INFO O| Dec 13 21:28:11.920 INFO STEP 245 (remove_files) COMPLETE |
5149 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:11.920 INFO O| Dec 13 21:28:11.920 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:11.971 INFO O| Dec 13 21:28:11.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5151 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:11.971 INFO O| Dec 13 21:28:11.971 INFO STEP 246 (remove_files) COMPLETE |
5152 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:11.972 INFO O| Dec 13 21:28:11.971 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:11.990 INFO O| Dec 13 21:28:11.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5154 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:12.000 INFO O| Dec 13 21:28:12.000 INFO STEP 247 (remove_files) COMPLETE |
5155 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:12.000 INFO O| Dec 13 21:28:12.000 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:12.020 INFO O| Dec 13 21:28:12.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5157 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:12.020 INFO O| Dec 13 21:28:12.020 INFO STEP 248 (remove_files) COMPLETE |
5158 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:12.020 INFO O| Dec 13 21:28:12.020 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:12.054 INFO O| Dec 13 21:28:12.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5160 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:12.054 INFO O| Dec 13 21:28:12.054 INFO STEP 249 (remove_files) COMPLETE |
5161 | 2024-12-13T21:28:14.083Z | [ recovery-image] Dec 13 21:28:12.055 INFO O| Dec 13 21:28:12.054 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-12-13T21:28:14.232Z | [ recovery-image] Dec 13 21:28:12.073 INFO O| Dec 13 21:28:12.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5163 | 2024-12-13T21:28:14.232Z | [ recovery-image] Dec 13 21:28:12.073 INFO O| Dec 13 21:28:12.073 INFO STEP 250 (remove_files) COMPLETE |
5164 | 2024-12-13T21:28:14.232Z | [ recovery-image] Dec 13 21:28:12.073 INFO O| Dec 13 21:28:12.073 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-12-13T21:28:14.277Z | [ recovery-image] Dec 13 21:28:12.091 INFO O| Dec 13 21:28:12.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5166 | 2024-12-13T21:28:14.277Z | [ recovery-image] Dec 13 21:28:12.105 INFO O| Dec 13 21:28:12.105 INFO STEP 251 (remove_files) COMPLETE |
5167 | 2024-12-13T21:28:14.277Z | [ recovery-image] Dec 13 21:28:12.105 INFO O| Dec 13 21:28:12.105 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-12-13T21:28:14.277Z | [ recovery-image] Dec 13 21:28:12.146 INFO O| Dec 13 21:28:12.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5169 | 2024-12-13T21:28:14.277Z | [ recovery-image] Dec 13 21:28:12.146 INFO O| Dec 13 21:28:12.146 INFO STEP 252 (remove_files) COMPLETE |
5170 | 2024-12-13T21:28:14.277Z | [ recovery-image] Dec 13 21:28:12.146 INFO O| Dec 13 21:28:12.146 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-12-13T21:28:14.277Z | [ recovery-image] Dec 13 21:28:12.163 INFO O| Dec 13 21:28:12.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5172 | 2024-12-13T21:28:14.277Z | [ recovery-image] Dec 13 21:28:12.163 INFO O| Dec 13 21:28:12.163 INFO STEP 253 (remove_files) COMPLETE |
5173 | 2024-12-13T21:28:14.278Z | [ recovery-image] Dec 13 21:28:12.163 INFO O| Dec 13 21:28:12.163 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-12-13T21:28:14.278Z | [ recovery-image] Dec 13 21:28:12.192 INFO O| Dec 13 21:28:12.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5175 | 2024-12-13T21:28:14.278Z | [ recovery-image] Dec 13 21:28:12.192 INFO O| Dec 13 21:28:12.192 INFO STEP 254 (remove_files) COMPLETE |
5176 | 2024-12-13T21:28:14.278Z | [ recovery-image] Dec 13 21:28:12.192 INFO O| Dec 13 21:28:12.192 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-12-13T21:28:14.303Z | [ recovery-image] Dec 13 21:28:12.266 INFO O| Dec 13 21:28:12.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5178 | 2024-12-13T21:28:14.303Z | [ recovery-image] Dec 13 21:28:12.266 INFO O| Dec 13 21:28:12.266 INFO STEP 255 (remove_files) COMPLETE |
5179 | 2024-12-13T21:28:14.303Z | [ recovery-image] Dec 13 21:28:12.266 INFO O| Dec 13 21:28:12.266 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-12-13T21:28:14.326Z | [ recovery-image] Dec 13 21:28:12.285 INFO O| Dec 13 21:28:12.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5181 | 2024-12-13T21:28:14.326Z | [ recovery-image] Dec 13 21:28:12.286 INFO O| Dec 13 21:28:12.285 INFO STEP 256 (remove_files) COMPLETE |
5182 | 2024-12-13T21:28:14.326Z | [ recovery-image] Dec 13 21:28:12.286 INFO O| Dec 13 21:28:12.286 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-12-13T21:28:14.344Z | [ recovery-image] Dec 13 21:28:12.302 INFO O| Dec 13 21:28:12.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5184 | 2024-12-13T21:28:14.344Z | [ recovery-image] Dec 13 21:28:12.303 INFO O| Dec 13 21:28:12.303 INFO STEP 257 (remove_files) COMPLETE |
5185 | 2024-12-13T21:28:14.344Z | [ recovery-image] Dec 13 21:28:12.303 INFO O| Dec 13 21:28:12.303 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-12-13T21:28:14.366Z | [ recovery-image] Dec 13 21:28:12.320 INFO O| Dec 13 21:28:12.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5187 | 2024-12-13T21:28:14.366Z | [ recovery-image] Dec 13 21:28:12.320 INFO O| Dec 13 21:28:12.320 INFO STEP 258 (remove_files) COMPLETE |
5188 | 2024-12-13T21:28:14.366Z | [ recovery-image] Dec 13 21:28:12.320 INFO O| Dec 13 21:28:12.320 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-12-13T21:28:14.417Z | [ recovery-image] Dec 13 21:28:12.338 INFO O| Dec 13 21:28:12.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5190 | 2024-12-13T21:28:14.417Z | [ recovery-image] Dec 13 21:28:12.338 INFO O| Dec 13 21:28:12.338 INFO STEP 259 (remove_files) COMPLETE |
5191 | 2024-12-13T21:28:14.417Z | [ recovery-image] Dec 13 21:28:12.338 INFO O| Dec 13 21:28:12.338 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-12-13T21:28:14.418Z | [ recovery-image] Dec 13 21:28:12.357 INFO O| Dec 13 21:28:12.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5193 | 2024-12-13T21:28:14.418Z | [ recovery-image] Dec 13 21:28:12.357 INFO O| Dec 13 21:28:12.357 INFO STEP 260 (remove_files) COMPLETE |
5194 | 2024-12-13T21:28:14.418Z | [ recovery-image] Dec 13 21:28:12.357 INFO O| Dec 13 21:28:12.357 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-12-13T21:28:14.490Z | [ recovery-image] Dec 13 21:28:12.395 INFO O| Dec 13 21:28:12.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5196 | 2024-12-13T21:28:14.490Z | [ recovery-image] Dec 13 21:28:12.395 INFO O| Dec 13 21:28:12.395 INFO STEP 261 (remove_files) COMPLETE |
5197 | 2024-12-13T21:28:14.490Z | [ recovery-image] Dec 13 21:28:12.395 INFO O| Dec 13 21:28:12.395 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-12-13T21:28:17.736Z | [ recovery-image] Dec 13 21:28:12.414 INFO O| Dec 13 21:28:12.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5199 | 2024-12-13T21:28:17.736Z | [ recovery-image] Dec 13 21:28:12.414 INFO O| Dec 13 21:28:12.414 INFO STEP 262 (remove_files) COMPLETE |
5200 | 2024-12-13T21:28:17.736Z | [ recovery-image] Dec 13 21:28:12.414 INFO O| Dec 13 21:28:12.414 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-12-13T21:28:17.736Z | [ recovery-image] Dec 13 21:28:12.460 INFO O| Dec 13 21:28:12.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5202 | 2024-12-13T21:28:17.736Z | [ recovery-image] Dec 13 21:28:12.460 INFO O| Dec 13 21:28:12.460 INFO STEP 263 (remove_files) COMPLETE |
5203 | 2024-12-13T21:28:17.736Z | [ recovery-image] Dec 13 21:28:12.460 INFO O| Dec 13 21:28:12.460 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-12-13T21:28:17.736Z | [ recovery-image] Dec 13 21:28:12.479 INFO O| Dec 13 21:28:12.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5205 | 2024-12-13T21:28:17.736Z | [ recovery-image] Dec 13 21:28:12.479 INFO O| Dec 13 21:28:12.479 INFO STEP 264 (remove_files) COMPLETE |
5206 | 2024-12-13T21:28:17.736Z | [ recovery-image] Dec 13 21:28:12.479 INFO O| Dec 13 21:28:12.479 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-12-13T21:28:17.843Z | [ recovery-image] Dec 13 21:28:12.508 INFO O| Dec 13 21:28:12.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5208 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.509 INFO O| Dec 13 21:28:12.508 INFO STEP 265 (remove_files) COMPLETE |
5209 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.509 INFO O| Dec 13 21:28:12.508 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.527 INFO O| Dec 13 21:28:12.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5211 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.527 INFO O| Dec 13 21:28:12.527 INFO STEP 266 (remove_files) COMPLETE |
5212 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.527 INFO O| Dec 13 21:28:12.527 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.545 INFO O| Dec 13 21:28:12.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5214 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.545 INFO O| Dec 13 21:28:12.545 INFO STEP 267 (remove_files) COMPLETE |
5215 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.545 INFO O| Dec 13 21:28:12.545 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.565 INFO O| Dec 13 21:28:12.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5217 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.565 INFO O| Dec 13 21:28:12.565 INFO STEP 268 (remove_files) COMPLETE |
5218 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.565 INFO O| Dec 13 21:28:12.565 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.583 INFO O| Dec 13 21:28:12.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5220 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.583 INFO O| Dec 13 21:28:12.583 INFO STEP 269 (remove_files) COMPLETE |
5221 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.583 INFO O| Dec 13 21:28:12.583 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.612 INFO O| Dec 13 21:28:12.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5223 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.612 INFO O| Dec 13 21:28:12.612 INFO STEP 270 (remove_files) COMPLETE |
5224 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.612 INFO O| Dec 13 21:28:12.612 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.645 INFO O| Dec 13 21:28:12.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5226 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.645 INFO O| Dec 13 21:28:12.645 INFO STEP 271 (remove_files) COMPLETE |
5227 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.645 INFO O| Dec 13 21:28:12.645 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.664 INFO O| Dec 13 21:28:12.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5229 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.665 INFO O| Dec 13 21:28:12.665 INFO STEP 272 (remove_files) COMPLETE |
5230 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.665 INFO O| Dec 13 21:28:12.665 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-12-13T21:28:17.844Z | [ recovery-image] Dec 13 21:28:12.683 INFO O| Dec 13 21:28:12.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5232 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.683 INFO O| Dec 13 21:28:12.683 INFO STEP 273 (remove_files) COMPLETE |
5233 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.683 INFO O| Dec 13 21:28:12.683 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.699 INFO O| Dec 13 21:28:12.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5235 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.699 INFO O| Dec 13 21:28:12.699 INFO STEP 274 (remove_files) COMPLETE |
5236 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.699 INFO O| Dec 13 21:28:12.699 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.717 INFO O| Dec 13 21:28:12.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5238 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.717 INFO O| Dec 13 21:28:12.717 INFO STEP 275 (remove_files) COMPLETE |
5239 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.717 INFO O| Dec 13 21:28:12.717 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.734 INFO O| Dec 13 21:28:12.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5241 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.734 INFO O| Dec 13 21:28:12.734 INFO STEP 276 (remove_files) COMPLETE |
5242 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.734 INFO O| Dec 13 21:28:12.734 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.771 INFO O| Dec 13 21:28:12.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5244 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.771 INFO O| Dec 13 21:28:12.771 INFO STEP 277 (remove_files) COMPLETE |
5245 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.771 INFO O| Dec 13 21:28:12.771 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.804 INFO O| Dec 13 21:28:12.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5247 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.804 INFO O| Dec 13 21:28:12.804 INFO STEP 278 (remove_files) COMPLETE |
5248 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.804 INFO O| Dec 13 21:28:12.804 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.861 INFO O| Dec 13 21:28:12.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5250 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.861 INFO O| Dec 13 21:28:12.861 INFO STEP 279 (remove_files) COMPLETE |
5251 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.861 INFO O| Dec 13 21:28:12.861 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.923 INFO O| Dec 13 21:28:12.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5253 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.923 INFO O| Dec 13 21:28:12.923 INFO STEP 280 (remove_files) COMPLETE |
5254 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.923 INFO O| Dec 13 21:28:12.923 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.962 INFO O| Dec 13 21:28:12.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5256 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.962 INFO O| Dec 13 21:28:12.962 INFO STEP 281 (remove_files) COMPLETE |
5257 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.962 INFO O| Dec 13 21:28:12.962 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.983 INFO O| Dec 13 21:28:12.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5259 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.983 INFO O| Dec 13 21:28:12.983 INFO STEP 282 (remove_files) COMPLETE |
5260 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:12.983 INFO O| Dec 13 21:28:12.983 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:13.004 INFO O| Dec 13 21:28:13.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5262 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:13.004 INFO O| Dec 13 21:28:13.004 INFO STEP 283 (remove_files) COMPLETE |
5263 | 2024-12-13T21:28:17.845Z | [ recovery-image] Dec 13 21:28:13.004 INFO O| Dec 13 21:28:13.004 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.023 INFO O| Dec 13 21:28:13.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5265 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.023 INFO O| Dec 13 21:28:13.023 INFO STEP 284 (remove_files) COMPLETE |
5266 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.023 INFO O| Dec 13 21:28:13.023 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.055 INFO O| Dec 13 21:28:13.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5268 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.055 INFO O| Dec 13 21:28:13.055 INFO STEP 285 (remove_files) COMPLETE |
5269 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.055 INFO O| Dec 13 21:28:13.055 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.080 INFO O| Dec 13 21:28:13.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5271 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.080 INFO O| Dec 13 21:28:13.080 INFO STEP 286 (remove_files) COMPLETE |
5272 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.080 INFO O| Dec 13 21:28:13.080 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.098 INFO O| Dec 13 21:28:13.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5274 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.098 INFO O| Dec 13 21:28:13.098 INFO STEP 287 (remove_files) COMPLETE |
5275 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.098 INFO O| Dec 13 21:28:13.098 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.125 INFO O| Dec 13 21:28:13.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5277 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.125 INFO O| Dec 13 21:28:13.125 INFO STEP 288 (remove_files) COMPLETE |
5278 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.125 INFO O| Dec 13 21:28:13.125 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.144 INFO O| Dec 13 21:28:13.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5280 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.144 INFO O| Dec 13 21:28:13.144 INFO STEP 289 (remove_files) COMPLETE |
5281 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.144 INFO O| Dec 13 21:28:13.144 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.166 INFO O| Dec 13 21:28:13.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5283 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.167 INFO O| Dec 13 21:28:13.167 INFO STEP 290 (remove_files) COMPLETE |
5284 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.167 INFO O| Dec 13 21:28:13.167 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.193 INFO O| Dec 13 21:28:13.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5286 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.193 INFO O| Dec 13 21:28:13.193 INFO STEP 291 (remove_files) COMPLETE |
5287 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.193 INFO O| Dec 13 21:28:13.193 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.212 INFO O| Dec 13 21:28:13.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5289 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.212 INFO O| Dec 13 21:28:13.212 INFO STEP 292 (remove_files) COMPLETE |
5290 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.212 INFO O| Dec 13 21:28:13.212 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.229 INFO O| Dec 13 21:28:13.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5292 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.229 INFO O| Dec 13 21:28:13.229 INFO STEP 293 (remove_files) COMPLETE |
5293 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.229 INFO O| Dec 13 21:28:13.229 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.260 INFO O| Dec 13 21:28:13.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5295 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.260 INFO O| Dec 13 21:28:13.260 INFO STEP 294 (remove_files) COMPLETE |
5296 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.261 INFO O| Dec 13 21:28:13.260 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.280 INFO O| Dec 13 21:28:13.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5298 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.280 INFO O| Dec 13 21:28:13.280 INFO STEP 295 (remove_files) COMPLETE |
5299 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.280 INFO O| Dec 13 21:28:13.280 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.309 INFO O| Dec 13 21:28:13.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5301 | 2024-12-13T21:28:17.846Z | [ recovery-image] Dec 13 21:28:13.309 INFO O| Dec 13 21:28:13.309 INFO STEP 296 (remove_files) COMPLETE |
5302 | 2024-12-13T21:28:17.847Z | [ recovery-image] Dec 13 21:28:13.309 INFO O| Dec 13 21:28:13.309 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-12-13T21:28:17.847Z | [ recovery-image] Dec 13 21:28:13.329 INFO O| Dec 13 21:28:13.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5304 | 2024-12-13T21:28:17.847Z | [ recovery-image] Dec 13 21:28:13.329 INFO O| Dec 13 21:28:13.329 INFO STEP 297 (remove_files) COMPLETE |
5305 | 2024-12-13T21:28:17.847Z | [ recovery-image] Dec 13 21:28:13.329 INFO O| Dec 13 21:28:13.329 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-12-13T21:28:17.847Z | [ recovery-image] Dec 13 21:28:13.351 INFO O| Dec 13 21:28:13.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5307 | 2024-12-13T21:28:17.885Z | [ recovery-image] Dec 13 21:28:13.351 INFO O| Dec 13 21:28:13.351 INFO STEP 298 (remove_files) COMPLETE |
5308 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.351 INFO O| Dec 13 21:28:13.351 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.388 INFO O| Dec 13 21:28:13.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5310 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.388 INFO O| Dec 13 21:28:13.388 INFO STEP 299 (remove_files) COMPLETE |
5311 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.388 INFO O| Dec 13 21:28:13.388 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.407 INFO O| Dec 13 21:28:13.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5313 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.407 INFO O| Dec 13 21:28:13.407 INFO STEP 300 (remove_files) COMPLETE |
5314 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.408 INFO O| Dec 13 21:28:13.407 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.427 INFO O| Dec 13 21:28:13.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5316 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.427 INFO O| Dec 13 21:28:13.427 INFO STEP 301 (remove_files) COMPLETE |
5317 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.427 INFO O| Dec 13 21:28:13.427 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.458 INFO O| Dec 13 21:28:13.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5319 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.458 INFO O| Dec 13 21:28:13.458 INFO STEP 302 (remove_files) COMPLETE |
5320 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.458 INFO O| Dec 13 21:28:13.458 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.476 INFO O| Dec 13 21:28:13.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5322 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.477 INFO O| Dec 13 21:28:13.476 INFO STEP 303 (remove_files) COMPLETE |
5323 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.477 INFO O| Dec 13 21:28:13.477 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.513 INFO O| Dec 13 21:28:13.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5325 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.513 INFO O| Dec 13 21:28:13.513 INFO STEP 304 (remove_files) COMPLETE |
5326 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.513 INFO O| Dec 13 21:28:13.513 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.532 INFO O| Dec 13 21:28:13.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5328 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.532 INFO O| Dec 13 21:28:13.532 INFO STEP 305 (remove_files) COMPLETE |
5329 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.532 INFO O| Dec 13 21:28:13.532 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.568 INFO O| Dec 13 21:28:13.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5331 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.568 INFO O| Dec 13 21:28:13.568 INFO STEP 306 (remove_files) COMPLETE |
5332 | 2024-12-13T21:28:17.886Z | [ recovery-image] Dec 13 21:28:13.568 INFO O| Dec 13 21:28:13.568 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.606 INFO O| Dec 13 21:28:13.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5334 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.606 INFO O| Dec 13 21:28:13.606 INFO STEP 307 (remove_files) COMPLETE |
5335 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.606 INFO O| Dec 13 21:28:13.606 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.624 INFO O| Dec 13 21:28:13.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5337 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.624 INFO O| Dec 13 21:28:13.624 INFO STEP 308 (remove_files) COMPLETE |
5338 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.624 INFO O| Dec 13 21:28:13.624 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.645 INFO O| Dec 13 21:28:13.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5340 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.645 INFO O| Dec 13 21:28:13.645 INFO STEP 309 (remove_files) COMPLETE |
5341 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.645 INFO O| Dec 13 21:28:13.645 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.680 INFO O| Dec 13 21:28:13.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5343 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.680 INFO O| Dec 13 21:28:13.680 INFO STEP 310 (remove_files) COMPLETE |
5344 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.680 INFO O| Dec 13 21:28:13.680 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.699 INFO O| Dec 13 21:28:13.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5346 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.699 INFO O| Dec 13 21:28:13.699 INFO STEP 311 (remove_files) COMPLETE |
5347 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.699 INFO O| Dec 13 21:28:13.699 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.717 INFO O| Dec 13 21:28:13.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5349 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.717 INFO O| Dec 13 21:28:13.717 INFO STEP 312 (remove_files) COMPLETE |
5350 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.717 INFO O| Dec 13 21:28:13.717 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.736 INFO O| Dec 13 21:28:13.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5352 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.736 INFO O| Dec 13 21:28:13.736 INFO STEP 313 (remove_files) COMPLETE |
5353 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.736 INFO O| Dec 13 21:28:13.736 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.754 INFO O| Dec 13 21:28:13.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5355 | 2024-12-13T21:28:17.887Z | [ recovery-image] Dec 13 21:28:13.754 INFO O| Dec 13 21:28:13.754 INFO STEP 314 (remove_files) COMPLETE |
5356 | 2024-12-13T21:28:17.888Z | [ recovery-image] Dec 13 21:28:13.754 INFO O| Dec 13 21:28:13.754 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-12-13T21:28:17.888Z | [ recovery-image] Dec 13 21:28:13.772 INFO O| Dec 13 21:28:13.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5358 | 2024-12-13T21:28:17.888Z | [ recovery-image] Dec 13 21:28:13.772 INFO O| Dec 13 21:28:13.772 INFO STEP 315 (remove_files) COMPLETE |
5359 | 2024-12-13T21:28:17.888Z | [ recovery-image] Dec 13 21:28:13.772 INFO O| Dec 13 21:28:13.772 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-12-13T21:28:17.888Z | [ recovery-image] Dec 13 21:28:13.791 INFO O| Dec 13 21:28:13.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5361 | 2024-12-13T21:28:17.888Z | [ recovery-image] Dec 13 21:28:13.791 INFO O| Dec 13 21:28:13.791 INFO STEP 316 (remove_files) COMPLETE |
5362 | 2024-12-13T21:28:17.888Z | [ recovery-image] Dec 13 21:28:13.791 INFO O| Dec 13 21:28:13.791 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.808 INFO O| Dec 13 21:28:13.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5364 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.808 INFO O| Dec 13 21:28:13.808 INFO STEP 317 (remove_files) COMPLETE |
5365 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.808 INFO O| Dec 13 21:28:13.808 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.823 INFO O| Dec 13 21:28:13.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5367 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.823 INFO O| Dec 13 21:28:13.823 INFO STEP 318 (remove_files) COMPLETE |
5368 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.823 INFO O| Dec 13 21:28:13.823 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.840 INFO O| Dec 13 21:28:13.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5370 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.840 INFO O| Dec 13 21:28:13.840 INFO STEP 319 (remove_files) COMPLETE |
5371 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.840 INFO O| Dec 13 21:28:13.840 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.857 INFO O| Dec 13 21:28:13.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5373 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.857 INFO O| Dec 13 21:28:13.857 INFO STEP 320 (remove_files) COMPLETE |
5374 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.857 INFO O| Dec 13 21:28:13.857 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.873 INFO O| Dec 13 21:28:13.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5376 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.873 INFO O| Dec 13 21:28:13.873 INFO STEP 321 (remove_files) COMPLETE |
5377 | 2024-12-13T21:28:17.889Z | [ recovery-image] Dec 13 21:28:13.874 INFO O| Dec 13 21:28:13.873 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:13.890 INFO O| Dec 13 21:28:13.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5379 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:13.891 INFO O| Dec 13 21:28:13.890 INFO STEP 322 (remove_files) COMPLETE |
5380 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:13.891 INFO O| Dec 13 21:28:13.890 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:13.908 INFO O| Dec 13 21:28:13.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5382 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:13.908 INFO O| Dec 13 21:28:13.908 INFO STEP 323 (remove_files) COMPLETE |
5383 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:13.908 INFO O| Dec 13 21:28:13.908 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:13.937 INFO O| Dec 13 21:28:13.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5385 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:13.937 INFO O| Dec 13 21:28:13.937 INFO STEP 324 (remove_files) COMPLETE |
5386 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:13.937 INFO O| Dec 13 21:28:13.937 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:13.973 INFO O| Dec 13 21:28:13.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5388 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:13.973 INFO O| Dec 13 21:28:13.973 INFO STEP 325 (remove_files) COMPLETE |
5389 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:13.973 INFO O| Dec 13 21:28:13.973 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-12-13T21:28:17.890Z | [ host-image] Dec 13 21:28:13.999 INFO O| Dec 13 21:28:13.998 INFO O| Done |
5391 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:14.034 INFO O| Dec 13 21:28:14.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5392 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:14.034 INFO O| Dec 13 21:28:14.034 INFO STEP 326 (remove_files) COMPLETE |
5393 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:14.034 INFO O| Dec 13 21:28:14.034 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-12-13T21:28:17.890Z | [ host-image] Dec 13 21:28:14.041 INFO O| Dec 13 21:28:14.041 INFO O| Done |
5395 | 2024-12-13T21:28:17.890Z | [ host-image] Dec 13 21:28:14.041 INFO O| Dec 13 21:28:14.041 INFO O| Done |
5396 | 2024-12-13T21:28:17.890Z | [ recovery-image] Dec 13 21:28:14.058 INFO O| Dec 13 21:28:14.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5397 | 2024-12-13T21:28:17.891Z | [ recovery-image] Dec 13 21:28:14.058 INFO O| Dec 13 21:28:14.058 INFO STEP 327 (remove_files) COMPLETE |
5398 | 2024-12-13T21:28:17.891Z | [ recovery-image] Dec 13 21:28:14.058 INFO O| Dec 13 21:28:14.058 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-12-13T21:28:17.893Z | [ host-image] Dec 13 21:28:14.062 INFO O| Dec 13 21:28:14.061 INFO O| Done |
5400 | 2024-12-13T21:28:17.893Z | [ recovery-image] Dec 13 21:28:14.079 INFO O| Dec 13 21:28:14.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5401 | 2024-12-13T21:28:17.893Z | [ recovery-image] Dec 13 21:28:14.079 INFO O| Dec 13 21:28:14.079 INFO STEP 328 (remove_files) COMPLETE |
5402 | 2024-12-13T21:28:17.893Z | [ recovery-image] Dec 13 21:28:14.079 INFO O| Dec 13 21:28:14.079 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-12-13T21:28:17.893Z | [ recovery-image] Dec 13 21:28:14.099 INFO O| Dec 13 21:28:14.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5404 | 2024-12-13T21:28:17.893Z | [ recovery-image] Dec 13 21:28:14.117 INFO O| Dec 13 21:28:14.117 INFO STEP 329 (remove_files) COMPLETE |
5405 | 2024-12-13T21:28:17.893Z | [ recovery-image] Dec 13 21:28:14.117 INFO O| Dec 13 21:28:14.117 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-12-13T21:28:17.893Z | [ recovery-image] Dec 13 21:28:14.156 INFO O| Dec 13 21:28:14.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5407 | 2024-12-13T21:28:17.909Z | [ recovery-image] Dec 13 21:28:14.156 INFO O| Dec 13 21:28:14.156 INFO STEP 330 (remove_files) COMPLETE |
5408 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.156 INFO O| Dec 13 21:28:14.156 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.175 INFO O| Dec 13 21:28:14.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5410 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.175 INFO O| Dec 13 21:28:14.175 INFO STEP 331 (remove_files) COMPLETE |
5411 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.175 INFO O| Dec 13 21:28:14.175 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.196 INFO O| Dec 13 21:28:14.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5413 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.196 INFO O| Dec 13 21:28:14.196 INFO STEP 332 (remove_files) COMPLETE |
5414 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.196 INFO O| Dec 13 21:28:14.196 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.233 INFO O| Dec 13 21:28:14.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5416 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.233 INFO O| Dec 13 21:28:14.233 INFO STEP 333 (remove_files) COMPLETE |
5417 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.233 INFO O| Dec 13 21:28:14.233 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-12-13T21:28:17.910Z | [ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO STEP 14 (pkg_install) COMPLETE |
5419 | 2024-12-13T21:28:17.910Z | [ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5420 | 2024-12-13T21:28:17.910Z | [ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO skip step because feature "mfg" is not enabled |
5421 | 2024-12-13T21:28:17.910Z | [ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5422 | 2024-12-13T21:28:17.910Z | [ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO skip step because feature "compliance" is not enabled |
5423 | 2024-12-13T21:28:17.910Z | [ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5424 | 2024-12-13T21:28:17.910Z | [ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO skip step because feature "stress" is not enabled |
5425 | 2024-12-13T21:28:17.910Z | [ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5426 | 2024-12-13T21:28:17.910Z | [ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO skip step because feature "nfs" is not enabled |
5427 | 2024-12-13T21:28:17.910Z | [ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
5428 | 2024-12-13T21:28:17.910Z | [ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
5429 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.266 INFO O| Dec 13 21:28:14.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5430 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.267 INFO O| Dec 13 21:28:14.267 INFO STEP 334 (remove_files) COMPLETE |
5431 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.267 INFO O| Dec 13 21:28:14.267 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.291 INFO O| Dec 13 21:28:14.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5433 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.291 INFO O| Dec 13 21:28:14.291 INFO STEP 335 (remove_files) COMPLETE |
5434 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.291 INFO O| Dec 13 21:28:14.291 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.309 INFO O| Dec 13 21:28:14.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5436 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.310 INFO O| Dec 13 21:28:14.309 INFO STEP 336 (remove_files) COMPLETE |
5437 | 2024-12-13T21:28:17.910Z | [ recovery-image] Dec 13 21:28:14.310 INFO O| Dec 13 21:28:14.310 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.329 INFO O| Dec 13 21:28:14.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5439 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.329 INFO O| Dec 13 21:28:14.329 INFO STEP 337 (remove_files) COMPLETE |
5440 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.329 INFO O| Dec 13 21:28:14.329 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.348 INFO O| Dec 13 21:28:14.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5442 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.348 INFO O| Dec 13 21:28:14.348 INFO STEP 338 (remove_files) COMPLETE |
5443 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.348 INFO O| Dec 13 21:28:14.348 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-13T21:28:17.911Z | [ host-image] Dec 13 21:28:14.353 INFO O| Dec 13 21:28:14.353 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
5445 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.365 INFO O| Dec 13 21:28:14.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5446 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.365 INFO O| Dec 13 21:28:14.365 INFO STEP 339 (remove_files) COMPLETE |
5447 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.365 INFO O| Dec 13 21:28:14.365 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.413 INFO O| Dec 13 21:28:14.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5449 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.413 INFO O| Dec 13 21:28:14.413 INFO STEP 340 (remove_files) COMPLETE |
5450 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.413 INFO O| Dec 13 21:28:14.413 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.450 INFO O| Dec 13 21:28:14.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5452 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.450 INFO O| Dec 13 21:28:14.450 INFO STEP 341 (remove_files) COMPLETE |
5453 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.450 INFO O| Dec 13 21:28:14.450 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.468 INFO O| Dec 13 21:28:14.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5455 | 2024-12-13T21:28:17.911Z | [ host-image] Dec 13 21:28:14.470 INFO O| Dec 13 21:28:14.470 INFO completed processing gimlet/ramdisk-01-os |
5456 | 2024-12-13T21:28:17.911Z | [ host-image] Dec 13 21:28:14.473 INFO omicron1 baseline generation... |
5457 | 2024-12-13T21:28:17.911Z | [ host-image] Dec 13 21:28:14.473 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
5458 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.498 INFO O| Dec 13 21:28:14.498 INFO STEP 342 (remove_files) COMPLETE |
5459 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.498 INFO O| Dec 13 21:28:14.498 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.555 INFO O| Dec 13 21:28:14.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5461 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.555 INFO O| Dec 13 21:28:14.555 INFO STEP 343 (remove_files) COMPLETE |
5462 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.555 INFO O| Dec 13 21:28:14.555 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.602 INFO O| Dec 13 21:28:14.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5464 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.602 INFO O| Dec 13 21:28:14.602 INFO STEP 344 (remove_files) COMPLETE |
5465 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.602 INFO O| Dec 13 21:28:14.602 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.642 INFO O| Dec 13 21:28:14.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5467 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.642 INFO O| Dec 13 21:28:14.642 INFO STEP 345 (remove_files) COMPLETE |
5468 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.642 INFO O| Dec 13 21:28:14.642 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.700 INFO O| Dec 13 21:28:14.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5470 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.701 INFO O| Dec 13 21:28:14.700 INFO STEP 346 (remove_files) COMPLETE |
5471 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.701 INFO O| Dec 13 21:28:14.700 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.718 INFO O| Dec 13 21:28:14.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5473 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.718 INFO O| Dec 13 21:28:14.718 INFO STEP 347 (remove_files) COMPLETE |
5474 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.718 INFO O| Dec 13 21:28:14.718 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.736 INFO O| Dec 13 21:28:14.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5476 | 2024-12-13T21:28:17.911Z | [ recovery-image] Dec 13 21:28:14.736 INFO O| Dec 13 21:28:14.736 INFO STEP 348 (remove_files) COMPLETE |
5477 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.736 INFO O| Dec 13 21:28:14.736 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.776 INFO O| Dec 13 21:28:14.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5479 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.776 INFO O| Dec 13 21:28:14.776 INFO STEP 349 (remove_files) COMPLETE |
5480 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.776 INFO O| Dec 13 21:28:14.776 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.824 INFO O| Dec 13 21:28:14.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5482 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.824 INFO O| Dec 13 21:28:14.824 INFO STEP 350 (remove_files) COMPLETE |
5483 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.824 INFO O| Dec 13 21:28:14.824 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.842 INFO O| Dec 13 21:28:14.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5485 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.842 INFO O| Dec 13 21:28:14.842 INFO STEP 351 (remove_files) COMPLETE |
5486 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.842 INFO O| Dec 13 21:28:14.842 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.875 INFO O| Dec 13 21:28:14.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5488 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.875 INFO O| Dec 13 21:28:14.875 INFO STEP 352 (remove_files) COMPLETE |
5489 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.875 INFO O| Dec 13 21:28:14.875 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.909 INFO O| Dec 13 21:28:14.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5491 | 2024-12-13T21:28:17.912Z | [ recovery-image] Dec 13 21:28:14.909 INFO O| Dec 13 21:28:14.909 INFO STEP 353 (remove_files) COMPLETE |
5492 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:14.909 INFO O| Dec 13 21:28:14.909 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:14.945 INFO O| Dec 13 21:28:14.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5494 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:14.945 INFO O| Dec 13 21:28:14.945 INFO STEP 354 (remove_files) COMPLETE |
5495 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:14.945 INFO O| Dec 13 21:28:14.945 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:14.965 INFO O| Dec 13 21:28:14.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5497 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:14.965 INFO O| Dec 13 21:28:14.965 INFO STEP 355 (remove_files) COMPLETE |
5498 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:14.965 INFO O| Dec 13 21:28:14.965 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:14.984 INFO O| Dec 13 21:28:14.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5500 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:14.984 INFO O| Dec 13 21:28:14.984 INFO STEP 356 (remove_files) COMPLETE |
5501 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:14.985 INFO O| Dec 13 21:28:14.984 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:15.018 INFO O| Dec 13 21:28:15.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5503 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:15.018 INFO O| Dec 13 21:28:15.018 INFO STEP 357 (remove_files) COMPLETE |
5504 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:15.018 INFO O| Dec 13 21:28:15.018 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:15.037 INFO O| Dec 13 21:28:15.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5506 | 2024-12-13T21:28:17.913Z | [ recovery-image] Dec 13 21:28:15.037 INFO O| Dec 13 21:28:15.037 INFO STEP 358 (remove_files) COMPLETE |
5507 | 2024-12-13T21:28:17.925Z | [ recovery-image] Dec 13 21:28:15.037 INFO O| Dec 13 21:28:15.037 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-12-13T21:28:17.925Z | [ recovery-image] Dec 13 21:28:15.073 INFO O| Dec 13 21:28:15.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5509 | 2024-12-13T21:28:17.925Z | [ recovery-image] Dec 13 21:28:15.073 INFO O| Dec 13 21:28:15.073 INFO STEP 359 (remove_files) COMPLETE |
5510 | 2024-12-13T21:28:17.925Z | [ recovery-image] Dec 13 21:28:15.073 INFO O| Dec 13 21:28:15.073 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-12-13T21:28:17.925Z | [ recovery-image] Dec 13 21:28:15.092 INFO O| Dec 13 21:28:15.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5512 | 2024-12-13T21:28:17.925Z | [ recovery-image] Dec 13 21:28:15.092 INFO O| Dec 13 21:28:15.092 INFO STEP 360 (remove_files) COMPLETE |
5513 | 2024-12-13T21:28:17.925Z | [ recovery-image] Dec 13 21:28:15.093 INFO O| Dec 13 21:28:15.092 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-12-13T21:28:17.925Z | [ recovery-image] Dec 13 21:28:15.109 INFO O| Dec 13 21:28:15.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5515 | 2024-12-13T21:28:17.925Z | [ recovery-image] Dec 13 21:28:15.109 INFO O| Dec 13 21:28:15.109 INFO STEP 361 (remove_files) COMPLETE |
5516 | 2024-12-13T21:28:17.925Z | [ recovery-image] Dec 13 21:28:15.109 INFO O| Dec 13 21:28:15.109 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.128 INFO O| Dec 13 21:28:15.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5518 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.128 INFO O| Dec 13 21:28:15.128 INFO STEP 362 (remove_files) COMPLETE |
5519 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.128 INFO O| Dec 13 21:28:15.128 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.152 INFO O| Dec 13 21:28:15.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5521 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.152 INFO O| Dec 13 21:28:15.152 INFO STEP 363 (remove_files) COMPLETE |
5522 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.152 INFO O| Dec 13 21:28:15.152 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.189 INFO O| Dec 13 21:28:15.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5524 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.189 INFO O| Dec 13 21:28:15.189 INFO STEP 364 (remove_files) COMPLETE |
5525 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.189 INFO O| Dec 13 21:28:15.189 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.224 INFO O| Dec 13 21:28:15.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5527 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.224 INFO O| Dec 13 21:28:15.224 INFO STEP 365 (remove_files) COMPLETE |
5528 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.225 INFO O| Dec 13 21:28:15.224 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.243 INFO O| Dec 13 21:28:15.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5530 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.244 INFO O| Dec 13 21:28:15.244 INFO STEP 366 (remove_files) COMPLETE |
5531 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.244 INFO O| Dec 13 21:28:15.244 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.265 INFO O| Dec 13 21:28:15.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5533 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.266 INFO O| Dec 13 21:28:15.265 INFO STEP 367 (remove_files) COMPLETE |
5534 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.266 INFO O| Dec 13 21:28:15.266 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-12-13T21:28:17.926Z | [ host-image] Dec 13 21:28:15.280 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z |
5536 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.287 INFO O| Dec 13 21:28:15.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5537 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.287 INFO O| Dec 13 21:28:15.287 INFO STEP 368 (remove_files) COMPLETE |
5538 | 2024-12-13T21:28:17.926Z | [ recovery-image] Dec 13 21:28:15.287 INFO O| Dec 13 21:28:15.287 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.374 INFO O| Dec 13 21:28:15.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5540 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.374 INFO O| Dec 13 21:28:15.374 INFO STEP 369 (remove_files) COMPLETE |
5541 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.374 INFO O| Dec 13 21:28:15.374 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.394 INFO O| Dec 13 21:28:15.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5543 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.394 INFO O| Dec 13 21:28:15.394 INFO STEP 370 (remove_files) COMPLETE |
5544 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.394 INFO O| Dec 13 21:28:15.394 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.425 INFO O| Dec 13 21:28:15.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5546 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.425 INFO O| Dec 13 21:28:15.425 INFO STEP 371 (remove_files) COMPLETE |
5547 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.425 INFO O| Dec 13 21:28:15.425 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.460 INFO O| Dec 13 21:28:15.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5549 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.460 INFO O| Dec 13 21:28:15.460 INFO STEP 372 (remove_files) COMPLETE |
5550 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.460 INFO O| Dec 13 21:28:15.460 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.520 INFO O| Dec 13 21:28:15.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5552 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.520 INFO O| Dec 13 21:28:15.520 INFO STEP 373 (remove_files) COMPLETE |
5553 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.520 INFO O| Dec 13 21:28:15.520 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.542 INFO O| Dec 13 21:28:15.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5555 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.542 INFO O| Dec 13 21:28:15.542 INFO STEP 374 (remove_files) COMPLETE |
5556 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.543 INFO O| Dec 13 21:28:15.542 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.562 INFO O| Dec 13 21:28:15.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5558 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.562 INFO O| Dec 13 21:28:15.562 INFO STEP 375 (remove_files) COMPLETE |
5559 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.562 INFO O| Dec 13 21:28:15.562 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-12-13T21:28:17.927Z | [ recovery-image] Dec 13 21:28:15.580 INFO O| Dec 13 21:28:15.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5561 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.580 INFO O| Dec 13 21:28:15.580 INFO STEP 376 (remove_files) COMPLETE |
5562 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.581 INFO O| Dec 13 21:28:15.580 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.615 INFO O| Dec 13 21:28:15.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5564 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.615 INFO O| Dec 13 21:28:15.615 INFO STEP 377 (remove_files) COMPLETE |
5565 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.615 INFO O| Dec 13 21:28:15.615 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.635 INFO O| Dec 13 21:28:15.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5567 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.635 INFO O| Dec 13 21:28:15.635 INFO STEP 378 (remove_files) COMPLETE |
5568 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.635 INFO O| Dec 13 21:28:15.635 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.653 INFO O| Dec 13 21:28:15.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5570 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.653 INFO O| Dec 13 21:28:15.653 INFO STEP 379 (remove_files) COMPLETE |
5571 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.654 INFO O| Dec 13 21:28:15.653 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.671 INFO O| Dec 13 21:28:15.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5573 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.671 INFO O| Dec 13 21:28:15.671 INFO STEP 380 (remove_files) COMPLETE |
5574 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.671 INFO O| Dec 13 21:28:15.671 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.728 INFO O| Dec 13 21:28:15.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5576 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.728 INFO O| Dec 13 21:28:15.728 INFO STEP 381 (remove_files) COMPLETE |
5577 | 2024-12-13T21:28:17.928Z | [ recovery-image] Dec 13 21:28:15.728 INFO O| Dec 13 21:28:15.728 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.767 INFO O| Dec 13 21:28:15.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5579 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.788 INFO O| Dec 13 21:28:15.788 INFO STEP 382 (remove_files) COMPLETE |
5580 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.788 INFO O| Dec 13 21:28:15.788 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.807 INFO O| Dec 13 21:28:15.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5582 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.807 INFO O| Dec 13 21:28:15.807 INFO STEP 383 (remove_files) COMPLETE |
5583 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.807 INFO O| Dec 13 21:28:15.807 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.825 INFO O| Dec 13 21:28:15.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5585 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.825 INFO O| Dec 13 21:28:15.825 INFO STEP 384 (remove_files) COMPLETE |
5586 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.825 INFO O| Dec 13 21:28:15.825 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.842 INFO O| Dec 13 21:28:15.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5588 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.842 INFO O| Dec 13 21:28:15.842 INFO STEP 385 (remove_files) COMPLETE |
5589 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.843 INFO O| Dec 13 21:28:15.842 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.861 INFO O| Dec 13 21:28:15.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5591 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.861 INFO O| Dec 13 21:28:15.861 INFO STEP 386 (remove_files) COMPLETE |
5592 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.861 INFO O| Dec 13 21:28:15.861 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.888 INFO O| Dec 13 21:28:15.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5594 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.888 INFO O| Dec 13 21:28:15.888 INFO STEP 387 (remove_files) COMPLETE |
5595 | 2024-12-13T21:28:17.930Z | [ recovery-image] Dec 13 21:28:15.888 INFO O| Dec 13 21:28:15.888 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-12-13T21:28:17.934Z | [ recovery-image] Dec 13 21:28:15.908 INFO O| Dec 13 21:28:15.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5597 | 2024-12-13T21:28:17.934Z | [ recovery-image] Dec 13 21:28:15.908 INFO O| Dec 13 21:28:15.908 INFO STEP 388 (remove_files) COMPLETE |
5598 | 2024-12-13T21:28:17.934Z | [ recovery-image] Dec 13 21:28:15.908 INFO O| Dec 13 21:28:15.908 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-12-13T21:28:17.941Z | [ recovery-image] Dec 13 21:28:15.928 INFO O| Dec 13 21:28:15.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5600 | 2024-12-13T21:28:17.942Z | [ recovery-image] Dec 13 21:28:15.928 INFO O| Dec 13 21:28:15.928 INFO STEP 389 (remove_files) COMPLETE |
5601 | 2024-12-13T21:28:17.942Z | [ recovery-image] Dec 13 21:28:15.928 INFO O| Dec 13 21:28:15.928 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-12-13T21:28:17.977Z | [ recovery-image] Dec 13 21:28:15.963 INFO O| Dec 13 21:28:15.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5603 | 2024-12-13T21:28:17.977Z | [ recovery-image] Dec 13 21:28:15.963 INFO O| Dec 13 21:28:15.963 INFO STEP 390 (remove_files) COMPLETE |
5604 | 2024-12-13T21:28:17.977Z | [ recovery-image] Dec 13 21:28:15.963 INFO O| Dec 13 21:28:15.963 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-12-13T21:28:17.996Z | [ recovery-image] Dec 13 21:28:15.983 INFO O| Dec 13 21:28:15.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5606 | 2024-12-13T21:28:17.998Z | [ recovery-image] Dec 13 21:28:15.983 INFO O| Dec 13 21:28:15.983 INFO STEP 391 (remove_files) COMPLETE |
5607 | 2024-12-13T21:28:17.998Z | [ recovery-image] Dec 13 21:28:15.983 INFO O| Dec 13 21:28:15.983 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-12-13T21:28:18.051Z | [ recovery-image] Dec 13 21:28:16.038 INFO O| Dec 13 21:28:16.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5609 | 2024-12-13T21:28:18.051Z | [ recovery-image] Dec 13 21:28:16.038 INFO O| Dec 13 21:28:16.038 INFO STEP 392 (remove_files) COMPLETE |
5610 | 2024-12-13T21:28:18.052Z | [ recovery-image] Dec 13 21:28:16.038 INFO O| Dec 13 21:28:16.038 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-12-13T21:28:18.073Z | [ recovery-image] Dec 13 21:28:16.058 INFO O| Dec 13 21:28:16.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5612 | 2024-12-13T21:28:18.073Z | [ recovery-image] Dec 13 21:28:16.058 INFO O| Dec 13 21:28:16.058 INFO STEP 393 (remove_files) COMPLETE |
5613 | 2024-12-13T21:28:18.073Z | [ recovery-image] Dec 13 21:28:16.058 INFO O| Dec 13 21:28:16.058 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-12-13T21:28:18.139Z | [ recovery-image] Dec 13 21:28:16.125 INFO O| Dec 13 21:28:16.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5615 | 2024-12-13T21:28:18.139Z | [ recovery-image] Dec 13 21:28:16.125 INFO O| Dec 13 21:28:16.125 INFO STEP 394 (remove_files) COMPLETE |
5616 | 2024-12-13T21:28:18.139Z | [ recovery-image] Dec 13 21:28:16.125 INFO O| Dec 13 21:28:16.125 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-12-13T21:28:18.169Z | [ recovery-image] Dec 13 21:28:16.156 INFO O| Dec 13 21:28:16.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5618 | 2024-12-13T21:28:18.170Z | [ recovery-image] Dec 13 21:28:16.156 INFO O| Dec 13 21:28:16.156 INFO STEP 395 (remove_files) COMPLETE |
5619 | 2024-12-13T21:28:18.171Z | [ recovery-image] Dec 13 21:28:16.156 INFO O| Dec 13 21:28:16.156 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-12-13T21:28:18.202Z | [ recovery-image] Dec 13 21:28:16.188 INFO O| Dec 13 21:28:16.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5621 | 2024-12-13T21:28:18.202Z | [ recovery-image] Dec 13 21:28:16.188 INFO O| Dec 13 21:28:16.188 INFO STEP 396 (remove_files) COMPLETE |
5622 | 2024-12-13T21:28:18.202Z | [ recovery-image] Dec 13 21:28:16.188 INFO O| Dec 13 21:28:16.188 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-12-13T21:28:18.237Z | [ recovery-image] Dec 13 21:28:16.223 INFO O| Dec 13 21:28:16.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5624 | 2024-12-13T21:28:18.237Z | [ recovery-image] Dec 13 21:28:16.223 INFO O| Dec 13 21:28:16.223 INFO STEP 397 (remove_files) COMPLETE |
5625 | 2024-12-13T21:28:18.240Z | [ recovery-image] Dec 13 21:28:16.223 INFO O| Dec 13 21:28:16.223 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-12-13T21:28:18.255Z | [ recovery-image] Dec 13 21:28:16.241 INFO O| Dec 13 21:28:16.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5627 | 2024-12-13T21:28:18.255Z | [ recovery-image] Dec 13 21:28:16.242 INFO O| Dec 13 21:28:16.242 INFO STEP 398 (remove_files) COMPLETE |
5628 | 2024-12-13T21:28:18.255Z | [ recovery-image] Dec 13 21:28:16.242 INFO O| Dec 13 21:28:16.242 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-12-13T21:28:18.272Z | [ recovery-image] Dec 13 21:28:16.259 INFO O| Dec 13 21:28:16.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5630 | 2024-12-13T21:28:18.272Z | [ recovery-image] Dec 13 21:28:16.259 INFO O| Dec 13 21:28:16.259 INFO STEP 399 (remove_files) COMPLETE |
5631 | 2024-12-13T21:28:18.272Z | [ recovery-image] Dec 13 21:28:16.259 INFO O| Dec 13 21:28:16.259 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-12-13T21:28:18.289Z | [ recovery-image] Dec 13 21:28:16.276 INFO O| Dec 13 21:28:16.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5633 | 2024-12-13T21:28:18.289Z | [ recovery-image] Dec 13 21:28:16.276 INFO O| Dec 13 21:28:16.276 INFO STEP 400 (remove_files) COMPLETE |
5634 | 2024-12-13T21:28:18.292Z | [ recovery-image] Dec 13 21:28:16.276 INFO O| Dec 13 21:28:16.276 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-12-13T21:28:18.318Z | [ recovery-image] Dec 13 21:28:16.304 INFO O| Dec 13 21:28:16.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5636 | 2024-12-13T21:28:18.318Z | [ recovery-image] Dec 13 21:28:16.304 INFO O| Dec 13 21:28:16.304 INFO STEP 401 (remove_files) COMPLETE |
5637 | 2024-12-13T21:28:18.318Z | [ recovery-image] Dec 13 21:28:16.304 INFO O| Dec 13 21:28:16.304 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-12-13T21:28:18.349Z | [ recovery-image] Dec 13 21:28:16.336 INFO O| Dec 13 21:28:16.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5639 | 2024-12-13T21:28:18.369Z | [ recovery-image] Dec 13 21:28:16.355 INFO O| Dec 13 21:28:16.355 INFO STEP 402 (remove_files) COMPLETE |
5640 | 2024-12-13T21:28:18.369Z | [ recovery-image] Dec 13 21:28:16.355 INFO O| Dec 13 21:28:16.355 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-12-13T21:28:18.406Z | [ recovery-image] Dec 13 21:28:16.392 INFO O| Dec 13 21:28:16.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5642 | 2024-12-13T21:28:18.408Z | [ recovery-image] Dec 13 21:28:16.392 INFO O| Dec 13 21:28:16.392 INFO STEP 403 (remove_files) COMPLETE |
5643 | 2024-12-13T21:28:18.408Z | [ recovery-image] Dec 13 21:28:16.392 INFO O| Dec 13 21:28:16.392 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-12-13T21:28:18.438Z | [ recovery-image] Dec 13 21:28:16.424 INFO O| Dec 13 21:28:16.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5645 | 2024-12-13T21:28:18.441Z | [ recovery-image] Dec 13 21:28:16.424 INFO O| Dec 13 21:28:16.424 INFO STEP 404 (remove_files) COMPLETE |
5646 | 2024-12-13T21:28:18.441Z | [ recovery-image] Dec 13 21:28:16.425 INFO O| Dec 13 21:28:16.424 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-12-13T21:28:18.456Z | [ recovery-image] Dec 13 21:28:16.442 INFO O| Dec 13 21:28:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5648 | 2024-12-13T21:28:18.458Z | [ recovery-image] Dec 13 21:28:16.442 INFO O| Dec 13 21:28:16.442 INFO STEP 405 (remove_files) COMPLETE |
5649 | 2024-12-13T21:28:18.458Z | [ recovery-image] Dec 13 21:28:16.443 INFO O| Dec 13 21:28:16.442 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-12-13T21:28:18.485Z | [ recovery-image] Dec 13 21:28:16.471 INFO O| Dec 13 21:28:16.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5651 | 2024-12-13T21:28:18.485Z | [ recovery-image] Dec 13 21:28:16.471 INFO O| Dec 13 21:28:16.471 INFO STEP 406 (remove_files) COMPLETE |
5652 | 2024-12-13T21:28:18.485Z | [ recovery-image] Dec 13 21:28:16.471 INFO O| Dec 13 21:28:16.471 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-12-13T21:28:18.541Z | [ recovery-image] Dec 13 21:28:16.528 INFO O| Dec 13 21:28:16.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5654 | 2024-12-13T21:28:18.541Z | [ recovery-image] Dec 13 21:28:16.528 INFO O| Dec 13 21:28:16.528 INFO STEP 407 (remove_files) COMPLETE |
5655 | 2024-12-13T21:28:18.542Z | [ recovery-image] Dec 13 21:28:16.528 INFO O| Dec 13 21:28:16.528 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-12-13T21:28:18.600Z | [ recovery-image] Dec 13 21:28:16.586 INFO O| Dec 13 21:28:16.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5657 | 2024-12-13T21:28:18.600Z | [ recovery-image] Dec 13 21:28:16.586 INFO O| Dec 13 21:28:16.586 INFO STEP 408 (remove_files) COMPLETE |
5658 | 2024-12-13T21:28:18.600Z | [ recovery-image] Dec 13 21:28:16.586 INFO O| Dec 13 21:28:16.586 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-12-13T21:28:18.619Z | [ recovery-image] Dec 13 21:28:16.605 INFO O| Dec 13 21:28:16.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5660 | 2024-12-13T21:28:18.619Z | [ recovery-image] Dec 13 21:28:16.605 INFO O| Dec 13 21:28:16.605 INFO STEP 409 (remove_files) COMPLETE |
5661 | 2024-12-13T21:28:18.622Z | [ recovery-image] Dec 13 21:28:16.605 INFO O| Dec 13 21:28:16.605 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-12-13T21:28:18.657Z | [ recovery-image] Dec 13 21:28:16.642 INFO O| Dec 13 21:28:16.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5663 | 2024-12-13T21:28:18.657Z | [ recovery-image] Dec 13 21:28:16.642 INFO O| Dec 13 21:28:16.642 INFO STEP 410 (remove_files) COMPLETE |
5664 | 2024-12-13T21:28:18.657Z | [ recovery-image] Dec 13 21:28:16.642 INFO O| Dec 13 21:28:16.642 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-12-13T21:28:18.690Z | [ recovery-image] Dec 13 21:28:16.677 INFO O| Dec 13 21:28:16.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5666 | 2024-12-13T21:28:18.690Z | [ recovery-image] Dec 13 21:28:16.677 INFO O| Dec 13 21:28:16.677 INFO STEP 411 (remove_files) COMPLETE |
5667 | 2024-12-13T21:28:18.690Z | [ recovery-image] Dec 13 21:28:16.677 INFO O| Dec 13 21:28:16.677 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-12-13T21:28:18.709Z | [ recovery-image] Dec 13 21:28:16.695 INFO O| Dec 13 21:28:16.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5669 | 2024-12-13T21:28:18.709Z | [ recovery-image] Dec 13 21:28:16.695 INFO O| Dec 13 21:28:16.695 INFO STEP 412 (remove_files) COMPLETE |
5670 | 2024-12-13T21:28:18.712Z | [ recovery-image] Dec 13 21:28:16.695 INFO O| Dec 13 21:28:16.695 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-12-13T21:28:18.743Z | [ recovery-image] Dec 13 21:28:16.729 INFO O| Dec 13 21:28:16.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5672 | 2024-12-13T21:28:18.745Z | [ recovery-image] Dec 13 21:28:16.730 INFO O| Dec 13 21:28:16.729 INFO STEP 413 (remove_files) COMPLETE |
5673 | 2024-12-13T21:28:18.745Z | [ recovery-image] Dec 13 21:28:16.730 INFO O| Dec 13 21:28:16.729 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-12-13T21:28:18.764Z | [ recovery-image] Dec 13 21:28:16.750 INFO O| Dec 13 21:28:16.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5675 | 2024-12-13T21:28:18.767Z | [ recovery-image] Dec 13 21:28:16.751 INFO O| Dec 13 21:28:16.750 INFO STEP 414 (remove_files) COMPLETE |
5676 | 2024-12-13T21:28:18.767Z | [ recovery-image] Dec 13 21:28:16.751 INFO O| Dec 13 21:28:16.750 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-12-13T21:28:18.789Z | [ recovery-image] Dec 13 21:28:16.774 INFO O| Dec 13 21:28:16.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5678 | 2024-12-13T21:28:18.789Z | [ recovery-image] Dec 13 21:28:16.774 INFO O| Dec 13 21:28:16.774 INFO STEP 415 (remove_files) COMPLETE |
5679 | 2024-12-13T21:28:18.789Z | [ recovery-image] Dec 13 21:28:16.774 INFO O| Dec 13 21:28:16.774 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-12-13T21:28:18.843Z | [ recovery-image] Dec 13 21:28:16.830 INFO O| Dec 13 21:28:16.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5681 | 2024-12-13T21:28:18.844Z | [ recovery-image] Dec 13 21:28:16.830 INFO O| Dec 13 21:28:16.830 INFO STEP 416 (remove_files) COMPLETE |
5682 | 2024-12-13T21:28:18.844Z | [ recovery-image] Dec 13 21:28:16.830 INFO O| Dec 13 21:28:16.830 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-12-13T21:28:18.861Z | [ recovery-image] Dec 13 21:28:16.847 INFO O| Dec 13 21:28:16.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5684 | 2024-12-13T21:28:18.861Z | [ recovery-image] Dec 13 21:28:16.847 INFO O| Dec 13 21:28:16.847 INFO STEP 417 (remove_files) COMPLETE |
5685 | 2024-12-13T21:28:18.863Z | [ recovery-image] Dec 13 21:28:16.847 INFO O| Dec 13 21:28:16.847 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-12-13T21:28:18.878Z | [ recovery-image] Dec 13 21:28:16.864 INFO O| Dec 13 21:28:16.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5687 | 2024-12-13T21:28:18.878Z | [ recovery-image] Dec 13 21:28:16.865 INFO O| Dec 13 21:28:16.864 INFO STEP 418 (remove_files) COMPLETE |
5688 | 2024-12-13T21:28:18.878Z | [ recovery-image] Dec 13 21:28:16.865 INFO O| Dec 13 21:28:16.865 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-12-13T21:28:18.897Z | [ recovery-image] Dec 13 21:28:16.883 INFO O| Dec 13 21:28:16.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5690 | 2024-12-13T21:28:18.897Z | [ recovery-image] Dec 13 21:28:16.883 INFO O| Dec 13 21:28:16.883 INFO STEP 419 (remove_files) COMPLETE |
5691 | 2024-12-13T21:28:18.897Z | [ recovery-image] Dec 13 21:28:16.883 INFO O| Dec 13 21:28:16.883 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-12-13T21:28:18.914Z | [ recovery-image] Dec 13 21:28:16.900 INFO O| Dec 13 21:28:16.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5693 | 2024-12-13T21:28:18.914Z | [ recovery-image] Dec 13 21:28:16.900 INFO O| Dec 13 21:28:16.900 INFO STEP 420 (remove_files) COMPLETE |
5694 | 2024-12-13T21:28:18.917Z | [ recovery-image] Dec 13 21:28:16.900 INFO O| Dec 13 21:28:16.900 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-12-13T21:28:18.932Z | [ recovery-image] Dec 13 21:28:16.917 INFO O| Dec 13 21:28:16.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5696 | 2024-12-13T21:28:18.932Z | [ recovery-image] Dec 13 21:28:16.917 INFO O| Dec 13 21:28:16.917 INFO STEP 421 (remove_files) COMPLETE |
5697 | 2024-12-13T21:28:18.935Z | [ recovery-image] Dec 13 21:28:16.917 INFO O| Dec 13 21:28:16.917 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-12-13T21:28:18.961Z | [ recovery-image] Dec 13 21:28:16.947 INFO O| Dec 13 21:28:16.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5699 | 2024-12-13T21:28:18.961Z | [ recovery-image] Dec 13 21:28:16.947 INFO O| Dec 13 21:28:16.947 INFO STEP 422 (remove_files) COMPLETE |
5700 | 2024-12-13T21:28:18.964Z | [ recovery-image] Dec 13 21:28:16.947 INFO O| Dec 13 21:28:16.947 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-12-13T21:28:18.981Z | [ recovery-image] Dec 13 21:28:16.967 INFO O| Dec 13 21:28:16.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5702 | 2024-12-13T21:28:18.981Z | [ recovery-image] Dec 13 21:28:16.968 INFO O| Dec 13 21:28:16.967 INFO STEP 423 (remove_files) COMPLETE |
5703 | 2024-12-13T21:28:18.981Z | [ recovery-image] Dec 13 21:28:16.968 INFO O| Dec 13 21:28:16.967 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-12-13T21:28:18.998Z | [ recovery-image] Dec 13 21:28:16.984 INFO O| Dec 13 21:28:16.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5705 | 2024-12-13T21:28:18.998Z | [ recovery-image] Dec 13 21:28:16.985 INFO O| Dec 13 21:28:16.984 INFO STEP 424 (remove_files) COMPLETE |
5706 | 2024-12-13T21:28:18.998Z | [ recovery-image] Dec 13 21:28:16.985 INFO O| Dec 13 21:28:16.985 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-12-13T21:28:19.016Z | [ recovery-image] Dec 13 21:28:17.002 INFO O| Dec 13 21:28:17.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5708 | 2024-12-13T21:28:19.016Z | [ recovery-image] Dec 13 21:28:17.002 INFO O| Dec 13 21:28:17.002 INFO STEP 425 (remove_files) COMPLETE |
5709 | 2024-12-13T21:28:19.016Z | [ recovery-image] Dec 13 21:28:17.002 INFO O| Dec 13 21:28:17.002 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-12-13T21:28:19.033Z | [ recovery-image] Dec 13 21:28:17.019 INFO O| Dec 13 21:28:17.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5711 | 2024-12-13T21:28:19.033Z | [ recovery-image] Dec 13 21:28:17.019 INFO O| Dec 13 21:28:17.019 INFO STEP 426 (remove_files) COMPLETE |
5712 | 2024-12-13T21:28:19.033Z | [ recovery-image] Dec 13 21:28:17.019 INFO O| Dec 13 21:28:17.019 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-12-13T21:28:19.118Z | [ recovery-image] Dec 13 21:28:17.104 INFO O| Dec 13 21:28:17.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5714 | 2024-12-13T21:28:19.118Z | [ recovery-image] Dec 13 21:28:17.104 INFO O| Dec 13 21:28:17.104 INFO STEP 427 (remove_files) COMPLETE |
5715 | 2024-12-13T21:28:19.121Z | [ recovery-image] Dec 13 21:28:17.104 INFO O| Dec 13 21:28:17.104 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-12-13T21:28:19.149Z | [ recovery-image] Dec 13 21:28:17.135 INFO O| Dec 13 21:28:17.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5717 | 2024-12-13T21:28:19.149Z | [ recovery-image] Dec 13 21:28:17.136 INFO O| Dec 13 21:28:17.135 INFO STEP 428 (remove_files) COMPLETE |
5718 | 2024-12-13T21:28:19.149Z | [ recovery-image] Dec 13 21:28:17.136 INFO O| Dec 13 21:28:17.135 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-12-13T21:28:19.173Z | [ recovery-image] Dec 13 21:28:17.159 INFO O| Dec 13 21:28:17.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5720 | 2024-12-13T21:28:19.173Z | [ recovery-image] Dec 13 21:28:17.159 INFO O| Dec 13 21:28:17.159 INFO STEP 429 (remove_files) COMPLETE |
5721 | 2024-12-13T21:28:19.173Z | [ recovery-image] Dec 13 21:28:17.159 INFO O| Dec 13 21:28:17.159 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-12-13T21:28:19.206Z | [ recovery-image] Dec 13 21:28:17.192 INFO O| Dec 13 21:28:17.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5723 | 2024-12-13T21:28:19.209Z | [ recovery-image] Dec 13 21:28:17.192 INFO O| Dec 13 21:28:17.192 INFO STEP 430 (remove_files) COMPLETE |
5724 | 2024-12-13T21:28:19.209Z | [ recovery-image] Dec 13 21:28:17.193 INFO O| Dec 13 21:28:17.192 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-12-13T21:28:19.246Z | [ recovery-image] Dec 13 21:28:17.231 INFO O| Dec 13 21:28:17.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5726 | 2024-12-13T21:28:19.246Z | [ recovery-image] Dec 13 21:28:17.231 INFO O| Dec 13 21:28:17.231 INFO STEP 431 (remove_files) COMPLETE |
5727 | 2024-12-13T21:28:19.248Z | [ recovery-image] Dec 13 21:28:17.231 INFO O| Dec 13 21:28:17.231 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-13T21:28:19.264Z | [ recovery-image] Dec 13 21:28:17.250 INFO O| Dec 13 21:28:17.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5729 | 2024-12-13T21:28:19.266Z | [ recovery-image] Dec 13 21:28:17.250 INFO O| Dec 13 21:28:17.250 INFO STEP 432 (remove_files) COMPLETE |
5730 | 2024-12-13T21:28:19.266Z | [ recovery-image] Dec 13 21:28:17.250 INFO O| Dec 13 21:28:17.250 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-12-13T21:28:19.282Z | [ recovery-image] Dec 13 21:28:17.268 INFO O| Dec 13 21:28:17.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5732 | 2024-12-13T21:28:19.284Z | [ recovery-image] Dec 13 21:28:17.268 INFO O| Dec 13 21:28:17.268 INFO STEP 433 (remove_files) COMPLETE |
5733 | 2024-12-13T21:28:19.285Z | [ recovery-image] Dec 13 21:28:17.268 INFO O| Dec 13 21:28:17.268 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-12-13T21:28:19.300Z | [ recovery-image] Dec 13 21:28:17.286 INFO O| Dec 13 21:28:17.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5735 | 2024-12-13T21:28:19.303Z | [ recovery-image] Dec 13 21:28:17.287 INFO O| Dec 13 21:28:17.286 INFO STEP 434 (remove_files) COMPLETE |
5736 | 2024-12-13T21:28:19.303Z | [ recovery-image] Dec 13 21:28:17.287 INFO O| Dec 13 21:28:17.287 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-12-13T21:28:19.337Z | [ recovery-image] Dec 13 21:28:17.323 INFO O| Dec 13 21:28:17.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5738 | 2024-12-13T21:28:19.337Z | [ recovery-image] Dec 13 21:28:17.323 INFO O| Dec 13 21:28:17.323 INFO STEP 435 (remove_files) COMPLETE |
5739 | 2024-12-13T21:28:19.341Z | [ recovery-image] Dec 13 21:28:17.323 INFO O| Dec 13 21:28:17.323 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-12-13T21:28:19.356Z | [ recovery-image] Dec 13 21:28:17.342 INFO O| Dec 13 21:28:17.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5741 | 2024-12-13T21:28:19.365Z | [ recovery-image] Dec 13 21:28:17.351 INFO O| Dec 13 21:28:17.351 INFO STEP 436 (remove_files) COMPLETE |
5742 | 2024-12-13T21:28:19.365Z | [ recovery-image] Dec 13 21:28:17.351 INFO O| Dec 13 21:28:17.351 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-12-13T21:28:19.383Z | [ recovery-image] Dec 13 21:28:17.368 INFO O| Dec 13 21:28:17.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5744 | 2024-12-13T21:28:19.383Z | [ recovery-image] Dec 13 21:28:17.369 INFO O| Dec 13 21:28:17.369 INFO STEP 437 (remove_files) COMPLETE |
5745 | 2024-12-13T21:28:19.383Z | [ recovery-image] Dec 13 21:28:17.369 INFO O| Dec 13 21:28:17.369 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-12-13T21:28:19.399Z | [ recovery-image] Dec 13 21:28:17.385 INFO O| Dec 13 21:28:17.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5747 | 2024-12-13T21:28:19.399Z | [ recovery-image] Dec 13 21:28:17.385 INFO O| Dec 13 21:28:17.385 INFO STEP 438 (remove_files) COMPLETE |
5748 | 2024-12-13T21:28:19.399Z | [ recovery-image] Dec 13 21:28:17.385 INFO O| Dec 13 21:28:17.385 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-12-13T21:28:19.419Z | [ recovery-image] Dec 13 21:28:17.405 INFO O| Dec 13 21:28:17.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5750 | 2024-12-13T21:28:19.419Z | [ recovery-image] Dec 13 21:28:17.405 INFO O| Dec 13 21:28:17.405 INFO STEP 439 (remove_files) COMPLETE |
5751 | 2024-12-13T21:28:19.419Z | [ recovery-image] Dec 13 21:28:17.405 INFO O| Dec 13 21:28:17.405 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-12-13T21:28:19.462Z | [ recovery-image] Dec 13 21:28:17.448 INFO O| Dec 13 21:28:17.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5753 | 2024-12-13T21:28:19.462Z | [ recovery-image] Dec 13 21:28:17.449 INFO O| Dec 13 21:28:17.448 INFO STEP 440 (remove_files) COMPLETE |
5754 | 2024-12-13T21:28:19.466Z | [ recovery-image] Dec 13 21:28:17.449 INFO O| Dec 13 21:28:17.449 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-12-13T21:28:19.499Z | [ recovery-image] Dec 13 21:28:17.485 INFO O| Dec 13 21:28:17.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5756 | 2024-12-13T21:28:19.499Z | [ recovery-image] Dec 13 21:28:17.485 INFO O| Dec 13 21:28:17.485 INFO STEP 441 (remove_files) COMPLETE |
5757 | 2024-12-13T21:28:19.502Z | [ recovery-image] Dec 13 21:28:17.486 INFO O| Dec 13 21:28:17.485 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-12-13T21:28:19.519Z | [ recovery-image] Dec 13 21:28:17.505 INFO O| Dec 13 21:28:17.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5759 | 2024-12-13T21:28:19.519Z | [ recovery-image] Dec 13 21:28:17.505 INFO O| Dec 13 21:28:17.505 INFO STEP 442 (remove_files) COMPLETE |
5760 | 2024-12-13T21:28:19.519Z | [ recovery-image] Dec 13 21:28:17.505 INFO O| Dec 13 21:28:17.505 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-12-13T21:28:19.581Z | [ recovery-image] Dec 13 21:28:17.567 INFO O| Dec 13 21:28:17.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5762 | 2024-12-13T21:28:19.581Z | [ recovery-image] Dec 13 21:28:17.567 INFO O| Dec 13 21:28:17.567 INFO STEP 443 (remove_files) COMPLETE |
5763 | 2024-12-13T21:28:19.581Z | [ recovery-image] Dec 13 21:28:17.567 INFO O| Dec 13 21:28:17.567 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-12-13T21:28:19.617Z | [ recovery-image] Dec 13 21:28:17.603 INFO O| Dec 13 21:28:17.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5765 | 2024-12-13T21:28:19.618Z | [ recovery-image] Dec 13 21:28:17.603 INFO O| Dec 13 21:28:17.603 INFO STEP 444 (remove_files) COMPLETE |
5766 | 2024-12-13T21:28:19.618Z | [ recovery-image] Dec 13 21:28:17.603 INFO O| Dec 13 21:28:17.603 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-12-13T21:28:19.638Z | [ recovery-image] Dec 13 21:28:17.624 INFO O| Dec 13 21:28:17.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5768 | 2024-12-13T21:28:19.638Z | [ recovery-image] Dec 13 21:28:17.624 INFO O| Dec 13 21:28:17.624 INFO STEP 445 (remove_files) COMPLETE |
5769 | 2024-12-13T21:28:19.641Z | [ recovery-image] Dec 13 21:28:17.624 INFO O| Dec 13 21:28:17.624 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-12-13T21:28:19.675Z | [ recovery-image] Dec 13 21:28:17.661 INFO O| Dec 13 21:28:17.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5771 | 2024-12-13T21:28:19.675Z | [ recovery-image] Dec 13 21:28:17.661 INFO O| Dec 13 21:28:17.661 INFO STEP 446 (remove_files) COMPLETE |
5772 | 2024-12-13T21:28:19.675Z | [ recovery-image] Dec 13 21:28:17.661 INFO O| Dec 13 21:28:17.661 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-12-13T21:28:19.728Z | [ recovery-image] Dec 13 21:28:17.714 INFO O| Dec 13 21:28:17.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5774 | 2024-12-13T21:28:19.728Z | [ recovery-image] Dec 13 21:28:17.714 INFO O| Dec 13 21:28:17.714 INFO STEP 447 (remove_files) COMPLETE |
5775 | 2024-12-13T21:28:19.731Z | [ recovery-image] Dec 13 21:28:17.714 INFO O| Dec 13 21:28:17.714 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-12-13T21:28:19.755Z | [ recovery-image] Dec 13 21:28:17.741 INFO O| Dec 13 21:28:17.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5777 | 2024-12-13T21:28:19.758Z | [ recovery-image] Dec 13 21:28:17.741 INFO O| Dec 13 21:28:17.741 INFO STEP 448 (remove_files) COMPLETE |
5778 | 2024-12-13T21:28:19.758Z | [ recovery-image] Dec 13 21:28:17.742 INFO O| Dec 13 21:28:17.741 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-12-13T21:28:19.776Z | [ recovery-image] Dec 13 21:28:17.762 INFO O| Dec 13 21:28:17.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5780 | 2024-12-13T21:28:19.778Z | [ recovery-image] Dec 13 21:28:17.762 INFO O| Dec 13 21:28:17.762 INFO STEP 449 (remove_files) COMPLETE |
5781 | 2024-12-13T21:28:19.778Z | [ recovery-image] Dec 13 21:28:17.762 INFO O| Dec 13 21:28:17.762 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-12-13T21:28:19.794Z | [ recovery-image] Dec 13 21:28:17.780 INFO O| Dec 13 21:28:17.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5783 | 2024-12-13T21:28:19.797Z | [ recovery-image] Dec 13 21:28:17.780 INFO O| Dec 13 21:28:17.780 INFO STEP 450 (remove_files) COMPLETE |
5784 | 2024-12-13T21:28:19.797Z | [ recovery-image] Dec 13 21:28:17.780 INFO O| Dec 13 21:28:17.780 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-12-13T21:28:19.813Z | [ recovery-image] Dec 13 21:28:17.799 INFO O| Dec 13 21:28:17.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5786 | 2024-12-13T21:28:19.815Z | [ recovery-image] Dec 13 21:28:17.799 INFO O| Dec 13 21:28:17.799 INFO STEP 451 (remove_files) COMPLETE |
5787 | 2024-12-13T21:28:19.815Z | [ recovery-image] Dec 13 21:28:17.799 INFO O| Dec 13 21:28:17.799 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-12-13T21:28:19.833Z | [ recovery-image] Dec 13 21:28:17.819 INFO O| Dec 13 21:28:17.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5789 | 2024-12-13T21:28:19.835Z | [ recovery-image] Dec 13 21:28:17.819 INFO O| Dec 13 21:28:17.819 INFO STEP 452 (remove_files) COMPLETE |
5790 | 2024-12-13T21:28:19.836Z | [ recovery-image] Dec 13 21:28:17.819 INFO O| Dec 13 21:28:17.819 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-12-13T21:28:19.851Z | [ recovery-image] Dec 13 21:28:17.837 INFO O| Dec 13 21:28:17.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5792 | 2024-12-13T21:28:19.854Z | [ recovery-image] Dec 13 21:28:17.837 INFO O| Dec 13 21:28:17.837 INFO STEP 453 (remove_files) COMPLETE |
5793 | 2024-12-13T21:28:19.854Z | [ recovery-image] Dec 13 21:28:17.837 INFO O| Dec 13 21:28:17.837 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-12-13T21:28:19.868Z | [ recovery-image] Dec 13 21:28:17.854 INFO O| Dec 13 21:28:17.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5795 | 2024-12-13T21:28:19.868Z | [ recovery-image] Dec 13 21:28:17.855 INFO O| Dec 13 21:28:17.855 INFO STEP 454 (remove_files) COMPLETE |
5796 | 2024-12-13T21:28:19.871Z | [ recovery-image] Dec 13 21:28:17.855 INFO O| Dec 13 21:28:17.855 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-12-13T21:28:19.885Z | [ recovery-image] Dec 13 21:28:17.871 INFO O| Dec 13 21:28:17.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5798 | 2024-12-13T21:28:19.885Z | [ recovery-image] Dec 13 21:28:17.871 INFO O| Dec 13 21:28:17.871 INFO STEP 455 (remove_files) COMPLETE |
5799 | 2024-12-13T21:28:19.888Z | [ recovery-image] Dec 13 21:28:17.871 INFO O| Dec 13 21:28:17.871 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-12-13T21:28:19.926Z | [ recovery-image] Dec 13 21:28:17.912 INFO O| Dec 13 21:28:17.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5801 | 2024-12-13T21:28:19.926Z | [ recovery-image] Dec 13 21:28:17.912 INFO O| Dec 13 21:28:17.912 INFO STEP 456 (remove_files) COMPLETE |
5802 | 2024-12-13T21:28:19.926Z | [ recovery-image] Dec 13 21:28:17.912 INFO O| Dec 13 21:28:17.912 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-12-13T21:28:19.961Z | [ recovery-image] Dec 13 21:28:17.947 INFO O| Dec 13 21:28:17.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5804 | 2024-12-13T21:28:19.961Z | [ recovery-image] Dec 13 21:28:17.947 INFO O| Dec 13 21:28:17.947 INFO STEP 457 (remove_files) COMPLETE |
5805 | 2024-12-13T21:28:19.963Z | [ recovery-image] Dec 13 21:28:17.947 INFO O| Dec 13 21:28:17.947 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-12-13T21:28:20.008Z | [ recovery-image] Dec 13 21:28:17.994 INFO O| Dec 13 21:28:17.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5807 | 2024-12-13T21:28:20.008Z | [ recovery-image] Dec 13 21:28:17.994 INFO O| Dec 13 21:28:17.994 INFO STEP 458 (remove_files) COMPLETE |
5808 | 2024-12-13T21:28:20.008Z | [ recovery-image] Dec 13 21:28:17.994 INFO O| Dec 13 21:28:17.994 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-12-13T21:28:20.028Z | [ recovery-image] Dec 13 21:28:18.013 INFO O| Dec 13 21:28:18.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5810 | 2024-12-13T21:28:20.028Z | [ recovery-image] Dec 13 21:28:18.013 INFO O| Dec 13 21:28:18.013 INFO STEP 459 (remove_files) COMPLETE |
5811 | 2024-12-13T21:28:20.028Z | [ recovery-image] Dec 13 21:28:18.013 INFO O| Dec 13 21:28:18.013 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-12-13T21:28:20.046Z | [ recovery-image] Dec 13 21:28:18.031 INFO O| Dec 13 21:28:18.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5813 | 2024-12-13T21:28:20.046Z | [ recovery-image] Dec 13 21:28:18.031 INFO O| Dec 13 21:28:18.031 INFO STEP 460 (remove_files) COMPLETE |
5814 | 2024-12-13T21:28:20.046Z | [ recovery-image] Dec 13 21:28:18.031 INFO O| Dec 13 21:28:18.031 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-12-13T21:28:20.083Z | [ recovery-image] Dec 13 21:28:18.069 INFO O| Dec 13 21:28:18.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5816 | 2024-12-13T21:28:20.083Z | [ recovery-image] Dec 13 21:28:18.069 INFO O| Dec 13 21:28:18.069 INFO STEP 461 (remove_files) COMPLETE |
5817 | 2024-12-13T21:28:20.086Z | [ recovery-image] Dec 13 21:28:18.069 INFO O| Dec 13 21:28:18.069 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-12-13T21:28:20.129Z | [ recovery-image] Dec 13 21:28:18.111 INFO O| Dec 13 21:28:18.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5819 | 2024-12-13T21:28:20.129Z | [ recovery-image] Dec 13 21:28:18.111 INFO O| Dec 13 21:28:18.111 INFO STEP 462 (remove_files) COMPLETE |
5820 | 2024-12-13T21:28:20.129Z | [ recovery-image] Dec 13 21:28:18.111 INFO O| Dec 13 21:28:18.111 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-12-13T21:28:20.167Z | [ recovery-image] Dec 13 21:28:18.137 INFO O| Dec 13 21:28:18.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5822 | 2024-12-13T21:28:20.167Z | [ recovery-image] Dec 13 21:28:18.137 INFO O| Dec 13 21:28:18.137 INFO STEP 463 (remove_files) COMPLETE |
5823 | 2024-12-13T21:28:20.170Z | [ recovery-image] Dec 13 21:28:18.137 INFO O| Dec 13 21:28:18.137 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-12-13T21:28:20.180Z | [ recovery-image] Dec 13 21:28:18.166 INFO O| Dec 13 21:28:18.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5825 | 2024-12-13T21:28:20.180Z | [ recovery-image] Dec 13 21:28:18.166 INFO O| Dec 13 21:28:18.166 INFO STEP 464 (remove_files) COMPLETE |
5826 | 2024-12-13T21:28:20.182Z | [ recovery-image] Dec 13 21:28:18.166 INFO O| Dec 13 21:28:18.166 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-12-13T21:28:20.265Z | [ recovery-image] Dec 13 21:28:18.251 INFO O| Dec 13 21:28:18.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5828 | 2024-12-13T21:28:20.269Z | [ recovery-image] Dec 13 21:28:18.251 INFO O| Dec 13 21:28:18.251 INFO STEP 465 (remove_files) COMPLETE |
5829 | 2024-12-13T21:28:20.269Z | [ recovery-image] Dec 13 21:28:18.251 INFO O| Dec 13 21:28:18.251 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-12-13T21:28:20.300Z | [ recovery-image] Dec 13 21:28:18.285 INFO O| Dec 13 21:28:18.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5831 | 2024-12-13T21:28:20.300Z | [ recovery-image] Dec 13 21:28:18.285 INFO O| Dec 13 21:28:18.285 INFO STEP 466 (remove_files) COMPLETE |
5832 | 2024-12-13T21:28:20.310Z | [ recovery-image] Dec 13 21:28:18.285 INFO O| Dec 13 21:28:18.285 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-12-13T21:28:20.338Z | [ recovery-image] Dec 13 21:28:18.324 INFO O| Dec 13 21:28:18.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5834 | 2024-12-13T21:28:20.338Z | [ recovery-image] Dec 13 21:28:18.324 INFO O| Dec 13 21:28:18.324 INFO STEP 467 (remove_files) COMPLETE |
5835 | 2024-12-13T21:28:20.338Z | [ recovery-image] Dec 13 21:28:18.324 INFO O| Dec 13 21:28:18.324 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-12-13T21:28:20.407Z | [ recovery-image] Dec 13 21:28:18.393 INFO O| Dec 13 21:28:18.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5837 | 2024-12-13T21:28:20.412Z | [ recovery-image] Dec 13 21:28:18.393 INFO O| Dec 13 21:28:18.393 INFO STEP 468 (remove_files) COMPLETE |
5838 | 2024-12-13T21:28:20.412Z | [ recovery-image] Dec 13 21:28:18.393 INFO O| Dec 13 21:28:18.393 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-12-13T21:28:20.428Z | [ recovery-image] Dec 13 21:28:18.413 INFO O| Dec 13 21:28:18.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5840 | 2024-12-13T21:28:20.431Z | [ recovery-image] Dec 13 21:28:18.414 INFO O| Dec 13 21:28:18.414 INFO STEP 469 (remove_files) COMPLETE |
5841 | 2024-12-13T21:28:20.431Z | [ recovery-image] Dec 13 21:28:18.414 INFO O| Dec 13 21:28:18.414 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-12-13T21:28:20.446Z | [ recovery-image] Dec 13 21:28:18.432 INFO O| Dec 13 21:28:18.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5843 | 2024-12-13T21:28:20.446Z | [ recovery-image] Dec 13 21:28:18.432 INFO O| Dec 13 21:28:18.432 INFO STEP 470 (remove_files) COMPLETE |
5844 | 2024-12-13T21:28:20.450Z | [ recovery-image] Dec 13 21:28:18.432 INFO O| Dec 13 21:28:18.432 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-12-13T21:28:20.464Z | [ recovery-image] Dec 13 21:28:18.450 INFO O| Dec 13 21:28:18.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5846 | 2024-12-13T21:28:20.469Z | [ recovery-image] Dec 13 21:28:18.450 INFO O| Dec 13 21:28:18.450 INFO STEP 471 (remove_files) COMPLETE |
5847 | 2024-12-13T21:28:20.469Z | [ recovery-image] Dec 13 21:28:18.450 INFO O| Dec 13 21:28:18.450 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-12-13T21:28:20.493Z | [ recovery-image] Dec 13 21:28:18.478 INFO O| Dec 13 21:28:18.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5849 | 2024-12-13T21:28:20.498Z | [ recovery-image] Dec 13 21:28:18.478 INFO O| Dec 13 21:28:18.478 INFO STEP 472 (remove_files) COMPLETE |
5850 | 2024-12-13T21:28:20.498Z | [ recovery-image] Dec 13 21:28:18.478 INFO O| Dec 13 21:28:18.478 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-12-13T21:28:20.517Z | [ recovery-image] Dec 13 21:28:18.502 INFO O| Dec 13 21:28:18.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5852 | 2024-12-13T21:28:20.517Z | [ recovery-image] Dec 13 21:28:18.502 INFO O| Dec 13 21:28:18.502 INFO STEP 473 (remove_files) COMPLETE |
5853 | 2024-12-13T21:28:20.518Z | [ recovery-image] Dec 13 21:28:18.502 INFO O| Dec 13 21:28:18.502 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-12-13T21:28:20.576Z | [ recovery-image] Dec 13 21:28:18.561 INFO O| Dec 13 21:28:18.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5855 | 2024-12-13T21:28:20.576Z | [ recovery-image] Dec 13 21:28:18.562 INFO O| Dec 13 21:28:18.561 INFO STEP 474 (remove_files) COMPLETE |
5856 | 2024-12-13T21:28:20.576Z | [ recovery-image] Dec 13 21:28:18.562 INFO O| Dec 13 21:28:18.562 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-12-13T21:28:20.594Z | [ recovery-image] Dec 13 21:28:18.580 INFO O| Dec 13 21:28:18.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5858 | 2024-12-13T21:28:20.594Z | [ recovery-image] Dec 13 21:28:18.580 INFO O| Dec 13 21:28:18.580 INFO STEP 475 (remove_files) COMPLETE |
5859 | 2024-12-13T21:28:20.594Z | [ recovery-image] Dec 13 21:28:18.580 INFO O| Dec 13 21:28:18.580 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-12-13T21:28:20.613Z | [ recovery-image] Dec 13 21:28:18.599 INFO O| Dec 13 21:28:18.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5861 | 2024-12-13T21:28:20.613Z | [ recovery-image] Dec 13 21:28:18.599 INFO O| Dec 13 21:28:18.599 INFO STEP 476 (remove_files) COMPLETE |
5862 | 2024-12-13T21:28:20.613Z | [ recovery-image] Dec 13 21:28:18.599 INFO O| Dec 13 21:28:18.599 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-12-13T21:28:20.652Z | [ recovery-image] Dec 13 21:28:18.638 INFO O| Dec 13 21:28:18.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5864 | 2024-12-13T21:28:20.652Z | [ recovery-image] Dec 13 21:28:18.638 INFO O| Dec 13 21:28:18.638 INFO STEP 477 (remove_files) COMPLETE |
5865 | 2024-12-13T21:28:20.656Z | [ recovery-image] Dec 13 21:28:18.638 INFO O| Dec 13 21:28:18.638 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-12-13T21:28:20.672Z | [ recovery-image] Dec 13 21:28:18.658 INFO O| Dec 13 21:28:18.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5867 | 2024-12-13T21:28:20.672Z | [ recovery-image] Dec 13 21:28:18.658 INFO O| Dec 13 21:28:18.658 INFO STEP 478 (remove_files) COMPLETE |
5868 | 2024-12-13T21:28:20.672Z | [ recovery-image] Dec 13 21:28:18.658 INFO O| Dec 13 21:28:18.658 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-12-13T21:28:20.729Z | [ recovery-image] Dec 13 21:28:18.715 INFO O| Dec 13 21:28:18.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5870 | 2024-12-13T21:28:20.729Z | [ recovery-image] Dec 13 21:28:18.715 INFO O| Dec 13 21:28:18.715 INFO STEP 479 (remove_files) COMPLETE |
5871 | 2024-12-13T21:28:20.729Z | [ recovery-image] Dec 13 21:28:18.715 INFO O| Dec 13 21:28:18.715 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-12-13T21:28:20.766Z | [ recovery-image] Dec 13 21:28:18.750 INFO O| Dec 13 21:28:18.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5873 | 2024-12-13T21:28:20.789Z | [ recovery-image] Dec 13 21:28:18.774 INFO O| Dec 13 21:28:18.774 INFO STEP 480 (remove_files) COMPLETE |
5874 | 2024-12-13T21:28:20.789Z | [ recovery-image] Dec 13 21:28:18.774 INFO O| Dec 13 21:28:18.774 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-12-13T21:28:20.826Z | [ recovery-image] Dec 13 21:28:18.812 INFO O| Dec 13 21:28:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5876 | 2024-12-13T21:28:20.826Z | [ recovery-image] Dec 13 21:28:18.812 INFO O| Dec 13 21:28:18.812 INFO STEP 481 (remove_files) COMPLETE |
5877 | 2024-12-13T21:28:20.826Z | [ recovery-image] Dec 13 21:28:18.812 INFO O| Dec 13 21:28:18.812 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-12-13T21:28:20.863Z | [ recovery-image] Dec 13 21:28:18.848 INFO O| Dec 13 21:28:18.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5879 | 2024-12-13T21:28:20.866Z | [ recovery-image] Dec 13 21:28:18.848 INFO O| Dec 13 21:28:18.848 INFO STEP 482 (remove_files) COMPLETE |
5880 | 2024-12-13T21:28:20.866Z | [ recovery-image] Dec 13 21:28:18.849 INFO O| Dec 13 21:28:18.848 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-12-13T21:28:20.882Z | [ recovery-image] Dec 13 21:28:18.868 INFO O| Dec 13 21:28:18.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5882 | 2024-12-13T21:28:20.885Z | [ recovery-image] Dec 13 21:28:18.868 INFO O| Dec 13 21:28:18.868 INFO STEP 483 (remove_files) COMPLETE |
5883 | 2024-12-13T21:28:20.885Z | [ recovery-image] Dec 13 21:28:18.869 INFO O| Dec 13 21:28:18.868 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-12-13T21:28:20.920Z | [ recovery-image] Dec 13 21:28:18.904 INFO O| Dec 13 21:28:18.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5885 | 2024-12-13T21:28:20.920Z | [ recovery-image] Dec 13 21:28:18.904 INFO O| Dec 13 21:28:18.904 INFO STEP 484 (remove_files) COMPLETE |
5886 | 2024-12-13T21:28:20.920Z | [ recovery-image] Dec 13 21:28:18.904 INFO O| Dec 13 21:28:18.904 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-12-13T21:28:20.956Z | [ recovery-image] Dec 13 21:28:18.942 INFO O| Dec 13 21:28:18.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5888 | 2024-12-13T21:28:20.956Z | [ recovery-image] Dec 13 21:28:18.942 INFO O| Dec 13 21:28:18.942 INFO STEP 485 (remove_files) COMPLETE |
5889 | 2024-12-13T21:28:20.959Z | [ recovery-image] Dec 13 21:28:18.942 INFO O| Dec 13 21:28:18.942 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-12-13T21:28:21.002Z | [ recovery-image] Dec 13 21:28:18.988 INFO O| Dec 13 21:28:18.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5891 | 2024-12-13T21:28:21.005Z | [ recovery-image] Dec 13 21:28:18.988 INFO O| Dec 13 21:28:18.988 INFO STEP 486 (remove_files) COMPLETE |
5892 | 2024-12-13T21:28:21.005Z | [ recovery-image] Dec 13 21:28:18.988 INFO O| Dec 13 21:28:18.988 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-12-13T21:28:21.026Z | [ recovery-image] Dec 13 21:28:19.008 INFO O| Dec 13 21:28:19.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5894 | 2024-12-13T21:28:21.031Z | [ recovery-image] Dec 13 21:28:19.009 INFO O| Dec 13 21:28:19.008 INFO STEP 487 (remove_files) COMPLETE |
5895 | 2024-12-13T21:28:21.031Z | [ recovery-image] Dec 13 21:28:19.009 INFO O| Dec 13 21:28:19.009 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-12-13T21:28:21.044Z | [ recovery-image] Dec 13 21:28:19.028 INFO O| Dec 13 21:28:19.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5897 | 2024-12-13T21:28:21.047Z | [ recovery-image] Dec 13 21:28:19.028 INFO O| Dec 13 21:28:19.028 INFO STEP 488 (remove_files) COMPLETE |
5898 | 2024-12-13T21:28:21.047Z | [ recovery-image] Dec 13 21:28:19.028 INFO O| Dec 13 21:28:19.028 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-12-13T21:28:21.077Z | [ recovery-image] Dec 13 21:28:19.062 INFO O| Dec 13 21:28:19.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5900 | 2024-12-13T21:28:21.079Z | [ recovery-image] Dec 13 21:28:19.063 INFO O| Dec 13 21:28:19.062 INFO STEP 489 (remove_files) COMPLETE |
5901 | 2024-12-13T21:28:21.079Z | [ recovery-image] Dec 13 21:28:19.063 INFO O| Dec 13 21:28:19.062 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-12-13T21:28:21.133Z | [ recovery-image] Dec 13 21:28:19.119 INFO O| Dec 13 21:28:19.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5903 | 2024-12-13T21:28:21.133Z | [ recovery-image] Dec 13 21:28:19.119 INFO O| Dec 13 21:28:19.119 INFO STEP 490 (remove_files) COMPLETE |
5904 | 2024-12-13T21:28:21.133Z | [ recovery-image] Dec 13 21:28:19.119 INFO O| Dec 13 21:28:19.119 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-12-13T21:28:21.210Z | [ recovery-image] Dec 13 21:28:19.196 INFO O| Dec 13 21:28:19.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5906 | 2024-12-13T21:28:21.210Z | [ recovery-image] Dec 13 21:28:19.196 INFO O| Dec 13 21:28:19.196 INFO STEP 491 (remove_files) COMPLETE |
5907 | 2024-12-13T21:28:21.210Z | [ recovery-image] Dec 13 21:28:19.196 INFO O| Dec 13 21:28:19.196 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-12-13T21:28:21.229Z | [ recovery-image] Dec 13 21:28:19.214 INFO O| Dec 13 21:28:19.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5909 | 2024-12-13T21:28:21.229Z | [ recovery-image] Dec 13 21:28:19.214 INFO O| Dec 13 21:28:19.214 INFO STEP 492 (remove_files) COMPLETE |
5910 | 2024-12-13T21:28:21.232Z | [ recovery-image] Dec 13 21:28:19.214 INFO O| Dec 13 21:28:19.214 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-12-13T21:28:21.247Z | [ recovery-image] Dec 13 21:28:19.233 INFO O| Dec 13 21:28:19.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5912 | 2024-12-13T21:28:21.247Z | [ recovery-image] Dec 13 21:28:19.233 INFO O| Dec 13 21:28:19.233 INFO STEP 493 (remove_files) COMPLETE |
5913 | 2024-12-13T21:28:21.258Z | [ recovery-image] Dec 13 21:28:19.234 INFO O| Dec 13 21:28:19.233 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-12-13T21:28:21.280Z | [ recovery-image] Dec 13 21:28:19.266 INFO O| Dec 13 21:28:19.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5915 | 2024-12-13T21:28:21.280Z | [ recovery-image] Dec 13 21:28:19.266 INFO O| Dec 13 21:28:19.266 INFO STEP 494 (remove_files) COMPLETE |
5916 | 2024-12-13T21:28:21.285Z | [ recovery-image] Dec 13 21:28:19.266 INFO O| Dec 13 21:28:19.266 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-12-13T21:28:21.339Z | [ recovery-image] Dec 13 21:28:19.324 INFO O| Dec 13 21:28:19.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5918 | 2024-12-13T21:28:21.339Z | [ recovery-image] Dec 13 21:28:19.325 INFO O| Dec 13 21:28:19.324 INFO STEP 495 (remove_files) COMPLETE |
5919 | 2024-12-13T21:28:21.339Z | [ recovery-image] Dec 13 21:28:19.325 INFO O| Dec 13 21:28:19.325 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-12-13T21:28:21.358Z | [ recovery-image] Dec 13 21:28:19.343 INFO O| Dec 13 21:28:19.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5921 | 2024-12-13T21:28:21.358Z | [ recovery-image] Dec 13 21:28:19.344 INFO O| Dec 13 21:28:19.343 INFO STEP 496 (remove_files) COMPLETE |
5922 | 2024-12-13T21:28:21.358Z | [ recovery-image] Dec 13 21:28:19.344 INFO O| Dec 13 21:28:19.344 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-12-13T21:28:21.375Z | [ recovery-image] Dec 13 21:28:19.361 INFO O| Dec 13 21:28:19.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5924 | 2024-12-13T21:28:21.375Z | [ recovery-image] Dec 13 21:28:19.362 INFO O| Dec 13 21:28:19.362 INFO STEP 497 (remove_files) COMPLETE |
5925 | 2024-12-13T21:28:21.378Z | [ recovery-image] Dec 13 21:28:19.362 INFO O| Dec 13 21:28:19.362 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-12-13T21:28:21.405Z | [ recovery-image] Dec 13 21:28:19.391 INFO O| Dec 13 21:28:19.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5927 | 2024-12-13T21:28:21.408Z | [ recovery-image] Dec 13 21:28:19.391 INFO O| Dec 13 21:28:19.391 INFO STEP 498 (remove_files) COMPLETE |
5928 | 2024-12-13T21:28:21.408Z | [ recovery-image] Dec 13 21:28:19.391 INFO O| Dec 13 21:28:19.391 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-12-13T21:28:21.448Z | [ recovery-image] Dec 13 21:28:19.434 INFO O| Dec 13 21:28:19.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5930 | 2024-12-13T21:28:21.448Z | [ recovery-image] Dec 13 21:28:19.434 INFO O| Dec 13 21:28:19.434 INFO STEP 499 (remove_files) COMPLETE |
5931 | 2024-12-13T21:28:21.451Z | [ recovery-image] Dec 13 21:28:19.434 INFO O| Dec 13 21:28:19.434 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-12-13T21:28:21.503Z | [ recovery-image] Dec 13 21:28:19.489 INFO O| Dec 13 21:28:19.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5933 | 2024-12-13T21:28:21.505Z | [ recovery-image] Dec 13 21:28:19.489 INFO O| Dec 13 21:28:19.489 INFO STEP 500 (remove_files) COMPLETE |
5934 | 2024-12-13T21:28:21.508Z | [ recovery-image] Dec 13 21:28:19.489 INFO O| Dec 13 21:28:19.489 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-12-13T21:28:21.562Z | [ recovery-image] Dec 13 21:28:19.547 INFO O| Dec 13 21:28:19.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5936 | 2024-12-13T21:28:21.562Z | [ recovery-image] Dec 13 21:28:19.548 INFO O| Dec 13 21:28:19.547 INFO STEP 501 (remove_files) COMPLETE |
5937 | 2024-12-13T21:28:21.562Z | [ recovery-image] Dec 13 21:28:19.548 INFO O| Dec 13 21:28:19.548 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-12-13T21:28:21.599Z | [ recovery-image] Dec 13 21:28:19.585 INFO O| Dec 13 21:28:19.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5939 | 2024-12-13T21:28:21.599Z | [ recovery-image] Dec 13 21:28:19.585 INFO O| Dec 13 21:28:19.585 INFO STEP 502 (remove_files) COMPLETE |
5940 | 2024-12-13T21:28:21.599Z | [ recovery-image] Dec 13 21:28:19.585 INFO O| Dec 13 21:28:19.585 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-12-13T21:28:21.617Z | [ recovery-image] Dec 13 21:28:19.602 INFO O| Dec 13 21:28:19.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5942 | 2024-12-13T21:28:21.618Z | [ recovery-image] Dec 13 21:28:19.603 INFO O| Dec 13 21:28:19.603 INFO STEP 503 (remove_files) COMPLETE |
5943 | 2024-12-13T21:28:21.620Z | [ recovery-image] Dec 13 21:28:19.603 INFO O| Dec 13 21:28:19.603 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-12-13T21:28:21.635Z | [ recovery-image] Dec 13 21:28:19.621 INFO O| Dec 13 21:28:19.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5945 | 2024-12-13T21:28:21.635Z | [ recovery-image] Dec 13 21:28:19.621 INFO O| Dec 13 21:28:19.621 INFO STEP 504 (remove_files) COMPLETE |
5946 | 2024-12-13T21:28:21.635Z | [ recovery-image] Dec 13 21:28:19.621 INFO O| Dec 13 21:28:19.621 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-12-13T21:28:21.653Z | [ recovery-image] Dec 13 21:28:19.639 INFO O| Dec 13 21:28:19.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5948 | 2024-12-13T21:28:21.653Z | [ recovery-image] Dec 13 21:28:19.639 INFO O| Dec 13 21:28:19.639 INFO STEP 505 (remove_files) COMPLETE |
5949 | 2024-12-13T21:28:21.655Z | [ recovery-image] Dec 13 21:28:19.639 INFO O| Dec 13 21:28:19.639 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-12-13T21:28:21.671Z | [ recovery-image] Dec 13 21:28:19.657 INFO O| Dec 13 21:28:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5951 | 2024-12-13T21:28:21.673Z | [ recovery-image] Dec 13 21:28:19.657 INFO O| Dec 13 21:28:19.657 INFO STEP 506 (remove_files) COMPLETE |
5952 | 2024-12-13T21:28:21.673Z | [ recovery-image] Dec 13 21:28:19.657 INFO O| Dec 13 21:28:19.657 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-12-13T21:28:21.689Z | [ recovery-image] Dec 13 21:28:19.675 INFO O| Dec 13 21:28:19.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5954 | 2024-12-13T21:28:21.689Z | [ recovery-image] Dec 13 21:28:19.675 INFO O| Dec 13 21:28:19.675 INFO STEP 507 (remove_files) COMPLETE |
5955 | 2024-12-13T21:28:21.689Z | [ recovery-image] Dec 13 21:28:19.675 INFO O| Dec 13 21:28:19.675 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-12-13T21:28:21.707Z | [ recovery-image] Dec 13 21:28:19.693 INFO O| Dec 13 21:28:19.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5957 | 2024-12-13T21:28:21.707Z | [ recovery-image] Dec 13 21:28:19.693 INFO O| Dec 13 21:28:19.693 INFO STEP 508 (remove_files) COMPLETE |
5958 | 2024-12-13T21:28:21.710Z | [ recovery-image] Dec 13 21:28:19.693 INFO O| Dec 13 21:28:19.693 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-12-13T21:28:21.725Z | [ recovery-image] Dec 13 21:28:19.711 INFO O| Dec 13 21:28:19.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5960 | 2024-12-13T21:28:21.725Z | [ recovery-image] Dec 13 21:28:19.711 INFO O| Dec 13 21:28:19.711 INFO STEP 509 (remove_files) COMPLETE |
5961 | 2024-12-13T21:28:21.727Z | [ recovery-image] Dec 13 21:28:19.711 INFO O| Dec 13 21:28:19.711 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-12-13T21:28:21.759Z | [ recovery-image] Dec 13 21:28:19.745 INFO O| Dec 13 21:28:19.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5963 | 2024-12-13T21:28:21.759Z | [ recovery-image] Dec 13 21:28:19.745 INFO O| Dec 13 21:28:19.745 INFO STEP 510 (remove_files) COMPLETE |
5964 | 2024-12-13T21:28:21.762Z | [ recovery-image] Dec 13 21:28:19.745 INFO O| Dec 13 21:28:19.745 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-12-13T21:28:21.781Z | [ recovery-image] Dec 13 21:28:19.766 INFO O| Dec 13 21:28:19.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5966 | 2024-12-13T21:28:21.781Z | [ recovery-image] Dec 13 21:28:19.766 INFO O| Dec 13 21:28:19.766 INFO STEP 511 (remove_files) COMPLETE |
5967 | 2024-12-13T21:28:21.781Z | [ recovery-image] Dec 13 21:28:19.766 INFO O| Dec 13 21:28:19.766 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-12-13T21:28:21.812Z | [ recovery-image] Dec 13 21:28:19.798 INFO O| Dec 13 21:28:19.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5969 | 2024-12-13T21:28:21.812Z | [ recovery-image] Dec 13 21:28:19.798 INFO O| Dec 13 21:28:19.798 INFO STEP 512 (remove_files) COMPLETE |
5970 | 2024-12-13T21:28:21.815Z | [ recovery-image] Dec 13 21:28:19.798 INFO O| Dec 13 21:28:19.798 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-12-13T21:28:21.870Z | [ recovery-image] Dec 13 21:28:19.856 INFO O| Dec 13 21:28:19.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5972 | 2024-12-13T21:28:21.870Z | [ recovery-image] Dec 13 21:28:19.856 INFO O| Dec 13 21:28:19.856 INFO STEP 513 (remove_files) COMPLETE |
5973 | 2024-12-13T21:28:21.870Z | [ recovery-image] Dec 13 21:28:19.856 INFO O| Dec 13 21:28:19.856 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-12-13T21:28:21.933Z | [ recovery-image] Dec 13 21:28:19.919 INFO O| Dec 13 21:28:19.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5975 | 2024-12-13T21:28:21.936Z | [ recovery-image] Dec 13 21:28:19.919 INFO O| Dec 13 21:28:19.919 INFO STEP 514 (remove_files) COMPLETE |
5976 | 2024-12-13T21:28:21.936Z | [ recovery-image] Dec 13 21:28:19.919 INFO O| Dec 13 21:28:19.919 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-12-13T21:28:21.976Z | [ recovery-image] Dec 13 21:28:19.962 INFO O| Dec 13 21:28:19.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5978 | 2024-12-13T21:28:21.976Z | [ recovery-image] Dec 13 21:28:19.962 INFO O| Dec 13 21:28:19.962 INFO STEP 515 (remove_files) COMPLETE |
5979 | 2024-12-13T21:28:21.976Z | [ recovery-image] Dec 13 21:28:19.962 INFO O| Dec 13 21:28:19.962 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-12-13T21:28:21.995Z | [ recovery-image] Dec 13 21:28:19.981 INFO O| Dec 13 21:28:19.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5981 | 2024-12-13T21:28:21.995Z | [ recovery-image] Dec 13 21:28:19.981 INFO O| Dec 13 21:28:19.981 INFO STEP 516 (remove_files) COMPLETE |
5982 | 2024-12-13T21:28:21.998Z | [ recovery-image] Dec 13 21:28:19.981 INFO O| Dec 13 21:28:19.981 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-12-13T21:28:22.012Z | [ recovery-image] Dec 13 21:28:19.998 INFO O| Dec 13 21:28:19.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5984 | 2024-12-13T21:28:22.012Z | [ recovery-image] Dec 13 21:28:19.998 INFO O| Dec 13 21:28:19.998 INFO STEP 517 (remove_files) COMPLETE |
5985 | 2024-12-13T21:28:22.012Z | [ recovery-image] Dec 13 21:28:19.998 INFO O| Dec 13 21:28:19.998 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-12-13T21:28:22.032Z | [ recovery-image] Dec 13 21:28:20.018 INFO O| Dec 13 21:28:20.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5987 | 2024-12-13T21:28:22.032Z | [ recovery-image] Dec 13 21:28:20.018 INFO O| Dec 13 21:28:20.018 INFO STEP 518 (remove_files) COMPLETE |
5988 | 2024-12-13T21:28:22.035Z | [ recovery-image] Dec 13 21:28:20.018 INFO O| Dec 13 21:28:20.018 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-12-13T21:28:22.072Z | [ recovery-image] Dec 13 21:28:20.057 INFO O| Dec 13 21:28:20.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5990 | 2024-12-13T21:28:22.074Z | [ recovery-image] Dec 13 21:28:20.058 INFO O| Dec 13 21:28:20.058 INFO STEP 519 (remove_files) COMPLETE |
5991 | 2024-12-13T21:28:22.075Z | [ recovery-image] Dec 13 21:28:20.058 INFO O| Dec 13 21:28:20.058 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-12-13T21:28:22.107Z | [ recovery-image] Dec 13 21:28:20.093 INFO O| Dec 13 21:28:20.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5993 | 2024-12-13T21:28:22.107Z | [ recovery-image] Dec 13 21:28:20.093 INFO O| Dec 13 21:28:20.093 INFO STEP 520 (remove_files) COMPLETE |
5994 | 2024-12-13T21:28:22.111Z | [ recovery-image] Dec 13 21:28:20.093 INFO O| Dec 13 21:28:20.093 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-12-13T21:28:22.125Z | [ recovery-image] Dec 13 21:28:20.111 INFO O| Dec 13 21:28:20.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5996 | 2024-12-13T21:28:22.125Z | [ recovery-image] Dec 13 21:28:20.111 INFO O| Dec 13 21:28:20.111 INFO STEP 521 (remove_files) COMPLETE |
5997 | 2024-12-13T21:28:22.125Z | [ recovery-image] Dec 13 21:28:20.111 INFO O| Dec 13 21:28:20.111 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-12-13T21:28:22.160Z | [ recovery-image] Dec 13 21:28:20.146 INFO O| Dec 13 21:28:20.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5999 | 2024-12-13T21:28:22.160Z | [ recovery-image] Dec 13 21:28:20.146 INFO O| Dec 13 21:28:20.146 INFO STEP 522 (remove_files) COMPLETE |
6000 | 2024-12-13T21:28:22.160Z | [ recovery-image] Dec 13 21:28:20.146 INFO O| Dec 13 21:28:20.146 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-12-13T21:28:22.180Z | [ recovery-image] Dec 13 21:28:20.165 INFO O| Dec 13 21:28:20.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
6002 | 2024-12-13T21:28:22.180Z | [ recovery-image] Dec 13 21:28:20.166 INFO O| Dec 13 21:28:20.166 INFO STEP 523 (remove_files) COMPLETE |
6003 | 2024-12-13T21:28:22.180Z | [ recovery-image] Dec 13 21:28:20.166 INFO O| Dec 13 21:28:20.166 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-12-13T21:28:22.227Z | [ recovery-image] Dec 13 21:28:20.213 INFO O| Dec 13 21:28:20.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
6005 | 2024-12-13T21:28:22.230Z | [ recovery-image] Dec 13 21:28:20.213 INFO O| Dec 13 21:28:20.213 INFO STEP 524 (remove_files) COMPLETE |
6006 | 2024-12-13T21:28:22.230Z | [ recovery-image] Dec 13 21:28:20.213 INFO O| Dec 13 21:28:20.213 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-12-13T21:28:22.259Z | [ recovery-image] Dec 13 21:28:20.245 INFO O| Dec 13 21:28:20.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
6008 | 2024-12-13T21:28:22.259Z | [ recovery-image] Dec 13 21:28:20.245 INFO O| Dec 13 21:28:20.245 INFO STEP 525 (remove_files) COMPLETE |
6009 | 2024-12-13T21:28:22.261Z | [ recovery-image] Dec 13 21:28:20.245 INFO O| Dec 13 21:28:20.245 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-12-13T21:28:22.286Z | [ recovery-image] Dec 13 21:28:20.263 INFO O| Dec 13 21:28:20.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
6011 | 2024-12-13T21:28:22.286Z | [ recovery-image] Dec 13 21:28:20.263 INFO O| Dec 13 21:28:20.263 INFO STEP 526 (remove_files) COMPLETE |
6012 | 2024-12-13T21:28:22.286Z | [ recovery-image] Dec 13 21:28:20.263 INFO O| Dec 13 21:28:20.263 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-12-13T21:28:22.295Z | [ recovery-image] Dec 13 21:28:20.281 INFO O| Dec 13 21:28:20.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
6014 | 2024-12-13T21:28:22.298Z | [ recovery-image] Dec 13 21:28:20.281 INFO O| Dec 13 21:28:20.281 INFO STEP 527 (remove_files) COMPLETE |
6015 | 2024-12-13T21:28:22.298Z | [ recovery-image] Dec 13 21:28:20.281 INFO O| Dec 13 21:28:20.281 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-12-13T21:28:22.313Z | [ recovery-image] Dec 13 21:28:20.299 INFO O| Dec 13 21:28:20.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
6017 | 2024-12-13T21:28:22.313Z | [ recovery-image] Dec 13 21:28:20.299 INFO O| Dec 13 21:28:20.299 INFO STEP 528 (remove_files) COMPLETE |
6018 | 2024-12-13T21:28:22.313Z | [ recovery-image] Dec 13 21:28:20.299 INFO O| Dec 13 21:28:20.299 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-12-13T21:28:22.330Z | [ recovery-image] Dec 13 21:28:20.316 INFO O| Dec 13 21:28:20.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
6020 | 2024-12-13T21:28:22.330Z | [ recovery-image] Dec 13 21:28:20.317 INFO O| Dec 13 21:28:20.316 INFO STEP 529 (remove_files) COMPLETE |
6021 | 2024-12-13T21:28:22.333Z | [ recovery-image] Dec 13 21:28:20.317 INFO O| Dec 13 21:28:20.316 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-12-13T21:28:22.348Z | [ recovery-image] Dec 13 21:28:20.334 INFO O| Dec 13 21:28:20.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
6023 | 2024-12-13T21:28:22.348Z | [ recovery-image] Dec 13 21:28:20.334 INFO O| Dec 13 21:28:20.334 INFO STEP 530 (remove_files) COMPLETE |
6024 | 2024-12-13T21:28:22.350Z | [ recovery-image] Dec 13 21:28:20.334 INFO O| Dec 13 21:28:20.334 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-12-13T21:28:22.367Z | [ recovery-image] Dec 13 21:28:20.352 INFO O| Dec 13 21:28:20.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
6026 | 2024-12-13T21:28:22.367Z | [ recovery-image] Dec 13 21:28:20.352 INFO O| Dec 13 21:28:20.352 INFO STEP 531 (remove_files) COMPLETE |
6027 | 2024-12-13T21:28:22.367Z | [ recovery-image] Dec 13 21:28:20.352 INFO O| Dec 13 21:28:20.352 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-12-13T21:28:22.385Z | [ recovery-image] Dec 13 21:28:20.371 INFO O| Dec 13 21:28:20.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
6029 | 2024-12-13T21:28:22.385Z | [ recovery-image] Dec 13 21:28:20.371 INFO O| Dec 13 21:28:20.371 INFO STEP 532 (remove_files) COMPLETE |
6030 | 2024-12-13T21:28:22.385Z | [ recovery-image] Dec 13 21:28:20.371 INFO O| Dec 13 21:28:20.371 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-12-13T21:28:22.415Z | [ recovery-image] Dec 13 21:28:20.401 INFO O| Dec 13 21:28:20.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
6032 | 2024-12-13T21:28:22.415Z | [ recovery-image] Dec 13 21:28:20.401 INFO O| Dec 13 21:28:20.401 INFO STEP 533 (remove_files) COMPLETE |
6033 | 2024-12-13T21:28:22.415Z | [ recovery-image] Dec 13 21:28:20.401 INFO O| Dec 13 21:28:20.401 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-12-13T21:28:22.442Z | [ recovery-image] Dec 13 21:28:20.428 INFO O| Dec 13 21:28:20.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
6035 | 2024-12-13T21:28:22.447Z | [ recovery-image] Dec 13 21:28:20.429 INFO O| Dec 13 21:28:20.429 INFO STEP 534 (remove_files) COMPLETE |
6036 | 2024-12-13T21:28:22.447Z | [ recovery-image] Dec 13 21:28:20.429 INFO O| Dec 13 21:28:20.429 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-12-13T21:28:22.475Z | [ recovery-image] Dec 13 21:28:20.461 INFO O| Dec 13 21:28:20.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
6038 | 2024-12-13T21:28:22.478Z | [ recovery-image] Dec 13 21:28:20.461 INFO O| Dec 13 21:28:20.461 INFO STEP 535 (remove_files) COMPLETE |
6039 | 2024-12-13T21:28:22.478Z | [ recovery-image] Dec 13 21:28:20.461 INFO O| Dec 13 21:28:20.461 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-12-13T21:28:22.496Z | [ recovery-image] Dec 13 21:28:20.482 INFO O| Dec 13 21:28:20.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
6041 | 2024-12-13T21:28:22.498Z | [ recovery-image] Dec 13 21:28:20.482 INFO O| Dec 13 21:28:20.482 INFO STEP 536 (remove_files) COMPLETE |
6042 | 2024-12-13T21:28:22.498Z | [ recovery-image] Dec 13 21:28:20.482 INFO O| Dec 13 21:28:20.482 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-12-13T21:28:22.515Z | [ recovery-image] Dec 13 21:28:20.501 INFO O| Dec 13 21:28:20.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
6044 | 2024-12-13T21:28:22.518Z | [ recovery-image] Dec 13 21:28:20.501 INFO O| Dec 13 21:28:20.501 INFO STEP 537 (remove_files) COMPLETE |
6045 | 2024-12-13T21:28:22.518Z | [ recovery-image] Dec 13 21:28:20.501 INFO O| Dec 13 21:28:20.501 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-12-13T21:28:22.533Z | [ recovery-image] Dec 13 21:28:20.518 INFO O| Dec 13 21:28:20.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6047 | 2024-12-13T21:28:22.536Z | [ recovery-image] Dec 13 21:28:20.519 INFO O| Dec 13 21:28:20.518 INFO STEP 538 (remove_files) COMPLETE |
6048 | 2024-12-13T21:28:22.536Z | [ recovery-image] Dec 13 21:28:20.519 INFO O| Dec 13 21:28:20.519 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-12-13T21:28:22.550Z | [ recovery-image] Dec 13 21:28:20.536 INFO O| Dec 13 21:28:20.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6050 | 2024-12-13T21:28:22.552Z | [ recovery-image] Dec 13 21:28:20.536 INFO O| Dec 13 21:28:20.536 INFO STEP 539 (remove_files) COMPLETE |
6051 | 2024-12-13T21:28:22.552Z | [ recovery-image] Dec 13 21:28:20.536 INFO O| Dec 13 21:28:20.536 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-12-13T21:28:22.567Z | [ recovery-image] Dec 13 21:28:20.553 INFO O| Dec 13 21:28:20.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6053 | 2024-12-13T21:28:22.570Z | [ recovery-image] Dec 13 21:28:20.554 INFO O| Dec 13 21:28:20.553 INFO STEP 540 (remove_files) COMPLETE |
6054 | 2024-12-13T21:28:22.570Z | [ recovery-image] Dec 13 21:28:20.554 INFO O| Dec 13 21:28:20.554 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-12-13T21:28:22.586Z | [ recovery-image] Dec 13 21:28:20.572 INFO O| Dec 13 21:28:20.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6056 | 2024-12-13T21:28:22.589Z | [ recovery-image] Dec 13 21:28:20.573 INFO O| Dec 13 21:28:20.572 INFO STEP 541 (remove_files) COMPLETE |
6057 | 2024-12-13T21:28:22.589Z | [ recovery-image] Dec 13 21:28:20.573 INFO O| Dec 13 21:28:20.573 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-12-13T21:28:22.604Z | [ recovery-image] Dec 13 21:28:20.590 INFO O| Dec 13 21:28:20.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6059 | 2024-12-13T21:28:22.607Z | [ recovery-image] Dec 13 21:28:20.590 INFO O| Dec 13 21:28:20.590 INFO STEP 542 (remove_files) COMPLETE |
6060 | 2024-12-13T21:28:22.607Z | [ recovery-image] Dec 13 21:28:20.590 INFO O| Dec 13 21:28:20.590 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-12-13T21:28:22.622Z | [ recovery-image] Dec 13 21:28:20.608 INFO O| Dec 13 21:28:20.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6062 | 2024-12-13T21:28:22.625Z | [ recovery-image] Dec 13 21:28:20.608 INFO O| Dec 13 21:28:20.608 INFO STEP 543 (remove_files) COMPLETE |
6063 | 2024-12-13T21:28:22.625Z | [ recovery-image] Dec 13 21:28:20.608 INFO O| Dec 13 21:28:20.608 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-12-13T21:28:22.641Z | [ recovery-image] Dec 13 21:28:20.627 INFO O| Dec 13 21:28:20.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6065 | 2024-12-13T21:28:22.641Z | [ recovery-image] Dec 13 21:28:20.627 INFO O| Dec 13 21:28:20.627 INFO STEP 544 (remove_files) COMPLETE |
6066 | 2024-12-13T21:28:22.641Z | [ recovery-image] Dec 13 21:28:20.627 INFO O| Dec 13 21:28:20.627 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-12-13T21:28:22.712Z | [ recovery-image] Dec 13 21:28:20.698 INFO O| Dec 13 21:28:20.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6068 | 2024-12-13T21:28:22.715Z | [ recovery-image] Dec 13 21:28:20.698 INFO O| Dec 13 21:28:20.698 INFO STEP 545 (remove_files) COMPLETE |
6069 | 2024-12-13T21:28:22.715Z | [ recovery-image] Dec 13 21:28:20.698 INFO O| Dec 13 21:28:20.698 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-12-13T21:28:22.744Z | [ recovery-image] Dec 13 21:28:20.730 INFO O| Dec 13 21:28:20.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6071 | 2024-12-13T21:28:22.747Z | [ recovery-image] Dec 13 21:28:20.730 INFO O| Dec 13 21:28:20.730 INFO STEP 546 (remove_files) COMPLETE |
6072 | 2024-12-13T21:28:22.747Z | [ recovery-image] Dec 13 21:28:20.730 INFO O| Dec 13 21:28:20.730 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-12-13T21:28:22.763Z | [ recovery-image] Dec 13 21:28:20.749 INFO O| Dec 13 21:28:20.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6074 | 2024-12-13T21:28:22.765Z | [ recovery-image] Dec 13 21:28:20.749 INFO O| Dec 13 21:28:20.749 INFO STEP 547 (remove_files) COMPLETE |
6075 | 2024-12-13T21:28:22.765Z | [ recovery-image] Dec 13 21:28:20.749 INFO O| Dec 13 21:28:20.749 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-12-13T21:28:22.802Z | [ recovery-image] Dec 13 21:28:20.788 INFO O| Dec 13 21:28:20.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6077 | 2024-12-13T21:28:22.802Z | [ recovery-image] Dec 13 21:28:20.788 INFO O| Dec 13 21:28:20.788 INFO STEP 548 (remove_files) COMPLETE |
6078 | 2024-12-13T21:28:22.802Z | [ recovery-image] Dec 13 21:28:20.788 INFO O| Dec 13 21:28:20.788 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-12-13T21:28:22.824Z | [ recovery-image] Dec 13 21:28:20.809 INFO O| Dec 13 21:28:20.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6080 | 2024-12-13T21:28:22.824Z | [ recovery-image] Dec 13 21:28:20.809 INFO O| Dec 13 21:28:20.809 INFO STEP 549 (remove_files) COMPLETE |
6081 | 2024-12-13T21:28:22.826Z | [ recovery-image] Dec 13 21:28:20.810 INFO O| Dec 13 21:28:20.809 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-12-13T21:28:22.843Z | [ recovery-image] Dec 13 21:28:20.829 INFO O| Dec 13 21:28:20.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6083 | 2024-12-13T21:28:22.843Z | [ recovery-image] Dec 13 21:28:20.829 INFO O| Dec 13 21:28:20.829 INFO STEP 550 (remove_files) COMPLETE |
6084 | 2024-12-13T21:28:22.843Z | [ recovery-image] Dec 13 21:28:20.829 INFO O| Dec 13 21:28:20.829 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-12-13T21:28:22.870Z | [ recovery-image] Dec 13 21:28:20.856 INFO O| Dec 13 21:28:20.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6086 | 2024-12-13T21:28:22.870Z | [ recovery-image] Dec 13 21:28:20.856 INFO O| Dec 13 21:28:20.847 INFO STEP 551 (remove_files) COMPLETE |
6087 | 2024-12-13T21:28:22.877Z | [ recovery-image] Dec 13 21:28:20.856 INFO O| Dec 13 21:28:20.847 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-12-13T21:28:22.901Z | [ recovery-image] Dec 13 21:28:20.887 INFO O| Dec 13 21:28:20.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6089 | 2024-12-13T21:28:22.904Z | [ recovery-image] Dec 13 21:28:20.887 INFO O| Dec 13 21:28:20.887 INFO STEP 552 (remove_files) COMPLETE |
6090 | 2024-12-13T21:28:22.904Z | [ recovery-image] Dec 13 21:28:20.888 INFO O| Dec 13 21:28:20.887 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-12-13T21:28:22.963Z | [ recovery-image] Dec 13 21:28:20.949 INFO O| Dec 13 21:28:20.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6092 | 2024-12-13T21:28:22.966Z | [ recovery-image] Dec 13 21:28:20.949 INFO O| Dec 13 21:28:20.949 INFO STEP 553 (remove_files) COMPLETE |
6093 | 2024-12-13T21:28:22.966Z | [ recovery-image] Dec 13 21:28:20.949 INFO O| Dec 13 21:28:20.949 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-12-13T21:28:23.001Z | [ recovery-image] Dec 13 21:28:20.986 INFO O| Dec 13 21:28:20.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6095 | 2024-12-13T21:28:23.004Z | [ recovery-image] Dec 13 21:28:20.986 INFO O| Dec 13 21:28:20.986 INFO STEP 554 (remove_files) COMPLETE |
6096 | 2024-12-13T21:28:23.004Z | [ recovery-image] Dec 13 21:28:20.987 INFO O| Dec 13 21:28:20.986 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-12-13T21:28:23.037Z | [ recovery-image] Dec 13 21:28:21.023 INFO O| Dec 13 21:28:21.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6098 | 2024-12-13T21:28:23.040Z | [ recovery-image] Dec 13 21:28:21.023 INFO O| Dec 13 21:28:21.023 INFO STEP 555 (remove_files) COMPLETE |
6099 | 2024-12-13T21:28:23.040Z | [ recovery-image] Dec 13 21:28:21.023 INFO O| Dec 13 21:28:21.023 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-12-13T21:28:23.056Z | [ recovery-image] Dec 13 21:28:21.042 INFO O| Dec 13 21:28:21.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6101 | 2024-12-13T21:28:23.057Z | [ recovery-image] Dec 13 21:28:21.042 INFO O| Dec 13 21:28:21.042 INFO STEP 556 (remove_files) COMPLETE |
6102 | 2024-12-13T21:28:23.057Z | [ recovery-image] Dec 13 21:28:21.042 INFO O| Dec 13 21:28:21.042 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-12-13T21:28:23.075Z | [ recovery-image] Dec 13 21:28:21.061 INFO O| Dec 13 21:28:21.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6104 | 2024-12-13T21:28:23.075Z | [ recovery-image] Dec 13 21:28:21.061 INFO O| Dec 13 21:28:21.061 INFO STEP 557 (remove_files) COMPLETE |
6105 | 2024-12-13T21:28:23.075Z | [ recovery-image] Dec 13 21:28:21.061 INFO O| Dec 13 21:28:21.061 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-12-13T21:28:23.094Z | [ recovery-image] Dec 13 21:28:21.080 INFO O| Dec 13 21:28:21.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6107 | 2024-12-13T21:28:23.094Z | [ recovery-image] Dec 13 21:28:21.080 INFO O| Dec 13 21:28:21.080 INFO STEP 558 (remove_files) COMPLETE |
6108 | 2024-12-13T21:28:23.094Z | [ recovery-image] Dec 13 21:28:21.080 INFO O| Dec 13 21:28:21.080 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-12-13T21:28:23.133Z | [ recovery-image] Dec 13 21:28:21.118 INFO O| Dec 13 21:28:21.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6110 | 2024-12-13T21:28:23.133Z | [ recovery-image] Dec 13 21:28:21.118 INFO O| Dec 13 21:28:21.118 INFO STEP 559 (remove_files) COMPLETE |
6111 | 2024-12-13T21:28:23.133Z | [ recovery-image] Dec 13 21:28:21.118 INFO O| Dec 13 21:28:21.118 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2024-12-13T21:28:23.154Z | [ recovery-image] Dec 13 21:28:21.140 INFO O| Dec 13 21:28:21.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6113 | 2024-12-13T21:28:23.154Z | [ recovery-image] Dec 13 21:28:21.140 INFO O| Dec 13 21:28:21.140 INFO STEP 560 (remove_files) COMPLETE |
6114 | 2024-12-13T21:28:23.154Z | [ recovery-image] Dec 13 21:28:21.140 INFO O| Dec 13 21:28:21.140 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2024-12-13T21:28:23.177Z | [ recovery-image] Dec 13 21:28:21.163 INFO O| Dec 13 21:28:21.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6116 | 2024-12-13T21:28:23.177Z | [ recovery-image] Dec 13 21:28:21.163 INFO O| Dec 13 21:28:21.163 INFO STEP 561 (remove_files) COMPLETE |
6117 | 2024-12-13T21:28:23.180Z | [ recovery-image] Dec 13 21:28:21.163 INFO O| Dec 13 21:28:21.163 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2024-12-13T21:28:23.213Z | [ recovery-image] Dec 13 21:28:21.197 INFO O| Dec 13 21:28:21.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6119 | 2024-12-13T21:28:23.215Z | [ recovery-image] Dec 13 21:28:21.197 INFO O| Dec 13 21:28:21.197 INFO STEP 562 (remove_files) COMPLETE |
6120 | 2024-12-13T21:28:23.215Z | [ recovery-image] Dec 13 21:28:21.197 INFO O| Dec 13 21:28:21.197 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-12-13T21:28:23.231Z | [ recovery-image] Dec 13 21:28:21.217 INFO O| Dec 13 21:28:21.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6122 | 2024-12-13T21:28:23.231Z | [ recovery-image] Dec 13 21:28:21.217 INFO O| Dec 13 21:28:21.217 INFO STEP 563 (remove_files) COMPLETE |
6123 | 2024-12-13T21:28:23.231Z | [ recovery-image] Dec 13 21:28:21.217 INFO O| Dec 13 21:28:21.217 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-12-13T21:28:23.251Z | [ recovery-image] Dec 13 21:28:21.236 INFO O| Dec 13 21:28:21.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6125 | 2024-12-13T21:28:23.251Z | [ recovery-image] Dec 13 21:28:21.236 INFO O| Dec 13 21:28:21.236 INFO STEP 564 (remove_files) COMPLETE |
6126 | 2024-12-13T21:28:23.251Z | [ recovery-image] Dec 13 21:28:21.236 INFO O| Dec 13 21:28:21.236 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-12-13T21:28:23.269Z | [ recovery-image] Dec 13 21:28:21.254 INFO O| Dec 13 21:28:21.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6128 | 2024-12-13T21:28:23.269Z | [ recovery-image] Dec 13 21:28:21.254 INFO O| Dec 13 21:28:21.254 INFO STEP 565 (remove_files) COMPLETE |
6129 | 2024-12-13T21:28:23.269Z | [ recovery-image] Dec 13 21:28:21.255 INFO O| Dec 13 21:28:21.254 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-12-13T21:28:23.286Z | [ recovery-image] Dec 13 21:28:21.272 INFO O| Dec 13 21:28:21.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6131 | 2024-12-13T21:28:23.286Z | [ recovery-image] Dec 13 21:28:21.272 INFO O| Dec 13 21:28:21.272 INFO STEP 566 (remove_files) COMPLETE |
6132 | 2024-12-13T21:28:23.289Z | [ recovery-image] Dec 13 21:28:21.272 INFO O| Dec 13 21:28:21.272 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-12-13T21:28:23.305Z | [ recovery-image] Dec 13 21:28:21.291 INFO O| Dec 13 21:28:21.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6134 | 2024-12-13T21:28:23.305Z | [ recovery-image] Dec 13 21:28:21.291 INFO O| Dec 13 21:28:21.291 INFO STEP 567 (remove_files) COMPLETE |
6135 | 2024-12-13T21:28:23.308Z | [ recovery-image] Dec 13 21:28:21.291 INFO O| Dec 13 21:28:21.291 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-12-13T21:28:23.323Z | [ recovery-image] Dec 13 21:28:21.309 INFO O| Dec 13 21:28:21.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6137 | 2024-12-13T21:28:23.323Z | [ recovery-image] Dec 13 21:28:21.309 INFO O| Dec 13 21:28:21.309 INFO STEP 568 (remove_files) COMPLETE |
6138 | 2024-12-13T21:28:23.323Z | [ recovery-image] Dec 13 21:28:21.309 INFO O| Dec 13 21:28:21.309 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-12-13T21:28:23.341Z | [ recovery-image] Dec 13 21:28:21.326 INFO O| Dec 13 21:28:21.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6140 | 2024-12-13T21:28:23.341Z | [ recovery-image] Dec 13 21:28:21.326 INFO O| Dec 13 21:28:21.326 INFO STEP 569 (remove_files) COMPLETE |
6141 | 2024-12-13T21:28:23.341Z | [ recovery-image] Dec 13 21:28:21.327 INFO O| Dec 13 21:28:21.326 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-12-13T21:28:23.359Z | [ recovery-image] Dec 13 21:28:21.344 INFO O| Dec 13 21:28:21.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6143 | 2024-12-13T21:28:23.359Z | [ recovery-image] Dec 13 21:28:21.344 INFO O| Dec 13 21:28:21.344 INFO STEP 570 (remove_files) COMPLETE |
6144 | 2024-12-13T21:28:23.359Z | [ recovery-image] Dec 13 21:28:21.344 INFO O| Dec 13 21:28:21.344 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-12-13T21:28:23.377Z | [ recovery-image] Dec 13 21:28:21.362 INFO O| Dec 13 21:28:21.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6146 | 2024-12-13T21:28:23.377Z | [ recovery-image] Dec 13 21:28:21.362 INFO O| Dec 13 21:28:21.362 INFO STEP 571 (remove_files) COMPLETE |
6147 | 2024-12-13T21:28:23.377Z | [ recovery-image] Dec 13 21:28:21.362 INFO O| Dec 13 21:28:21.362 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-12-13T21:28:23.395Z | [ recovery-image] Dec 13 21:28:21.381 INFO O| Dec 13 21:28:21.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6149 | 2024-12-13T21:28:23.399Z | [ recovery-image] Dec 13 21:28:21.382 INFO O| Dec 13 21:28:21.382 INFO STEP 572 (remove_files) COMPLETE |
6150 | 2024-12-13T21:28:23.399Z | [ recovery-image] Dec 13 21:28:21.382 INFO O| Dec 13 21:28:21.382 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-12-13T21:28:23.447Z | [ recovery-image] Dec 13 21:28:21.432 INFO O| Dec 13 21:28:21.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6152 | 2024-12-13T21:28:23.447Z | [ recovery-image] Dec 13 21:28:21.432 INFO O| Dec 13 21:28:21.432 INFO STEP 573 (remove_files) COMPLETE |
6153 | 2024-12-13T21:28:23.447Z | [ recovery-image] Dec 13 21:28:21.432 INFO O| Dec 13 21:28:21.432 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-12-13T21:28:23.494Z | [ recovery-image] Dec 13 21:28:21.468 INFO O| Dec 13 21:28:21.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6155 | 2024-12-13T21:28:23.494Z | [ recovery-image] Dec 13 21:28:21.468 INFO O| Dec 13 21:28:21.468 INFO STEP 574 (remove_files) COMPLETE |
6156 | 2024-12-13T21:28:23.494Z | [ recovery-image] Dec 13 21:28:21.468 INFO O| Dec 13 21:28:21.468 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-12-13T21:28:23.500Z | [ recovery-image] Dec 13 21:28:21.486 INFO O| Dec 13 21:28:21.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6158 | 2024-12-13T21:28:23.503Z | [ recovery-image] Dec 13 21:28:21.487 INFO O| Dec 13 21:28:21.486 INFO STEP 575 (remove_files) COMPLETE |
6159 | 2024-12-13T21:28:23.503Z | [ recovery-image] Dec 13 21:28:21.487 INFO O| Dec 13 21:28:21.487 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-12-13T21:28:23.519Z | [ recovery-image] Dec 13 21:28:21.505 INFO O| Dec 13 21:28:21.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6161 | 2024-12-13T21:28:23.522Z | [ recovery-image] Dec 13 21:28:21.505 INFO O| Dec 13 21:28:21.505 INFO STEP 576 (remove_files) COMPLETE |
6162 | 2024-12-13T21:28:23.522Z | [ recovery-image] Dec 13 21:28:21.505 INFO O| Dec 13 21:28:21.505 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-12-13T21:28:23.538Z | [ recovery-image] Dec 13 21:28:21.524 INFO O| Dec 13 21:28:21.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6164 | 2024-12-13T21:28:23.538Z | [ recovery-image] Dec 13 21:28:21.524 INFO O| Dec 13 21:28:21.524 INFO STEP 577 (remove_files) COMPLETE |
6165 | 2024-12-13T21:28:23.541Z | [ recovery-image] Dec 13 21:28:21.524 INFO O| Dec 13 21:28:21.524 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-12-13T21:28:23.556Z | [ recovery-image] Dec 13 21:28:21.541 INFO O| Dec 13 21:28:21.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6167 | 2024-12-13T21:28:23.567Z | [ recovery-image] Dec 13 21:28:21.542 INFO O| Dec 13 21:28:21.542 INFO STEP 578 (remove_files) COMPLETE |
6168 | 2024-12-13T21:28:23.568Z | [ recovery-image] Dec 13 21:28:21.542 INFO O| Dec 13 21:28:21.542 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-12-13T21:28:23.574Z | [ recovery-image] Dec 13 21:28:21.560 INFO O| Dec 13 21:28:21.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6170 | 2024-12-13T21:28:23.574Z | [ recovery-image] Dec 13 21:28:21.560 INFO O| Dec 13 21:28:21.560 INFO STEP 579 (remove_files) COMPLETE |
6171 | 2024-12-13T21:28:23.577Z | [ recovery-image] Dec 13 21:28:21.560 INFO O| Dec 13 21:28:21.560 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-12-13T21:28:23.613Z | [ recovery-image] Dec 13 21:28:21.599 INFO O| Dec 13 21:28:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6173 | 2024-12-13T21:28:23.613Z | [ recovery-image] Dec 13 21:28:21.599 INFO O| Dec 13 21:28:21.599 INFO STEP 580 (remove_files) COMPLETE |
6174 | 2024-12-13T21:28:23.617Z | [ recovery-image] Dec 13 21:28:21.599 INFO O| Dec 13 21:28:21.599 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-12-13T21:28:23.633Z | [ recovery-image] Dec 13 21:28:21.619 INFO O| Dec 13 21:28:21.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6176 | 2024-12-13T21:28:23.633Z | [ recovery-image] Dec 13 21:28:21.619 INFO O| Dec 13 21:28:21.619 INFO STEP 581 (remove_files) COMPLETE |
6177 | 2024-12-13T21:28:23.633Z | [ recovery-image] Dec 13 21:28:21.619 INFO O| Dec 13 21:28:21.619 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-12-13T21:28:23.672Z | [ recovery-image] Dec 13 21:28:21.658 INFO O| Dec 13 21:28:21.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6179 | 2024-12-13T21:28:23.672Z | [ recovery-image] Dec 13 21:28:21.658 INFO O| Dec 13 21:28:21.658 INFO STEP 582 (remove_files) COMPLETE |
6180 | 2024-12-13T21:28:23.672Z | [ recovery-image] Dec 13 21:28:21.658 INFO O| Dec 13 21:28:21.658 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-12-13T21:28:23.745Z | [ recovery-image] Dec 13 21:28:21.731 INFO O| Dec 13 21:28:21.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6182 | 2024-12-13T21:28:23.745Z | [ recovery-image] Dec 13 21:28:21.731 INFO O| Dec 13 21:28:21.731 INFO STEP 583 (remove_files) COMPLETE |
6183 | 2024-12-13T21:28:23.745Z | [ recovery-image] Dec 13 21:28:21.731 INFO O| Dec 13 21:28:21.731 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-12-13T21:28:23.827Z | [ recovery-image] Dec 13 21:28:21.813 INFO O| Dec 13 21:28:21.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6185 | 2024-12-13T21:28:23.827Z | [ recovery-image] Dec 13 21:28:21.813 INFO O| Dec 13 21:28:21.813 INFO STEP 584 (remove_files) COMPLETE |
6186 | 2024-12-13T21:28:23.830Z | [ recovery-image] Dec 13 21:28:21.813 INFO O| Dec 13 21:28:21.813 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-12-13T21:28:23.882Z | [ recovery-image] Dec 13 21:28:21.863 INFO O| Dec 13 21:28:21.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6188 | 2024-12-13T21:28:23.882Z | [ recovery-image] Dec 13 21:28:21.864 INFO O| Dec 13 21:28:21.864 INFO STEP 585 (remove_files) COMPLETE |
6189 | 2024-12-13T21:28:23.882Z | [ recovery-image] Dec 13 21:28:21.864 INFO O| Dec 13 21:28:21.864 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-12-13T21:28:23.933Z | [ recovery-image] Dec 13 21:28:21.918 INFO O| Dec 13 21:28:21.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6191 | 2024-12-13T21:28:23.933Z | [ recovery-image] Dec 13 21:28:21.919 INFO O| Dec 13 21:28:21.918 INFO STEP 586 (remove_files) COMPLETE |
6192 | 2024-12-13T21:28:23.933Z | [ recovery-image] Dec 13 21:28:21.919 INFO O| Dec 13 21:28:21.919 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-12-13T21:28:23.969Z | [ recovery-image] Dec 13 21:28:21.955 INFO O| Dec 13 21:28:21.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6194 | 2024-12-13T21:28:23.969Z | [ recovery-image] Dec 13 21:28:21.955 INFO O| Dec 13 21:28:21.955 INFO STEP 587 (remove_files) COMPLETE |
6195 | 2024-12-13T21:28:23.969Z | [ recovery-image] Dec 13 21:28:21.955 INFO O| Dec 13 21:28:21.955 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-12-13T21:28:23.989Z | [ recovery-image] Dec 13 21:28:21.974 INFO O| Dec 13 21:28:21.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6197 | 2024-12-13T21:28:23.991Z | [ recovery-image] Dec 13 21:28:21.974 INFO O| Dec 13 21:28:21.974 INFO STEP 588 (remove_files) COMPLETE |
6198 | 2024-12-13T21:28:23.991Z | [ recovery-image] Dec 13 21:28:21.974 INFO O| Dec 13 21:28:21.974 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-12-13T21:28:24.011Z | [ recovery-image] Dec 13 21:28:21.997 INFO O| Dec 13 21:28:21.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6200 | 2024-12-13T21:28:24.014Z | [ recovery-image] Dec 13 21:28:21.997 INFO O| Dec 13 21:28:21.997 INFO STEP 589 (remove_files) COMPLETE |
6201 | 2024-12-13T21:28:24.014Z | [ recovery-image] Dec 13 21:28:21.998 INFO O| Dec 13 21:28:21.997 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-12-13T21:28:24.034Z | [ recovery-image] Dec 13 21:28:22.020 INFO O| Dec 13 21:28:22.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6203 | 2024-12-13T21:28:24.037Z | [ recovery-image] Dec 13 21:28:22.020 INFO O| Dec 13 21:28:22.020 INFO STEP 590 (remove_files) COMPLETE |
6204 | 2024-12-13T21:28:24.037Z | [ recovery-image] Dec 13 21:28:22.020 INFO O| Dec 13 21:28:22.020 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-12-13T21:28:24.128Z | [ recovery-image] Dec 13 21:28:22.114 INFO O| Dec 13 21:28:22.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6206 | 2024-12-13T21:28:24.134Z | [ recovery-image] Dec 13 21:28:22.120 INFO O| Dec 13 21:28:22.120 INFO STEP 591 (remove_files) COMPLETE |
6207 | 2024-12-13T21:28:24.134Z | [ recovery-image] Dec 13 21:28:22.120 INFO O| Dec 13 21:28:22.120 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-12-13T21:28:24.168Z | [ recovery-image] Dec 13 21:28:22.154 INFO O| Dec 13 21:28:22.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6209 | 2024-12-13T21:28:24.168Z | [ recovery-image] Dec 13 21:28:22.154 INFO O| Dec 13 21:28:22.154 INFO STEP 592 (remove_files) COMPLETE |
6210 | 2024-12-13T21:28:24.168Z | [ recovery-image] Dec 13 21:28:22.154 INFO O| Dec 13 21:28:22.154 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-12-13T21:28:24.202Z | [ recovery-image] Dec 13 21:28:22.187 INFO O| Dec 13 21:28:22.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6212 | 2024-12-13T21:28:24.202Z | [ recovery-image] Dec 13 21:28:22.187 INFO O| Dec 13 21:28:22.187 INFO STEP 593 (remove_files) COMPLETE |
6213 | 2024-12-13T21:28:24.202Z | [ recovery-image] Dec 13 21:28:22.187 INFO O| Dec 13 21:28:22.187 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-12-13T21:28:24.240Z | [ recovery-image] Dec 13 21:28:22.225 INFO O| Dec 13 21:28:22.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6215 | 2024-12-13T21:28:24.242Z | [ recovery-image] Dec 13 21:28:22.225 INFO O| Dec 13 21:28:22.225 INFO STEP 594 (remove_files) COMPLETE |
6216 | 2024-12-13T21:28:24.242Z | [ recovery-image] Dec 13 21:28:22.226 INFO O| Dec 13 21:28:22.226 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-12-13T21:28:24.257Z | [ recovery-image] Dec 13 21:28:22.242 INFO O| Dec 13 21:28:22.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6218 | 2024-12-13T21:28:24.259Z | [ recovery-image] Dec 13 21:28:22.242 INFO O| Dec 13 21:28:22.242 INFO STEP 595 (remove_files) COMPLETE |
6219 | 2024-12-13T21:28:24.259Z | [ recovery-image] Dec 13 21:28:22.242 INFO O| Dec 13 21:28:22.242 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-12-13T21:28:24.275Z | [ recovery-image] Dec 13 21:28:22.261 INFO O| Dec 13 21:28:22.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6221 | 2024-12-13T21:28:24.278Z | [ recovery-image] Dec 13 21:28:22.261 INFO O| Dec 13 21:28:22.261 INFO STEP 596 (remove_files) COMPLETE |
6222 | 2024-12-13T21:28:24.278Z | [ recovery-image] Dec 13 21:28:22.261 INFO O| Dec 13 21:28:22.261 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-12-13T21:28:24.294Z | [ recovery-image] Dec 13 21:28:22.280 INFO O| Dec 13 21:28:22.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6224 | 2024-12-13T21:28:24.296Z | [ recovery-image] Dec 13 21:28:22.280 INFO O| Dec 13 21:28:22.280 INFO STEP 597 (remove_files) COMPLETE |
6225 | 2024-12-13T21:28:24.296Z | [ recovery-image] Dec 13 21:28:22.280 INFO O| Dec 13 21:28:22.280 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-12-13T21:28:24.333Z | [ recovery-image] Dec 13 21:28:22.319 INFO O| Dec 13 21:28:22.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6227 | 2024-12-13T21:28:24.333Z | [ recovery-image] Dec 13 21:28:22.319 INFO O| Dec 13 21:28:22.319 INFO STEP 598 (remove_files) COMPLETE |
6228 | 2024-12-13T21:28:24.333Z | [ recovery-image] Dec 13 21:28:22.319 INFO O| Dec 13 21:28:22.319 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-12-13T21:28:24.353Z | [ recovery-image] Dec 13 21:28:22.339 INFO O| Dec 13 21:28:22.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6230 | 2024-12-13T21:28:24.353Z | [ recovery-image] Dec 13 21:28:22.339 INFO O| Dec 13 21:28:22.339 INFO STEP 599 (remove_files) COMPLETE |
6231 | 2024-12-13T21:28:24.353Z | [ recovery-image] Dec 13 21:28:22.339 INFO O| Dec 13 21:28:22.339 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-12-13T21:28:24.373Z | [ recovery-image] Dec 13 21:28:22.359 INFO O| Dec 13 21:28:22.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6233 | 2024-12-13T21:28:24.373Z | [ recovery-image] Dec 13 21:28:22.359 INFO O| Dec 13 21:28:22.359 INFO STEP 600 (remove_files) COMPLETE |
6234 | 2024-12-13T21:28:24.376Z | [ recovery-image] Dec 13 21:28:22.359 INFO O| Dec 13 21:28:22.359 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-12-13T21:28:24.393Z | [ recovery-image] Dec 13 21:28:22.378 INFO O| Dec 13 21:28:22.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6236 | 2024-12-13T21:28:24.393Z | [ recovery-image] Dec 13 21:28:22.378 INFO O| Dec 13 21:28:22.378 INFO STEP 601 (remove_files) COMPLETE |
6237 | 2024-12-13T21:28:24.393Z | [ recovery-image] Dec 13 21:28:22.378 INFO O| Dec 13 21:28:22.378 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-12-13T21:28:24.412Z | [ recovery-image] Dec 13 21:28:22.398 INFO O| Dec 13 21:28:22.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6239 | 2024-12-13T21:28:24.412Z | [ recovery-image] Dec 13 21:28:22.398 INFO O| Dec 13 21:28:22.398 INFO STEP 602 (remove_files) COMPLETE |
6240 | 2024-12-13T21:28:24.412Z | [ recovery-image] Dec 13 21:28:22.398 INFO O| Dec 13 21:28:22.398 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-12-13T21:28:24.430Z | [ recovery-image] Dec 13 21:28:22.416 INFO O| Dec 13 21:28:22.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6242 | 2024-12-13T21:28:24.430Z | [ recovery-image] Dec 13 21:28:22.416 INFO O| Dec 13 21:28:22.416 INFO STEP 603 (remove_files) COMPLETE |
6243 | 2024-12-13T21:28:24.430Z | [ recovery-image] Dec 13 21:28:22.416 INFO O| Dec 13 21:28:22.416 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-12-13T21:28:24.448Z | [ recovery-image] Dec 13 21:28:22.434 INFO O| Dec 13 21:28:22.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6245 | 2024-12-13T21:28:24.451Z | [ recovery-image] Dec 13 21:28:22.435 INFO O| Dec 13 21:28:22.435 INFO STEP 604 (remove_files) COMPLETE |
6246 | 2024-12-13T21:28:24.451Z | [ recovery-image] Dec 13 21:28:22.435 INFO O| Dec 13 21:28:22.435 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-12-13T21:28:24.469Z | [ recovery-image] Dec 13 21:28:22.453 INFO O| Dec 13 21:28:22.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6248 | 2024-12-13T21:28:24.469Z | [ recovery-image] Dec 13 21:28:22.453 INFO O| Dec 13 21:28:22.453 INFO STEP 605 (remove_files) COMPLETE |
6249 | 2024-12-13T21:28:24.473Z | [ recovery-image] Dec 13 21:28:22.453 INFO O| Dec 13 21:28:22.453 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-12-13T21:28:24.491Z | [ recovery-image] Dec 13 21:28:22.476 INFO O| Dec 13 21:28:22.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6251 | 2024-12-13T21:28:24.491Z | [ recovery-image] Dec 13 21:28:22.476 INFO O| Dec 13 21:28:22.476 INFO STEP 606 (remove_files) COMPLETE |
6252 | 2024-12-13T21:28:24.491Z | [ recovery-image] Dec 13 21:28:22.476 INFO O| Dec 13 21:28:22.476 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-12-13T21:28:24.558Z | [ recovery-image] Dec 13 21:28:22.544 INFO O| Dec 13 21:28:22.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6254 | 2024-12-13T21:28:24.558Z | [ recovery-image] Dec 13 21:28:22.544 INFO O| Dec 13 21:28:22.544 INFO STEP 607 (remove_files) COMPLETE |
6255 | 2024-12-13T21:28:24.558Z | [ recovery-image] Dec 13 21:28:22.544 INFO O| Dec 13 21:28:22.544 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-12-13T21:28:24.596Z | [ recovery-image] Dec 13 21:28:22.581 INFO O| Dec 13 21:28:22.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6257 | 2024-12-13T21:28:24.596Z | [ recovery-image] Dec 13 21:28:22.581 INFO O| Dec 13 21:28:22.581 INFO STEP 608 (remove_files) COMPLETE |
6258 | 2024-12-13T21:28:24.596Z | [ recovery-image] Dec 13 21:28:22.581 INFO O| Dec 13 21:28:22.581 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-12-13T21:28:24.631Z | [ recovery-image] Dec 13 21:28:22.616 INFO O| Dec 13 21:28:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6260 | 2024-12-13T21:28:24.631Z | [ recovery-image] Dec 13 21:28:22.616 INFO O| Dec 13 21:28:22.616 INFO STEP 609 (remove_files) COMPLETE |
6261 | 2024-12-13T21:28:24.631Z | [ recovery-image] Dec 13 21:28:22.616 INFO O| Dec 13 21:28:22.616 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-12-13T21:28:24.650Z | [ recovery-image] Dec 13 21:28:22.635 INFO O| Dec 13 21:28:22.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6263 | 2024-12-13T21:28:24.650Z | [ recovery-image] Dec 13 21:28:22.635 INFO O| Dec 13 21:28:22.635 INFO STEP 610 (remove_files) COMPLETE |
6264 | 2024-12-13T21:28:24.650Z | [ recovery-image] Dec 13 21:28:22.635 INFO O| Dec 13 21:28:22.635 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-12-13T21:28:24.670Z | [ recovery-image] Dec 13 21:28:22.654 INFO O| Dec 13 21:28:22.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6266 | 2024-12-13T21:28:24.670Z | [ recovery-image] Dec 13 21:28:22.654 INFO O| Dec 13 21:28:22.654 INFO STEP 611 (remove_files) COMPLETE |
6267 | 2024-12-13T21:28:24.673Z | [ recovery-image] Dec 13 21:28:22.654 INFO O| Dec 13 21:28:22.654 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-12-13T21:28:24.697Z | [ recovery-image] Dec 13 21:28:22.682 INFO O| Dec 13 21:28:22.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6269 | 2024-12-13T21:28:24.699Z | [ recovery-image] Dec 13 21:28:22.682 INFO O| Dec 13 21:28:22.682 INFO STEP 612 (remove_files) COMPLETE |
6270 | 2024-12-13T21:28:24.699Z | [ recovery-image] Dec 13 21:28:22.683 INFO O| Dec 13 21:28:22.682 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-12-13T21:28:24.716Z | [ recovery-image] Dec 13 21:28:22.701 INFO O| Dec 13 21:28:22.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6272 | 2024-12-13T21:28:24.716Z | [ recovery-image] Dec 13 21:28:22.701 INFO O| Dec 13 21:28:22.701 INFO STEP 613 (remove_files) COMPLETE |
6273 | 2024-12-13T21:28:24.718Z | [ recovery-image] Dec 13 21:28:22.702 INFO O| Dec 13 21:28:22.701 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-12-13T21:28:24.744Z | [ recovery-image] Dec 13 21:28:22.729 INFO O| Dec 13 21:28:22.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6275 | 2024-12-13T21:28:24.744Z | [ recovery-image] Dec 13 21:28:22.729 INFO O| Dec 13 21:28:22.729 INFO STEP 614 (remove_files) COMPLETE |
6276 | 2024-12-13T21:28:24.744Z | [ recovery-image] Dec 13 21:28:22.729 INFO O| Dec 13 21:28:22.729 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-12-13T21:28:24.764Z | [ recovery-image] Dec 13 21:28:22.750 INFO O| Dec 13 21:28:22.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6278 | 2024-12-13T21:28:24.785Z | [ recovery-image] Dec 13 21:28:22.770 INFO O| Dec 13 21:28:22.770 INFO STEP 615 (remove_files) COMPLETE |
6279 | 2024-12-13T21:28:24.785Z | [ recovery-image] Dec 13 21:28:22.770 INFO O| Dec 13 21:28:22.770 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-12-13T21:28:24.818Z | [ recovery-image] Dec 13 21:28:22.804 INFO O| Dec 13 21:28:22.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6281 | 2024-12-13T21:28:24.818Z | [ recovery-image] Dec 13 21:28:22.804 INFO O| Dec 13 21:28:22.804 INFO STEP 616 (remove_files) COMPLETE |
6282 | 2024-12-13T21:28:24.821Z | [ recovery-image] Dec 13 21:28:22.804 INFO O| Dec 13 21:28:22.804 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-12-13T21:28:24.848Z | [ recovery-image] Dec 13 21:28:22.834 INFO O| Dec 13 21:28:22.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6284 | 2024-12-13T21:28:24.848Z | [ recovery-image] Dec 13 21:28:22.834 INFO O| Dec 13 21:28:22.833 INFO STEP 617 (remove_files) COMPLETE |
6285 | 2024-12-13T21:28:24.848Z | [ recovery-image] Dec 13 21:28:22.834 INFO O| Dec 13 21:28:22.833 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-12-13T21:28:24.893Z | [ recovery-image] Dec 13 21:28:22.878 INFO O| Dec 13 21:28:22.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6287 | 2024-12-13T21:28:24.895Z | [ recovery-image] Dec 13 21:28:22.878 INFO O| Dec 13 21:28:22.878 INFO STEP 618 (remove_files) COMPLETE |
6288 | 2024-12-13T21:28:24.895Z | [ recovery-image] Dec 13 21:28:22.878 INFO O| Dec 13 21:28:22.878 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-12-13T21:28:24.911Z | [ recovery-image] Dec 13 21:28:22.896 INFO O| Dec 13 21:28:22.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6290 | 2024-12-13T21:28:24.911Z | [ recovery-image] Dec 13 21:28:22.896 INFO O| Dec 13 21:28:22.896 INFO STEP 619 (remove_files) COMPLETE |
6291 | 2024-12-13T21:28:24.911Z | [ recovery-image] Dec 13 21:28:22.896 INFO O| Dec 13 21:28:22.896 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-12-13T21:28:24.965Z | [ recovery-image] Dec 13 21:28:22.950 INFO O| Dec 13 21:28:22.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6293 | 2024-12-13T21:28:24.965Z | [ recovery-image] Dec 13 21:28:22.950 INFO O| Dec 13 21:28:22.950 INFO STEP 620 (remove_files) COMPLETE |
6294 | 2024-12-13T21:28:24.965Z | [ recovery-image] Dec 13 21:28:22.950 INFO O| Dec 13 21:28:22.950 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-12-13T21:28:24.999Z | [ recovery-image] Dec 13 21:28:22.984 INFO O| Dec 13 21:28:22.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6296 | 2024-12-13T21:28:24.999Z | [ recovery-image] Dec 13 21:28:22.984 INFO O| Dec 13 21:28:22.984 INFO STEP 621 (remove_files) COMPLETE |
6297 | 2024-12-13T21:28:24.999Z | [ recovery-image] Dec 13 21:28:22.984 INFO O| Dec 13 21:28:22.984 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-12-13T21:28:25.022Z | [ recovery-image] Dec 13 21:28:23.006 INFO O| Dec 13 21:28:23.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6299 | 2024-12-13T21:28:25.022Z | [ recovery-image] Dec 13 21:28:23.006 INFO O| Dec 13 21:28:23.006 INFO STEP 622 (remove_files) COMPLETE |
6300 | 2024-12-13T21:28:25.022Z | [ recovery-image] Dec 13 21:28:23.006 INFO O| Dec 13 21:28:23.006 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-12-13T21:28:25.041Z | [ recovery-image] Dec 13 21:28:23.026 INFO O| Dec 13 21:28:23.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6302 | 2024-12-13T21:28:25.041Z | [ recovery-image] Dec 13 21:28:23.026 INFO O| Dec 13 21:28:23.026 INFO STEP 623 (remove_files) COMPLETE |
6303 | 2024-12-13T21:28:25.043Z | [ recovery-image] Dec 13 21:28:23.026 INFO O| Dec 13 21:28:23.026 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-12-13T21:28:25.059Z | [ recovery-image] Dec 13 21:28:23.045 INFO O| Dec 13 21:28:23.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6305 | 2024-12-13T21:28:25.060Z | [ recovery-image] Dec 13 21:28:23.045 INFO O| Dec 13 21:28:23.045 INFO STEP 624 (remove_files) COMPLETE |
6306 | 2024-12-13T21:28:25.060Z | [ recovery-image] Dec 13 21:28:23.045 INFO O| Dec 13 21:28:23.045 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-12-13T21:28:25.079Z | [ recovery-image] Dec 13 21:28:23.063 INFO O| Dec 13 21:28:23.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6308 | 2024-12-13T21:28:25.079Z | [ recovery-image] Dec 13 21:28:23.063 INFO O| Dec 13 21:28:23.063 INFO STEP 625 (remove_files) COMPLETE |
6309 | 2024-12-13T21:28:25.079Z | [ recovery-image] Dec 13 21:28:23.063 INFO O| Dec 13 21:28:23.063 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-12-13T21:28:25.097Z | [ recovery-image] Dec 13 21:28:23.083 INFO O| Dec 13 21:28:23.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6311 | 2024-12-13T21:28:25.097Z | [ recovery-image] Dec 13 21:28:23.083 INFO O| Dec 13 21:28:23.083 INFO STEP 626 (remove_files) COMPLETE |
6312 | 2024-12-13T21:28:25.100Z | [ recovery-image] Dec 13 21:28:23.083 INFO O| Dec 13 21:28:23.083 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-12-13T21:28:25.128Z | [ recovery-image] Dec 13 21:28:23.114 INFO O| Dec 13 21:28:23.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6314 | 2024-12-13T21:28:25.128Z | [ recovery-image] Dec 13 21:28:23.114 INFO O| Dec 13 21:28:23.114 INFO STEP 627 (remove_files) COMPLETE |
6315 | 2024-12-13T21:28:25.131Z | [ recovery-image] Dec 13 21:28:23.114 INFO O| Dec 13 21:28:23.114 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-12-13T21:28:25.157Z | [ recovery-image] Dec 13 21:28:23.142 INFO O| Dec 13 21:28:23.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6317 | 2024-12-13T21:28:25.157Z | [ recovery-image] Dec 13 21:28:23.142 INFO O| Dec 13 21:28:23.142 INFO STEP 628 (remove_files) COMPLETE |
6318 | 2024-12-13T21:28:25.157Z | [ recovery-image] Dec 13 21:28:23.142 INFO O| Dec 13 21:28:23.142 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-12-13T21:28:25.173Z | [ recovery-image] Dec 13 21:28:23.159 INFO O| Dec 13 21:28:23.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6320 | 2024-12-13T21:28:25.173Z | [ recovery-image] Dec 13 21:28:23.159 INFO O| Dec 13 21:28:23.159 INFO STEP 629 (remove_files) COMPLETE |
6321 | 2024-12-13T21:28:25.176Z | [ recovery-image] Dec 13 21:28:23.159 INFO O| Dec 13 21:28:23.159 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-12-13T21:28:25.196Z | [ recovery-image] Dec 13 21:28:23.181 INFO O| Dec 13 21:28:23.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6323 | 2024-12-13T21:28:25.198Z | [ recovery-image] Dec 13 21:28:23.181 INFO O| Dec 13 21:28:23.181 INFO STEP 630 (remove_files) COMPLETE |
6324 | 2024-12-13T21:28:25.198Z | [ recovery-image] Dec 13 21:28:23.181 INFO O| Dec 13 21:28:23.181 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-12-13T21:28:25.213Z | [ recovery-image] Dec 13 21:28:23.198 INFO O| Dec 13 21:28:23.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6326 | 2024-12-13T21:28:25.216Z | [ recovery-image] Dec 13 21:28:23.199 INFO O| Dec 13 21:28:23.198 INFO STEP 631 (remove_files) COMPLETE |
6327 | 2024-12-13T21:28:25.216Z | [ recovery-image] Dec 13 21:28:23.199 INFO O| Dec 13 21:28:23.199 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-12-13T21:28:25.232Z | [ recovery-image] Dec 13 21:28:23.215 INFO O| Dec 13 21:28:23.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6329 | 2024-12-13T21:28:25.240Z | [ recovery-image] Dec 13 21:28:23.216 INFO O| Dec 13 21:28:23.216 INFO STEP 632 (remove_files) COMPLETE |
6330 | 2024-12-13T21:28:25.240Z | [ recovery-image] Dec 13 21:28:23.216 INFO O| Dec 13 21:28:23.216 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-12-13T21:28:25.253Z | [ recovery-image] Dec 13 21:28:23.236 INFO O| Dec 13 21:28:23.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6332 | 2024-12-13T21:28:25.257Z | [ recovery-image] Dec 13 21:28:23.237 INFO O| Dec 13 21:28:23.237 INFO STEP 633 (remove_files) COMPLETE |
6333 | 2024-12-13T21:28:25.257Z | [ recovery-image] Dec 13 21:28:23.237 INFO O| Dec 13 21:28:23.237 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-12-13T21:28:25.271Z | [ recovery-image] Dec 13 21:28:23.257 INFO O| Dec 13 21:28:23.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6335 | 2024-12-13T21:28:25.271Z | [ recovery-image] Dec 13 21:28:23.257 INFO O| Dec 13 21:28:23.257 INFO STEP 634 (remove_files) COMPLETE |
6336 | 2024-12-13T21:28:25.272Z | [ recovery-image] Dec 13 21:28:23.257 INFO O| Dec 13 21:28:23.257 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-12-13T21:28:25.298Z | [ recovery-image] Dec 13 21:28:23.283 INFO O| Dec 13 21:28:23.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6338 | 2024-12-13T21:28:25.302Z | [ recovery-image] Dec 13 21:28:23.283 INFO O| Dec 13 21:28:23.283 INFO STEP 635 (remove_files) COMPLETE |
6339 | 2024-12-13T21:28:25.302Z | [ recovery-image] Dec 13 21:28:23.283 INFO O| Dec 13 21:28:23.283 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-12-13T21:28:25.318Z | [ recovery-image] Dec 13 21:28:23.303 INFO O| Dec 13 21:28:23.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6341 | 2024-12-13T21:28:25.321Z | [ recovery-image] Dec 13 21:28:23.303 INFO O| Dec 13 21:28:23.303 INFO STEP 636 (remove_files) COMPLETE |
6342 | 2024-12-13T21:28:25.321Z | [ recovery-image] Dec 13 21:28:23.303 INFO O| Dec 13 21:28:23.303 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-12-13T21:28:25.360Z | [ recovery-image] Dec 13 21:28:23.343 INFO O| Dec 13 21:28:23.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6344 | 2024-12-13T21:28:25.360Z | [ recovery-image] Dec 13 21:28:23.343 INFO O| Dec 13 21:28:23.343 INFO STEP 637 (remove_files) COMPLETE |
6345 | 2024-12-13T21:28:25.360Z | [ recovery-image] Dec 13 21:28:23.343 INFO O| Dec 13 21:28:23.343 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-12-13T21:28:25.418Z | [ recovery-image] Dec 13 21:28:23.403 INFO O| Dec 13 21:28:23.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6347 | 2024-12-13T21:28:25.418Z | [ recovery-image] Dec 13 21:28:23.403 INFO O| Dec 13 21:28:23.403 INFO STEP 638 (remove_files) COMPLETE |
6348 | 2024-12-13T21:28:25.418Z | [ recovery-image] Dec 13 21:28:23.403 INFO O| Dec 13 21:28:23.403 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-12-13T21:28:25.436Z | [ recovery-image] Dec 13 21:28:23.421 INFO O| Dec 13 21:28:23.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6350 | 2024-12-13T21:28:25.436Z | [ recovery-image] Dec 13 21:28:23.421 INFO O| Dec 13 21:28:23.421 INFO STEP 639 (remove_files) COMPLETE |
6351 | 2024-12-13T21:28:25.436Z | [ recovery-image] Dec 13 21:28:23.421 INFO O| Dec 13 21:28:23.421 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-12-13T21:28:25.471Z | [ recovery-image] Dec 13 21:28:23.449 INFO O| Dec 13 21:28:23.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6353 | 2024-12-13T21:28:25.471Z | [ recovery-image] Dec 13 21:28:23.449 INFO O| Dec 13 21:28:23.449 INFO STEP 640 (remove_files) COMPLETE |
6354 | 2024-12-13T21:28:25.471Z | [ recovery-image] Dec 13 21:28:23.449 INFO O| Dec 13 21:28:23.449 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-12-13T21:28:25.484Z | [ recovery-image] Dec 13 21:28:23.469 INFO O| Dec 13 21:28:23.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6356 | 2024-12-13T21:28:25.484Z | [ recovery-image] Dec 13 21:28:23.469 INFO O| Dec 13 21:28:23.469 INFO STEP 641 (remove_files) COMPLETE |
6357 | 2024-12-13T21:28:25.484Z | [ recovery-image] Dec 13 21:28:23.469 INFO O| Dec 13 21:28:23.469 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-12-13T21:28:25.503Z | [ recovery-image] Dec 13 21:28:23.488 INFO O| Dec 13 21:28:23.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6359 | 2024-12-13T21:28:25.503Z | [ recovery-image] Dec 13 21:28:23.488 INFO O| Dec 13 21:28:23.488 INFO STEP 642 (remove_files) COMPLETE |
6360 | 2024-12-13T21:28:25.503Z | [ recovery-image] Dec 13 21:28:23.488 INFO O| Dec 13 21:28:23.488 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-12-13T21:28:25.522Z | [ recovery-image] Dec 13 21:28:23.508 INFO O| Dec 13 21:28:23.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6362 | 2024-12-13T21:28:25.522Z | [ recovery-image] Dec 13 21:28:23.508 INFO O| Dec 13 21:28:23.508 INFO STEP 643 (remove_files) COMPLETE |
6363 | 2024-12-13T21:28:25.525Z | [ recovery-image] Dec 13 21:28:23.508 INFO O| Dec 13 21:28:23.508 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-12-13T21:28:25.540Z | [ recovery-image] Dec 13 21:28:23.525 INFO O| Dec 13 21:28:23.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6365 | 2024-12-13T21:28:25.540Z | [ recovery-image] Dec 13 21:28:23.525 INFO O| Dec 13 21:28:23.525 INFO STEP 644 (remove_files) COMPLETE |
6366 | 2024-12-13T21:28:25.543Z | [ recovery-image] Dec 13 21:28:23.525 INFO O| Dec 13 21:28:23.525 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-12-13T21:28:25.557Z | [ recovery-image] Dec 13 21:28:23.542 INFO O| Dec 13 21:28:23.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6368 | 2024-12-13T21:28:25.557Z | [ recovery-image] Dec 13 21:28:23.542 INFO O| Dec 13 21:28:23.542 INFO STEP 645 (remove_files) COMPLETE |
6369 | 2024-12-13T21:28:25.557Z | [ recovery-image] Dec 13 21:28:23.542 INFO O| Dec 13 21:28:23.542 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-12-13T21:28:25.684Z | [ recovery-image] Dec 13 21:28:23.669 INFO O| Dec 13 21:28:23.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6371 | 2024-12-13T21:28:25.684Z | [ recovery-image] Dec 13 21:28:23.669 INFO O| Dec 13 21:28:23.669 INFO STEP 646 (remove_files) COMPLETE |
6372 | 2024-12-13T21:28:25.684Z | [ recovery-image] Dec 13 21:28:23.669 INFO O| Dec 13 21:28:23.669 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-12-13T21:28:25.716Z | [ recovery-image] Dec 13 21:28:23.701 INFO O| Dec 13 21:28:23.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6374 | 2024-12-13T21:28:25.719Z | [ recovery-image] Dec 13 21:28:23.701 INFO O| Dec 13 21:28:23.701 INFO STEP 647 (remove_files) COMPLETE |
6375 | 2024-12-13T21:28:25.719Z | [ recovery-image] Dec 13 21:28:23.702 INFO O| Dec 13 21:28:23.702 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-12-13T21:28:25.733Z | [ recovery-image] Dec 13 21:28:23.718 INFO O| Dec 13 21:28:23.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6377 | 2024-12-13T21:28:25.737Z | [ recovery-image] Dec 13 21:28:23.719 INFO O| Dec 13 21:28:23.719 INFO STEP 648 (remove_files) COMPLETE |
6378 | 2024-12-13T21:28:25.737Z | [ recovery-image] Dec 13 21:28:23.719 INFO O| Dec 13 21:28:23.719 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-12-13T21:28:25.749Z | [ recovery-image] Dec 13 21:28:23.734 INFO O| Dec 13 21:28:23.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6380 | 2024-12-13T21:28:25.749Z | [ recovery-image] Dec 13 21:28:23.735 INFO O| Dec 13 21:28:23.735 INFO STEP 649 (remove_files) COMPLETE |
6381 | 2024-12-13T21:28:25.752Z | [ recovery-image] Dec 13 21:28:23.735 INFO O| Dec 13 21:28:23.735 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-12-13T21:28:25.766Z | [ recovery-image] Dec 13 21:28:23.751 INFO O| Dec 13 21:28:23.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6383 | 2024-12-13T21:28:25.768Z | [ recovery-image] Dec 13 21:28:23.751 INFO O| Dec 13 21:28:23.751 INFO STEP 650 (remove_files) COMPLETE |
6384 | 2024-12-13T21:28:25.769Z | [ recovery-image] Dec 13 21:28:23.751 INFO O| Dec 13 21:28:23.751 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-12-13T21:28:25.782Z | [ recovery-image] Dec 13 21:28:23.768 INFO O| Dec 13 21:28:23.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6386 | 2024-12-13T21:28:25.786Z | [ recovery-image] Dec 13 21:28:23.768 INFO O| Dec 13 21:28:23.768 INFO STEP 651 (remove_files) COMPLETE |
6387 | 2024-12-13T21:28:25.786Z | [ recovery-image] Dec 13 21:28:23.768 INFO O| Dec 13 21:28:23.768 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-12-13T21:28:25.801Z | [ recovery-image] Dec 13 21:28:23.786 INFO O| Dec 13 21:28:23.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6389 | 2024-12-13T21:28:25.805Z | [ recovery-image] Dec 13 21:28:23.786 INFO O| Dec 13 21:28:23.786 INFO STEP 652 (remove_files) COMPLETE |
6390 | 2024-12-13T21:28:25.805Z | [ recovery-image] Dec 13 21:28:23.786 INFO O| Dec 13 21:28:23.786 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-12-13T21:28:25.822Z | [ recovery-image] Dec 13 21:28:23.805 INFO O| Dec 13 21:28:23.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6392 | 2024-12-13T21:28:25.825Z | [ recovery-image] Dec 13 21:28:23.806 INFO O| Dec 13 21:28:23.806 INFO STEP 653 (remove_files) COMPLETE |
6393 | 2024-12-13T21:28:25.825Z | [ recovery-image] Dec 13 21:28:23.806 INFO O| Dec 13 21:28:23.806 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-12-13T21:28:25.839Z | [ recovery-image] Dec 13 21:28:23.824 INFO O| Dec 13 21:28:23.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6395 | 2024-12-13T21:28:25.842Z | [ recovery-image] Dec 13 21:28:23.824 INFO O| Dec 13 21:28:23.824 INFO STEP 654 (remove_files) COMPLETE |
6396 | 2024-12-13T21:28:25.842Z | [ recovery-image] Dec 13 21:28:23.825 INFO O| Dec 13 21:28:23.825 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-12-13T21:28:25.899Z | [ recovery-image] Dec 13 21:28:23.883 INFO O| Dec 13 21:28:23.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6398 | 2024-12-13T21:28:25.899Z | [ recovery-image] Dec 13 21:28:23.883 INFO O| Dec 13 21:28:23.883 INFO STEP 655 (remove_files) COMPLETE |
6399 | 2024-12-13T21:28:25.902Z | [ recovery-image] Dec 13 21:28:23.883 INFO O| Dec 13 21:28:23.883 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-12-13T21:28:25.916Z | [ recovery-image] Dec 13 21:28:23.900 INFO O| Dec 13 21:28:23.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6401 | 2024-12-13T21:28:25.916Z | [ recovery-image] Dec 13 21:28:23.900 INFO O| Dec 13 21:28:23.900 INFO STEP 656 (remove_files) COMPLETE |
6402 | 2024-12-13T21:28:25.916Z | [ recovery-image] Dec 13 21:28:23.900 INFO O| Dec 13 21:28:23.900 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-12-13T21:28:25.951Z | [ recovery-image] Dec 13 21:28:23.936 INFO O| Dec 13 21:28:23.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6404 | 2024-12-13T21:28:25.951Z | [ recovery-image] Dec 13 21:28:23.937 INFO O| Dec 13 21:28:23.937 INFO STEP 657 (remove_files) COMPLETE |
6405 | 2024-12-13T21:28:25.951Z | [ recovery-image] Dec 13 21:28:23.937 INFO O| Dec 13 21:28:23.937 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-12-13T21:28:25.970Z | [ recovery-image] Dec 13 21:28:23.955 INFO O| Dec 13 21:28:23.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6407 | 2024-12-13T21:28:25.970Z | [ recovery-image] Dec 13 21:28:23.955 INFO O| Dec 13 21:28:23.955 INFO STEP 658 (remove_files) COMPLETE |
6408 | 2024-12-13T21:28:25.970Z | [ recovery-image] Dec 13 21:28:23.955 INFO O| Dec 13 21:28:23.955 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-12-13T21:28:25.988Z | [ recovery-image] Dec 13 21:28:23.973 INFO O| Dec 13 21:28:23.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6410 | 2024-12-13T21:28:25.988Z | [ recovery-image] Dec 13 21:28:23.973 INFO O| Dec 13 21:28:23.973 INFO STEP 659 (remove_files) COMPLETE |
6411 | 2024-12-13T21:28:25.991Z | [ recovery-image] Dec 13 21:28:23.973 INFO O| Dec 13 21:28:23.973 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-12-13T21:28:26.028Z | [ recovery-image] Dec 13 21:28:24.013 INFO O| Dec 13 21:28:24.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6413 | 2024-12-13T21:28:26.028Z | [ recovery-image] Dec 13 21:28:24.013 INFO O| Dec 13 21:28:24.013 INFO STEP 660 (remove_files) COMPLETE |
6414 | 2024-12-13T21:28:26.028Z | [ recovery-image] Dec 13 21:28:24.013 INFO O| Dec 13 21:28:24.013 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-12-13T21:28:26.045Z | [ recovery-image] Dec 13 21:28:24.030 INFO O| Dec 13 21:28:24.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6416 | 2024-12-13T21:28:26.045Z | [ recovery-image] Dec 13 21:28:24.030 INFO O| Dec 13 21:28:24.030 INFO STEP 661 (remove_files) COMPLETE |
6417 | 2024-12-13T21:28:26.048Z | [ recovery-image] Dec 13 21:28:24.030 INFO O| Dec 13 21:28:24.030 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-12-13T21:28:26.077Z | [ recovery-image] Dec 13 21:28:24.063 INFO O| Dec 13 21:28:24.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6419 | 2024-12-13T21:28:26.080Z | [ recovery-image] Dec 13 21:28:24.063 INFO O| Dec 13 21:28:24.063 INFO STEP 662 (remove_files) COMPLETE |
6420 | 2024-12-13T21:28:26.080Z | [ recovery-image] Dec 13 21:28:24.063 INFO O| Dec 13 21:28:24.063 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-12-13T21:28:26.133Z | [ recovery-image] Dec 13 21:28:24.119 INFO O| Dec 13 21:28:24.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6422 | 2024-12-13T21:28:26.134Z | [ recovery-image] Dec 13 21:28:24.119 INFO O| Dec 13 21:28:24.119 INFO STEP 663 (remove_files) COMPLETE |
6423 | 2024-12-13T21:28:26.136Z | [ recovery-image] Dec 13 21:28:24.119 INFO O| Dec 13 21:28:24.119 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-12-13T21:28:26.354Z | [ recovery-image] Dec 13 21:28:24.339 INFO O| Dec 13 21:28:24.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6425 | 2024-12-13T21:28:26.354Z | [ recovery-image] Dec 13 21:28:24.339 INFO O| Dec 13 21:28:24.339 INFO STEP 664 (remove_files) COMPLETE |
6426 | 2024-12-13T21:28:26.357Z | [ recovery-image] Dec 13 21:28:24.339 INFO O| Dec 13 21:28:24.339 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-12-13T21:28:26.425Z | [ recovery-image] Dec 13 21:28:24.410 INFO O| Dec 13 21:28:24.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6428 | 2024-12-13T21:28:26.425Z | [ recovery-image] Dec 13 21:28:24.410 INFO O| Dec 13 21:28:24.410 INFO STEP 665 (remove_files) COMPLETE |
6429 | 2024-12-13T21:28:26.425Z | [ recovery-image] Dec 13 21:28:24.410 INFO O| Dec 13 21:28:24.410 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-12-13T21:28:26.484Z | [ recovery-image] Dec 13 21:28:24.470 INFO O| Dec 13 21:28:24.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6431 | 2024-12-13T21:28:26.484Z | [ recovery-image] Dec 13 21:28:24.470 INFO O| Dec 13 21:28:24.470 INFO STEP 666 (remove_files) COMPLETE |
6432 | 2024-12-13T21:28:26.484Z | [ recovery-image] Dec 13 21:28:24.470 INFO O| Dec 13 21:28:24.470 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-12-13T21:28:26.504Z | [ recovery-image] Dec 13 21:28:24.488 INFO O| Dec 13 21:28:24.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6434 | 2024-12-13T21:28:26.504Z | [ recovery-image] Dec 13 21:28:24.489 INFO O| Dec 13 21:28:24.489 INFO STEP 667 (remove_files) COMPLETE |
6435 | 2024-12-13T21:28:26.504Z | [ recovery-image] Dec 13 21:28:24.489 INFO O| Dec 13 21:28:24.489 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-12-13T21:28:26.523Z | [ recovery-image] Dec 13 21:28:24.507 INFO O| Dec 13 21:28:24.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6437 | 2024-12-13T21:28:26.523Z | [ recovery-image] Dec 13 21:28:24.507 INFO O| Dec 13 21:28:24.507 INFO STEP 668 (remove_files) COMPLETE |
6438 | 2024-12-13T21:28:26.523Z | [ recovery-image] Dec 13 21:28:24.507 INFO O| Dec 13 21:28:24.507 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-12-13T21:28:26.541Z | [ recovery-image] Dec 13 21:28:24.525 INFO O| Dec 13 21:28:24.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6440 | 2024-12-13T21:28:26.544Z | [ recovery-image] Dec 13 21:28:24.525 INFO O| Dec 13 21:28:24.525 INFO STEP 669 (remove_files) COMPLETE |
6441 | 2024-12-13T21:28:26.544Z | [ recovery-image] Dec 13 21:28:24.525 INFO O| Dec 13 21:28:24.525 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-12-13T21:28:26.566Z | [ recovery-image] Dec 13 21:28:24.550 INFO O| Dec 13 21:28:24.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6443 | 2024-12-13T21:28:26.566Z | [ recovery-image] Dec 13 21:28:24.550 INFO O| Dec 13 21:28:24.550 INFO STEP 670 (remove_files) COMPLETE |
6444 | 2024-12-13T21:28:26.569Z | [ recovery-image] Dec 13 21:28:24.550 INFO O| Dec 13 21:28:24.550 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-12-13T21:28:26.618Z | [ recovery-image] Dec 13 21:28:24.602 INFO O| Dec 13 21:28:24.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6446 | 2024-12-13T21:28:26.622Z | [ recovery-image] Dec 13 21:28:24.602 INFO O| Dec 13 21:28:24.602 INFO STEP 671 (remove_files) COMPLETE |
6447 | 2024-12-13T21:28:26.623Z | [ recovery-image] Dec 13 21:28:24.602 INFO O| Dec 13 21:28:24.602 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-12-13T21:28:26.637Z | [ recovery-image] Dec 13 21:28:24.621 INFO O| Dec 13 21:28:24.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6449 | 2024-12-13T21:28:26.637Z | [ recovery-image] Dec 13 21:28:24.622 INFO O| Dec 13 21:28:24.621 INFO STEP 672 (remove_files) COMPLETE |
6450 | 2024-12-13T21:28:26.641Z | [ recovery-image] Dec 13 21:28:24.622 INFO O| Dec 13 21:28:24.622 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-12-13T21:28:26.701Z | [ recovery-image] Dec 13 21:28:24.639 INFO O| Dec 13 21:28:24.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6452 | 2024-12-13T21:28:26.701Z | [ recovery-image] Dec 13 21:28:24.640 INFO O| Dec 13 21:28:24.640 INFO STEP 673 (remove_files) COMPLETE |
6453 | 2024-12-13T21:28:26.704Z | [ recovery-image] Dec 13 21:28:24.640 INFO O| Dec 13 21:28:24.640 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-12-13T21:28:26.705Z | [ recovery-image] Dec 13 21:28:24.660 INFO O| Dec 13 21:28:24.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6455 | 2024-12-13T21:28:26.705Z | [ recovery-image] Dec 13 21:28:24.660 INFO O| Dec 13 21:28:24.657 INFO STEP 674 (remove_files) COMPLETE |
6456 | 2024-12-13T21:28:26.705Z | [ recovery-image] Dec 13 21:28:24.660 INFO O| Dec 13 21:28:24.657 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-12-13T21:28:26.729Z | [ recovery-image] Dec 13 21:28:24.689 INFO O| Dec 13 21:28:24.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6458 | 2024-12-13T21:28:26.729Z | [ recovery-image] Dec 13 21:28:24.689 INFO O| Dec 13 21:28:24.689 INFO STEP 675 (remove_files) COMPLETE |
6459 | 2024-12-13T21:28:26.729Z | [ recovery-image] Dec 13 21:28:24.690 INFO O| Dec 13 21:28:24.689 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-12-13T21:28:26.732Z | [ recovery-image] Dec 13 21:28:24.708 INFO O| Dec 13 21:28:24.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6461 | 2024-12-13T21:28:26.732Z | [ recovery-image] Dec 13 21:28:24.708 INFO O| Dec 13 21:28:24.708 INFO STEP 676 (remove_files) COMPLETE |
6462 | 2024-12-13T21:28:26.732Z | [ recovery-image] Dec 13 21:28:24.708 INFO O| Dec 13 21:28:24.708 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-12-13T21:28:26.741Z | [ recovery-image] Dec 13 21:28:24.725 INFO O| Dec 13 21:28:24.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6464 | 2024-12-13T21:28:26.745Z | [ recovery-image] Dec 13 21:28:24.725 INFO O| Dec 13 21:28:24.725 INFO STEP 677 (remove_files) COMPLETE |
6465 | 2024-12-13T21:28:26.745Z | [ recovery-image] Dec 13 21:28:24.725 INFO O| Dec 13 21:28:24.725 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-12-13T21:28:26.777Z | [ recovery-image] Dec 13 21:28:24.742 INFO O| Dec 13 21:28:24.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6467 | 2024-12-13T21:28:26.777Z | [ recovery-image] Dec 13 21:28:24.742 INFO O| Dec 13 21:28:24.742 INFO STEP 678 (remove_files) COMPLETE |
6468 | 2024-12-13T21:28:26.777Z | [ recovery-image] Dec 13 21:28:24.742 INFO O| Dec 13 21:28:24.742 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-12-13T21:28:26.782Z | [ recovery-image] Dec 13 21:28:24.759 INFO O| Dec 13 21:28:24.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6470 | 2024-12-13T21:28:26.782Z | [ recovery-image] Dec 13 21:28:24.759 INFO O| Dec 13 21:28:24.759 INFO STEP 679 (remove_files) COMPLETE |
6471 | 2024-12-13T21:28:26.782Z | [ recovery-image] Dec 13 21:28:24.759 INFO O| Dec 13 21:28:24.759 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-12-13T21:28:26.896Z | [ recovery-image] Dec 13 21:28:24.878 INFO O| Dec 13 21:28:24.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6473 | 2024-12-13T21:28:26.898Z | [ recovery-image] Dec 13 21:28:24.878 INFO O| Dec 13 21:28:24.878 INFO STEP 680 (remove_files) COMPLETE |
6474 | 2024-12-13T21:28:26.899Z | [ recovery-image] Dec 13 21:28:24.878 INFO O| Dec 13 21:28:24.878 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-12-13T21:28:26.914Z | [ recovery-image] Dec 13 21:28:24.899 INFO O| Dec 13 21:28:24.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6476 | 2024-12-13T21:28:26.917Z | [ recovery-image] Dec 13 21:28:24.899 INFO O| Dec 13 21:28:24.899 INFO STEP 681 (remove_files) COMPLETE |
6477 | 2024-12-13T21:28:26.917Z | [ recovery-image] Dec 13 21:28:24.899 INFO O| Dec 13 21:28:24.899 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-12-13T21:28:26.933Z | [ recovery-image] Dec 13 21:28:24.918 INFO O| Dec 13 21:28:24.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6479 | 2024-12-13T21:28:26.936Z | [ recovery-image] Dec 13 21:28:24.918 INFO O| Dec 13 21:28:24.918 INFO STEP 682 (remove_files) COMPLETE |
6480 | 2024-12-13T21:28:26.936Z | [ recovery-image] Dec 13 21:28:24.918 INFO O| Dec 13 21:28:24.918 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-12-13T21:28:26.973Z | [ recovery-image] Dec 13 21:28:24.947 INFO O| Dec 13 21:28:24.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6482 | 2024-12-13T21:28:26.973Z | [ recovery-image] Dec 13 21:28:24.947 INFO O| Dec 13 21:28:24.947 INFO STEP 683 (remove_files) COMPLETE |
6483 | 2024-12-13T21:28:26.976Z | [ recovery-image] Dec 13 21:28:24.947 INFO O| Dec 13 21:28:24.947 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-12-13T21:28:26.997Z | [ recovery-image] Dec 13 21:28:24.982 INFO O| Dec 13 21:28:24.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6485 | 2024-12-13T21:28:27.000Z | [ recovery-image] Dec 13 21:28:24.982 INFO O| Dec 13 21:28:24.982 INFO STEP 684 (remove_files) COMPLETE |
6486 | 2024-12-13T21:28:27.000Z | [ recovery-image] Dec 13 21:28:24.982 INFO O| Dec 13 21:28:24.982 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-12-13T21:28:27.033Z | [ recovery-image] Dec 13 21:28:25.007 INFO O| Dec 13 21:28:25.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6488 | 2024-12-13T21:28:27.033Z | [ recovery-image] Dec 13 21:28:25.007 INFO O| Dec 13 21:28:25.007 INFO STEP 685 (remove_files) COMPLETE |
6489 | 2024-12-13T21:28:27.033Z | [ recovery-image] Dec 13 21:28:25.007 INFO O| Dec 13 21:28:25.007 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-12-13T21:28:27.060Z | [ recovery-image] Dec 13 21:28:25.044 INFO O| Dec 13 21:28:25.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6491 | 2024-12-13T21:28:27.063Z | [ recovery-image] Dec 13 21:28:25.044 INFO O| Dec 13 21:28:25.044 INFO STEP 686 (remove_files) COMPLETE |
6492 | 2024-12-13T21:28:27.063Z | [ recovery-image] Dec 13 21:28:25.044 INFO O| Dec 13 21:28:25.044 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-12-13T21:28:27.078Z | [ recovery-image] Dec 13 21:28:25.063 INFO O| Dec 13 21:28:25.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6494 | 2024-12-13T21:28:27.210Z | [ recovery-image] Dec 13 21:28:25.195 INFO O| Dec 13 21:28:25.195 INFO STEP 687 (remove_files) COMPLETE |
6495 | 2024-12-13T21:28:27.210Z | [ recovery-image] Dec 13 21:28:25.195 INFO O| Dec 13 21:28:25.195 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-12-13T21:28:27.228Z | [ recovery-image] Dec 13 21:28:25.213 INFO O| Dec 13 21:28:25.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6497 | 2024-12-13T21:28:27.228Z | [ recovery-image] Dec 13 21:28:25.214 INFO O| Dec 13 21:28:25.213 INFO STEP 688 (remove_files) COMPLETE |
6498 | 2024-12-13T21:28:27.229Z | [ recovery-image] Dec 13 21:28:25.214 INFO O| Dec 13 21:28:25.214 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-12-13T21:28:27.247Z | [ recovery-image] Dec 13 21:28:25.232 INFO O| Dec 13 21:28:25.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6500 | 2024-12-13T21:28:27.247Z | [ recovery-image] Dec 13 21:28:25.232 INFO O| Dec 13 21:28:25.232 INFO STEP 689 (remove_files) COMPLETE |
6501 | 2024-12-13T21:28:27.250Z | [ recovery-image] Dec 13 21:28:25.232 INFO O| Dec 13 21:28:25.232 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-12-13T21:28:27.290Z | [ recovery-image] Dec 13 21:28:25.274 INFO O| Dec 13 21:28:25.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6503 | 2024-12-13T21:28:27.293Z | [ recovery-image] Dec 13 21:28:25.274 INFO O| Dec 13 21:28:25.274 INFO STEP 690 (remove_files) COMPLETE |
6504 | 2024-12-13T21:28:27.294Z | [ recovery-image] Dec 13 21:28:25.274 INFO O| Dec 13 21:28:25.274 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-12-13T21:28:27.310Z | [ recovery-image] Dec 13 21:28:25.293 INFO O| Dec 13 21:28:25.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6506 | 2024-12-13T21:28:27.314Z | [ recovery-image] Dec 13 21:28:25.293 INFO O| Dec 13 21:28:25.293 INFO STEP 691 (remove_files) COMPLETE |
6507 | 2024-12-13T21:28:27.314Z | [ recovery-image] Dec 13 21:28:25.293 INFO O| Dec 13 21:28:25.293 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-12-13T21:28:27.409Z | [ recovery-image] Dec 13 21:28:25.334 INFO O| Dec 13 21:28:25.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6509 | 2024-12-13T21:28:27.409Z | [ recovery-image] Dec 13 21:28:25.347 INFO O| Dec 13 21:28:25.347 INFO STEP 692 (remove_files) COMPLETE |
6510 | 2024-12-13T21:28:27.409Z | [ recovery-image] Dec 13 21:28:25.347 INFO O| Dec 13 21:28:25.347 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-12-13T21:28:27.409Z | [ recovery-image] Dec 13 21:28:25.365 INFO O| Dec 13 21:28:25.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6512 | 2024-12-13T21:28:27.410Z | [ recovery-image] Dec 13 21:28:25.366 INFO O| Dec 13 21:28:25.366 INFO STEP 693 (remove_files) COMPLETE |
6513 | 2024-12-13T21:28:27.410Z | [ recovery-image] Dec 13 21:28:25.366 INFO O| Dec 13 21:28:25.366 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-12-13T21:28:27.410Z | [ recovery-image] Dec 13 21:28:25.383 INFO O| Dec 13 21:28:25.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6515 | 2024-12-13T21:28:27.410Z | [ recovery-image] Dec 13 21:28:25.383 INFO O| Dec 13 21:28:25.383 INFO STEP 694 (remove_files) COMPLETE |
6516 | 2024-12-13T21:28:27.410Z | [ recovery-image] Dec 13 21:28:25.384 INFO O| Dec 13 21:28:25.383 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-12-13T21:28:27.417Z | [ recovery-image] Dec 13 21:28:25.402 INFO O| Dec 13 21:28:25.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6518 | 2024-12-13T21:28:27.417Z | [ recovery-image] Dec 13 21:28:25.402 INFO O| Dec 13 21:28:25.402 INFO STEP 695 (remove_files) COMPLETE |
6519 | 2024-12-13T21:28:27.417Z | [ recovery-image] Dec 13 21:28:25.402 INFO O| Dec 13 21:28:25.402 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-12-13T21:28:27.501Z | [ recovery-image] Dec 13 21:28:25.455 INFO O| Dec 13 21:28:25.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6521 | 2024-12-13T21:28:27.501Z | [ recovery-image] Dec 13 21:28:25.476 INFO O| Dec 13 21:28:25.476 INFO STEP 696 (remove_files) COMPLETE |
6522 | 2024-12-13T21:28:27.501Z | [ recovery-image] Dec 13 21:28:25.476 INFO O| Dec 13 21:28:25.476 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-12-13T21:28:27.510Z | [ recovery-image] Dec 13 21:28:25.495 INFO O| Dec 13 21:28:25.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6524 | 2024-12-13T21:28:27.530Z | [ recovery-image] Dec 13 21:28:25.515 INFO O| Dec 13 21:28:25.515 INFO STEP 697 (remove_files) COMPLETE |
6525 | 2024-12-13T21:28:27.530Z | [ recovery-image] Dec 13 21:28:25.515 INFO O| Dec 13 21:28:25.515 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-12-13T21:28:27.630Z | [ recovery-image] Dec 13 21:28:25.615 INFO O| Dec 13 21:28:25.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6527 | 2024-12-13T21:28:27.637Z | [ recovery-image] Dec 13 21:28:25.615 INFO O| Dec 13 21:28:25.615 INFO STEP 698 (remove_files) COMPLETE |
6528 | 2024-12-13T21:28:27.637Z | [ recovery-image] Dec 13 21:28:25.615 INFO O| Dec 13 21:28:25.615 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-12-13T21:28:27.651Z | [ recovery-image] Dec 13 21:28:25.636 INFO O| Dec 13 21:28:25.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6530 | 2024-12-13T21:28:27.651Z | [ recovery-image] Dec 13 21:28:25.636 INFO O| Dec 13 21:28:25.636 INFO STEP 699 (remove_files) COMPLETE |
6531 | 2024-12-13T21:28:27.654Z | [ recovery-image] Dec 13 21:28:25.636 INFO O| Dec 13 21:28:25.636 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-12-13T21:28:27.672Z | [ recovery-image] Dec 13 21:28:25.656 INFO O| Dec 13 21:28:25.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6533 | 2024-12-13T21:28:27.672Z | [ recovery-image] Dec 13 21:28:25.656 INFO O| Dec 13 21:28:25.656 INFO STEP 700 (remove_files) COMPLETE |
6534 | 2024-12-13T21:28:27.672Z | [ recovery-image] Dec 13 21:28:25.656 INFO O| Dec 13 21:28:25.656 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-12-13T21:28:27.691Z | [ recovery-image] Dec 13 21:28:25.675 INFO O| Dec 13 21:28:25.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6536 | 2024-12-13T21:28:27.691Z | [ recovery-image] Dec 13 21:28:25.676 INFO O| Dec 13 21:28:25.676 INFO STEP 701 (remove_files) COMPLETE |
6537 | 2024-12-13T21:28:27.691Z | [ recovery-image] Dec 13 21:28:25.676 INFO O| Dec 13 21:28:25.676 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-12-13T21:28:27.772Z | [ recovery-image] Dec 13 21:28:25.757 INFO O| Dec 13 21:28:25.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6539 | 2024-12-13T21:28:27.804Z | [ recovery-image] Dec 13 21:28:25.789 INFO O| Dec 13 21:28:25.789 INFO STEP 702 (remove_files) COMPLETE |
6540 | 2024-12-13T21:28:27.804Z | [ recovery-image] Dec 13 21:28:25.789 INFO O| Dec 13 21:28:25.789 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-12-13T21:28:27.842Z | [ recovery-image] Dec 13 21:28:25.827 INFO O| Dec 13 21:28:25.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6542 | 2024-12-13T21:28:27.842Z | [ recovery-image] Dec 13 21:28:25.827 INFO O| Dec 13 21:28:25.827 INFO STEP 703 (remove_files) COMPLETE |
6543 | 2024-12-13T21:28:27.845Z | [ recovery-image] Dec 13 21:28:25.827 INFO O| Dec 13 21:28:25.827 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-12-13T21:28:27.861Z | [ recovery-image] Dec 13 21:28:25.845 INFO O| Dec 13 21:28:25.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6545 | 2024-12-13T21:28:27.861Z | [ recovery-image] Dec 13 21:28:25.846 INFO O| Dec 13 21:28:25.845 INFO STEP 704 (remove_files) COMPLETE |
6546 | 2024-12-13T21:28:27.861Z | [ recovery-image] Dec 13 21:28:25.846 INFO O| Dec 13 21:28:25.846 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-12-13T21:28:27.878Z | [ recovery-image] Dec 13 21:28:25.863 INFO O| Dec 13 21:28:25.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6548 | 2024-12-13T21:28:27.878Z | [ recovery-image] Dec 13 21:28:25.863 INFO O| Dec 13 21:28:25.863 INFO STEP 705 (remove_files) COMPLETE |
6549 | 2024-12-13T21:28:27.878Z | [ recovery-image] Dec 13 21:28:25.863 INFO O| Dec 13 21:28:25.863 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-12-13T21:28:27.913Z | [ recovery-image] Dec 13 21:28:25.894 INFO O| Dec 13 21:28:25.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6551 | 2024-12-13T21:28:27.918Z | [ recovery-image] Dec 13 21:28:25.895 INFO O| Dec 13 21:28:25.894 INFO STEP 706 (remove_files) COMPLETE |
6552 | 2024-12-13T21:28:27.918Z | [ recovery-image] Dec 13 21:28:25.895 INFO O| Dec 13 21:28:25.895 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-12-13T21:28:27.928Z | [ recovery-image] Dec 13 21:28:25.913 INFO O| Dec 13 21:28:25.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6554 | 2024-12-13T21:28:27.929Z | [ recovery-image] Dec 13 21:28:25.913 INFO O| Dec 13 21:28:25.913 INFO STEP 707 (remove_files) COMPLETE |
6555 | 2024-12-13T21:28:27.932Z | [ recovery-image] Dec 13 21:28:25.913 INFO O| Dec 13 21:28:25.913 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-12-13T21:28:27.946Z | [ recovery-image] Dec 13 21:28:25.931 INFO O| Dec 13 21:28:25.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6557 | 2024-12-13T21:28:27.946Z | [ recovery-image] Dec 13 21:28:25.931 INFO O| Dec 13 21:28:25.931 INFO STEP 708 (remove_files) COMPLETE |
6558 | 2024-12-13T21:28:27.950Z | [ recovery-image] Dec 13 21:28:25.931 INFO O| Dec 13 21:28:25.931 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-12-13T21:28:27.964Z | [ recovery-image] Dec 13 21:28:25.949 INFO O| Dec 13 21:28:25.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6560 | 2024-12-13T21:28:27.964Z | [ recovery-image] Dec 13 21:28:25.949 INFO O| Dec 13 21:28:25.949 INFO STEP 709 (remove_files) COMPLETE |
6561 | 2024-12-13T21:28:27.967Z | [ recovery-image] Dec 13 21:28:25.949 INFO O| Dec 13 21:28:25.949 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-12-13T21:28:27.999Z | [ recovery-image] Dec 13 21:28:25.984 INFO O| Dec 13 21:28:25.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6563 | 2024-12-13T21:28:28.002Z | [ recovery-image] Dec 13 21:28:25.984 INFO O| Dec 13 21:28:25.984 INFO STEP 710 (remove_files) COMPLETE |
6564 | 2024-12-13T21:28:28.002Z | [ recovery-image] Dec 13 21:28:25.984 INFO O| Dec 13 21:28:25.984 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-12-13T21:28:28.062Z | [ recovery-image] Dec 13 21:28:26.047 INFO O| Dec 13 21:28:26.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6566 | 2024-12-13T21:28:28.063Z | [ recovery-image] Dec 13 21:28:26.047 INFO O| Dec 13 21:28:26.047 INFO STEP 711 (remove_files) COMPLETE |
6567 | 2024-12-13T21:28:28.063Z | [ recovery-image] Dec 13 21:28:26.047 INFO O| Dec 13 21:28:26.047 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-12-13T21:28:28.145Z | [ recovery-image] Dec 13 21:28:26.130 INFO O| Dec 13 21:28:26.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6569 | 2024-12-13T21:28:28.145Z | [ recovery-image] Dec 13 21:28:26.130 INFO O| Dec 13 21:28:26.130 INFO STEP 712 (remove_files) COMPLETE |
6570 | 2024-12-13T21:28:28.145Z | [ recovery-image] Dec 13 21:28:26.130 INFO O| Dec 13 21:28:26.130 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-12-13T21:28:28.171Z | [ recovery-image] Dec 13 21:28:26.156 INFO O| Dec 13 21:28:26.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6572 | 2024-12-13T21:28:28.171Z | [ recovery-image] Dec 13 21:28:26.156 INFO O| Dec 13 21:28:26.156 INFO STEP 713 (remove_files) COMPLETE |
6573 | 2024-12-13T21:28:28.171Z | [ recovery-image] Dec 13 21:28:26.156 INFO O| Dec 13 21:28:26.156 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-12-13T21:28:28.197Z | [ recovery-image] Dec 13 21:28:26.178 INFO O| Dec 13 21:28:26.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6575 | 2024-12-13T21:28:28.203Z | [ recovery-image] Dec 13 21:28:26.178 INFO O| Dec 13 21:28:26.178 INFO STEP 714 (remove_files) COMPLETE |
6576 | 2024-12-13T21:28:28.203Z | [ recovery-image] Dec 13 21:28:26.179 INFO O| Dec 13 21:28:26.178 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-12-13T21:28:28.226Z | [ recovery-image] Dec 13 21:28:26.211 INFO O| Dec 13 21:28:26.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6578 | 2024-12-13T21:28:28.232Z | [ recovery-image] Dec 13 21:28:26.211 INFO O| Dec 13 21:28:26.211 INFO STEP 715 (remove_files) COMPLETE |
6579 | 2024-12-13T21:28:28.232Z | [ recovery-image] Dec 13 21:28:26.212 INFO O| Dec 13 21:28:26.211 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-12-13T21:28:28.284Z | [ recovery-image] Dec 13 21:28:26.269 INFO O| Dec 13 21:28:26.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6581 | 2024-12-13T21:28:28.286Z | [ recovery-image] Dec 13 21:28:26.269 INFO O| Dec 13 21:28:26.269 INFO STEP 716 (remove_files) COMPLETE |
6582 | 2024-12-13T21:28:28.287Z | [ recovery-image] Dec 13 21:28:26.269 INFO O| Dec 13 21:28:26.269 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-12-13T21:28:28.323Z | [ recovery-image] Dec 13 21:28:26.308 INFO O| Dec 13 21:28:26.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6584 | 2024-12-13T21:28:28.326Z | [ recovery-image] Dec 13 21:28:26.308 INFO O| Dec 13 21:28:26.308 INFO STEP 717 (remove_files) COMPLETE |
6585 | 2024-12-13T21:28:28.326Z | [ recovery-image] Dec 13 21:28:26.309 INFO O| Dec 13 21:28:26.308 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-12-13T21:28:28.342Z | [ recovery-image] Dec 13 21:28:26.327 INFO O| Dec 13 21:28:26.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6587 | 2024-12-13T21:28:28.345Z | [ recovery-image] Dec 13 21:28:26.327 INFO O| Dec 13 21:28:26.327 INFO STEP 718 (remove_files) COMPLETE |
6588 | 2024-12-13T21:28:28.345Z | [ recovery-image] Dec 13 21:28:26.327 INFO O| Dec 13 21:28:26.327 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-12-13T21:28:28.381Z | [ recovery-image] Dec 13 21:28:26.366 INFO O| Dec 13 21:28:26.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6590 | 2024-12-13T21:28:28.384Z | [ recovery-image] Dec 13 21:28:26.366 INFO O| Dec 13 21:28:26.366 INFO STEP 719 (remove_files) COMPLETE |
6591 | 2024-12-13T21:28:28.384Z | [ recovery-image] Dec 13 21:28:26.366 INFO O| Dec 13 21:28:26.366 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-12-13T21:28:28.399Z | [ recovery-image] Dec 13 21:28:26.384 INFO O| Dec 13 21:28:26.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6593 | 2024-12-13T21:28:28.406Z | [ recovery-image] Dec 13 21:28:26.384 INFO O| Dec 13 21:28:26.384 INFO STEP 720 (remove_files) COMPLETE |
6594 | 2024-12-13T21:28:28.406Z | [ recovery-image] Dec 13 21:28:26.384 INFO O| Dec 13 21:28:26.384 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-12-13T21:28:28.417Z | [ recovery-image] Dec 13 21:28:26.402 INFO O| Dec 13 21:28:26.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6596 | 2024-12-13T21:28:28.420Z | [ recovery-image] Dec 13 21:28:26.403 INFO O| Dec 13 21:28:26.402 INFO STEP 721 (remove_files) COMPLETE |
6597 | 2024-12-13T21:28:28.421Z | [ recovery-image] Dec 13 21:28:26.403 INFO O| Dec 13 21:28:26.403 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-12-13T21:28:28.436Z | [ recovery-image] Dec 13 21:28:26.421 INFO O| Dec 13 21:28:26.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6599 | 2024-12-13T21:28:28.439Z | [ recovery-image] Dec 13 21:28:26.421 INFO O| Dec 13 21:28:26.421 INFO STEP 722 (remove_files) COMPLETE |
6600 | 2024-12-13T21:28:28.439Z | [ recovery-image] Dec 13 21:28:26.422 INFO O| Dec 13 21:28:26.421 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-12-13T21:28:28.456Z | [ recovery-image] Dec 13 21:28:26.440 INFO O| Dec 13 21:28:26.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6602 | 2024-12-13T21:28:28.459Z | [ recovery-image] Dec 13 21:28:26.440 INFO O| Dec 13 21:28:26.440 INFO STEP 723 (remove_files) COMPLETE |
6603 | 2024-12-13T21:28:28.459Z | [ recovery-image] Dec 13 21:28:26.440 INFO O| Dec 13 21:28:26.440 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-12-13T21:28:28.477Z | [ recovery-image] Dec 13 21:28:26.462 INFO O| Dec 13 21:28:26.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6605 | 2024-12-13T21:28:28.477Z | [ recovery-image] Dec 13 21:28:26.462 INFO O| Dec 13 21:28:26.462 INFO STEP 724 (remove_files) COMPLETE |
6606 | 2024-12-13T21:28:28.477Z | [ recovery-image] Dec 13 21:28:26.462 INFO O| Dec 13 21:28:26.462 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-12-13T21:28:28.517Z | [ recovery-image] Dec 13 21:28:26.502 INFO O| Dec 13 21:28:26.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6608 | 2024-12-13T21:28:28.543Z | [ recovery-image] Dec 13 21:28:26.527 INFO O| Dec 13 21:28:26.527 INFO STEP 725 (remove_files) COMPLETE |
6609 | 2024-12-13T21:28:28.543Z | [ recovery-image] Dec 13 21:28:26.527 INFO O| Dec 13 21:28:26.527 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-12-13T21:28:28.599Z | [ recovery-image] Dec 13 21:28:26.584 INFO O| Dec 13 21:28:26.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6611 | 2024-12-13T21:28:28.599Z | [ recovery-image] Dec 13 21:28:26.584 INFO O| Dec 13 21:28:26.584 INFO STEP 726 (remove_files) COMPLETE |
6612 | 2024-12-13T21:28:28.599Z | [ recovery-image] Dec 13 21:28:26.584 INFO O| Dec 13 21:28:26.584 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-12-13T21:28:28.657Z | [ recovery-image] Dec 13 21:28:26.642 INFO O| Dec 13 21:28:26.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6614 | 2024-12-13T21:28:28.657Z | [ recovery-image] Dec 13 21:28:26.642 INFO O| Dec 13 21:28:26.642 INFO STEP 727 (remove_files) COMPLETE |
6615 | 2024-12-13T21:28:28.662Z | [ recovery-image] Dec 13 21:28:26.642 INFO O| Dec 13 21:28:26.642 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-12-13T21:28:28.678Z | [ recovery-image] Dec 13 21:28:26.661 INFO O| Dec 13 21:28:26.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6617 | 2024-12-13T21:28:28.678Z | [ recovery-image] Dec 13 21:28:26.661 INFO O| Dec 13 21:28:26.661 INFO STEP 728 (remove_files) COMPLETE |
6618 | 2024-12-13T21:28:28.678Z | [ recovery-image] Dec 13 21:28:26.661 INFO O| Dec 13 21:28:26.661 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-12-13T21:28:28.694Z | [ recovery-image] Dec 13 21:28:26.679 INFO O| Dec 13 21:28:26.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6620 | 2024-12-13T21:28:28.694Z | [ recovery-image] Dec 13 21:28:26.679 INFO O| Dec 13 21:28:26.679 INFO STEP 729 (remove_files) COMPLETE |
6621 | 2024-12-13T21:28:28.699Z | [ recovery-image] Dec 13 21:28:26.679 INFO O| Dec 13 21:28:26.679 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-12-13T21:28:28.776Z | [ recovery-image] Dec 13 21:28:26.761 INFO O| Dec 13 21:28:26.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6623 | 2024-12-13T21:28:28.779Z | [ recovery-image] Dec 13 21:28:26.761 INFO O| Dec 13 21:28:26.761 INFO STEP 730 (remove_files) COMPLETE |
6624 | 2024-12-13T21:28:28.779Z | [ recovery-image] Dec 13 21:28:26.761 INFO O| Dec 13 21:28:26.761 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-12-13T21:28:28.794Z | [ recovery-image] Dec 13 21:28:26.779 INFO O| Dec 13 21:28:26.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6626 | 2024-12-13T21:28:28.795Z | [ recovery-image] Dec 13 21:28:26.779 INFO O| Dec 13 21:28:26.779 INFO STEP 731 (remove_files) COMPLETE |
6627 | 2024-12-13T21:28:28.795Z | [ recovery-image] Dec 13 21:28:26.779 INFO O| Dec 13 21:28:26.779 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-12-13T21:28:28.812Z | [ recovery-image] Dec 13 21:28:26.797 INFO O| Dec 13 21:28:26.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6629 | 2024-12-13T21:28:28.812Z | [ recovery-image] Dec 13 21:28:26.797 INFO O| Dec 13 21:28:26.797 INFO STEP 732 (remove_files) COMPLETE |
6630 | 2024-12-13T21:28:28.812Z | [ recovery-image] Dec 13 21:28:26.797 INFO O| Dec 13 21:28:26.797 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-12-13T21:28:28.832Z | [ recovery-image] Dec 13 21:28:26.815 INFO O| Dec 13 21:28:26.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6632 | 2024-12-13T21:28:28.832Z | [ recovery-image] Dec 13 21:28:26.815 INFO O| Dec 13 21:28:26.815 INFO STEP 733 (remove_files) COMPLETE |
6633 | 2024-12-13T21:28:28.837Z | [ recovery-image] Dec 13 21:28:26.815 INFO O| Dec 13 21:28:26.815 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-12-13T21:28:28.864Z | [ recovery-image] Dec 13 21:28:26.848 INFO O| Dec 13 21:28:26.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6635 | 2024-12-13T21:28:28.864Z | [ recovery-image] Dec 13 21:28:26.848 INFO O| Dec 13 21:28:26.848 INFO STEP 734 (remove_files) COMPLETE |
6636 | 2024-12-13T21:28:28.864Z | [ recovery-image] Dec 13 21:28:26.848 INFO O| Dec 13 21:28:26.848 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-12-13T21:28:28.899Z | [ recovery-image] Dec 13 21:28:26.884 INFO O| Dec 13 21:28:26.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6638 | 2024-12-13T21:28:28.902Z | [ recovery-image] Dec 13 21:28:26.884 INFO O| Dec 13 21:28:26.884 INFO STEP 735 (remove_files) COMPLETE |
6639 | 2024-12-13T21:28:28.902Z | [ recovery-image] Dec 13 21:28:26.884 INFO O| Dec 13 21:28:26.884 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-12-13T21:28:28.940Z | [ recovery-image] Dec 13 21:28:26.925 INFO O| Dec 13 21:28:26.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6641 | 2024-12-13T21:28:28.940Z | [ recovery-image] Dec 13 21:28:26.925 INFO O| Dec 13 21:28:26.925 INFO STEP 736 (remove_files) COMPLETE |
6642 | 2024-12-13T21:28:28.940Z | [ recovery-image] Dec 13 21:28:26.925 INFO O| Dec 13 21:28:26.925 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-12-13T21:28:28.977Z | [ recovery-image] Dec 13 21:28:26.961 INFO O| Dec 13 21:28:26.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6644 | 2024-12-13T21:28:28.977Z | [ recovery-image] Dec 13 21:28:26.961 INFO O| Dec 13 21:28:26.961 INFO STEP 737 (remove_files) COMPLETE |
6645 | 2024-12-13T21:28:28.977Z | [ recovery-image] Dec 13 21:28:26.961 INFO O| Dec 13 21:28:26.961 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-12-13T21:28:29.035Z | [ recovery-image] Dec 13 21:28:27.020 INFO O| Dec 13 21:28:27.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6647 | 2024-12-13T21:28:29.035Z | [ recovery-image] Dec 13 21:28:27.020 INFO O| Dec 13 21:28:27.020 INFO STEP 738 (remove_files) COMPLETE |
6648 | 2024-12-13T21:28:29.035Z | [ recovery-image] Dec 13 21:28:27.020 INFO O| Dec 13 21:28:27.020 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-12-13T21:28:29.053Z | [ recovery-image] Dec 13 21:28:27.038 INFO O| Dec 13 21:28:27.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6650 | 2024-12-13T21:28:29.053Z | [ recovery-image] Dec 13 21:28:27.038 INFO O| Dec 13 21:28:27.038 INFO STEP 739 (remove_files) COMPLETE |
6651 | 2024-12-13T21:28:29.053Z | [ recovery-image] Dec 13 21:28:27.038 INFO O| Dec 13 21:28:27.038 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-12-13T21:28:29.071Z | [ recovery-image] Dec 13 21:28:27.056 INFO O| Dec 13 21:28:27.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6653 | 2024-12-13T21:28:29.071Z | [ recovery-image] Dec 13 21:28:27.056 INFO O| Dec 13 21:28:27.056 INFO STEP 740 (remove_files) COMPLETE |
6654 | 2024-12-13T21:28:29.074Z | [ recovery-image] Dec 13 21:28:27.056 INFO O| Dec 13 21:28:27.056 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-12-13T21:28:29.089Z | [ recovery-image] Dec 13 21:28:27.074 INFO O| Dec 13 21:28:27.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6656 | 2024-12-13T21:28:29.089Z | [ recovery-image] Dec 13 21:28:27.074 INFO O| Dec 13 21:28:27.074 INFO STEP 741 (remove_files) COMPLETE |
6657 | 2024-12-13T21:28:29.089Z | [ recovery-image] Dec 13 21:28:27.074 INFO O| Dec 13 21:28:27.074 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-12-13T21:28:29.107Z | [ recovery-image] Dec 13 21:28:27.092 INFO O| Dec 13 21:28:27.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6659 | 2024-12-13T21:28:29.107Z | [ recovery-image] Dec 13 21:28:27.092 INFO O| Dec 13 21:28:27.092 INFO STEP 742 (remove_files) COMPLETE |
6660 | 2024-12-13T21:28:29.111Z | [ recovery-image] Dec 13 21:28:27.092 INFO O| Dec 13 21:28:27.092 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-12-13T21:28:29.139Z | [ recovery-image] Dec 13 21:28:27.124 INFO O| Dec 13 21:28:27.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6662 | 2024-12-13T21:28:29.140Z | [ recovery-image] Dec 13 21:28:27.124 INFO O| Dec 13 21:28:27.124 INFO STEP 743 (remove_files) COMPLETE |
6663 | 2024-12-13T21:28:29.147Z | [ recovery-image] Dec 13 21:28:27.124 INFO O| Dec 13 21:28:27.124 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-12-13T21:28:29.159Z | [ recovery-image] Dec 13 21:28:27.144 INFO O| Dec 13 21:28:27.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6665 | 2024-12-13T21:28:29.159Z | [ recovery-image] Dec 13 21:28:27.144 INFO O| Dec 13 21:28:27.144 INFO STEP 744 (remove_files) COMPLETE |
6666 | 2024-12-13T21:28:29.159Z | [ recovery-image] Dec 13 21:28:27.144 INFO O| Dec 13 21:28:27.144 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-12-13T21:28:29.191Z | [ recovery-image] Dec 13 21:28:27.175 INFO O| Dec 13 21:28:27.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6668 | 2024-12-13T21:28:29.191Z | [ recovery-image] Dec 13 21:28:27.175 INFO O| Dec 13 21:28:27.175 INFO STEP 745 (remove_files) COMPLETE |
6669 | 2024-12-13T21:28:29.191Z | [ recovery-image] Dec 13 21:28:27.175 INFO O| Dec 13 21:28:27.175 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-12-13T21:28:29.227Z | [ recovery-image] Dec 13 21:28:27.212 INFO O| Dec 13 21:28:27.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6671 | 2024-12-13T21:28:29.227Z | [ recovery-image] Dec 13 21:28:27.212 INFO O| Dec 13 21:28:27.212 INFO STEP 746 (remove_files) COMPLETE |
6672 | 2024-12-13T21:28:29.227Z | [ recovery-image] Dec 13 21:28:27.212 INFO O| Dec 13 21:28:27.212 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-12-13T21:28:29.254Z | [ recovery-image] Dec 13 21:28:27.238 INFO O| Dec 13 21:28:27.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6674 | 2024-12-13T21:28:29.257Z | [ recovery-image] Dec 13 21:28:27.238 INFO O| Dec 13 21:28:27.238 INFO STEP 747 (remove_files) COMPLETE |
6675 | 2024-12-13T21:28:29.257Z | [ recovery-image] Dec 13 21:28:27.238 INFO O| Dec 13 21:28:27.238 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-12-13T21:28:29.272Z | [ recovery-image] Dec 13 21:28:27.257 INFO O| Dec 13 21:28:27.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6677 | 2024-12-13T21:28:29.272Z | [ recovery-image] Dec 13 21:28:27.257 INFO O| Dec 13 21:28:27.257 INFO STEP 748 (remove_files) COMPLETE |
6678 | 2024-12-13T21:28:29.272Z | [ recovery-image] Dec 13 21:28:27.257 INFO O| Dec 13 21:28:27.257 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-12-13T21:28:29.330Z | [ recovery-image] Dec 13 21:28:27.313 INFO O| Dec 13 21:28:27.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6680 | 2024-12-13T21:28:29.334Z | [ recovery-image] Dec 13 21:28:27.313 INFO O| Dec 13 21:28:27.313 INFO STEP 749 (remove_files) COMPLETE |
6681 | 2024-12-13T21:28:29.334Z | [ recovery-image] Dec 13 21:28:27.313 INFO O| Dec 13 21:28:27.313 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-12-13T21:28:29.347Z | [ recovery-image] Dec 13 21:28:27.332 INFO O| Dec 13 21:28:27.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6683 | 2024-12-13T21:28:29.350Z | [ recovery-image] Dec 13 21:28:27.332 INFO O| Dec 13 21:28:27.332 INFO STEP 750 (remove_files) COMPLETE |
6684 | 2024-12-13T21:28:29.350Z | [ recovery-image] Dec 13 21:28:27.332 INFO O| Dec 13 21:28:27.332 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-12-13T21:28:29.366Z | [ recovery-image] Dec 13 21:28:27.350 INFO O| Dec 13 21:28:27.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6686 | 2024-12-13T21:28:29.370Z | [ recovery-image] Dec 13 21:28:27.351 INFO O| Dec 13 21:28:27.350 INFO STEP 751 (remove_files) COMPLETE |
6687 | 2024-12-13T21:28:29.370Z | [ recovery-image] Dec 13 21:28:27.351 INFO O| Dec 13 21:28:27.351 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-12-13T21:28:29.383Z | [ recovery-image] Dec 13 21:28:27.368 INFO O| Dec 13 21:28:27.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6689 | 2024-12-13T21:28:29.386Z | [ recovery-image] Dec 13 21:28:27.368 INFO O| Dec 13 21:28:27.368 INFO STEP 752 (remove_files) COMPLETE |
6690 | 2024-12-13T21:28:29.387Z | [ recovery-image] Dec 13 21:28:27.368 INFO O| Dec 13 21:28:27.368 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-12-13T21:28:29.402Z | [ recovery-image] Dec 13 21:28:27.387 INFO O| Dec 13 21:28:27.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6692 | 2024-12-13T21:28:29.406Z | [ recovery-image] Dec 13 21:28:27.387 INFO O| Dec 13 21:28:27.387 INFO STEP 753 (remove_files) COMPLETE |
6693 | 2024-12-13T21:28:29.406Z | [ recovery-image] Dec 13 21:28:27.387 INFO O| Dec 13 21:28:27.387 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-12-13T21:28:29.419Z | [ recovery-image] Dec 13 21:28:27.404 INFO O| Dec 13 21:28:27.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6695 | 2024-12-13T21:28:29.423Z | [ recovery-image] Dec 13 21:28:27.405 INFO O| Dec 13 21:28:27.404 INFO STEP 754 (remove_files) COMPLETE |
6696 | 2024-12-13T21:28:29.423Z | [ recovery-image] Dec 13 21:28:27.405 INFO O| Dec 13 21:28:27.405 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-12-13T21:28:29.438Z | [ recovery-image] Dec 13 21:28:27.423 INFO O| Dec 13 21:28:27.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6698 | 2024-12-13T21:28:29.442Z | [ recovery-image] Dec 13 21:28:27.423 INFO O| Dec 13 21:28:27.423 INFO STEP 755 (remove_files) COMPLETE |
6699 | 2024-12-13T21:28:29.442Z | [ recovery-image] Dec 13 21:28:27.423 INFO O| Dec 13 21:28:27.423 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-12-13T21:28:29.468Z | [ recovery-image] Dec 13 21:28:27.453 INFO O| Dec 13 21:28:27.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6701 | 2024-12-13T21:28:29.468Z | [ recovery-image] Dec 13 21:28:27.453 INFO O| Dec 13 21:28:27.453 INFO STEP 756 (remove_files) COMPLETE |
6702 | 2024-12-13T21:28:29.469Z | [ recovery-image] Dec 13 21:28:27.453 INFO O| Dec 13 21:28:27.453 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-12-13T21:28:29.488Z | [ recovery-image] Dec 13 21:28:27.473 INFO O| Dec 13 21:28:27.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6704 | 2024-12-13T21:28:29.488Z | [ recovery-image] Dec 13 21:28:27.473 INFO O| Dec 13 21:28:27.473 INFO STEP 757 (remove_files) COMPLETE |
6705 | 2024-12-13T21:28:29.491Z | [ recovery-image] Dec 13 21:28:27.473 INFO O| Dec 13 21:28:27.473 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-12-13T21:28:29.526Z | [ recovery-image] Dec 13 21:28:27.511 INFO O| Dec 13 21:28:27.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6707 | 2024-12-13T21:28:29.529Z | [ recovery-image] Dec 13 21:28:27.511 INFO O| Dec 13 21:28:27.511 INFO STEP 758 (remove_files) COMPLETE |
6708 | 2024-12-13T21:28:29.529Z | [ recovery-image] Dec 13 21:28:27.511 INFO O| Dec 13 21:28:27.511 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-12-13T21:28:29.545Z | [ recovery-image] Dec 13 21:28:27.530 INFO O| Dec 13 21:28:27.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6710 | 2024-12-13T21:28:29.545Z | [ recovery-image] Dec 13 21:28:27.530 INFO O| Dec 13 21:28:27.530 INFO STEP 759 (remove_files) COMPLETE |
6711 | 2024-12-13T21:28:29.545Z | [ recovery-image] Dec 13 21:28:27.530 INFO O| Dec 13 21:28:27.530 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-12-13T21:28:29.606Z | [ recovery-image] Dec 13 21:28:27.591 INFO O| Dec 13 21:28:27.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6713 | 2024-12-13T21:28:29.610Z | [ recovery-image] Dec 13 21:28:27.591 INFO O| Dec 13 21:28:27.591 INFO STEP 760 (remove_files) COMPLETE |
6714 | 2024-12-13T21:28:29.610Z | [ recovery-image] Dec 13 21:28:27.591 INFO O| Dec 13 21:28:27.591 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-12-13T21:28:29.627Z | [ recovery-image] Dec 13 21:28:27.612 INFO O| Dec 13 21:28:27.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6716 | 2024-12-13T21:28:29.630Z | [ recovery-image] Dec 13 21:28:27.612 INFO O| Dec 13 21:28:27.612 INFO STEP 761 (remove_files) COMPLETE |
6717 | 2024-12-13T21:28:29.630Z | [ recovery-image] Dec 13 21:28:27.612 INFO O| Dec 13 21:28:27.612 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-12-13T21:28:29.646Z | [ recovery-image] Dec 13 21:28:27.630 INFO O| Dec 13 21:28:27.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6719 | 2024-12-13T21:28:29.649Z | [ recovery-image] Dec 13 21:28:27.631 INFO O| Dec 13 21:28:27.631 INFO STEP 762 (remove_files) COMPLETE |
6720 | 2024-12-13T21:28:29.649Z | [ recovery-image] Dec 13 21:28:27.631 INFO O| Dec 13 21:28:27.631 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-12-13T21:28:29.664Z | [ recovery-image] Dec 13 21:28:27.649 INFO O| Dec 13 21:28:27.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6722 | 2024-12-13T21:28:29.668Z | [ recovery-image] Dec 13 21:28:27.649 INFO O| Dec 13 21:28:27.649 INFO STEP 763 (remove_files) COMPLETE |
6723 | 2024-12-13T21:28:29.668Z | [ recovery-image] Dec 13 21:28:27.649 INFO O| Dec 13 21:28:27.649 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-12-13T21:28:29.695Z | [ recovery-image] Dec 13 21:28:27.668 INFO O| Dec 13 21:28:27.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6725 | 2024-12-13T21:28:29.699Z | [ recovery-image] Dec 13 21:28:27.668 INFO O| Dec 13 21:28:27.668 INFO STEP 764 (remove_files) COMPLETE |
6726 | 2024-12-13T21:28:29.699Z | [ recovery-image] Dec 13 21:28:27.669 INFO O| Dec 13 21:28:27.668 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-12-13T21:28:29.703Z | [ recovery-image] Dec 13 21:28:27.686 INFO O| Dec 13 21:28:27.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6728 | 2024-12-13T21:28:29.703Z | [ recovery-image] Dec 13 21:28:27.686 INFO O| Dec 13 21:28:27.686 INFO STEP 765 (remove_files) COMPLETE |
6729 | 2024-12-13T21:28:29.707Z | [ recovery-image] Dec 13 21:28:27.686 INFO O| Dec 13 21:28:27.686 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-12-13T21:28:29.730Z | [ recovery-image] Dec 13 21:28:27.705 INFO O| Dec 13 21:28:27.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6731 | 2024-12-13T21:28:29.735Z | [ recovery-image] Dec 13 21:28:27.705 INFO O| Dec 13 21:28:27.705 INFO STEP 766 (remove_files) COMPLETE |
6732 | 2024-12-13T21:28:29.735Z | [ recovery-image] Dec 13 21:28:27.705 INFO O| Dec 13 21:28:27.705 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-12-13T21:28:29.740Z | [ recovery-image] Dec 13 21:28:27.724 INFO O| Dec 13 21:28:27.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6734 | 2024-12-13T21:28:29.746Z | [ recovery-image] Dec 13 21:28:27.724 INFO O| Dec 13 21:28:27.724 INFO STEP 767 (remove_files) COMPLETE |
6735 | 2024-12-13T21:28:29.747Z | [ recovery-image] Dec 13 21:28:27.724 INFO O| Dec 13 21:28:27.724 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-12-13T21:28:29.759Z | [ recovery-image] Dec 13 21:28:27.744 INFO O| Dec 13 21:28:27.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6737 | 2024-12-13T21:28:29.762Z | [ recovery-image] Dec 13 21:28:27.744 INFO O| Dec 13 21:28:27.744 INFO STEP 768 (remove_files) COMPLETE |
6738 | 2024-12-13T21:28:29.762Z | [ recovery-image] Dec 13 21:28:27.744 INFO O| Dec 13 21:28:27.744 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-12-13T21:28:29.778Z | [ recovery-image] Dec 13 21:28:27.763 INFO O| Dec 13 21:28:27.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6740 | 2024-12-13T21:28:29.782Z | [ recovery-image] Dec 13 21:28:27.763 INFO O| Dec 13 21:28:27.763 INFO STEP 769 (remove_files) COMPLETE |
6741 | 2024-12-13T21:28:29.782Z | [ recovery-image] Dec 13 21:28:27.763 INFO O| Dec 13 21:28:27.763 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-12-13T21:28:29.798Z | [ recovery-image] Dec 13 21:28:27.783 INFO O| Dec 13 21:28:27.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6743 | 2024-12-13T21:28:29.801Z | [ recovery-image] Dec 13 21:28:27.783 INFO O| Dec 13 21:28:27.783 INFO STEP 770 (remove_files) COMPLETE |
6744 | 2024-12-13T21:28:29.801Z | [ recovery-image] Dec 13 21:28:27.783 INFO O| Dec 13 21:28:27.783 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-12-13T21:28:29.829Z | [ recovery-image] Dec 13 21:28:27.812 INFO O| Dec 13 21:28:27.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6746 | 2024-12-13T21:28:29.829Z | [ recovery-image] Dec 13 21:28:27.812 INFO O| Dec 13 21:28:27.812 INFO STEP 771 (remove_files) COMPLETE |
6747 | 2024-12-13T21:28:29.832Z | [ recovery-image] Dec 13 21:28:27.812 INFO O| Dec 13 21:28:27.812 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-12-13T21:28:29.887Z | [ recovery-image] Dec 13 21:28:27.872 INFO O| Dec 13 21:28:27.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6749 | 2024-12-13T21:28:29.887Z | [ recovery-image] Dec 13 21:28:27.872 INFO O| Dec 13 21:28:27.872 INFO STEP 772 (remove_files) COMPLETE |
6750 | 2024-12-13T21:28:29.887Z | [ recovery-image] Dec 13 21:28:27.872 INFO O| Dec 13 21:28:27.872 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-12-13T21:28:29.923Z | [ recovery-image] Dec 13 21:28:27.908 INFO O| Dec 13 21:28:27.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6752 | 2024-12-13T21:28:29.923Z | [ recovery-image] Dec 13 21:28:27.908 INFO O| Dec 13 21:28:27.908 INFO STEP 773 (remove_files) COMPLETE |
6753 | 2024-12-13T21:28:29.923Z | [ recovery-image] Dec 13 21:28:27.908 INFO O| Dec 13 21:28:27.908 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-12-13T21:28:29.943Z | [ recovery-image] Dec 13 21:28:27.928 INFO O| Dec 13 21:28:27.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6755 | 2024-12-13T21:28:29.943Z | [ recovery-image] Dec 13 21:28:27.928 INFO O| Dec 13 21:28:27.928 INFO STEP 774 (remove_files) COMPLETE |
6756 | 2024-12-13T21:28:29.943Z | [ recovery-image] Dec 13 21:28:27.928 INFO O| Dec 13 21:28:27.928 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-12-13T21:28:29.961Z | [ recovery-image] Dec 13 21:28:27.945 INFO O| Dec 13 21:28:27.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6758 | 2024-12-13T21:28:29.961Z | [ recovery-image] Dec 13 21:28:27.946 INFO O| Dec 13 21:28:27.945 INFO STEP 775 (remove_files) COMPLETE |
6759 | 2024-12-13T21:28:29.961Z | [ recovery-image] Dec 13 21:28:27.946 INFO O| Dec 13 21:28:27.946 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-12-13T21:28:29.978Z | [ recovery-image] Dec 13 21:28:27.963 INFO O| Dec 13 21:28:27.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6761 | 2024-12-13T21:28:29.978Z | [ recovery-image] Dec 13 21:28:27.963 INFO O| Dec 13 21:28:27.963 INFO STEP 776 (remove_files) COMPLETE |
6762 | 2024-12-13T21:28:29.982Z | [ recovery-image] Dec 13 21:28:27.963 INFO O| Dec 13 21:28:27.963 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-12-13T21:28:29.996Z | [ recovery-image] Dec 13 21:28:27.981 INFO O| Dec 13 21:28:27.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6764 | 2024-12-13T21:28:29.996Z | [ recovery-image] Dec 13 21:28:27.981 INFO O| Dec 13 21:28:27.981 INFO STEP 777 (remove_files) COMPLETE |
6765 | 2024-12-13T21:28:29.996Z | [ recovery-image] Dec 13 21:28:27.981 INFO O| Dec 13 21:28:27.981 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-12-13T21:28:30.028Z | [ recovery-image] Dec 13 21:28:28.012 INFO O| Dec 13 21:28:28.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6767 | 2024-12-13T21:28:30.031Z | [ recovery-image] Dec 13 21:28:28.013 INFO O| Dec 13 21:28:28.012 INFO STEP 778 (remove_files) COMPLETE |
6768 | 2024-12-13T21:28:30.031Z | [ recovery-image] Dec 13 21:28:28.013 INFO O| Dec 13 21:28:28.013 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-12-13T21:28:30.049Z | [ recovery-image] Dec 13 21:28:28.033 INFO O| Dec 13 21:28:28.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6770 | 2024-12-13T21:28:30.052Z | [ recovery-image] Dec 13 21:28:28.033 INFO O| Dec 13 21:28:28.033 INFO STEP 779 (remove_files) COMPLETE |
6771 | 2024-12-13T21:28:30.052Z | [ recovery-image] Dec 13 21:28:28.034 INFO O| Dec 13 21:28:28.033 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-12-13T21:28:30.086Z | [ recovery-image] Dec 13 21:28:28.071 INFO O| Dec 13 21:28:28.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6773 | 2024-12-13T21:28:30.090Z | [ recovery-image] Dec 13 21:28:28.071 INFO O| Dec 13 21:28:28.071 INFO STEP 780 (remove_files) COMPLETE |
6774 | 2024-12-13T21:28:30.090Z | [ recovery-image] Dec 13 21:28:28.071 INFO O| Dec 13 21:28:28.071 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-12-13T21:28:30.128Z | [ recovery-image] Dec 13 21:28:28.113 INFO O| Dec 13 21:28:28.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6776 | 2024-12-13T21:28:30.132Z | [ recovery-image] Dec 13 21:28:28.113 INFO O| Dec 13 21:28:28.113 INFO STEP 781 (remove_files) COMPLETE |
6777 | 2024-12-13T21:28:30.132Z | [ recovery-image] Dec 13 21:28:28.114 INFO O| Dec 13 21:28:28.113 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-12-13T21:28:30.148Z | [ recovery-image] Dec 13 21:28:28.132 INFO O| Dec 13 21:28:28.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6779 | 2024-12-13T21:28:30.148Z | [ recovery-image] Dec 13 21:28:28.132 INFO O| Dec 13 21:28:28.132 INFO STEP 782 (remove_files) COMPLETE |
6780 | 2024-12-13T21:28:30.149Z | [ recovery-image] Dec 13 21:28:28.132 INFO O| Dec 13 21:28:28.132 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-12-13T21:28:30.173Z | [ recovery-image] Dec 13 21:28:28.157 INFO O| Dec 13 21:28:28.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6782 | 2024-12-13T21:28:30.173Z | [ recovery-image] Dec 13 21:28:28.157 INFO O| Dec 13 21:28:28.157 INFO STEP 783 (remove_files) COMPLETE |
6783 | 2024-12-13T21:28:30.176Z | [ recovery-image] Dec 13 21:28:28.157 INFO O| Dec 13 21:28:28.157 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-12-13T21:28:30.206Z | [ recovery-image] Dec 13 21:28:28.191 INFO O| Dec 13 21:28:28.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6785 | 2024-12-13T21:28:30.206Z | [ recovery-image] Dec 13 21:28:28.191 INFO O| Dec 13 21:28:28.191 INFO STEP 784 (remove_files) COMPLETE |
6786 | 2024-12-13T21:28:30.210Z | [ recovery-image] Dec 13 21:28:28.191 INFO O| Dec 13 21:28:28.191 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-13T21:28:30.301Z | [ recovery-image] Dec 13 21:28:28.286 INFO O| Dec 13 21:28:28.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6788 | 2024-12-13T21:28:30.304Z | [ recovery-image] Dec 13 21:28:28.286 INFO O| Dec 13 21:28:28.286 INFO STEP 785 (remove_files) COMPLETE |
6789 | 2024-12-13T21:28:30.304Z | [ recovery-image] Dec 13 21:28:28.286 INFO O| Dec 13 21:28:28.286 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-12-13T21:28:30.323Z | [ recovery-image] Dec 13 21:28:28.307 INFO O| Dec 13 21:28:28.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6791 | 2024-12-13T21:28:30.323Z | [ recovery-image] Dec 13 21:28:28.307 INFO O| Dec 13 21:28:28.307 INFO STEP 786 (remove_files) COMPLETE |
6792 | 2024-12-13T21:28:30.323Z | [ recovery-image] Dec 13 21:28:28.307 INFO O| Dec 13 21:28:28.307 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-12-13T21:28:30.354Z | [ recovery-image] Dec 13 21:28:28.339 INFO O| Dec 13 21:28:28.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6794 | 2024-12-13T21:28:30.357Z | [ recovery-image] Dec 13 21:28:28.339 INFO O| Dec 13 21:28:28.339 INFO STEP 787 (remove_files) COMPLETE |
6795 | 2024-12-13T21:28:30.357Z | [ recovery-image] Dec 13 21:28:28.339 INFO O| Dec 13 21:28:28.339 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-13T21:28:30.373Z | [ recovery-image] Dec 13 21:28:28.358 INFO O| Dec 13 21:28:28.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6797 | 2024-12-13T21:28:30.376Z | [ recovery-image] Dec 13 21:28:28.358 INFO O| Dec 13 21:28:28.358 INFO STEP 788 (remove_files) COMPLETE |
6798 | 2024-12-13T21:28:30.376Z | [ recovery-image] Dec 13 21:28:28.358 INFO O| Dec 13 21:28:28.358 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-13T21:28:30.393Z | [ recovery-image] Dec 13 21:28:28.377 INFO O| Dec 13 21:28:28.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6800 | 2024-12-13T21:28:30.398Z | [ recovery-image] Dec 13 21:28:28.378 INFO O| Dec 13 21:28:28.378 INFO STEP 789 (remove_files) COMPLETE |
6801 | 2024-12-13T21:28:30.398Z | [ recovery-image] Dec 13 21:28:28.378 INFO O| Dec 13 21:28:28.378 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-13T21:28:30.427Z | [ recovery-image] Dec 13 21:28:28.400 INFO O| Dec 13 21:28:28.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6803 | 2024-12-13T21:28:30.427Z | [ recovery-image] Dec 13 21:28:28.400 INFO O| Dec 13 21:28:28.400 INFO STEP 790 (remove_files) COMPLETE |
6804 | 2024-12-13T21:28:30.427Z | [ recovery-image] Dec 13 21:28:28.400 INFO O| Dec 13 21:28:28.400 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-13T21:28:30.442Z | [ recovery-image] Dec 13 21:28:28.419 INFO O| Dec 13 21:28:28.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6806 | 2024-12-13T21:28:30.442Z | [ recovery-image] Dec 13 21:28:28.419 INFO O| Dec 13 21:28:28.419 INFO STEP 791 (remove_files) COMPLETE |
6807 | 2024-12-13T21:28:30.442Z | [ recovery-image] Dec 13 21:28:28.419 INFO O| Dec 13 21:28:28.419 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-13T21:28:30.454Z | [ recovery-image] Dec 13 21:28:28.438 INFO O| Dec 13 21:28:28.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6809 | 2024-12-13T21:28:30.454Z | [ recovery-image] Dec 13 21:28:28.438 INFO O| Dec 13 21:28:28.438 INFO STEP 792 (remove_files) COMPLETE |
6810 | 2024-12-13T21:28:30.454Z | [ recovery-image] Dec 13 21:28:28.438 INFO O| Dec 13 21:28:28.438 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-13T21:28:30.473Z | [ recovery-image] Dec 13 21:28:28.457 INFO O| Dec 13 21:28:28.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6812 | 2024-12-13T21:28:30.473Z | [ recovery-image] Dec 13 21:28:28.457 INFO O| Dec 13 21:28:28.457 INFO STEP 793 (remove_files) COMPLETE |
6813 | 2024-12-13T21:28:30.476Z | [ recovery-image] Dec 13 21:28:28.458 INFO O| Dec 13 21:28:28.457 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-13T21:28:30.491Z | [ recovery-image] Dec 13 21:28:28.476 INFO O| Dec 13 21:28:28.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6815 | 2024-12-13T21:28:30.491Z | [ recovery-image] Dec 13 21:28:28.476 INFO O| Dec 13 21:28:28.476 INFO STEP 794 (remove_files) COMPLETE |
6816 | 2024-12-13T21:28:30.491Z | [ recovery-image] Dec 13 21:28:28.476 INFO O| Dec 13 21:28:28.476 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-12-13T21:28:30.510Z | [ recovery-image] Dec 13 21:28:28.494 INFO O| Dec 13 21:28:28.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6818 | 2024-12-13T21:28:30.510Z | [ recovery-image] Dec 13 21:28:28.495 INFO O| Dec 13 21:28:28.495 INFO STEP 795 (remove_files) COMPLETE |
6819 | 2024-12-13T21:28:30.514Z | [ recovery-image] Dec 13 21:28:28.495 INFO O| Dec 13 21:28:28.495 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-13T21:28:30.529Z | [ recovery-image] Dec 13 21:28:28.514 INFO O| Dec 13 21:28:28.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6821 | 2024-12-13T21:28:30.529Z | [ recovery-image] Dec 13 21:28:28.514 INFO O| Dec 13 21:28:28.514 INFO STEP 796 (remove_files) COMPLETE |
6822 | 2024-12-13T21:28:30.529Z | [ recovery-image] Dec 13 21:28:28.514 INFO O| Dec 13 21:28:28.514 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-13T21:28:30.571Z | [ recovery-image] Dec 13 21:28:28.555 INFO O| Dec 13 21:28:28.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6824 | 2024-12-13T21:28:30.571Z | [ recovery-image] Dec 13 21:28:28.555 INFO O| Dec 13 21:28:28.555 INFO STEP 797 (remove_files) COMPLETE |
6825 | 2024-12-13T21:28:30.574Z | [ recovery-image] Dec 13 21:28:28.556 INFO O| Dec 13 21:28:28.555 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-13T21:28:30.592Z | [ recovery-image] Dec 13 21:28:28.576 INFO O| Dec 13 21:28:28.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6827 | 2024-12-13T21:28:30.592Z | [ recovery-image] Dec 13 21:28:28.576 INFO O| Dec 13 21:28:28.576 INFO STEP 798 (remove_files) COMPLETE |
6828 | 2024-12-13T21:28:30.592Z | [ recovery-image] Dec 13 21:28:28.576 INFO O| Dec 13 21:28:28.576 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-13T21:28:30.631Z | [ recovery-image] Dec 13 21:28:28.615 INFO O| Dec 13 21:28:28.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6830 | 2024-12-13T21:28:30.632Z | [ recovery-image] Dec 13 21:28:28.615 INFO O| Dec 13 21:28:28.615 INFO STEP 799 (remove_files) COMPLETE |
6831 | 2024-12-13T21:28:30.632Z | [ recovery-image] Dec 13 21:28:28.615 INFO O| Dec 13 21:28:28.615 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-13T21:28:30.652Z | [ recovery-image] Dec 13 21:28:28.636 INFO O| Dec 13 21:28:28.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6833 | 2024-12-13T21:28:30.655Z | [ recovery-image] Dec 13 21:28:28.636 INFO O| Dec 13 21:28:28.636 INFO STEP 800 (remove_files) COMPLETE |
6834 | 2024-12-13T21:28:30.655Z | [ recovery-image] Dec 13 21:28:28.636 INFO O| Dec 13 21:28:28.636 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-13T21:28:30.680Z | [ recovery-image] Dec 13 21:28:28.664 INFO O| Dec 13 21:28:28.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6836 | 2024-12-13T21:28:30.680Z | [ recovery-image] Dec 13 21:28:28.664 INFO O| Dec 13 21:28:28.664 INFO STEP 801 (remove_files) COMPLETE |
6837 | 2024-12-13T21:28:30.684Z | [ recovery-image] Dec 13 21:28:28.664 INFO O| Dec 13 21:28:28.664 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-13T21:28:30.703Z | [ recovery-image] Dec 13 21:28:28.686 INFO O| Dec 13 21:28:28.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6839 | 2024-12-13T21:28:30.703Z | [ recovery-image] Dec 13 21:28:28.686 INFO O| Dec 13 21:28:28.686 INFO STEP 802 (remove_files) COMPLETE |
6840 | 2024-12-13T21:28:30.708Z | [ recovery-image] Dec 13 21:28:28.686 INFO O| Dec 13 21:28:28.686 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-13T21:28:30.721Z | [ recovery-image] Dec 13 21:28:28.706 INFO O| Dec 13 21:28:28.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6842 | 2024-12-13T21:28:30.721Z | [ recovery-image] Dec 13 21:28:28.706 INFO O| Dec 13 21:28:28.706 INFO STEP 803 (remove_files) COMPLETE |
6843 | 2024-12-13T21:28:30.725Z | [ recovery-image] Dec 13 21:28:28.706 INFO O| Dec 13 21:28:28.706 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-13T21:28:30.742Z | [ recovery-image] Dec 13 21:28:28.726 INFO O| Dec 13 21:28:28.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6845 | 2024-12-13T21:28:30.742Z | [ recovery-image] Dec 13 21:28:28.726 INFO O| Dec 13 21:28:28.726 INFO STEP 804 (remove_files) COMPLETE |
6846 | 2024-12-13T21:28:30.745Z | [ recovery-image] Dec 13 21:28:28.726 INFO O| Dec 13 21:28:28.726 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-13T21:28:30.786Z | [ recovery-image] Dec 13 21:28:28.770 INFO O| Dec 13 21:28:28.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6848 | 2024-12-13T21:28:30.786Z | [ recovery-image] Dec 13 21:28:28.770 INFO O| Dec 13 21:28:28.770 INFO STEP 805 (remove_files) COMPLETE |
6849 | 2024-12-13T21:28:30.789Z | [ recovery-image] Dec 13 21:28:28.770 INFO O| Dec 13 21:28:28.770 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-13T21:28:30.821Z | [ recovery-image] Dec 13 21:28:28.806 INFO O| Dec 13 21:28:28.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6851 | 2024-12-13T21:28:30.821Z | [ recovery-image] Dec 13 21:28:28.806 INFO O| Dec 13 21:28:28.806 INFO STEP 806 (remove_files) COMPLETE |
6852 | 2024-12-13T21:28:30.821Z | [ recovery-image] Dec 13 21:28:28.806 INFO O| Dec 13 21:28:28.806 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-13T21:28:30.891Z | [ recovery-image] Dec 13 21:28:28.875 INFO O| Dec 13 21:28:28.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6854 | 2024-12-13T21:28:30.891Z | [ recovery-image] Dec 13 21:28:28.875 INFO O| Dec 13 21:28:28.875 INFO STEP 807 (remove_files) COMPLETE |
6855 | 2024-12-13T21:28:30.891Z | [ recovery-image] Dec 13 21:28:28.875 INFO O| Dec 13 21:28:28.875 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-13T21:28:31.014Z | [ recovery-image] Dec 13 21:28:28.945 INFO O| Dec 13 21:28:28.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6857 | 2024-12-13T21:28:31.014Z | [ recovery-image] Dec 13 21:28:28.946 INFO O| Dec 13 21:28:28.935 INFO STEP 808 (remove_files) COMPLETE |
6858 | 2024-12-13T21:28:31.014Z | [ recovery-image] Dec 13 21:28:28.946 INFO O| Dec 13 21:28:28.935 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-13T21:28:31.035Z | [ recovery-image] Dec 13 21:28:29.000 INFO O| Dec 13 21:28:29.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6860 | 2024-12-13T21:28:31.035Z | [ recovery-image] Dec 13 21:28:29.000 INFO O| Dec 13 21:28:29.000 INFO STEP 809 (remove_files) COMPLETE |
6861 | 2024-12-13T21:28:31.035Z | [ recovery-image] Dec 13 21:28:29.000 INFO O| Dec 13 21:28:29.000 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-13T21:28:31.039Z | [ recovery-image] Dec 13 21:28:29.021 INFO O| Dec 13 21:28:29.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6863 | 2024-12-13T21:28:31.039Z | [ recovery-image] Dec 13 21:28:29.021 INFO O| Dec 13 21:28:29.021 INFO STEP 810 (remove_files) COMPLETE |
6864 | 2024-12-13T21:28:31.039Z | [ recovery-image] Dec 13 21:28:29.021 INFO O| Dec 13 21:28:29.021 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-13T21:28:31.081Z | [ recovery-image] Dec 13 21:28:29.065 INFO O| Dec 13 21:28:29.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6866 | 2024-12-13T21:28:31.084Z | [ recovery-image] Dec 13 21:28:29.065 INFO O| Dec 13 21:28:29.065 INFO STEP 811 (remove_files) COMPLETE |
6867 | 2024-12-13T21:28:31.084Z | [ recovery-image] Dec 13 21:28:29.066 INFO O| Dec 13 21:28:29.065 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-13T21:28:31.101Z | [ recovery-image] Dec 13 21:28:29.085 INFO O| Dec 13 21:28:29.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6869 | 2024-12-13T21:28:31.101Z | [ recovery-image] Dec 13 21:28:29.086 INFO O| Dec 13 21:28:29.085 INFO STEP 812 (remove_files) COMPLETE |
6870 | 2024-12-13T21:28:31.101Z | [ recovery-image] Dec 13 21:28:29.086 INFO O| Dec 13 21:28:29.086 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-12-13T21:28:31.118Z | [ recovery-image] Dec 13 21:28:29.102 INFO O| Dec 13 21:28:29.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6872 | 2024-12-13T21:28:31.118Z | [ recovery-image] Dec 13 21:28:29.103 INFO O| Dec 13 21:28:29.103 INFO STEP 813 (remove_files) COMPLETE |
6873 | 2024-12-13T21:28:31.121Z | [ recovery-image] Dec 13 21:28:29.103 INFO O| Dec 13 21:28:29.103 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-12-13T21:28:31.143Z | [ recovery-image] Dec 13 21:28:29.126 INFO O| Dec 13 21:28:29.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6875 | 2024-12-13T21:28:31.143Z | [ recovery-image] Dec 13 21:28:29.126 INFO O| Dec 13 21:28:29.126 INFO STEP 814 (remove_files) COMPLETE |
6876 | 2024-12-13T21:28:31.143Z | [ recovery-image] Dec 13 21:28:29.126 INFO O| Dec 13 21:28:29.126 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-12-13T21:28:31.160Z | [ recovery-image] Dec 13 21:28:29.144 INFO O| Dec 13 21:28:29.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6878 | 2024-12-13T21:28:31.160Z | [ recovery-image] Dec 13 21:28:29.144 INFO O| Dec 13 21:28:29.144 INFO STEP 815 (remove_files) COMPLETE |
6879 | 2024-12-13T21:28:31.160Z | [ recovery-image] Dec 13 21:28:29.144 INFO O| Dec 13 21:28:29.144 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-12-13T21:28:31.195Z | [ recovery-image] Dec 13 21:28:29.179 INFO O| Dec 13 21:28:29.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6881 | 2024-12-13T21:28:31.196Z | [ recovery-image] Dec 13 21:28:29.179 INFO O| Dec 13 21:28:29.179 INFO STEP 816 (remove_files) COMPLETE |
6882 | 2024-12-13T21:28:31.202Z | [ recovery-image] Dec 13 21:28:29.179 INFO O| Dec 13 21:28:29.179 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-12-13T21:28:31.239Z | [ recovery-image] Dec 13 21:28:29.223 INFO O| Dec 13 21:28:29.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6884 | 2024-12-13T21:28:31.239Z | [ recovery-image] Dec 13 21:28:29.223 INFO O| Dec 13 21:28:29.223 INFO STEP 817 (remove_files) COMPLETE |
6885 | 2024-12-13T21:28:31.239Z | [ recovery-image] Dec 13 21:28:29.223 INFO O| Dec 13 21:28:29.223 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-12-13T21:28:31.257Z | [ recovery-image] Dec 13 21:28:29.242 INFO O| Dec 13 21:28:29.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6887 | 2024-12-13T21:28:31.257Z | [ recovery-image] Dec 13 21:28:29.242 INFO O| Dec 13 21:28:29.242 INFO STEP 818 (remove_files) COMPLETE |
6888 | 2024-12-13T21:28:31.257Z | [ recovery-image] Dec 13 21:28:29.242 INFO O| Dec 13 21:28:29.242 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-12-13T21:28:31.332Z | [ recovery-image] Dec 13 21:28:29.317 INFO O| Dec 13 21:28:29.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6890 | 2024-12-13T21:28:31.332Z | [ recovery-image] Dec 13 21:28:29.317 INFO O| Dec 13 21:28:29.317 INFO STEP 819 (remove_files) COMPLETE |
6891 | 2024-12-13T21:28:31.332Z | [ recovery-image] Dec 13 21:28:29.317 INFO O| Dec 13 21:28:29.317 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-12-13T21:28:31.366Z | [ recovery-image] Dec 13 21:28:29.350 INFO O| Dec 13 21:28:29.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6893 | 2024-12-13T21:28:31.366Z | [ recovery-image] Dec 13 21:28:29.350 INFO O| Dec 13 21:28:29.350 INFO STEP 820 (remove_files) COMPLETE |
6894 | 2024-12-13T21:28:31.367Z | [ recovery-image] Dec 13 21:28:29.350 INFO O| Dec 13 21:28:29.350 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-12-13T21:28:31.386Z | [ recovery-image] Dec 13 21:28:29.369 INFO O| Dec 13 21:28:29.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6896 | 2024-12-13T21:28:31.386Z | [ recovery-image] Dec 13 21:28:29.369 INFO O| Dec 13 21:28:29.369 INFO STEP 821 (remove_files) COMPLETE |
6897 | 2024-12-13T21:28:31.386Z | [ recovery-image] Dec 13 21:28:29.369 INFO O| Dec 13 21:28:29.369 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-12-13T21:28:31.402Z | [ recovery-image] Dec 13 21:28:29.387 INFO O| Dec 13 21:28:29.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6899 | 2024-12-13T21:28:31.447Z | [ recovery-image] Dec 13 21:28:29.387 INFO O| Dec 13 21:28:29.387 INFO STEP 822 (remove_files) COMPLETE |
6900 | 2024-12-13T21:28:31.447Z | [ recovery-image] Dec 13 21:28:29.387 INFO O| Dec 13 21:28:29.387 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-12-13T21:28:31.470Z | [ recovery-image] Dec 13 21:28:29.454 INFO O| Dec 13 21:28:29.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6902 | 2024-12-13T21:28:31.470Z | [ recovery-image] Dec 13 21:28:29.454 INFO O| Dec 13 21:28:29.454 INFO STEP 823 (remove_files) COMPLETE |
6903 | 2024-12-13T21:28:31.470Z | [ recovery-image] Dec 13 21:28:29.454 INFO O| Dec 13 21:28:29.454 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-12-13T21:28:31.489Z | [ recovery-image] Dec 13 21:28:29.473 INFO O| Dec 13 21:28:29.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6905 | 2024-12-13T21:28:31.489Z | [ recovery-image] Dec 13 21:28:29.474 INFO O| Dec 13 21:28:29.473 INFO STEP 824 (remove_files) COMPLETE |
6906 | 2024-12-13T21:28:31.495Z | [ recovery-image] Dec 13 21:28:29.474 INFO O| Dec 13 21:28:29.474 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-12-13T21:28:31.510Z | [ recovery-image] Dec 13 21:28:29.492 INFO O| Dec 13 21:28:29.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6908 | 2024-12-13T21:28:31.514Z | [ recovery-image] Dec 13 21:28:29.492 INFO O| Dec 13 21:28:29.492 INFO STEP 825 (remove_files) COMPLETE |
6909 | 2024-12-13T21:28:31.514Z | [ recovery-image] Dec 13 21:28:29.492 INFO O| Dec 13 21:28:29.492 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-12-13T21:28:31.526Z | [ recovery-image] Dec 13 21:28:29.510 INFO O| Dec 13 21:28:29.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6911 | 2024-12-13T21:28:31.532Z | [ recovery-image] Dec 13 21:28:29.511 INFO O| Dec 13 21:28:29.511 INFO STEP 826 (remove_files) COMPLETE |
6912 | 2024-12-13T21:28:31.532Z | [ recovery-image] Dec 13 21:28:29.511 INFO O| Dec 13 21:28:29.511 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-12-13T21:28:31.545Z | [ recovery-image] Dec 13 21:28:29.529 INFO O| Dec 13 21:28:29.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6914 | 2024-12-13T21:28:31.545Z | [ recovery-image] Dec 13 21:28:29.529 INFO O| Dec 13 21:28:29.529 INFO STEP 827 (remove_files) COMPLETE |
6915 | 2024-12-13T21:28:31.545Z | [ recovery-image] Dec 13 21:28:29.529 INFO O| Dec 13 21:28:29.529 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-12-13T21:28:31.564Z | [ recovery-image] Dec 13 21:28:29.549 INFO O| Dec 13 21:28:29.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6917 | 2024-12-13T21:28:31.564Z | [ recovery-image] Dec 13 21:28:29.549 INFO O| Dec 13 21:28:29.549 INFO STEP 828 (remove_files) COMPLETE |
6918 | 2024-12-13T21:28:31.569Z | [ recovery-image] Dec 13 21:28:29.549 INFO O| Dec 13 21:28:29.549 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-12-13T21:28:31.595Z | [ recovery-image] Dec 13 21:28:29.579 INFO O| Dec 13 21:28:29.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6920 | 2024-12-13T21:28:31.617Z | [ recovery-image] Dec 13 21:28:29.600 INFO O| Dec 13 21:28:29.600 INFO STEP 829 (remove_files) COMPLETE |
6921 | 2024-12-13T21:28:31.617Z | [ recovery-image] Dec 13 21:28:29.600 INFO O| Dec 13 21:28:29.600 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-12-13T21:28:31.684Z | [ recovery-image] Dec 13 21:28:29.669 INFO O| Dec 13 21:28:29.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6923 | 2024-12-13T21:28:31.685Z | [ recovery-image] Dec 13 21:28:29.669 INFO O| Dec 13 21:28:29.669 INFO STEP 830 (remove_files) COMPLETE |
6924 | 2024-12-13T21:28:31.689Z | [ recovery-image] Dec 13 21:28:29.669 INFO O| Dec 13 21:28:29.669 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-12-13T21:28:31.703Z | [ recovery-image] Dec 13 21:28:29.687 INFO O| Dec 13 21:28:29.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6926 | 2024-12-13T21:28:31.705Z | [ recovery-image] Dec 13 21:28:29.687 INFO O| Dec 13 21:28:29.687 INFO STEP 831 (remove_files) COMPLETE |
6927 | 2024-12-13T21:28:31.706Z | [ recovery-image] Dec 13 21:28:29.687 INFO O| Dec 13 21:28:29.687 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-12-13T21:28:31.719Z | [ recovery-image] Dec 13 21:28:29.704 INFO O| Dec 13 21:28:29.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6929 | 2024-12-13T21:28:31.722Z | [ recovery-image] Dec 13 21:28:29.704 INFO O| Dec 13 21:28:29.704 INFO STEP 832 (remove_files) COMPLETE |
6930 | 2024-12-13T21:28:31.722Z | [ recovery-image] Dec 13 21:28:29.704 INFO O| Dec 13 21:28:29.704 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-12-13T21:28:31.737Z | [ recovery-image] Dec 13 21:28:29.719 INFO O| Dec 13 21:28:29.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6932 | 2024-12-13T21:28:31.737Z | [ recovery-image] Dec 13 21:28:29.720 INFO O| Dec 13 21:28:29.720 INFO STEP 833 (remove_files) COMPLETE |
6933 | 2024-12-13T21:28:31.741Z | [ recovery-image] Dec 13 21:28:29.720 INFO O| Dec 13 21:28:29.720 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-12-13T21:28:31.753Z | [ recovery-image] Dec 13 21:28:29.737 INFO O| Dec 13 21:28:29.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6935 | 2024-12-13T21:28:31.758Z | [ recovery-image] Dec 13 21:28:29.738 INFO O| Dec 13 21:28:29.738 INFO STEP 834 (remove_files) COMPLETE |
6936 | 2024-12-13T21:28:31.758Z | [ recovery-image] Dec 13 21:28:29.738 INFO O| Dec 13 21:28:29.738 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-12-13T21:28:31.771Z | [ recovery-image] Dec 13 21:28:29.756 INFO O| Dec 13 21:28:29.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6938 | 2024-12-13T21:28:31.771Z | [ recovery-image] Dec 13 21:28:29.756 INFO O| Dec 13 21:28:29.756 INFO STEP 835 (remove_files) COMPLETE |
6939 | 2024-12-13T21:28:31.775Z | [ recovery-image] Dec 13 21:28:29.756 INFO O| Dec 13 21:28:29.756 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-12-13T21:28:31.787Z | [ recovery-image] Dec 13 21:28:29.772 INFO O| Dec 13 21:28:29.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6941 | 2024-12-13T21:28:31.787Z | [ recovery-image] Dec 13 21:28:29.772 INFO O| Dec 13 21:28:29.772 INFO STEP 836 (remove_files) COMPLETE |
6942 | 2024-12-13T21:28:31.790Z | [ recovery-image] Dec 13 21:28:29.772 INFO O| Dec 13 21:28:29.772 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-12-13T21:28:31.803Z | [ recovery-image] Dec 13 21:28:29.788 INFO O| Dec 13 21:28:29.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6944 | 2024-12-13T21:28:31.803Z | [ recovery-image] Dec 13 21:28:29.788 INFO O| Dec 13 21:28:29.788 INFO STEP 837 (remove_files) COMPLETE |
6945 | 2024-12-13T21:28:31.806Z | [ recovery-image] Dec 13 21:28:29.788 INFO O| Dec 13 21:28:29.788 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-12-13T21:28:31.820Z | [ recovery-image] Dec 13 21:28:29.804 INFO O| Dec 13 21:28:29.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6947 | 2024-12-13T21:28:31.823Z | [ recovery-image] Dec 13 21:28:29.804 INFO O| Dec 13 21:28:29.804 INFO STEP 838 (remove_files) COMPLETE |
6948 | 2024-12-13T21:28:31.823Z | [ recovery-image] Dec 13 21:28:29.804 INFO O| Dec 13 21:28:29.804 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-12-13T21:28:31.851Z | [ recovery-image] Dec 13 21:28:29.835 INFO O| Dec 13 21:28:29.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6950 | 2024-12-13T21:28:31.854Z | [ recovery-image] Dec 13 21:28:29.836 INFO O| Dec 13 21:28:29.835 INFO STEP 839 (remove_files) COMPLETE |
6951 | 2024-12-13T21:28:31.854Z | [ recovery-image] Dec 13 21:28:29.836 INFO O| Dec 13 21:28:29.836 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-12-13T21:28:31.870Z | [ recovery-image] Dec 13 21:28:29.854 INFO O| Dec 13 21:28:29.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6953 | 2024-12-13T21:28:31.873Z | [ recovery-image] Dec 13 21:28:29.855 INFO O| Dec 13 21:28:29.854 INFO STEP 840 (remove_files) COMPLETE |
6954 | 2024-12-13T21:28:31.873Z | [ recovery-image] Dec 13 21:28:29.855 INFO O| Dec 13 21:28:29.855 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-12-13T21:28:31.888Z | [ recovery-image] Dec 13 21:28:29.872 INFO O| Dec 13 21:28:29.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6956 | 2024-12-13T21:28:31.888Z | [ recovery-image] Dec 13 21:28:29.872 INFO O| Dec 13 21:28:29.872 INFO STEP 841 (remove_files) COMPLETE |
6957 | 2024-12-13T21:28:31.891Z | [ recovery-image] Dec 13 21:28:29.872 INFO O| Dec 13 21:28:29.872 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-12-13T21:28:31.912Z | [ recovery-image] Dec 13 21:28:29.890 INFO O| Dec 13 21:28:29.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6959 | 2024-12-13T21:28:31.912Z | [ recovery-image] Dec 13 21:28:29.890 INFO O| Dec 13 21:28:29.890 INFO STEP 842 (remove_files) COMPLETE |
6960 | 2024-12-13T21:28:31.912Z | [ recovery-image] Dec 13 21:28:29.890 INFO O| Dec 13 21:28:29.890 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-12-13T21:28:31.946Z | [ recovery-image] Dec 13 21:28:29.930 INFO O| Dec 13 21:28:29.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6962 | 2024-12-13T21:28:31.957Z | [ recovery-image] Dec 13 21:28:29.930 INFO O| Dec 13 21:28:29.930 INFO STEP 843 (remove_files) COMPLETE |
6963 | 2024-12-13T21:28:31.957Z | [ recovery-image] Dec 13 21:28:29.930 INFO O| Dec 13 21:28:29.930 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-12-13T21:28:31.965Z | [ recovery-image] Dec 13 21:28:29.950 INFO O| Dec 13 21:28:29.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6965 | 2024-12-13T21:28:31.968Z | [ recovery-image] Dec 13 21:28:29.950 INFO O| Dec 13 21:28:29.950 INFO STEP 844 (remove_files) COMPLETE |
6966 | 2024-12-13T21:28:31.968Z | [ recovery-image] Dec 13 21:28:29.950 INFO O| Dec 13 21:28:29.950 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-12-13T21:28:32.012Z | [ recovery-image] Dec 13 21:28:29.994 INFO O| Dec 13 21:28:29.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6968 | 2024-12-13T21:28:32.015Z | [ recovery-image] Dec 13 21:28:29.994 INFO O| Dec 13 21:28:29.994 INFO STEP 845 (remove_files) COMPLETE |
6969 | 2024-12-13T21:28:32.015Z | [ recovery-image] Dec 13 21:28:29.994 INFO O| Dec 13 21:28:29.994 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-12-13T21:28:32.029Z | [ recovery-image] Dec 13 21:28:30.013 INFO O| Dec 13 21:28:30.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6971 | 2024-12-13T21:28:32.032Z | [ recovery-image] Dec 13 21:28:30.013 INFO O| Dec 13 21:28:30.013 INFO STEP 846 (remove_files) COMPLETE |
6972 | 2024-12-13T21:28:32.032Z | [ recovery-image] Dec 13 21:28:30.014 INFO O| Dec 13 21:28:30.013 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-12-13T21:28:32.047Z | [ recovery-image] Dec 13 21:28:30.031 INFO O| Dec 13 21:28:30.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6974 | 2024-12-13T21:28:32.050Z | [ recovery-image] Dec 13 21:28:30.032 INFO O| Dec 13 21:28:30.032 INFO STEP 847 (remove_files) COMPLETE |
6975 | 2024-12-13T21:28:32.051Z | [ recovery-image] Dec 13 21:28:30.032 INFO O| Dec 13 21:28:30.032 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-12-13T21:28:32.066Z | [ recovery-image] Dec 13 21:28:30.051 INFO O| Dec 13 21:28:30.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6977 | 2024-12-13T21:28:32.069Z | [ recovery-image] Dec 13 21:28:30.051 INFO O| Dec 13 21:28:30.051 INFO STEP 848 (remove_files) COMPLETE |
6978 | 2024-12-13T21:28:32.069Z | [ recovery-image] Dec 13 21:28:30.051 INFO O| Dec 13 21:28:30.051 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-12-13T21:28:32.087Z | [ recovery-image] Dec 13 21:28:30.070 INFO O| Dec 13 21:28:30.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6980 | 2024-12-13T21:28:32.090Z | [ recovery-image] Dec 13 21:28:30.070 INFO O| Dec 13 21:28:30.070 INFO STEP 849 (remove_files) COMPLETE |
6981 | 2024-12-13T21:28:32.090Z | [ recovery-image] Dec 13 21:28:30.071 INFO O| Dec 13 21:28:30.070 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-12-13T21:28:32.105Z | [ recovery-image] Dec 13 21:28:30.089 INFO O| Dec 13 21:28:30.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6983 | 2024-12-13T21:28:32.108Z | [ recovery-image] Dec 13 21:28:30.090 INFO O| Dec 13 21:28:30.090 INFO STEP 850 (remove_files) COMPLETE |
6984 | 2024-12-13T21:28:32.108Z | [ recovery-image] Dec 13 21:28:30.090 INFO O| Dec 13 21:28:30.090 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-12-13T21:28:32.125Z | [ recovery-image] Dec 13 21:28:30.109 INFO O| Dec 13 21:28:30.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6986 | 2024-12-13T21:28:32.125Z | [ recovery-image] Dec 13 21:28:30.109 INFO O| Dec 13 21:28:30.109 INFO STEP 851 (remove_files) COMPLETE |
6987 | 2024-12-13T21:28:32.125Z | [ recovery-image] Dec 13 21:28:30.109 INFO O| Dec 13 21:28:30.109 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-12-13T21:28:32.149Z | [ recovery-image] Dec 13 21:28:30.134 INFO O| Dec 13 21:28:30.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6989 | 2024-12-13T21:28:32.149Z | [ recovery-image] Dec 13 21:28:30.134 INFO O| Dec 13 21:28:30.134 INFO STEP 852 (remove_files) COMPLETE |
6990 | 2024-12-13T21:28:32.149Z | [ recovery-image] Dec 13 21:28:30.134 INFO O| Dec 13 21:28:30.134 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-12-13T21:28:32.171Z | [ recovery-image] Dec 13 21:28:30.151 INFO O| Dec 13 21:28:30.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6992 | 2024-12-13T21:28:32.171Z | [ recovery-image] Dec 13 21:28:30.151 INFO O| Dec 13 21:28:30.151 INFO STEP 853 (remove_files) COMPLETE |
6993 | 2024-12-13T21:28:32.174Z | [ recovery-image] Dec 13 21:28:30.151 INFO O| Dec 13 21:28:30.151 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-12-13T21:28:32.191Z | [ recovery-image] Dec 13 21:28:30.175 INFO O| Dec 13 21:28:30.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6995 | 2024-12-13T21:28:32.191Z | [ recovery-image] Dec 13 21:28:30.175 INFO O| Dec 13 21:28:30.175 INFO STEP 854 (remove_files) COMPLETE |
6996 | 2024-12-13T21:28:32.195Z | [ recovery-image] Dec 13 21:28:30.175 INFO O| Dec 13 21:28:30.175 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-12-13T21:28:32.233Z | [ recovery-image] Dec 13 21:28:30.218 INFO O| Dec 13 21:28:30.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6998 | 2024-12-13T21:28:32.233Z | [ recovery-image] Dec 13 21:28:30.218 INFO O| Dec 13 21:28:30.218 INFO STEP 855 (remove_files) COMPLETE |
6999 | 2024-12-13T21:28:32.242Z | [ recovery-image] Dec 13 21:28:30.218 INFO O| Dec 13 21:28:30.218 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-12-13T21:28:32.264Z | [ recovery-image] Dec 13 21:28:30.248 INFO O| Dec 13 21:28:30.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
7001 | 2024-12-13T21:28:32.280Z | [ recovery-image] Dec 13 21:28:30.248 INFO O| Dec 13 21:28:30.248 INFO STEP 856 (remove_files) COMPLETE |
7002 | 2024-12-13T21:28:32.280Z | [ recovery-image] Dec 13 21:28:30.249 INFO O| Dec 13 21:28:30.248 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-12-13T21:28:32.285Z | [ recovery-image] Dec 13 21:28:30.268 INFO O| Dec 13 21:28:30.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
7004 | 2024-12-13T21:28:32.289Z | [ recovery-image] Dec 13 21:28:30.268 INFO O| Dec 13 21:28:30.268 INFO STEP 857 (remove_files) COMPLETE |
7005 | 2024-12-13T21:28:32.289Z | [ recovery-image] Dec 13 21:28:30.268 INFO O| Dec 13 21:28:30.268 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-12-13T21:28:32.304Z | [ recovery-image] Dec 13 21:28:30.287 INFO O| Dec 13 21:28:30.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
7007 | 2024-12-13T21:28:32.307Z | [ recovery-image] Dec 13 21:28:30.287 INFO O| Dec 13 21:28:30.287 INFO STEP 858 (remove_files) COMPLETE |
7008 | 2024-12-13T21:28:32.307Z | [ recovery-image] Dec 13 21:28:30.287 INFO O| Dec 13 21:28:30.287 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-12-13T21:28:32.321Z | [ recovery-image] Dec 13 21:28:30.306 INFO O| Dec 13 21:28:30.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
7010 | 2024-12-13T21:28:32.321Z | [ recovery-image] Dec 13 21:28:30.306 INFO O| Dec 13 21:28:30.306 INFO STEP 859 (remove_files) COMPLETE |
7011 | 2024-12-13T21:28:32.335Z | [ recovery-image] Dec 13 21:28:30.306 INFO O| Dec 13 21:28:30.306 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-12-13T21:28:32.340Z | [ recovery-image] Dec 13 21:28:30.324 INFO O| Dec 13 21:28:30.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
7013 | 2024-12-13T21:28:32.343Z | [ recovery-image] Dec 13 21:28:30.324 INFO O| Dec 13 21:28:30.324 INFO STEP 860 (remove_files) COMPLETE |
7014 | 2024-12-13T21:28:32.343Z | [ recovery-image] Dec 13 21:28:30.324 INFO O| Dec 13 21:28:30.324 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-12-13T21:28:32.358Z | [ recovery-image] Dec 13 21:28:30.342 INFO O| Dec 13 21:28:30.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
7016 | 2024-12-13T21:28:32.362Z | [ recovery-image] Dec 13 21:28:30.342 INFO O| Dec 13 21:28:30.342 INFO STEP 861 (remove_files) COMPLETE |
7017 | 2024-12-13T21:28:32.362Z | [ recovery-image] Dec 13 21:28:30.342 INFO O| Dec 13 21:28:30.342 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-12-13T21:28:32.375Z | [ recovery-image] Dec 13 21:28:30.360 INFO O| Dec 13 21:28:30.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
7019 | 2024-12-13T21:28:32.378Z | [ recovery-image] Dec 13 21:28:30.360 INFO O| Dec 13 21:28:30.360 INFO STEP 862 (remove_files) COMPLETE |
7020 | 2024-12-13T21:28:32.378Z | [ recovery-image] Dec 13 21:28:30.360 INFO O| Dec 13 21:28:30.360 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-12-13T21:28:32.397Z | [ recovery-image] Dec 13 21:28:30.381 INFO O| Dec 13 21:28:30.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
7022 | 2024-12-13T21:28:32.406Z | [ recovery-image] Dec 13 21:28:30.382 INFO O| Dec 13 21:28:30.382 INFO STEP 863 (remove_files) COMPLETE |
7023 | 2024-12-13T21:28:32.406Z | [ recovery-image] Dec 13 21:28:30.382 INFO O| Dec 13 21:28:30.382 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-12-13T21:28:32.463Z | [ recovery-image] Dec 13 21:28:30.440 INFO O| Dec 13 21:28:30.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
7025 | 2024-12-13T21:28:32.463Z | [ recovery-image] Dec 13 21:28:30.440 INFO O| Dec 13 21:28:30.440 INFO STEP 864 (remove_files) COMPLETE |
7026 | 2024-12-13T21:28:32.463Z | [ recovery-image] Dec 13 21:28:30.440 INFO O| Dec 13 21:28:30.440 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-12-13T21:28:32.487Z | [ recovery-image] Dec 13 21:28:30.470 INFO O| Dec 13 21:28:30.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
7028 | 2024-12-13T21:28:32.488Z | [ recovery-image] Dec 13 21:28:30.471 INFO O| Dec 13 21:28:30.471 INFO STEP 865 (remove_files) COMPLETE |
7029 | 2024-12-13T21:28:32.488Z | [ recovery-image] Dec 13 21:28:30.471 INFO O| Dec 13 21:28:30.471 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-12-13T21:28:32.504Z | [ recovery-image] Dec 13 21:28:30.488 INFO O| Dec 13 21:28:30.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
7031 | 2024-12-13T21:28:32.504Z | [ recovery-image] Dec 13 21:28:30.488 INFO O| Dec 13 21:28:30.488 INFO STEP 866 (remove_files) COMPLETE |
7032 | 2024-12-13T21:28:32.507Z | [ recovery-image] Dec 13 21:28:30.488 INFO O| Dec 13 21:28:30.488 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-12-13T21:28:32.523Z | [ recovery-image] Dec 13 21:28:30.505 INFO O| Dec 13 21:28:30.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
7034 | 2024-12-13T21:28:32.524Z | [ recovery-image] Dec 13 21:28:30.505 INFO O| Dec 13 21:28:30.505 INFO STEP 867 (remove_files) COMPLETE |
7035 | 2024-12-13T21:28:32.524Z | [ recovery-image] Dec 13 21:28:30.505 INFO O| Dec 13 21:28:30.505 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-12-13T21:28:32.538Z | [ recovery-image] Dec 13 21:28:30.522 INFO O| Dec 13 21:28:30.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
7037 | 2024-12-13T21:28:32.538Z | [ recovery-image] Dec 13 21:28:30.523 INFO O| Dec 13 21:28:30.522 INFO STEP 868 (remove_files) COMPLETE |
7038 | 2024-12-13T21:28:32.538Z | [ recovery-image] Dec 13 21:28:30.523 INFO O| Dec 13 21:28:30.523 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-12-13T21:28:32.563Z | [ recovery-image] Dec 13 21:28:30.540 INFO O| Dec 13 21:28:30.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7040 | 2024-12-13T21:28:32.563Z | [ recovery-image] Dec 13 21:28:30.540 INFO O| Dec 13 21:28:30.540 INFO STEP 869 (remove_files) COMPLETE |
7041 | 2024-12-13T21:28:32.563Z | [ recovery-image] Dec 13 21:28:30.540 INFO O| Dec 13 21:28:30.540 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-12-13T21:28:32.577Z | [ recovery-image] Dec 13 21:28:30.556 INFO O| Dec 13 21:28:30.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7043 | 2024-12-13T21:28:32.577Z | [ recovery-image] Dec 13 21:28:30.557 INFO O| Dec 13 21:28:30.556 INFO STEP 870 (remove_files) COMPLETE |
7044 | 2024-12-13T21:28:32.577Z | [ recovery-image] Dec 13 21:28:30.557 INFO O| Dec 13 21:28:30.556 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-12-13T21:28:32.607Z | [ recovery-image] Dec 13 21:28:30.591 INFO O| Dec 13 21:28:30.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7046 | 2024-12-13T21:28:32.607Z | [ recovery-image] Dec 13 21:28:30.591 INFO O| Dec 13 21:28:30.591 INFO STEP 871 (remove_files) COMPLETE |
7047 | 2024-12-13T21:28:32.607Z | [ recovery-image] Dec 13 21:28:30.591 INFO O| Dec 13 21:28:30.591 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-12-13T21:28:32.626Z | [ recovery-image] Dec 13 21:28:30.610 INFO O| Dec 13 21:28:30.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7049 | 2024-12-13T21:28:32.628Z | [ recovery-image] Dec 13 21:28:30.610 INFO O| Dec 13 21:28:30.610 INFO STEP 872 (remove_files) COMPLETE |
7050 | 2024-12-13T21:28:32.629Z | [ recovery-image] Dec 13 21:28:30.610 INFO O| Dec 13 21:28:30.610 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-12-13T21:28:32.644Z | [ recovery-image] Dec 13 21:28:30.628 INFO O| Dec 13 21:28:30.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7052 | 2024-12-13T21:28:32.644Z | [ recovery-image] Dec 13 21:28:30.628 INFO O| Dec 13 21:28:30.628 INFO STEP 873 (remove_files) COMPLETE |
7053 | 2024-12-13T21:28:32.647Z | [ recovery-image] Dec 13 21:28:30.629 INFO O| Dec 13 21:28:30.628 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-12-13T21:28:32.663Z | [ recovery-image] Dec 13 21:28:30.647 INFO O| Dec 13 21:28:30.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7055 | 2024-12-13T21:28:32.666Z | [ recovery-image] Dec 13 21:28:30.648 INFO O| Dec 13 21:28:30.647 INFO STEP 874 (remove_files) COMPLETE |
7056 | 2024-12-13T21:28:32.666Z | [ recovery-image] Dec 13 21:28:30.648 INFO O| Dec 13 21:28:30.648 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-12-13T21:28:32.682Z | [ recovery-image] Dec 13 21:28:30.666 INFO O| Dec 13 21:28:30.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7058 | 2024-12-13T21:28:32.686Z | [ recovery-image] Dec 13 21:28:30.666 INFO O| Dec 13 21:28:30.666 INFO STEP 875 (remove_files) COMPLETE |
7059 | 2024-12-13T21:28:32.686Z | [ recovery-image] Dec 13 21:28:30.666 INFO O| Dec 13 21:28:30.666 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-12-13T21:28:32.700Z | [ recovery-image] Dec 13 21:28:30.684 INFO O| Dec 13 21:28:30.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7061 | 2024-12-13T21:28:32.704Z | [ recovery-image] Dec 13 21:28:30.684 INFO O| Dec 13 21:28:30.684 INFO STEP 876 (remove_files) COMPLETE |
7062 | 2024-12-13T21:28:32.704Z | [ recovery-image] Dec 13 21:28:30.685 INFO O| Dec 13 21:28:30.684 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-12-13T21:28:32.719Z | [ recovery-image] Dec 13 21:28:30.703 INFO O| Dec 13 21:28:30.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7064 | 2024-12-13T21:28:32.719Z | [ recovery-image] Dec 13 21:28:30.703 INFO O| Dec 13 21:28:30.703 INFO STEP 877 (remove_files) COMPLETE |
7065 | 2024-12-13T21:28:32.723Z | [ recovery-image] Dec 13 21:28:30.703 INFO O| Dec 13 21:28:30.703 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-12-13T21:28:32.736Z | [ recovery-image] Dec 13 21:28:30.721 INFO O| Dec 13 21:28:30.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7067 | 2024-12-13T21:28:32.738Z | [ recovery-image] Dec 13 21:28:30.721 INFO O| Dec 13 21:28:30.721 INFO STEP 878 (remove_files) COMPLETE |
7068 | 2024-12-13T21:28:32.738Z | [ recovery-image] Dec 13 21:28:30.721 INFO O| Dec 13 21:28:30.721 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-12-13T21:28:32.754Z | [ recovery-image] Dec 13 21:28:30.738 INFO O| Dec 13 21:28:30.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7070 | 2024-12-13T21:28:32.754Z | [ recovery-image] Dec 13 21:28:30.738 INFO O| Dec 13 21:28:30.738 INFO STEP 879 (remove_files) COMPLETE |
7071 | 2024-12-13T21:28:32.758Z | [ recovery-image] Dec 13 21:28:30.738 INFO O| Dec 13 21:28:30.738 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-12-13T21:28:32.862Z | [ recovery-image] Dec 13 21:28:30.845 INFO O| Dec 13 21:28:30.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7073 | 2024-12-13T21:28:32.862Z | [ recovery-image] Dec 13 21:28:30.846 INFO O| Dec 13 21:28:30.846 INFO STEP 880 (remove_files) COMPLETE |
7074 | 2024-12-13T21:28:32.862Z | [ recovery-image] Dec 13 21:28:30.846 INFO O| Dec 13 21:28:30.846 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-12-13T21:28:32.968Z | [ recovery-image] Dec 13 21:28:30.877 INFO O| Dec 13 21:28:30.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7076 | 2024-12-13T21:28:32.968Z | [ recovery-image] Dec 13 21:28:30.877 INFO O| Dec 13 21:28:30.877 INFO STEP 881 (remove_files) COMPLETE |
7077 | 2024-12-13T21:28:32.968Z | [ recovery-image] Dec 13 21:28:30.877 INFO O| Dec 13 21:28:30.877 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-12-13T21:28:32.971Z | [ recovery-image] Dec 13 21:28:30.895 INFO O| Dec 13 21:28:30.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7079 | 2024-12-13T21:28:32.971Z | [ recovery-image] Dec 13 21:28:30.895 INFO O| Dec 13 21:28:30.895 INFO STEP 882 (remove_files) COMPLETE |
7080 | 2024-12-13T21:28:32.971Z | [ recovery-image] Dec 13 21:28:30.895 INFO O| Dec 13 21:28:30.895 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-12-13T21:28:32.971Z | [ recovery-image] Dec 13 21:28:30.913 INFO O| Dec 13 21:28:30.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7082 | 2024-12-13T21:28:32.971Z | [ recovery-image] Dec 13 21:28:30.913 INFO O| Dec 13 21:28:30.913 INFO STEP 883 (remove_files) COMPLETE |
7083 | 2024-12-13T21:28:32.971Z | [ recovery-image] Dec 13 21:28:30.913 INFO O| Dec 13 21:28:30.913 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-12-13T21:28:33.027Z | [ recovery-image] Dec 13 21:28:31.011 INFO O| Dec 13 21:28:31.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7085 | 2024-12-13T21:28:33.028Z | [ recovery-image] Dec 13 21:28:31.011 INFO O| Dec 13 21:28:31.011 INFO STEP 884 (remove_files) COMPLETE |
7086 | 2024-12-13T21:28:33.031Z | [ recovery-image] Dec 13 21:28:31.011 INFO O| Dec 13 21:28:31.011 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-12-13T21:28:33.046Z | [ recovery-image] Dec 13 21:28:31.030 INFO O| Dec 13 21:28:31.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7088 | 2024-12-13T21:28:33.046Z | [ recovery-image] Dec 13 21:28:31.030 INFO O| Dec 13 21:28:31.030 INFO STEP 885 (remove_files) COMPLETE |
7089 | 2024-12-13T21:28:33.051Z | [ recovery-image] Dec 13 21:28:31.030 INFO O| Dec 13 21:28:31.030 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-12-13T21:28:33.064Z | [ recovery-image] Dec 13 21:28:31.048 INFO O| Dec 13 21:28:31.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7091 | 2024-12-13T21:28:33.064Z | [ recovery-image] Dec 13 21:28:31.048 INFO O| Dec 13 21:28:31.048 INFO STEP 886 (remove_files) COMPLETE |
7092 | 2024-12-13T21:28:33.064Z | [ recovery-image] Dec 13 21:28:31.048 INFO O| Dec 13 21:28:31.048 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-12-13T21:28:33.085Z | [ recovery-image] Dec 13 21:28:31.069 INFO O| Dec 13 21:28:31.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7094 | 2024-12-13T21:28:33.085Z | [ recovery-image] Dec 13 21:28:31.070 INFO O| Dec 13 21:28:31.070 INFO STEP 887 (remove_files) COMPLETE |
7095 | 2024-12-13T21:28:33.090Z | [ recovery-image] Dec 13 21:28:31.070 INFO O| Dec 13 21:28:31.070 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-12-13T21:28:33.106Z | [ recovery-image] Dec 13 21:28:31.089 INFO O| Dec 13 21:28:31.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7097 | 2024-12-13T21:28:33.107Z | [ recovery-image] Dec 13 21:28:31.090 INFO O| Dec 13 21:28:31.090 INFO STEP 888 (remove_files) COMPLETE |
7098 | 2024-12-13T21:28:33.107Z | [ recovery-image] Dec 13 21:28:31.090 INFO O| Dec 13 21:28:31.090 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-12-13T21:28:33.123Z | [ recovery-image] Dec 13 21:28:31.107 INFO O| Dec 13 21:28:31.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7100 | 2024-12-13T21:28:33.123Z | [ recovery-image] Dec 13 21:28:31.108 INFO O| Dec 13 21:28:31.108 INFO STEP 889 (remove_files) COMPLETE |
7101 | 2024-12-13T21:28:33.123Z | [ recovery-image] Dec 13 21:28:31.108 INFO O| Dec 13 21:28:31.108 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-12-13T21:28:33.141Z | [ recovery-image] Dec 13 21:28:31.126 INFO O| Dec 13 21:28:31.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7103 | 2024-12-13T21:28:33.141Z | [ recovery-image] Dec 13 21:28:31.126 INFO O| Dec 13 21:28:31.126 INFO STEP 890 (remove_files) COMPLETE |
7104 | 2024-12-13T21:28:33.141Z | [ recovery-image] Dec 13 21:28:31.126 INFO O| Dec 13 21:28:31.126 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-12-13T21:28:33.160Z | [ recovery-image] Dec 13 21:28:31.145 INFO O| Dec 13 21:28:31.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7106 | 2024-12-13T21:28:33.160Z | [ recovery-image] Dec 13 21:28:31.145 INFO O| Dec 13 21:28:31.145 INFO STEP 891 (remove_files) COMPLETE |
7107 | 2024-12-13T21:28:33.160Z | [ recovery-image] Dec 13 21:28:31.145 INFO O| Dec 13 21:28:31.145 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-12-13T21:28:33.250Z | [ recovery-image] Dec 13 21:28:31.234 INFO O| Dec 13 21:28:31.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7109 | 2024-12-13T21:28:33.250Z | [ recovery-image] Dec 13 21:28:31.234 INFO O| Dec 13 21:28:31.234 INFO STEP 892 (remove_files) COMPLETE |
7110 | 2024-12-13T21:28:33.250Z | [ recovery-image] Dec 13 21:28:31.234 INFO O| Dec 13 21:28:31.234 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-12-13T21:28:33.288Z | [ recovery-image] Dec 13 21:28:31.272 INFO O| Dec 13 21:28:31.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7112 | 2024-12-13T21:28:33.288Z | [ recovery-image] Dec 13 21:28:31.272 INFO O| Dec 13 21:28:31.272 INFO STEP 893 (remove_files) COMPLETE |
7113 | 2024-12-13T21:28:33.291Z | [ recovery-image] Dec 13 21:28:31.273 INFO O| Dec 13 21:28:31.272 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-12-13T21:28:33.358Z | [ recovery-image] Dec 13 21:28:31.341 INFO O| Dec 13 21:28:31.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7115 | 2024-12-13T21:28:33.358Z | [ recovery-image] Dec 13 21:28:31.341 INFO O| Dec 13 21:28:31.341 INFO STEP 894 (remove_files) COMPLETE |
7116 | 2024-12-13T21:28:33.358Z | [ recovery-image] Dec 13 21:28:31.341 INFO O| Dec 13 21:28:31.341 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-12-13T21:28:33.381Z | [ recovery-image] Dec 13 21:28:31.365 INFO O| Dec 13 21:28:31.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7118 | 2024-12-13T21:28:33.381Z | [ recovery-image] Dec 13 21:28:31.365 INFO O| Dec 13 21:28:31.365 INFO STEP 895 (remove_files) COMPLETE |
7119 | 2024-12-13T21:28:33.384Z | [ recovery-image] Dec 13 21:28:31.365 INFO O| Dec 13 21:28:31.365 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-12-13T21:28:33.401Z | [ recovery-image] Dec 13 21:28:31.384 INFO O| Dec 13 21:28:31.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7121 | 2024-12-13T21:28:33.401Z | [ recovery-image] Dec 13 21:28:31.385 INFO O| Dec 13 21:28:31.385 INFO STEP 896 (remove_files) COMPLETE |
7122 | 2024-12-13T21:28:33.401Z | [ recovery-image] Dec 13 21:28:31.385 INFO O| Dec 13 21:28:31.385 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-12-13T21:28:33.419Z | [ recovery-image] Dec 13 21:28:31.403 INFO O| Dec 13 21:28:31.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7124 | 2024-12-13T21:28:33.420Z | [ recovery-image] Dec 13 21:28:31.403 INFO O| Dec 13 21:28:31.403 INFO STEP 897 (remove_files) COMPLETE |
7125 | 2024-12-13T21:28:33.420Z | [ recovery-image] Dec 13 21:28:31.403 INFO O| Dec 13 21:28:31.403 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-12-13T21:28:33.438Z | [ recovery-image] Dec 13 21:28:31.422 INFO O| Dec 13 21:28:31.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7127 | 2024-12-13T21:28:33.438Z | [ recovery-image] Dec 13 21:28:31.422 INFO O| Dec 13 21:28:31.422 INFO STEP 898 (remove_files) COMPLETE |
7128 | 2024-12-13T21:28:33.438Z | [ recovery-image] Dec 13 21:28:31.422 INFO O| Dec 13 21:28:31.422 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-12-13T21:28:33.457Z | [ recovery-image] Dec 13 21:28:31.440 INFO O| Dec 13 21:28:31.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7130 | 2024-12-13T21:28:33.460Z | [ recovery-image] Dec 13 21:28:31.440 INFO O| Dec 13 21:28:31.440 INFO STEP 899 (remove_files) COMPLETE |
7131 | 2024-12-13T21:28:33.460Z | [ recovery-image] Dec 13 21:28:31.440 INFO O| Dec 13 21:28:31.440 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-12-13T21:28:33.474Z | [ recovery-image] Dec 13 21:28:31.458 INFO O| Dec 13 21:28:31.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7133 | 2024-12-13T21:28:33.474Z | [ recovery-image] Dec 13 21:28:31.458 INFO O| Dec 13 21:28:31.458 INFO STEP 900 (remove_files) COMPLETE |
7134 | 2024-12-13T21:28:33.477Z | [ recovery-image] Dec 13 21:28:31.458 INFO O| Dec 13 21:28:31.458 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-12-13T21:28:33.505Z | [ recovery-image] Dec 13 21:28:31.489 INFO O| Dec 13 21:28:31.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7136 | 2024-12-13T21:28:33.508Z | [ recovery-image] Dec 13 21:28:31.490 INFO O| Dec 13 21:28:31.489 INFO STEP 901 (remove_files) COMPLETE |
7137 | 2024-12-13T21:28:33.508Z | [ recovery-image] Dec 13 21:28:31.490 INFO O| Dec 13 21:28:31.490 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-12-13T21:28:33.526Z | [ recovery-image] Dec 13 21:28:31.510 INFO O| Dec 13 21:28:31.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7139 | 2024-12-13T21:28:33.526Z | [ recovery-image] Dec 13 21:28:31.510 INFO O| Dec 13 21:28:31.510 INFO STEP 902 (remove_files) COMPLETE |
7140 | 2024-12-13T21:28:33.526Z | [ recovery-image] Dec 13 21:28:31.510 INFO O| Dec 13 21:28:31.510 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-12-13T21:28:33.546Z | [ recovery-image] Dec 13 21:28:31.529 INFO O| Dec 13 21:28:31.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7142 | 2024-12-13T21:28:33.546Z | [ recovery-image] Dec 13 21:28:31.529 INFO O| Dec 13 21:28:31.529 INFO STEP 903 (remove_files) COMPLETE |
7143 | 2024-12-13T21:28:33.546Z | [ recovery-image] Dec 13 21:28:31.529 INFO O| Dec 13 21:28:31.529 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-12-13T21:28:33.564Z | [ recovery-image] Dec 13 21:28:31.548 INFO O| Dec 13 21:28:31.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7145 | 2024-12-13T21:28:33.564Z | [ recovery-image] Dec 13 21:28:31.549 INFO O| Dec 13 21:28:31.549 INFO STEP 904 (remove_files) COMPLETE |
7146 | 2024-12-13T21:28:33.568Z | [ recovery-image] Dec 13 21:28:31.549 INFO O| Dec 13 21:28:31.549 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-12-13T21:28:33.609Z | [ recovery-image] Dec 13 21:28:31.593 INFO O| Dec 13 21:28:31.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7148 | 2024-12-13T21:28:33.612Z | [ recovery-image] Dec 13 21:28:31.593 INFO O| Dec 13 21:28:31.593 INFO STEP 905 (remove_files) COMPLETE |
7149 | 2024-12-13T21:28:33.612Z | [ recovery-image] Dec 13 21:28:31.593 INFO O| Dec 13 21:28:31.593 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-12-13T21:28:33.667Z | [ recovery-image] Dec 13 21:28:31.651 INFO O| Dec 13 21:28:31.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7151 | 2024-12-13T21:28:33.670Z | [ recovery-image] Dec 13 21:28:31.651 INFO O| Dec 13 21:28:31.651 INFO STEP 906 (remove_files) COMPLETE |
7152 | 2024-12-13T21:28:33.670Z | [ recovery-image] Dec 13 21:28:31.652 INFO O| Dec 13 21:28:31.651 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-12-13T21:28:33.689Z | [ recovery-image] Dec 13 21:28:31.671 INFO O| Dec 13 21:28:31.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7154 | 2024-12-13T21:28:33.689Z | [ recovery-image] Dec 13 21:28:31.671 INFO O| Dec 13 21:28:31.671 INFO STEP 907 (remove_files) COMPLETE |
7155 | 2024-12-13T21:28:33.692Z | [ recovery-image] Dec 13 21:28:31.672 INFO O| Dec 13 21:28:31.671 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-12-13T21:28:33.708Z | [ recovery-image] Dec 13 21:28:31.691 INFO O| Dec 13 21:28:31.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7157 | 2024-12-13T21:28:33.711Z | [ recovery-image] Dec 13 21:28:31.691 INFO O| Dec 13 21:28:31.691 INFO STEP 908 (remove_files) COMPLETE |
7158 | 2024-12-13T21:28:33.711Z | [ recovery-image] Dec 13 21:28:31.691 INFO O| Dec 13 21:28:31.691 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-12-13T21:28:33.729Z | [ recovery-image] Dec 13 21:28:31.713 INFO O| Dec 13 21:28:31.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7160 | 2024-12-13T21:28:33.729Z | [ recovery-image] Dec 13 21:28:31.713 INFO O| Dec 13 21:28:31.713 INFO STEP 909 (remove_files) COMPLETE |
7161 | 2024-12-13T21:28:33.732Z | [ recovery-image] Dec 13 21:28:31.713 INFO O| Dec 13 21:28:31.713 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-12-13T21:28:33.767Z | [ recovery-image] Dec 13 21:28:31.752 INFO O| Dec 13 21:28:31.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7163 | 2024-12-13T21:28:33.768Z | [ recovery-image] Dec 13 21:28:31.752 INFO O| Dec 13 21:28:31.752 INFO STEP 910 (remove_files) COMPLETE |
7164 | 2024-12-13T21:28:33.768Z | [ recovery-image] Dec 13 21:28:31.752 INFO O| Dec 13 21:28:31.752 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-12-13T21:28:33.795Z | [ recovery-image] Dec 13 21:28:31.779 INFO O| Dec 13 21:28:31.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7166 | 2024-12-13T21:28:33.795Z | [ recovery-image] Dec 13 21:28:31.779 INFO O| Dec 13 21:28:31.779 INFO STEP 911 (remove_files) COMPLETE |
7167 | 2024-12-13T21:28:33.795Z | [ recovery-image] Dec 13 21:28:31.779 INFO O| Dec 13 21:28:31.779 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-12-13T21:28:33.814Z | [ recovery-image] Dec 13 21:28:31.799 INFO O| Dec 13 21:28:31.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7169 | 2024-12-13T21:28:33.814Z | [ recovery-image] Dec 13 21:28:31.799 INFO O| Dec 13 21:28:31.799 INFO STEP 912 (remove_files) COMPLETE |
7170 | 2024-12-13T21:28:33.815Z | [ recovery-image] Dec 13 21:28:31.799 INFO O| Dec 13 21:28:31.799 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-12-13T21:28:33.834Z | [ recovery-image] Dec 13 21:28:31.817 INFO O| Dec 13 21:28:31.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7172 | 2024-12-13T21:28:33.834Z | [ recovery-image] Dec 13 21:28:31.817 INFO O| Dec 13 21:28:31.817 INFO STEP 913 (remove_files) COMPLETE |
7173 | 2024-12-13T21:28:33.834Z | [ recovery-image] Dec 13 21:28:31.817 INFO O| Dec 13 21:28:31.817 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-12-13T21:28:33.870Z | [ recovery-image] Dec 13 21:28:31.836 INFO O| Dec 13 21:28:31.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7175 | 2024-12-13T21:28:33.870Z | [ recovery-image] Dec 13 21:28:31.836 INFO O| Dec 13 21:28:31.836 INFO STEP 914 (remove_files) COMPLETE |
7176 | 2024-12-13T21:28:33.870Z | [ recovery-image] Dec 13 21:28:31.836 INFO O| Dec 13 21:28:31.836 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-12-13T21:28:33.875Z | [ recovery-image] Dec 13 21:28:31.857 INFO O| Dec 13 21:28:31.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7178 | 2024-12-13T21:28:33.875Z | [ recovery-image] Dec 13 21:28:31.857 INFO O| Dec 13 21:28:31.855 INFO STEP 915 (remove_files) COMPLETE |
7179 | 2024-12-13T21:28:33.876Z | [ recovery-image] Dec 13 21:28:31.857 INFO O| Dec 13 21:28:31.855 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-12-13T21:28:33.986Z | [ recovery-image] Dec 13 21:28:31.970 INFO O| Dec 13 21:28:31.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7181 | 2024-12-13T21:28:33.986Z | [ recovery-image] Dec 13 21:28:31.970 INFO O| Dec 13 21:28:31.970 INFO STEP 916 (remove_files) COMPLETE |
7182 | 2024-12-13T21:28:33.986Z | [ recovery-image] Dec 13 21:28:31.970 INFO O| Dec 13 21:28:31.970 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-12-13T21:28:34.007Z | [ recovery-image] Dec 13 21:28:31.989 INFO O| Dec 13 21:28:31.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7184 | 2024-12-13T21:28:34.007Z | [ recovery-image] Dec 13 21:28:31.989 INFO O| Dec 13 21:28:31.989 INFO STEP 917 (remove_files) COMPLETE |
7185 | 2024-12-13T21:28:34.007Z | [ recovery-image] Dec 13 21:28:31.989 INFO O| Dec 13 21:28:31.989 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-12-13T21:28:34.024Z | [ recovery-image] Dec 13 21:28:32.008 INFO O| Dec 13 21:28:32.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7187 | 2024-12-13T21:28:34.024Z | [ recovery-image] Dec 13 21:28:32.009 INFO O| Dec 13 21:28:32.009 INFO STEP 918 (remove_files) COMPLETE |
7188 | 2024-12-13T21:28:34.028Z | [ recovery-image] Dec 13 21:28:32.009 INFO O| Dec 13 21:28:32.009 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-12-13T21:28:34.044Z | [ recovery-image] Dec 13 21:28:32.027 INFO O| Dec 13 21:28:32.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7190 | 2024-12-13T21:28:34.047Z | [ recovery-image] Dec 13 21:28:32.027 INFO O| Dec 13 21:28:32.027 INFO STEP 919 (remove_files) COMPLETE |
7191 | 2024-12-13T21:28:34.047Z | [ recovery-image] Dec 13 21:28:32.027 INFO O| Dec 13 21:28:32.027 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-12-13T21:28:34.062Z | [ recovery-image] Dec 13 21:28:32.046 INFO O| Dec 13 21:28:32.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7193 | 2024-12-13T21:28:34.065Z | [ recovery-image] Dec 13 21:28:32.046 INFO O| Dec 13 21:28:32.046 INFO STEP 920 (remove_files) COMPLETE |
7194 | 2024-12-13T21:28:34.065Z | [ recovery-image] Dec 13 21:28:32.046 INFO O| Dec 13 21:28:32.046 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-12-13T21:28:34.080Z | [ recovery-image] Dec 13 21:28:32.064 INFO O| Dec 13 21:28:32.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7196 | 2024-12-13T21:28:34.083Z | [ recovery-image] Dec 13 21:28:32.064 INFO O| Dec 13 21:28:32.064 INFO STEP 921 (remove_files) COMPLETE |
7197 | 2024-12-13T21:28:34.083Z | [ recovery-image] Dec 13 21:28:32.065 INFO O| Dec 13 21:28:32.064 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-12-13T21:28:34.098Z | [ recovery-image] Dec 13 21:28:32.083 INFO O| Dec 13 21:28:32.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7199 | 2024-12-13T21:28:34.101Z | [ recovery-image] Dec 13 21:28:32.083 INFO O| Dec 13 21:28:32.083 INFO STEP 922 (remove_files) COMPLETE |
7200 | 2024-12-13T21:28:34.101Z | [ recovery-image] Dec 13 21:28:32.083 INFO O| Dec 13 21:28:32.083 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-12-13T21:28:34.131Z | [ recovery-image] Dec 13 21:28:32.115 INFO O| Dec 13 21:28:32.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7202 | 2024-12-13T21:28:34.131Z | [ recovery-image] Dec 13 21:28:32.115 INFO O| Dec 13 21:28:32.115 INFO STEP 923 (remove_files) COMPLETE |
7203 | 2024-12-13T21:28:34.131Z | [ recovery-image] Dec 13 21:28:32.115 INFO O| Dec 13 21:28:32.115 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-12-13T21:28:34.153Z | [ recovery-image] Dec 13 21:28:32.135 INFO O| Dec 13 21:28:32.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7205 | 2024-12-13T21:28:34.156Z | [ recovery-image] Dec 13 21:28:32.136 INFO O| Dec 13 21:28:32.136 INFO STEP 924 (remove_files) COMPLETE |
7206 | 2024-12-13T21:28:34.156Z | [ recovery-image] Dec 13 21:28:32.136 INFO O| Dec 13 21:28:32.136 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-12-13T21:28:34.182Z | [ recovery-image] Dec 13 21:28:32.166 INFO O| Dec 13 21:28:32.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7208 | 2024-12-13T21:28:34.182Z | [ recovery-image] Dec 13 21:28:32.166 INFO O| Dec 13 21:28:32.166 INFO STEP 925 (remove_files) COMPLETE |
7209 | 2024-12-13T21:28:34.182Z | [ recovery-image] Dec 13 21:28:32.166 INFO O| Dec 13 21:28:32.166 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-12-13T21:28:34.240Z | [ recovery-image] Dec 13 21:28:32.224 INFO O| Dec 13 21:28:32.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7211 | 2024-12-13T21:28:34.240Z | [ recovery-image] Dec 13 21:28:32.224 INFO O| Dec 13 21:28:32.224 INFO STEP 926 (remove_files) COMPLETE |
7212 | 2024-12-13T21:28:34.240Z | [ recovery-image] Dec 13 21:28:32.224 INFO O| Dec 13 21:28:32.224 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-12-13T21:28:34.274Z | [ recovery-image] Dec 13 21:28:32.258 INFO O| Dec 13 21:28:32.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7214 | 2024-12-13T21:28:34.274Z | [ recovery-image] Dec 13 21:28:32.258 INFO O| Dec 13 21:28:32.258 INFO STEP 927 (remove_files) COMPLETE |
7215 | 2024-12-13T21:28:34.277Z | [ recovery-image] Dec 13 21:28:32.258 INFO O| Dec 13 21:28:32.258 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-12-13T21:28:34.294Z | [ recovery-image] Dec 13 21:28:32.277 INFO O| Dec 13 21:28:32.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7217 | 2024-12-13T21:28:34.294Z | [ recovery-image] Dec 13 21:28:32.278 INFO O| Dec 13 21:28:32.278 INFO STEP 928 (remove_files) COMPLETE |
7218 | 2024-12-13T21:28:34.299Z | [ recovery-image] Dec 13 21:28:32.278 INFO O| Dec 13 21:28:32.278 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-12-13T21:28:34.311Z | [ recovery-image] Dec 13 21:28:32.295 INFO O| Dec 13 21:28:32.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7220 | 2024-12-13T21:28:34.314Z | [ recovery-image] Dec 13 21:28:32.295 INFO O| Dec 13 21:28:32.295 INFO STEP 929 (remove_files) COMPLETE |
7221 | 2024-12-13T21:28:34.314Z | [ recovery-image] Dec 13 21:28:32.295 INFO O| Dec 13 21:28:32.295 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-12-13T21:28:34.329Z | [ recovery-image] Dec 13 21:28:32.312 INFO O| Dec 13 21:28:32.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7223 | 2024-12-13T21:28:34.329Z | [ recovery-image] Dec 13 21:28:32.312 INFO O| Dec 13 21:28:32.312 INFO STEP 930 (remove_files) COMPLETE |
7224 | 2024-12-13T21:28:34.329Z | [ recovery-image] Dec 13 21:28:32.312 INFO O| Dec 13 21:28:32.312 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-12-13T21:28:34.385Z | [ recovery-image] Dec 13 21:28:32.369 INFO O| Dec 13 21:28:32.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7226 | 2024-12-13T21:28:34.385Z | [ recovery-image] Dec 13 21:28:32.369 INFO O| Dec 13 21:28:32.369 INFO STEP 931 (remove_files) COMPLETE |
7227 | 2024-12-13T21:28:34.385Z | [ recovery-image] Dec 13 21:28:32.370 INFO O| Dec 13 21:28:32.369 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-12-13T21:28:34.404Z | [ recovery-image] Dec 13 21:28:32.388 INFO O| Dec 13 21:28:32.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7229 | 2024-12-13T21:28:34.404Z | [ recovery-image] Dec 13 21:28:32.388 INFO O| Dec 13 21:28:32.388 INFO STEP 932 (remove_files) COMPLETE |
7230 | 2024-12-13T21:28:34.404Z | [ recovery-image] Dec 13 21:28:32.389 INFO O| Dec 13 21:28:32.388 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-12-13T21:28:34.423Z | [ recovery-image] Dec 13 21:28:32.407 INFO O| Dec 13 21:28:32.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7232 | 2024-12-13T21:28:34.423Z | [ recovery-image] Dec 13 21:28:32.407 INFO O| Dec 13 21:28:32.407 INFO STEP 933 (remove_files) COMPLETE |
7233 | 2024-12-13T21:28:34.427Z | [ recovery-image] Dec 13 21:28:32.408 INFO O| Dec 13 21:28:32.407 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-12-13T21:28:34.457Z | [ recovery-image] Dec 13 21:28:32.441 INFO O| Dec 13 21:28:32.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7235 | 2024-12-13T21:28:34.457Z | [ recovery-image] Dec 13 21:28:32.441 INFO O| Dec 13 21:28:32.441 INFO STEP 934 (remove_files) COMPLETE |
7236 | 2024-12-13T21:28:34.457Z | [ recovery-image] Dec 13 21:28:32.441 INFO O| Dec 13 21:28:32.441 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-12-13T21:28:34.503Z | [ recovery-image] Dec 13 21:28:32.487 INFO O| Dec 13 21:28:32.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7238 | 2024-12-13T21:28:34.506Z | [ recovery-image] Dec 13 21:28:32.487 INFO O| Dec 13 21:28:32.487 INFO STEP 935 (remove_files) COMPLETE |
7239 | 2024-12-13T21:28:34.506Z | [ recovery-image] Dec 13 21:28:32.487 INFO O| Dec 13 21:28:32.487 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-12-13T21:28:34.523Z | [ recovery-image] Dec 13 21:28:32.507 INFO O| Dec 13 21:28:32.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7241 | 2024-12-13T21:28:34.525Z | [ recovery-image] Dec 13 21:28:32.507 INFO O| Dec 13 21:28:32.507 INFO STEP 936 (remove_files) COMPLETE |
7242 | 2024-12-13T21:28:34.525Z | [ recovery-image] Dec 13 21:28:32.507 INFO O| Dec 13 21:28:32.507 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-12-13T21:28:34.541Z | [ recovery-image] Dec 13 21:28:32.524 INFO O| Dec 13 21:28:32.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7244 | 2024-12-13T21:28:34.544Z | [ recovery-image] Dec 13 21:28:32.525 INFO O| Dec 13 21:28:32.525 INFO STEP 937 (remove_files) COMPLETE |
7245 | 2024-12-13T21:28:34.544Z | [ recovery-image] Dec 13 21:28:32.525 INFO O| Dec 13 21:28:32.525 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-12-13T21:28:34.558Z | [ recovery-image] Dec 13 21:28:32.542 INFO O| Dec 13 21:28:32.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7247 | 2024-12-13T21:28:34.561Z | [ recovery-image] Dec 13 21:28:32.543 INFO O| Dec 13 21:28:32.542 INFO STEP 938 (remove_files) COMPLETE |
7248 | 2024-12-13T21:28:34.561Z | [ recovery-image] Dec 13 21:28:32.543 INFO O| Dec 13 21:28:32.543 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-12-13T21:28:34.576Z | [ recovery-image] Dec 13 21:28:32.560 INFO O| Dec 13 21:28:32.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7250 | 2024-12-13T21:28:34.576Z | [ recovery-image] Dec 13 21:28:32.561 INFO O| Dec 13 21:28:32.561 INFO STEP 939 (remove_files) COMPLETE |
7251 | 2024-12-13T21:28:34.579Z | [ recovery-image] Dec 13 21:28:32.561 INFO O| Dec 13 21:28:32.561 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-12-13T21:28:34.595Z | [ recovery-image] Dec 13 21:28:32.579 INFO O| Dec 13 21:28:32.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7253 | 2024-12-13T21:28:34.598Z | [ recovery-image] Dec 13 21:28:32.579 INFO O| Dec 13 21:28:32.579 INFO STEP 940 (remove_files) COMPLETE |
7254 | 2024-12-13T21:28:34.598Z | [ recovery-image] Dec 13 21:28:32.579 INFO O| Dec 13 21:28:32.579 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-12-13T21:28:34.614Z | [ recovery-image] Dec 13 21:28:32.598 INFO O| Dec 13 21:28:32.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7256 | 2024-12-13T21:28:34.617Z | [ recovery-image] Dec 13 21:28:32.598 INFO O| Dec 13 21:28:32.598 INFO STEP 941 (remove_files) COMPLETE |
7257 | 2024-12-13T21:28:34.617Z | [ recovery-image] Dec 13 21:28:32.599 INFO O| Dec 13 21:28:32.598 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-12-13T21:28:34.633Z | [ recovery-image] Dec 13 21:28:32.617 INFO O| Dec 13 21:28:32.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7259 | 2024-12-13T21:28:34.638Z | [ recovery-image] Dec 13 21:28:32.618 INFO O| Dec 13 21:28:32.617 INFO STEP 942 (remove_files) COMPLETE |
7260 | 2024-12-13T21:28:34.638Z | [ recovery-image] Dec 13 21:28:32.618 INFO O| Dec 13 21:28:32.617 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-12-13T21:28:34.653Z | [ recovery-image] Dec 13 21:28:32.637 INFO O| Dec 13 21:28:32.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7262 | 2024-12-13T21:28:34.656Z | [ recovery-image] Dec 13 21:28:32.637 INFO O| Dec 13 21:28:32.637 INFO STEP 943 (remove_files) COMPLETE |
7263 | 2024-12-13T21:28:34.656Z | [ recovery-image] Dec 13 21:28:32.637 INFO O| Dec 13 21:28:32.637 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-12-13T21:28:34.693Z | [ recovery-image] Dec 13 21:28:32.678 INFO O| Dec 13 21:28:32.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7265 | 2024-12-13T21:28:34.696Z | [ recovery-image] Dec 13 21:28:32.678 INFO O| Dec 13 21:28:32.678 INFO STEP 944 (remove_files) COMPLETE |
7266 | 2024-12-13T21:28:34.696Z | [ recovery-image] Dec 13 21:28:32.678 INFO O| Dec 13 21:28:32.678 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-12-13T21:28:34.720Z | [ recovery-image] Dec 13 21:28:32.703 INFO O| Dec 13 21:28:32.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7268 | 2024-12-13T21:28:34.720Z | [ recovery-image] Dec 13 21:28:32.703 INFO O| Dec 13 21:28:32.703 INFO STEP 945 (remove_files) COMPLETE |
7269 | 2024-12-13T21:28:34.720Z | [ recovery-image] Dec 13 21:28:32.703 INFO O| Dec 13 21:28:32.703 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-12-13T21:28:34.756Z | [ recovery-image] Dec 13 21:28:32.724 INFO O| Dec 13 21:28:32.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7271 | 2024-12-13T21:28:34.756Z | [ recovery-image] Dec 13 21:28:32.724 INFO O| Dec 13 21:28:32.724 INFO STEP 946 (remove_files) COMPLETE |
7272 | 2024-12-13T21:28:34.756Z | [ recovery-image] Dec 13 21:28:32.725 INFO O| Dec 13 21:28:32.724 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-12-13T21:28:34.768Z | [ recovery-image] Dec 13 21:28:32.744 INFO O| Dec 13 21:28:32.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7274 | 2024-12-13T21:28:34.768Z | [ recovery-image] Dec 13 21:28:32.744 INFO O| Dec 13 21:28:32.744 INFO STEP 947 (remove_files) COMPLETE |
7275 | 2024-12-13T21:28:34.768Z | [ recovery-image] Dec 13 21:28:32.744 INFO O| Dec 13 21:28:32.744 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-12-13T21:28:34.797Z | [ recovery-image] Dec 13 21:28:32.781 INFO O| Dec 13 21:28:32.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7277 | 2024-12-13T21:28:34.797Z | [ recovery-image] Dec 13 21:28:32.781 INFO O| Dec 13 21:28:32.781 INFO STEP 948 (remove_files) COMPLETE |
7278 | 2024-12-13T21:28:34.797Z | [ recovery-image] Dec 13 21:28:32.781 INFO O| Dec 13 21:28:32.781 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-12-13T21:28:34.888Z | [ recovery-image] Dec 13 21:28:32.868 INFO O| Dec 13 21:28:32.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7280 | 2024-12-13T21:28:34.894Z | [ recovery-image] Dec 13 21:28:32.869 INFO O| Dec 13 21:28:32.868 INFO STEP 949 (remove_files) COMPLETE |
7281 | 2024-12-13T21:28:34.894Z | [ recovery-image] Dec 13 21:28:32.869 INFO O| Dec 13 21:28:32.868 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-12-13T21:28:34.950Z | [ recovery-image] Dec 13 21:28:32.928 INFO O| Dec 13 21:28:32.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7283 | 2024-12-13T21:28:34.957Z | [ recovery-image] Dec 13 21:28:32.928 INFO O| Dec 13 21:28:32.928 INFO STEP 950 (remove_files) COMPLETE |
7284 | 2024-12-13T21:28:34.957Z | [ recovery-image] Dec 13 21:28:32.928 INFO O| Dec 13 21:28:32.928 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-12-13T21:28:34.994Z | [ recovery-image] Dec 13 21:28:32.978 INFO O| Dec 13 21:28:32.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7286 | 2024-12-13T21:28:34.998Z | [ recovery-image] Dec 13 21:28:32.978 INFO O| Dec 13 21:28:32.978 INFO STEP 951 (remove_files) COMPLETE |
7287 | 2024-12-13T21:28:34.998Z | [ recovery-image] Dec 13 21:28:32.978 INFO O| Dec 13 21:28:32.978 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-12-13T21:28:35.025Z | [ recovery-image] Dec 13 21:28:32.998 INFO O| Dec 13 21:28:32.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7289 | 2024-12-13T21:28:35.071Z | [ recovery-image] Dec 13 21:28:32.998 INFO O| Dec 13 21:28:32.998 INFO STEP 952 (remove_files) COMPLETE |
7290 | 2024-12-13T21:28:35.072Z | [ recovery-image] Dec 13 21:28:32.998 INFO O| Dec 13 21:28:32.998 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-12-13T21:28:35.072Z | [ recovery-image] Dec 13 21:28:33.036 INFO O| Dec 13 21:28:33.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7292 | 2024-12-13T21:28:35.072Z | [ recovery-image] Dec 13 21:28:33.036 INFO O| Dec 13 21:28:33.036 INFO STEP 953 (remove_files) COMPLETE |
7293 | 2024-12-13T21:28:35.072Z | [ recovery-image] Dec 13 21:28:33.037 INFO O| Dec 13 21:28:33.036 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-12-13T21:28:35.081Z | [ recovery-image] Dec 13 21:28:33.057 INFO O| Dec 13 21:28:33.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7295 | 2024-12-13T21:28:35.082Z | [ recovery-image] Dec 13 21:28:33.057 INFO O| Dec 13 21:28:33.057 INFO STEP 954 (remove_files) COMPLETE |
7296 | 2024-12-13T21:28:35.082Z | [ recovery-image] Dec 13 21:28:33.057 INFO O| Dec 13 21:28:33.057 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-12-13T21:28:35.099Z | [ recovery-image] Dec 13 21:28:33.077 INFO O| Dec 13 21:28:33.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7298 | 2024-12-13T21:28:35.099Z | [ recovery-image] Dec 13 21:28:33.077 INFO O| Dec 13 21:28:33.077 INFO STEP 955 (remove_files) COMPLETE |
7299 | 2024-12-13T21:28:35.099Z | [ recovery-image] Dec 13 21:28:33.077 INFO O| Dec 13 21:28:33.077 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-12-13T21:28:35.120Z | [ recovery-image] Dec 13 21:28:33.096 INFO O| Dec 13 21:28:33.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7301 | 2024-12-13T21:28:35.120Z | [ recovery-image] Dec 13 21:28:33.096 INFO O| Dec 13 21:28:33.096 INFO STEP 956 (remove_files) COMPLETE |
7302 | 2024-12-13T21:28:35.121Z | [ recovery-image] Dec 13 21:28:33.096 INFO O| Dec 13 21:28:33.096 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-12-13T21:28:35.138Z | [ recovery-image] Dec 13 21:28:33.116 INFO O| Dec 13 21:28:33.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7304 | 2024-12-13T21:28:35.138Z | [ recovery-image] Dec 13 21:28:33.116 INFO O| Dec 13 21:28:33.116 INFO STEP 957 (remove_files) COMPLETE |
7305 | 2024-12-13T21:28:35.138Z | [ recovery-image] Dec 13 21:28:33.116 INFO O| Dec 13 21:28:33.116 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-12-13T21:28:35.157Z | [ recovery-image] Dec 13 21:28:33.140 INFO O| Dec 13 21:28:33.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7307 | 2024-12-13T21:28:35.157Z | [ recovery-image] Dec 13 21:28:33.140 INFO O| Dec 13 21:28:33.140 INFO STEP 958 (remove_files) COMPLETE |
7308 | 2024-12-13T21:28:35.157Z | [ recovery-image] Dec 13 21:28:33.140 INFO O| Dec 13 21:28:33.140 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-12-13T21:28:35.195Z | [ recovery-image] Dec 13 21:28:33.167 INFO O| Dec 13 21:28:33.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7310 | 2024-12-13T21:28:35.195Z | [ recovery-image] Dec 13 21:28:33.167 INFO O| Dec 13 21:28:33.167 INFO STEP 959 (remove_files) COMPLETE |
7311 | 2024-12-13T21:28:35.203Z | [ recovery-image] Dec 13 21:28:33.167 INFO O| Dec 13 21:28:33.167 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-12-13T21:28:35.259Z | [ recovery-image] Dec 13 21:28:33.241 INFO O| Dec 13 21:28:33.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7313 | 2024-12-13T21:28:35.259Z | [ recovery-image] Dec 13 21:28:33.241 INFO O| Dec 13 21:28:33.241 INFO STEP 960 (remove_files) COMPLETE |
7314 | 2024-12-13T21:28:35.259Z | [ recovery-image] Dec 13 21:28:33.241 INFO O| Dec 13 21:28:33.241 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-12-13T21:28:35.276Z | [ recovery-image] Dec 13 21:28:33.259 INFO O| Dec 13 21:28:33.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7316 | 2024-12-13T21:28:35.276Z | [ recovery-image] Dec 13 21:28:33.259 INFO O| Dec 13 21:28:33.259 INFO STEP 961 (remove_files) COMPLETE |
7317 | 2024-12-13T21:28:35.277Z | [ recovery-image] Dec 13 21:28:33.259 INFO O| Dec 13 21:28:33.259 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-12-13T21:28:35.292Z | [ recovery-image] Dec 13 21:28:33.275 INFO O| Dec 13 21:28:33.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7319 | 2024-12-13T21:28:35.292Z | [ recovery-image] Dec 13 21:28:33.276 INFO O| Dec 13 21:28:33.275 INFO STEP 962 (remove_files) COMPLETE |
7320 | 2024-12-13T21:28:35.306Z | [ recovery-image] Dec 13 21:28:33.276 INFO O| Dec 13 21:28:33.276 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-12-13T21:28:35.312Z | [ recovery-image] Dec 13 21:28:33.294 INFO O| Dec 13 21:28:33.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7322 | 2024-12-13T21:28:35.312Z | [ recovery-image] Dec 13 21:28:33.294 INFO O| Dec 13 21:28:33.294 INFO STEP 963 (remove_files) COMPLETE |
7323 | 2024-12-13T21:28:35.312Z | [ recovery-image] Dec 13 21:28:33.294 INFO O| Dec 13 21:28:33.294 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-12-13T21:28:35.337Z | [ recovery-image] Dec 13 21:28:33.313 INFO O| Dec 13 21:28:33.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7325 | 2024-12-13T21:28:35.352Z | [ recovery-image] Dec 13 21:28:33.314 INFO O| Dec 13 21:28:33.314 INFO STEP 964 (remove_files) COMPLETE |
7326 | 2024-12-13T21:28:35.353Z | [ recovery-image] Dec 13 21:28:33.314 INFO O| Dec 13 21:28:33.314 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-12-13T21:28:35.404Z | [ recovery-image] Dec 13 21:28:33.333 INFO O| Dec 13 21:28:33.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7328 | 2024-12-13T21:28:35.404Z | [ recovery-image] Dec 13 21:28:33.341 INFO O| Dec 13 21:28:33.341 INFO STEP 965 (remove_files) COMPLETE |
7329 | 2024-12-13T21:28:35.404Z | [ recovery-image] Dec 13 21:28:33.341 INFO O| Dec 13 21:28:33.341 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-12-13T21:28:35.416Z | [ recovery-image] Dec 13 21:28:33.361 INFO O| Dec 13 21:28:33.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7331 | 2024-12-13T21:28:35.416Z | [ recovery-image] Dec 13 21:28:33.361 INFO O| Dec 13 21:28:33.361 INFO STEP 966 (remove_files) COMPLETE |
7332 | 2024-12-13T21:28:35.416Z | [ recovery-image] Dec 13 21:28:33.361 INFO O| Dec 13 21:28:33.361 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-12-13T21:28:35.416Z | [ recovery-image] Dec 13 21:28:33.380 INFO O| Dec 13 21:28:33.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7334 | 2024-12-13T21:28:35.416Z | [ recovery-image] Dec 13 21:28:33.380 INFO O| Dec 13 21:28:33.380 INFO STEP 967 (remove_files) COMPLETE |
7335 | 2024-12-13T21:28:35.416Z | [ recovery-image] Dec 13 21:28:33.380 INFO O| Dec 13 21:28:33.380 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-12-13T21:28:35.433Z | [ recovery-image] Dec 13 21:28:33.400 INFO O| Dec 13 21:28:33.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7337 | 2024-12-13T21:28:35.433Z | [ recovery-image] Dec 13 21:28:33.400 INFO O| Dec 13 21:28:33.400 INFO STEP 968 (remove_files) COMPLETE |
7338 | 2024-12-13T21:28:35.433Z | [ recovery-image] Dec 13 21:28:33.400 INFO O| Dec 13 21:28:33.400 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-12-13T21:28:35.438Z | [ recovery-image] Dec 13 21:28:33.419 INFO O| Dec 13 21:28:33.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7340 | 2024-12-13T21:28:35.438Z | [ recovery-image] Dec 13 21:28:33.419 INFO O| Dec 13 21:28:33.419 INFO STEP 969 (remove_files) COMPLETE |
7341 | 2024-12-13T21:28:35.439Z | [ recovery-image] Dec 13 21:28:33.420 INFO O| Dec 13 21:28:33.419 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-12-13T21:28:35.454Z | [ recovery-image] Dec 13 21:28:33.437 INFO O| Dec 13 21:28:33.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7343 | 2024-12-13T21:28:35.462Z | [ recovery-image] Dec 13 21:28:33.437 INFO O| Dec 13 21:28:33.437 INFO STEP 970 (remove_files) COMPLETE |
7344 | 2024-12-13T21:28:35.462Z | [ recovery-image] Dec 13 21:28:33.437 INFO O| Dec 13 21:28:33.437 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-12-13T21:28:35.471Z | [ recovery-image] Dec 13 21:28:33.454 INFO O| Dec 13 21:28:33.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7346 | 2024-12-13T21:28:35.478Z | [ recovery-image] Dec 13 21:28:33.454 INFO O| Dec 13 21:28:33.454 INFO STEP 971 (remove_files) COMPLETE |
7347 | 2024-12-13T21:28:35.478Z | [ recovery-image] Dec 13 21:28:33.454 INFO O| Dec 13 21:28:33.454 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-12-13T21:28:35.488Z | [ recovery-image] Dec 13 21:28:33.470 INFO O| Dec 13 21:28:33.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7349 | 2024-12-13T21:28:35.492Z | [ recovery-image] Dec 13 21:28:33.470 INFO O| Dec 13 21:28:33.470 INFO STEP 972 (remove_files) COMPLETE |
7350 | 2024-12-13T21:28:35.492Z | [ recovery-image] Dec 13 21:28:33.470 INFO O| Dec 13 21:28:33.470 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-12-13T21:28:35.503Z | [ recovery-image] Dec 13 21:28:33.486 INFO O| Dec 13 21:28:33.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7352 | 2024-12-13T21:28:35.503Z | [ recovery-image] Dec 13 21:28:33.486 INFO O| Dec 13 21:28:33.486 INFO STEP 973 (remove_files) COMPLETE |
7353 | 2024-12-13T21:28:35.507Z | [ recovery-image] Dec 13 21:28:33.486 INFO O| Dec 13 21:28:33.486 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-12-13T21:28:35.521Z | [ recovery-image] Dec 13 21:28:33.505 INFO O| Dec 13 21:28:33.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7355 | 2024-12-13T21:28:35.526Z | [ recovery-image] Dec 13 21:28:33.505 INFO O| Dec 13 21:28:33.505 INFO STEP 974 (remove_files) COMPLETE |
7356 | 2024-12-13T21:28:35.526Z | [ recovery-image] Dec 13 21:28:33.506 INFO O| Dec 13 21:28:33.505 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-12-13T21:28:35.545Z | [ recovery-image] Dec 13 21:28:33.525 INFO O| Dec 13 21:28:33.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7358 | 2024-12-13T21:28:35.552Z | [ recovery-image] Dec 13 21:28:33.525 INFO O| Dec 13 21:28:33.525 INFO STEP 975 (remove_files) COMPLETE |
7359 | 2024-12-13T21:28:35.552Z | [ recovery-image] Dec 13 21:28:33.525 INFO O| Dec 13 21:28:33.525 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-12-13T21:28:35.599Z | [ recovery-image] Dec 13 21:28:33.583 INFO O| Dec 13 21:28:33.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7361 | 2024-12-13T21:28:35.599Z | [ recovery-image] Dec 13 21:28:33.583 INFO O| Dec 13 21:28:33.583 INFO STEP 976 (remove_files) COMPLETE |
7362 | 2024-12-13T21:28:35.599Z | [ recovery-image] Dec 13 21:28:33.583 INFO O| Dec 13 21:28:33.583 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-12-13T21:28:35.720Z | [ recovery-image] Dec 13 21:28:33.704 INFO O| Dec 13 21:28:33.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7364 | 2024-12-13T21:28:35.738Z | [ recovery-image] Dec 13 21:28:33.722 INFO O| Dec 13 21:28:33.722 INFO STEP 977 (remove_files) COMPLETE |
7365 | 2024-12-13T21:28:35.742Z | [ recovery-image] Dec 13 21:28:33.722 INFO O| Dec 13 21:28:33.722 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-12-13T21:28:35.757Z | [ recovery-image] Dec 13 21:28:33.741 INFO O| Dec 13 21:28:33.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7367 | 2024-12-13T21:28:35.758Z | [ recovery-image] Dec 13 21:28:33.742 INFO O| Dec 13 21:28:33.742 INFO STEP 978 (remove_files) COMPLETE |
7368 | 2024-12-13T21:28:35.758Z | [ recovery-image] Dec 13 21:28:33.742 INFO O| Dec 13 21:28:33.742 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-12-13T21:28:35.778Z | [ recovery-image] Dec 13 21:28:33.760 INFO O| Dec 13 21:28:33.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7370 | 2024-12-13T21:28:35.778Z | [ recovery-image] Dec 13 21:28:33.760 INFO O| Dec 13 21:28:33.760 INFO STEP 979 (remove_files) COMPLETE |
7371 | 2024-12-13T21:28:35.778Z | [ recovery-image] Dec 13 21:28:33.760 INFO O| Dec 13 21:28:33.760 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-12-13T21:28:35.804Z | [ recovery-image] Dec 13 21:28:33.788 INFO O| Dec 13 21:28:33.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7373 | 2024-12-13T21:28:35.808Z | [ recovery-image] Dec 13 21:28:33.788 INFO O| Dec 13 21:28:33.788 INFO STEP 980 (remove_files) COMPLETE |
7374 | 2024-12-13T21:28:35.808Z | [ recovery-image] Dec 13 21:28:33.789 INFO O| Dec 13 21:28:33.788 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-12-13T21:28:35.833Z | [ recovery-image] Dec 13 21:28:33.809 INFO O| Dec 13 21:28:33.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7376 | 2024-12-13T21:28:35.833Z | [ recovery-image] Dec 13 21:28:33.809 INFO O| Dec 13 21:28:33.809 INFO STEP 981 (remove_files) COMPLETE |
7377 | 2024-12-13T21:28:35.834Z | [ recovery-image] Dec 13 21:28:33.809 INFO O| Dec 13 21:28:33.809 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-12-13T21:28:35.953Z | [ recovery-image] Dec 13 21:28:33.935 INFO O| Dec 13 21:28:33.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7379 | 2024-12-13T21:28:35.954Z | [ recovery-image] Dec 13 21:28:33.935 INFO O| Dec 13 21:28:33.934 INFO STEP 982 (remove_files) COMPLETE |
7380 | 2024-12-13T21:28:35.954Z | [ recovery-image] Dec 13 21:28:33.935 INFO O| Dec 13 21:28:33.934 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-12-13T21:28:35.985Z | [ recovery-image] Dec 13 21:28:33.969 INFO O| Dec 13 21:28:33.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7382 | 2024-12-13T21:28:35.985Z | [ recovery-image] Dec 13 21:28:33.969 INFO O| Dec 13 21:28:33.961 INFO STEP 983 (remove_files) COMPLETE |
7383 | 2024-12-13T21:28:35.988Z | [ recovery-image] Dec 13 21:28:33.969 INFO O| Dec 13 21:28:33.961 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-12-13T21:28:36.050Z | [ recovery-image] Dec 13 21:28:34.031 INFO O| Dec 13 21:28:34.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7385 | 2024-12-13T21:28:36.055Z | [ recovery-image] Dec 13 21:28:34.031 INFO O| Dec 13 21:28:34.031 INFO STEP 984 (remove_files) COMPLETE |
7386 | 2024-12-13T21:28:36.055Z | [ recovery-image] Dec 13 21:28:34.031 INFO O| Dec 13 21:28:34.031 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-12-13T21:28:36.084Z | [ recovery-image] Dec 13 21:28:34.066 INFO O| Dec 13 21:28:34.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7388 | 2024-12-13T21:28:36.084Z | [ recovery-image] Dec 13 21:28:34.066 INFO O| Dec 13 21:28:34.066 INFO STEP 985 (remove_files) COMPLETE |
7389 | 2024-12-13T21:28:36.084Z | [ recovery-image] Dec 13 21:28:34.066 INFO O| Dec 13 21:28:34.066 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-12-13T21:28:36.127Z | [ recovery-image] Dec 13 21:28:34.111 INFO O| Dec 13 21:28:34.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7391 | 2024-12-13T21:28:36.127Z | [ recovery-image] Dec 13 21:28:34.111 INFO O| Dec 13 21:28:34.111 INFO STEP 986 (remove_files) COMPLETE |
7392 | 2024-12-13T21:28:36.127Z | [ recovery-image] Dec 13 21:28:34.111 INFO O| Dec 13 21:28:34.111 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-12-13T21:28:36.152Z | [ recovery-image] Dec 13 21:28:34.136 INFO O| Dec 13 21:28:34.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7394 | 2024-12-13T21:28:36.153Z | [ recovery-image] Dec 13 21:28:34.136 INFO O| Dec 13 21:28:34.136 INFO STEP 987 (remove_files) COMPLETE |
7395 | 2024-12-13T21:28:36.153Z | [ recovery-image] Dec 13 21:28:34.137 INFO O| Dec 13 21:28:34.136 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-12-13T21:28:36.177Z | [ recovery-image] Dec 13 21:28:34.157 INFO O| Dec 13 21:28:34.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7397 | 2024-12-13T21:28:36.177Z | [ recovery-image] Dec 13 21:28:34.157 INFO O| Dec 13 21:28:34.157 INFO STEP 988 (remove_files) COMPLETE |
7398 | 2024-12-13T21:28:36.177Z | [ recovery-image] Dec 13 21:28:34.157 INFO O| Dec 13 21:28:34.157 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-12-13T21:28:36.234Z | [ recovery-image] Dec 13 21:28:34.218 INFO O| Dec 13 21:28:34.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7400 | 2024-12-13T21:28:36.238Z | [ recovery-image] Dec 13 21:28:34.219 INFO O| Dec 13 21:28:34.218 INFO STEP 989 (remove_files) COMPLETE |
7401 | 2024-12-13T21:28:36.238Z | [ recovery-image] Dec 13 21:28:34.219 INFO O| Dec 13 21:28:34.219 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-12-13T21:28:36.257Z | [ recovery-image] Dec 13 21:28:34.241 INFO O| Dec 13 21:28:34.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7403 | 2024-12-13T21:28:36.261Z | [ recovery-image] Dec 13 21:28:34.242 INFO O| Dec 13 21:28:34.241 INFO STEP 990 (remove_files) COMPLETE |
7404 | 2024-12-13T21:28:36.261Z | [ recovery-image] Dec 13 21:28:34.242 INFO O| Dec 13 21:28:34.242 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-12-13T21:28:36.279Z | [ recovery-image] Dec 13 21:28:34.263 INFO O| Dec 13 21:28:34.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7406 | 2024-12-13T21:28:36.282Z | [ recovery-image] Dec 13 21:28:34.263 INFO O| Dec 13 21:28:34.263 INFO STEP 991 (remove_files) COMPLETE |
7407 | 2024-12-13T21:28:36.282Z | [ recovery-image] Dec 13 21:28:34.263 INFO O| Dec 13 21:28:34.263 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-12-13T21:28:36.310Z | [ recovery-image] Dec 13 21:28:34.284 INFO O| Dec 13 21:28:34.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7409 | 2024-12-13T21:28:36.310Z | [ recovery-image] Dec 13 21:28:34.284 INFO O| Dec 13 21:28:34.284 INFO STEP 992 (remove_files) COMPLETE |
7410 | 2024-12-13T21:28:36.310Z | [ recovery-image] Dec 13 21:28:34.284 INFO O| Dec 13 21:28:34.284 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-12-13T21:28:36.323Z | [ recovery-image] Dec 13 21:28:34.305 INFO O| Dec 13 21:28:34.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7412 | 2024-12-13T21:28:36.323Z | [ recovery-image] Dec 13 21:28:34.305 INFO O| Dec 13 21:28:34.305 INFO STEP 993 (remove_files) COMPLETE |
7413 | 2024-12-13T21:28:36.323Z | [ recovery-image] Dec 13 21:28:34.305 INFO O| Dec 13 21:28:34.305 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-12-13T21:28:36.364Z | [ recovery-image] Dec 13 21:28:34.348 INFO O| Dec 13 21:28:34.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7415 | 2024-12-13T21:28:36.364Z | [ recovery-image] Dec 13 21:28:34.348 INFO O| Dec 13 21:28:34.348 INFO STEP 994 (remove_files) COMPLETE |
7416 | 2024-12-13T21:28:36.367Z | [ recovery-image] Dec 13 21:28:34.348 INFO O| Dec 13 21:28:34.348 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-12-13T21:28:36.384Z | [ recovery-image] Dec 13 21:28:34.367 INFO O| Dec 13 21:28:34.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7418 | 2024-12-13T21:28:36.384Z | [ recovery-image] Dec 13 21:28:34.367 INFO O| Dec 13 21:28:34.367 INFO STEP 995 (remove_files) COMPLETE |
7419 | 2024-12-13T21:28:36.384Z | [ recovery-image] Dec 13 21:28:34.367 INFO O| Dec 13 21:28:34.367 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-12-13T21:28:36.400Z | [ recovery-image] Dec 13 21:28:34.384 INFO O| Dec 13 21:28:34.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7421 | 2024-12-13T21:28:36.400Z | [ recovery-image] Dec 13 21:28:34.384 INFO O| Dec 13 21:28:34.384 INFO STEP 996 (remove_files) COMPLETE |
7422 | 2024-12-13T21:28:36.400Z | [ recovery-image] Dec 13 21:28:34.384 INFO O| Dec 13 21:28:34.384 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-12-13T21:28:36.448Z | [ recovery-image] Dec 13 21:28:34.432 INFO O| Dec 13 21:28:34.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7424 | 2024-12-13T21:28:36.448Z | [ recovery-image] Dec 13 21:28:34.432 INFO O| Dec 13 21:28:34.431 INFO STEP 997 (remove_files) COMPLETE |
7425 | 2024-12-13T21:28:36.449Z | [ recovery-image] Dec 13 21:28:34.432 INFO O| Dec 13 21:28:34.431 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-12-13T21:28:36.510Z | [ recovery-image] Dec 13 21:28:34.494 INFO O| Dec 13 21:28:34.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7427 | 2024-12-13T21:28:36.510Z | [ recovery-image] Dec 13 21:28:34.494 INFO O| Dec 13 21:28:34.494 INFO STEP 998 (remove_files) COMPLETE |
7428 | 2024-12-13T21:28:36.513Z | [ recovery-image] Dec 13 21:28:34.494 INFO O| Dec 13 21:28:34.494 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-12-13T21:28:36.529Z | [ recovery-image] Dec 13 21:28:34.513 INFO O| Dec 13 21:28:34.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7430 | 2024-12-13T21:28:36.529Z | [ recovery-image] Dec 13 21:28:34.513 INFO O| Dec 13 21:28:34.513 INFO STEP 999 (remove_files) COMPLETE |
7431 | 2024-12-13T21:28:36.531Z | [ recovery-image] Dec 13 21:28:34.513 INFO O| Dec 13 21:28:34.513 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-12-13T21:28:36.548Z | [ recovery-image] Dec 13 21:28:34.532 INFO O| Dec 13 21:28:34.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7433 | 2024-12-13T21:28:36.551Z | [ recovery-image] Dec 13 21:28:34.532 INFO O| Dec 13 21:28:34.532 INFO STEP 1000 (remove_files) COMPLETE |
7434 | 2024-12-13T21:28:36.551Z | [ recovery-image] Dec 13 21:28:34.532 INFO O| Dec 13 21:28:34.532 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-12-13T21:28:36.580Z | [ recovery-image] Dec 13 21:28:34.549 INFO O| Dec 13 21:28:34.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7436 | 2024-12-13T21:28:36.583Z | [ recovery-image] Dec 13 21:28:34.549 INFO O| Dec 13 21:28:34.549 INFO STEP 1001 (remove_files) COMPLETE |
7437 | 2024-12-13T21:28:36.583Z | [ recovery-image] Dec 13 21:28:34.549 INFO O| Dec 13 21:28:34.549 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-12-13T21:28:36.583Z | [ recovery-image] Dec 13 21:28:34.565 INFO O| Dec 13 21:28:34.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7439 | 2024-12-13T21:28:36.583Z | [ recovery-image] Dec 13 21:28:34.565 INFO O| Dec 13 21:28:34.565 INFO STEP 1002 (remove_files) COMPLETE |
7440 | 2024-12-13T21:28:36.583Z | [ recovery-image] Dec 13 21:28:34.565 INFO O| Dec 13 21:28:34.565 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-12-13T21:28:36.600Z | [ recovery-image] Dec 13 21:28:34.584 INFO O| Dec 13 21:28:34.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7442 | 2024-12-13T21:28:36.603Z | [ recovery-image] Dec 13 21:28:34.584 INFO O| Dec 13 21:28:34.584 INFO STEP 1003 (remove_files) COMPLETE |
7443 | 2024-12-13T21:28:36.603Z | [ recovery-image] Dec 13 21:28:34.584 INFO O| Dec 13 21:28:34.584 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-12-13T21:28:36.617Z | [ recovery-image] Dec 13 21:28:34.601 INFO O| Dec 13 21:28:34.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7445 | 2024-12-13T21:28:36.635Z | [ recovery-image] Dec 13 21:28:34.601 INFO O| Dec 13 21:28:34.601 INFO STEP 1004 (remove_files) COMPLETE |
7446 | 2024-12-13T21:28:36.635Z | [ recovery-image] Dec 13 21:28:34.601 INFO O| Dec 13 21:28:34.601 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-12-13T21:28:36.638Z | [ recovery-image] Dec 13 21:28:34.618 INFO O| Dec 13 21:28:34.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7448 | 2024-12-13T21:28:36.638Z | [ recovery-image] Dec 13 21:28:34.618 INFO O| Dec 13 21:28:34.618 INFO STEP 1005 (remove_files) COMPLETE |
7449 | 2024-12-13T21:28:36.638Z | [ recovery-image] Dec 13 21:28:34.618 INFO O| Dec 13 21:28:34.618 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-12-13T21:28:36.650Z | [ recovery-image] Dec 13 21:28:34.634 INFO O| Dec 13 21:28:34.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7451 | 2024-12-13T21:28:36.650Z | [ recovery-image] Dec 13 21:28:34.634 INFO O| Dec 13 21:28:34.634 INFO STEP 1006 (remove_files) COMPLETE |
7452 | 2024-12-13T21:28:36.650Z | [ recovery-image] Dec 13 21:28:34.634 INFO O| Dec 13 21:28:34.634 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-12-13T21:28:36.667Z | [ recovery-image] Dec 13 21:28:34.651 INFO O| Dec 13 21:28:34.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7454 | 2024-12-13T21:28:36.668Z | [ recovery-image] Dec 13 21:28:34.651 INFO O| Dec 13 21:28:34.651 INFO STEP 1007 (remove_files) COMPLETE |
7455 | 2024-12-13T21:28:36.668Z | [ recovery-image] Dec 13 21:28:34.651 INFO O| Dec 13 21:28:34.651 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-12-13T21:28:36.694Z | [ recovery-image] Dec 13 21:28:34.678 INFO O| Dec 13 21:28:34.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7457 | 2024-12-13T21:28:36.697Z | [ recovery-image] Dec 13 21:28:34.678 INFO O| Dec 13 21:28:34.678 INFO STEP 1008 (remove_files) COMPLETE |
7458 | 2024-12-13T21:28:36.698Z | [ recovery-image] Dec 13 21:28:34.679 INFO O| Dec 13 21:28:34.679 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-12-13T21:28:36.734Z | [ recovery-image] Dec 13 21:28:34.701 INFO O| Dec 13 21:28:34.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7460 | 2024-12-13T21:28:36.734Z | [ recovery-image] Dec 13 21:28:34.701 INFO O| Dec 13 21:28:34.701 INFO STEP 1009 (remove_files) COMPLETE |
7461 | 2024-12-13T21:28:36.734Z | [ recovery-image] Dec 13 21:28:34.702 INFO O| Dec 13 21:28:34.701 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-12-13T21:28:36.751Z | [ recovery-image] Dec 13 21:28:34.734 INFO O| Dec 13 21:28:34.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7463 | 2024-12-13T21:28:36.753Z | [ recovery-image] Dec 13 21:28:34.735 INFO O| Dec 13 21:28:34.735 INFO STEP 1010 (remove_files) COMPLETE |
7464 | 2024-12-13T21:28:36.753Z | [ recovery-image] Dec 13 21:28:34.735 INFO O| Dec 13 21:28:34.735 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-12-13T21:28:36.770Z | [ recovery-image] Dec 13 21:28:34.753 INFO O| Dec 13 21:28:34.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7466 | 2024-12-13T21:28:36.774Z | [ recovery-image] Dec 13 21:28:34.754 INFO O| Dec 13 21:28:34.754 INFO STEP 1011 (remove_files) COMPLETE |
7467 | 2024-12-13T21:28:36.774Z | [ recovery-image] Dec 13 21:28:34.754 INFO O| Dec 13 21:28:34.754 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-12-13T21:28:36.789Z | [ recovery-image] Dec 13 21:28:34.773 INFO O| Dec 13 21:28:34.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7469 | 2024-12-13T21:28:36.792Z | [ recovery-image] Dec 13 21:28:34.773 INFO O| Dec 13 21:28:34.773 INFO STEP 1012 (remove_files) COMPLETE |
7470 | 2024-12-13T21:28:36.792Z | [ recovery-image] Dec 13 21:28:34.773 INFO O| Dec 13 21:28:34.773 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-12-13T21:28:36.808Z | [ recovery-image] Dec 13 21:28:34.792 INFO O| Dec 13 21:28:34.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7472 | 2024-12-13T21:28:36.811Z | [ recovery-image] Dec 13 21:28:34.792 INFO O| Dec 13 21:28:34.792 INFO STEP 1013 (remove_files) COMPLETE |
7473 | 2024-12-13T21:28:36.811Z | [ recovery-image] Dec 13 21:28:34.792 INFO O| Dec 13 21:28:34.792 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-12-13T21:28:36.829Z | [ recovery-image] Dec 13 21:28:34.812 INFO O| Dec 13 21:28:34.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7475 | 2024-12-13T21:28:36.832Z | [ recovery-image] Dec 13 21:28:34.812 INFO O| Dec 13 21:28:34.812 INFO STEP 1014 (remove_files) COMPLETE |
7476 | 2024-12-13T21:28:36.832Z | [ recovery-image] Dec 13 21:28:34.812 INFO O| Dec 13 21:28:34.812 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-12-13T21:28:36.849Z | [ recovery-image] Dec 13 21:28:34.831 INFO O| Dec 13 21:28:34.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7478 | 2024-12-13T21:28:36.849Z | [ recovery-image] Dec 13 21:28:34.832 INFO O| Dec 13 21:28:34.831 INFO STEP 1015 (remove_files) COMPLETE |
7479 | 2024-12-13T21:28:36.852Z | [ recovery-image] Dec 13 21:28:34.832 INFO O| Dec 13 21:28:34.832 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-12-13T21:28:36.867Z | [ recovery-image] Dec 13 21:28:34.850 INFO O| Dec 13 21:28:34.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7481 | 2024-12-13T21:28:36.870Z | [ recovery-image] Dec 13 21:28:34.851 INFO O| Dec 13 21:28:34.851 INFO STEP 1016 (remove_files) COMPLETE |
7482 | 2024-12-13T21:28:36.870Z | [ recovery-image] Dec 13 21:28:34.851 INFO O| Dec 13 21:28:34.851 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-12-13T21:28:36.887Z | [ recovery-image] Dec 13 21:28:34.870 INFO O| Dec 13 21:28:34.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7484 | 2024-12-13T21:28:36.891Z | [ recovery-image] Dec 13 21:28:34.871 INFO O| Dec 13 21:28:34.871 INFO STEP 1017 (remove_files) COMPLETE |
7485 | 2024-12-13T21:28:36.891Z | [ recovery-image] Dec 13 21:28:34.871 INFO O| Dec 13 21:28:34.871 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-12-13T21:28:36.907Z | [ recovery-image] Dec 13 21:28:34.890 INFO O| Dec 13 21:28:34.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7487 | 2024-12-13T21:28:36.910Z | [ recovery-image] Dec 13 21:28:34.891 INFO O| Dec 13 21:28:34.891 INFO STEP 1018 (remove_files) COMPLETE |
7488 | 2024-12-13T21:28:36.911Z | [ recovery-image] Dec 13 21:28:34.891 INFO O| Dec 13 21:28:34.891 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-12-13T21:28:36.927Z | [ recovery-image] Dec 13 21:28:34.911 INFO O| Dec 13 21:28:34.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7490 | 2024-12-13T21:28:36.929Z | [ recovery-image] Dec 13 21:28:34.911 INFO O| Dec 13 21:28:34.911 INFO STEP 1019 (remove_files) COMPLETE |
7491 | 2024-12-13T21:28:36.929Z | [ recovery-image] Dec 13 21:28:34.911 INFO O| Dec 13 21:28:34.911 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-12-13T21:28:36.946Z | [ recovery-image] Dec 13 21:28:34.929 INFO O| Dec 13 21:28:34.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7493 | 2024-12-13T21:28:36.949Z | [ recovery-image] Dec 13 21:28:34.930 INFO O| Dec 13 21:28:34.930 INFO STEP 1020 (remove_files) COMPLETE |
7494 | 2024-12-13T21:28:36.949Z | [ recovery-image] Dec 13 21:28:34.930 INFO O| Dec 13 21:28:34.930 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-12-13T21:28:36.965Z | [ recovery-image] Dec 13 21:28:34.949 INFO O| Dec 13 21:28:34.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7496 | 2024-12-13T21:28:36.967Z | [ recovery-image] Dec 13 21:28:34.949 INFO O| Dec 13 21:28:34.949 INFO STEP 1021 (remove_files) COMPLETE |
7497 | 2024-12-13T21:28:36.967Z | [ recovery-image] Dec 13 21:28:34.949 INFO O| Dec 13 21:28:34.949 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-12-13T21:28:36.983Z | [ recovery-image] Dec 13 21:28:34.968 INFO O| Dec 13 21:28:34.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7499 | 2024-12-13T21:28:36.986Z | [ recovery-image] Dec 13 21:28:34.968 INFO O| Dec 13 21:28:34.968 INFO STEP 1022 (remove_files) COMPLETE |
7500 | 2024-12-13T21:28:36.986Z | [ recovery-image] Dec 13 21:28:34.968 INFO O| Dec 13 21:28:34.968 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-12-13T21:28:37.008Z | [ recovery-image] Dec 13 21:28:34.987 INFO O| Dec 13 21:28:34.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7502 | 2024-12-13T21:28:37.011Z | [ recovery-image] Dec 13 21:28:34.987 INFO O| Dec 13 21:28:34.987 INFO STEP 1023 (remove_files) COMPLETE |
7503 | 2024-12-13T21:28:37.011Z | [ recovery-image] Dec 13 21:28:34.987 INFO O| Dec 13 21:28:34.987 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-12-13T21:28:37.024Z | [ recovery-image] Dec 13 21:28:35.008 INFO O| Dec 13 21:28:35.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7505 | 2024-12-13T21:28:37.027Z | [ recovery-image] Dec 13 21:28:35.008 INFO O| Dec 13 21:28:35.008 INFO STEP 1024 (remove_files) COMPLETE |
7506 | 2024-12-13T21:28:37.027Z | [ recovery-image] Dec 13 21:28:35.009 INFO O| Dec 13 21:28:35.009 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2024-12-13T21:28:37.043Z | [ recovery-image] Dec 13 21:28:35.027 INFO O| Dec 13 21:28:35.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7508 | 2024-12-13T21:28:37.046Z | [ recovery-image] Dec 13 21:28:35.027 INFO O| Dec 13 21:28:35.027 INFO STEP 1025 (remove_files) COMPLETE |
7509 | 2024-12-13T21:28:37.046Z | [ recovery-image] Dec 13 21:28:35.027 INFO O| Dec 13 21:28:35.027 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2024-12-13T21:28:37.074Z | [ recovery-image] Dec 13 21:28:35.058 INFO O| Dec 13 21:28:35.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7511 | 2024-12-13T21:28:37.077Z | [ recovery-image] Dec 13 21:28:35.059 INFO O| Dec 13 21:28:35.059 INFO STEP 1026 (remove_files) COMPLETE |
7512 | 2024-12-13T21:28:37.077Z | [ recovery-image] Dec 13 21:28:35.059 INFO O| Dec 13 21:28:35.059 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2024-12-13T21:28:37.104Z | [ recovery-image] Dec 13 21:28:35.088 INFO O| Dec 13 21:28:35.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7514 | 2024-12-13T21:28:37.104Z | [ recovery-image] Dec 13 21:28:35.088 INFO O| Dec 13 21:28:35.088 INFO STEP 1027 (remove_files) COMPLETE |
7515 | 2024-12-13T21:28:37.104Z | [ recovery-image] Dec 13 21:28:35.088 INFO O| Dec 13 21:28:35.088 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2024-12-13T21:28:37.126Z | [ recovery-image] Dec 13 21:28:35.109 INFO O| Dec 13 21:28:35.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7517 | 2024-12-13T21:28:37.129Z | [ recovery-image] Dec 13 21:28:35.109 INFO O| Dec 13 21:28:35.109 INFO STEP 1028 (remove_files) COMPLETE |
7518 | 2024-12-13T21:28:37.129Z | [ recovery-image] Dec 13 21:28:35.110 INFO O| Dec 13 21:28:35.109 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2024-12-13T21:28:37.150Z | [ recovery-image] Dec 13 21:28:35.134 INFO O| Dec 13 21:28:35.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7520 | 2024-12-13T21:28:37.150Z | [ recovery-image] Dec 13 21:28:35.134 INFO O| Dec 13 21:28:35.134 INFO STEP 1029 (remove_files) COMPLETE |
7521 | 2024-12-13T21:28:37.150Z | [ recovery-image] Dec 13 21:28:35.134 INFO O| Dec 13 21:28:35.134 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2024-12-13T21:28:37.171Z | [ recovery-image] Dec 13 21:28:35.154 INFO O| Dec 13 21:28:35.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7523 | 2024-12-13T21:28:37.171Z | [ recovery-image] Dec 13 21:28:35.154 INFO O| Dec 13 21:28:35.154 INFO STEP 1030 (remove_files) COMPLETE |
7524 | 2024-12-13T21:28:37.171Z | [ recovery-image] Dec 13 21:28:35.155 INFO O| Dec 13 21:28:35.154 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2024-12-13T21:28:37.199Z | [ recovery-image] Dec 13 21:28:35.183 INFO O| Dec 13 21:28:35.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7526 | 2024-12-13T21:28:37.202Z | [ recovery-image] Dec 13 21:28:35.183 INFO O| Dec 13 21:28:35.183 INFO STEP 1031 (remove_files) COMPLETE |
7527 | 2024-12-13T21:28:37.203Z | [ recovery-image] Dec 13 21:28:35.184 INFO O| Dec 13 21:28:35.183 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-12-13T21:28:37.224Z | [ recovery-image] Dec 13 21:28:35.208 INFO O| Dec 13 21:28:35.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7529 | 2024-12-13T21:28:37.227Z | [ recovery-image] Dec 13 21:28:35.208 INFO O| Dec 13 21:28:35.208 INFO STEP 1032 (remove_files) COMPLETE |
7530 | 2024-12-13T21:28:37.227Z | [ recovery-image] Dec 13 21:28:35.209 INFO O| Dec 13 21:28:35.208 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-12-13T21:28:37.257Z | [ recovery-image] Dec 13 21:28:35.240 INFO O| Dec 13 21:28:35.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7532 | 2024-12-13T21:28:37.257Z | [ recovery-image] Dec 13 21:28:35.241 INFO O| Dec 13 21:28:35.241 INFO STEP 1033 (remove_files) COMPLETE |
7533 | 2024-12-13T21:28:37.257Z | [ recovery-image] Dec 13 21:28:35.241 INFO O| Dec 13 21:28:35.241 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-12-13T21:28:37.298Z | [ recovery-image] Dec 13 21:28:35.280 INFO O| Dec 13 21:28:35.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7535 | 2024-12-13T21:28:37.298Z | [ recovery-image] Dec 13 21:28:35.280 INFO O| Dec 13 21:28:35.280 INFO STEP 1034 (remove_files) COMPLETE |
7536 | 2024-12-13T21:28:37.302Z | [ recovery-image] Dec 13 21:28:35.280 INFO O| Dec 13 21:28:35.280 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2024-12-13T21:28:37.322Z | [ recovery-image] Dec 13 21:28:35.305 INFO O| Dec 13 21:28:35.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7538 | 2024-12-13T21:28:37.322Z | [ recovery-image] Dec 13 21:28:35.306 INFO O| Dec 13 21:28:35.306 INFO STEP 1035 (remove_files) COMPLETE |
7539 | 2024-12-13T21:28:37.322Z | [ recovery-image] Dec 13 21:28:35.306 INFO O| Dec 13 21:28:35.306 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2024-12-13T21:28:37.341Z | [ recovery-image] Dec 13 21:28:35.324 INFO O| Dec 13 21:28:35.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7541 | 2024-12-13T21:28:37.354Z | [ recovery-image] Dec 13 21:28:35.324 INFO O| Dec 13 21:28:35.324 INFO STEP 1036 (remove_files) COMPLETE |
7542 | 2024-12-13T21:28:37.354Z | [ recovery-image] Dec 13 21:28:35.324 INFO O| Dec 13 21:28:35.324 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-12-13T21:28:37.359Z | [ recovery-image] Dec 13 21:28:35.343 INFO O| Dec 13 21:28:35.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7544 | 2024-12-13T21:28:37.359Z | [ recovery-image] Dec 13 21:28:35.343 INFO O| Dec 13 21:28:35.343 INFO STEP 1037 (remove_files) COMPLETE |
7545 | 2024-12-13T21:28:37.360Z | [ recovery-image] Dec 13 21:28:35.343 INFO O| Dec 13 21:28:35.343 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-12-13T21:28:37.379Z | [ recovery-image] Dec 13 21:28:35.362 INFO O| Dec 13 21:28:35.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7547 | 2024-12-13T21:28:37.379Z | [ recovery-image] Dec 13 21:28:35.362 INFO O| Dec 13 21:28:35.362 INFO STEP 1038 (remove_files) COMPLETE |
7548 | 2024-12-13T21:28:37.379Z | [ recovery-image] Dec 13 21:28:35.362 INFO O| Dec 13 21:28:35.362 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-12-13T21:28:37.404Z | [ recovery-image] Dec 13 21:28:35.388 INFO O| Dec 13 21:28:35.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7550 | 2024-12-13T21:28:37.404Z | [ recovery-image] Dec 13 21:28:35.388 INFO O| Dec 13 21:28:35.381 INFO STEP 1039 (remove_files) COMPLETE |
7551 | 2024-12-13T21:28:37.404Z | [ recovery-image] Dec 13 21:28:35.388 INFO O| Dec 13 21:28:35.381 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-12-13T21:28:37.440Z | [ recovery-image] Dec 13 21:28:35.408 INFO O| Dec 13 21:28:35.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7553 | 2024-12-13T21:28:37.442Z | [ recovery-image] Dec 13 21:28:35.408 INFO O| Dec 13 21:28:35.408 INFO STEP 1040 (remove_files) COMPLETE |
7554 | 2024-12-13T21:28:37.442Z | [ recovery-image] Dec 13 21:28:35.408 INFO O| Dec 13 21:28:35.408 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-12-13T21:28:37.447Z | [ recovery-image] Dec 13 21:28:35.428 INFO O| Dec 13 21:28:35.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7556 | 2024-12-13T21:28:37.447Z | [ recovery-image] Dec 13 21:28:35.428 INFO O| Dec 13 21:28:35.428 INFO STEP 1041 (remove_files) COMPLETE |
7557 | 2024-12-13T21:28:37.447Z | [ recovery-image] Dec 13 21:28:35.428 INFO O| Dec 13 21:28:35.428 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-12-13T21:28:37.462Z | [ recovery-image] Dec 13 21:28:35.446 INFO O| Dec 13 21:28:35.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7559 | 2024-12-13T21:28:37.462Z | [ recovery-image] Dec 13 21:28:35.446 INFO O| Dec 13 21:28:35.446 INFO STEP 1042 (remove_files) COMPLETE |
7560 | 2024-12-13T21:28:37.462Z | [ recovery-image] Dec 13 21:28:35.446 INFO O| Dec 13 21:28:35.446 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-12-13T21:28:37.481Z | [ recovery-image] Dec 13 21:28:35.464 INFO O| Dec 13 21:28:35.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7562 | 2024-12-13T21:28:37.481Z | [ recovery-image] Dec 13 21:28:35.464 INFO O| Dec 13 21:28:35.464 INFO STEP 1043 (remove_files) COMPLETE |
7563 | 2024-12-13T21:28:37.488Z | [ recovery-image] Dec 13 21:28:35.464 INFO O| Dec 13 21:28:35.464 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-12-13T21:28:37.505Z | [ recovery-image] Dec 13 21:28:35.488 INFO O| Dec 13 21:28:35.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7565 | 2024-12-13T21:28:37.505Z | [ recovery-image] Dec 13 21:28:35.488 INFO O| Dec 13 21:28:35.488 INFO STEP 1044 (remove_files) COMPLETE |
7566 | 2024-12-13T21:28:37.505Z | [ recovery-image] Dec 13 21:28:35.488 INFO O| Dec 13 21:28:35.488 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-12-13T21:28:37.522Z | [ recovery-image] Dec 13 21:28:35.506 INFO O| Dec 13 21:28:35.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7568 | 2024-12-13T21:28:37.522Z | [ recovery-image] Dec 13 21:28:35.506 INFO O| Dec 13 21:28:35.506 INFO STEP 1045 (remove_files) COMPLETE |
7569 | 2024-12-13T21:28:37.522Z | [ recovery-image] Dec 13 21:28:35.506 INFO O| Dec 13 21:28:35.506 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-12-13T21:28:37.562Z | [ recovery-image] Dec 13 21:28:35.546 INFO O| Dec 13 21:28:35.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7571 | 2024-12-13T21:28:37.563Z | [ recovery-image] Dec 13 21:28:35.546 INFO O| Dec 13 21:28:35.546 INFO STEP 1046 (remove_files) COMPLETE |
7572 | 2024-12-13T21:28:37.563Z | [ recovery-image] Dec 13 21:28:35.546 INFO O| Dec 13 21:28:35.546 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-12-13T21:28:37.620Z | [ recovery-image] Dec 13 21:28:35.604 INFO O| Dec 13 21:28:35.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7574 | 2024-12-13T21:28:37.620Z | [ recovery-image] Dec 13 21:28:35.604 INFO O| Dec 13 21:28:35.604 INFO STEP 1047 (remove_files) COMPLETE |
7575 | 2024-12-13T21:28:37.621Z | [ recovery-image] Dec 13 21:28:35.604 INFO O| Dec 13 21:28:35.604 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-12-13T21:28:37.651Z | [ recovery-image] Dec 13 21:28:35.623 INFO O| Dec 13 21:28:35.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7577 | 2024-12-13T21:28:37.651Z | [ recovery-image] Dec 13 21:28:35.623 INFO O| Dec 13 21:28:35.623 INFO STEP 1048 (remove_files) COMPLETE |
7578 | 2024-12-13T21:28:37.654Z | [ recovery-image] Dec 13 21:28:35.623 INFO O| Dec 13 21:28:35.623 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-12-13T21:28:37.838Z | [ recovery-image] Dec 13 21:28:35.822 INFO O| Dec 13 21:28:35.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7580 | 2024-12-13T21:28:37.838Z | [ recovery-image] Dec 13 21:28:35.822 INFO O| Dec 13 21:28:35.822 INFO STEP 1049 (remove_files) COMPLETE |
7581 | 2024-12-13T21:28:37.838Z | [ recovery-image] Dec 13 21:28:35.822 INFO O| Dec 13 21:28:35.822 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-12-13T21:28:37.914Z | [ recovery-image] Dec 13 21:28:35.897 INFO O| Dec 13 21:28:35.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7583 | 2024-12-13T21:28:37.914Z | [ recovery-image] Dec 13 21:28:35.897 INFO O| Dec 13 21:28:35.897 INFO STEP 1050 (remove_files) COMPLETE |
7584 | 2024-12-13T21:28:37.914Z | [ recovery-image] Dec 13 21:28:35.897 INFO O| Dec 13 21:28:35.897 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-12-13T21:28:37.975Z | [ recovery-image] Dec 13 21:28:35.959 INFO O| Dec 13 21:28:35.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7586 | 2024-12-13T21:28:37.975Z | [ recovery-image] Dec 13 21:28:35.959 INFO O| Dec 13 21:28:35.959 INFO STEP 1051 (remove_files) COMPLETE |
7587 | 2024-12-13T21:28:37.975Z | [ recovery-image] Dec 13 21:28:35.959 INFO O| Dec 13 21:28:35.959 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-12-13T21:28:38.018Z | [ recovery-image] Dec 13 21:28:36.000 INFO O| Dec 13 21:28:35.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7589 | 2024-12-13T21:28:38.018Z | [ recovery-image] Dec 13 21:28:36.000 INFO O| Dec 13 21:28:36.000 INFO STEP 1052 (remove_files) COMPLETE |
7590 | 2024-12-13T21:28:38.022Z | [ recovery-image] Dec 13 21:28:36.000 INFO O| Dec 13 21:28:36.000 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-12-13T21:28:38.056Z | [ recovery-image] Dec 13 21:28:36.040 INFO O| Dec 13 21:28:36.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7592 | 2024-12-13T21:28:38.056Z | [ recovery-image] Dec 13 21:28:36.040 INFO O| Dec 13 21:28:36.040 INFO STEP 1053 (remove_files) COMPLETE |
7593 | 2024-12-13T21:28:38.056Z | [ recovery-image] Dec 13 21:28:36.040 INFO O| Dec 13 21:28:36.040 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-12-13T21:28:38.076Z | [ recovery-image] Dec 13 21:28:36.060 INFO O| Dec 13 21:28:36.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7595 | 2024-12-13T21:28:38.076Z | [ recovery-image] Dec 13 21:28:36.060 INFO O| Dec 13 21:28:36.060 INFO STEP 1054 (remove_files) COMPLETE |
7596 | 2024-12-13T21:28:38.079Z | [ recovery-image] Dec 13 21:28:36.060 INFO O| Dec 13 21:28:36.060 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-12-13T21:28:38.134Z | [ recovery-image] Dec 13 21:28:36.112 INFO O| Dec 13 21:28:36.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7598 | 2024-12-13T21:28:38.134Z | [ recovery-image] Dec 13 21:28:36.112 INFO O| Dec 13 21:28:36.112 INFO STEP 1055 (remove_files) COMPLETE |
7599 | 2024-12-13T21:28:38.137Z | [ recovery-image] Dec 13 21:28:36.112 INFO O| Dec 13 21:28:36.112 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-12-13T21:28:38.145Z | [ recovery-image] Dec 13 21:28:36.129 INFO O| Dec 13 21:28:36.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7601 | 2024-12-13T21:28:38.149Z | [ recovery-image] Dec 13 21:28:36.130 INFO O| Dec 13 21:28:36.129 INFO STEP 1056 (remove_files) COMPLETE |
7602 | 2024-12-13T21:28:38.149Z | [ recovery-image] Dec 13 21:28:36.130 INFO O| Dec 13 21:28:36.130 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-12-13T21:28:38.162Z | [ recovery-image] Dec 13 21:28:36.146 INFO O| Dec 13 21:28:36.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7604 | 2024-12-13T21:28:38.165Z | [ recovery-image] Dec 13 21:28:36.146 INFO O| Dec 13 21:28:36.146 INFO STEP 1057 (remove_files) COMPLETE |
7605 | 2024-12-13T21:28:38.165Z | [ recovery-image] Dec 13 21:28:36.147 INFO O| Dec 13 21:28:36.146 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-12-13T21:28:38.180Z | [ recovery-image] Dec 13 21:28:36.163 INFO O| Dec 13 21:28:36.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7607 | 2024-12-13T21:28:38.183Z | [ recovery-image] Dec 13 21:28:36.164 INFO O| Dec 13 21:28:36.163 INFO STEP 1058 (remove_files) COMPLETE |
7608 | 2024-12-13T21:28:38.183Z | [ recovery-image] Dec 13 21:28:36.164 INFO O| Dec 13 21:28:36.164 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-12-13T21:28:38.219Z | [ recovery-image] Dec 13 21:28:36.195 INFO O| Dec 13 21:28:36.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7610 | 2024-12-13T21:28:38.223Z | [ recovery-image] Dec 13 21:28:36.196 INFO O| Dec 13 21:28:36.195 INFO STEP 1059 (remove_files) COMPLETE |
7611 | 2024-12-13T21:28:38.223Z | [ recovery-image] Dec 13 21:28:36.196 INFO O| Dec 13 21:28:36.196 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-12-13T21:28:38.276Z | [ recovery-image] Dec 13 21:28:36.260 INFO O| Dec 13 21:28:36.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7613 | 2024-12-13T21:28:38.276Z | [ recovery-image] Dec 13 21:28:36.260 INFO O| Dec 13 21:28:36.260 INFO STEP 1060 (remove_files) COMPLETE |
7614 | 2024-12-13T21:28:38.279Z | [ recovery-image] Dec 13 21:28:36.260 INFO O| Dec 13 21:28:36.260 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-12-13T21:28:38.298Z | [ recovery-image] Dec 13 21:28:36.282 INFO O| Dec 13 21:28:36.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7616 | 2024-12-13T21:28:38.366Z | [ recovery-image] Dec 13 21:28:36.305 INFO O| Dec 13 21:28:36.305 INFO STEP 1061 (remove_files) COMPLETE |
7617 | 2024-12-13T21:28:38.367Z | [ recovery-image] Dec 13 21:28:36.305 INFO O| Dec 13 21:28:36.305 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-12-13T21:28:38.514Z | [ recovery-image] Dec 13 21:28:36.324 INFO O| Dec 13 21:28:36.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7619 | 2024-12-13T21:28:38.514Z | [ recovery-image] Dec 13 21:28:36.325 INFO O| Dec 13 21:28:36.325 INFO STEP 1062 (remove_files) COMPLETE |
7620 | 2024-12-13T21:28:38.515Z | [ recovery-image] Dec 13 21:28:36.325 INFO O| Dec 13 21:28:36.325 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-12-13T21:28:38.515Z | [ recovery-image] Dec 13 21:28:36.343 INFO O| Dec 13 21:28:36.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7622 | 2024-12-13T21:28:38.515Z | [ recovery-image] Dec 13 21:28:36.343 INFO O| Dec 13 21:28:36.343 INFO STEP 1063 (remove_files) COMPLETE |
7623 | 2024-12-13T21:28:38.515Z | [ recovery-image] Dec 13 21:28:36.343 INFO O| Dec 13 21:28:36.343 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-12-13T21:28:38.663Z | [ recovery-image] Dec 13 21:28:36.361 INFO O| Dec 13 21:28:36.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7625 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.361 INFO O| Dec 13 21:28:36.361 INFO STEP 1064 (remove_files) COMPLETE |
7626 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.361 INFO O| Dec 13 21:28:36.361 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.381 INFO O| Dec 13 21:28:36.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7628 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.381 INFO O| Dec 13 21:28:36.381 INFO STEP 1065 (remove_files) COMPLETE |
7629 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.381 INFO O| Dec 13 21:28:36.381 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.416 INFO O| Dec 13 21:28:36.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7631 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.416 INFO O| Dec 13 21:28:36.416 INFO STEP 1066 (remove_files) COMPLETE |
7632 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.416 INFO O| Dec 13 21:28:36.416 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.448 INFO O| Dec 13 21:28:36.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7634 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.448 INFO O| Dec 13 21:28:36.448 INFO STEP 1067 (remove_files) COMPLETE |
7635 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.448 INFO O| Dec 13 21:28:36.448 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.484 INFO O| Dec 13 21:28:36.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7637 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.484 INFO O| Dec 13 21:28:36.484 INFO STEP 1068 (remove_files) COMPLETE |
7638 | 2024-12-13T21:28:38.664Z | [ recovery-image] Dec 13 21:28:36.485 INFO O| Dec 13 21:28:36.484 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-12-13T21:28:38.834Z | [ recovery-image] Dec 13 21:28:36.522 INFO O| Dec 13 21:28:36.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7640 | 2024-12-13T21:28:38.834Z | [ recovery-image] Dec 13 21:28:36.523 INFO O| Dec 13 21:28:36.523 INFO STEP 1069 (remove_files) COMPLETE |
7641 | 2024-12-13T21:28:38.834Z | [ recovery-image] Dec 13 21:28:36.523 INFO O| Dec 13 21:28:36.523 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2024-12-13T21:28:38.834Z | [ recovery-image] Dec 13 21:28:36.544 INFO O| Dec 13 21:28:36.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7643 | 2024-12-13T21:28:38.834Z | [ recovery-image] Dec 13 21:28:36.544 INFO O| Dec 13 21:28:36.544 INFO STEP 1070 (remove_files) COMPLETE |
7644 | 2024-12-13T21:28:38.834Z | [ recovery-image] Dec 13 21:28:36.544 INFO O| Dec 13 21:28:36.544 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2024-12-13T21:28:38.834Z | [ recovery-image] Dec 13 21:28:36.565 INFO O| Dec 13 21:28:36.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7646 | 2024-12-13T21:28:38.834Z | [ recovery-image] Dec 13 21:28:36.565 INFO O| Dec 13 21:28:36.565 INFO STEP 1071 (remove_files) COMPLETE |
7647 | 2024-12-13T21:28:38.834Z | [ recovery-image] Dec 13 21:28:36.565 INFO O| Dec 13 21:28:36.565 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-12-13T21:28:38.834Z | [ recovery-image] Dec 13 21:28:36.586 INFO O| Dec 13 21:28:36.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7649 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.586 INFO O| Dec 13 21:28:36.586 INFO STEP 1072 (remove_files) COMPLETE |
7650 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.586 INFO O| Dec 13 21:28:36.586 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.606 INFO O| Dec 13 21:28:36.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7652 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.606 INFO O| Dec 13 21:28:36.606 INFO STEP 1073 (remove_files) COMPLETE |
7653 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.607 INFO O| Dec 13 21:28:36.606 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.627 INFO O| Dec 13 21:28:36.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7655 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.627 INFO O| Dec 13 21:28:36.627 INFO STEP 1074 (remove_files) COMPLETE |
7656 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.627 INFO O| Dec 13 21:28:36.627 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.648 INFO O| Dec 13 21:28:36.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7658 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.648 INFO O| Dec 13 21:28:36.648 INFO STEP 1075 (remove_files) COMPLETE |
7659 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.648 INFO O| Dec 13 21:28:36.648 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.668 INFO O| Dec 13 21:28:36.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7661 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.668 INFO O| Dec 13 21:28:36.668 INFO STEP 1076 (remove_files) COMPLETE |
7662 | 2024-12-13T21:28:38.835Z | [ recovery-image] Dec 13 21:28:36.669 INFO O| Dec 13 21:28:36.668 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2024-12-13T21:28:38.938Z | [ recovery-image] Dec 13 21:28:36.689 INFO O| Dec 13 21:28:36.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7664 | 2024-12-13T21:28:38.938Z | [ recovery-image] Dec 13 21:28:36.689 INFO O| Dec 13 21:28:36.689 INFO STEP 1077 (remove_files) COMPLETE |
7665 | 2024-12-13T21:28:38.938Z | [ recovery-image] Dec 13 21:28:36.689 INFO O| Dec 13 21:28:36.689 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2024-12-13T21:28:38.938Z | [ recovery-image] Dec 13 21:28:36.711 INFO O| Dec 13 21:28:36.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7667 | 2024-12-13T21:28:38.938Z | [ recovery-image] Dec 13 21:28:36.711 INFO O| Dec 13 21:28:36.711 INFO STEP 1078 (remove_files) COMPLETE |
7668 | 2024-12-13T21:28:38.938Z | [ recovery-image] Dec 13 21:28:36.711 INFO O| Dec 13 21:28:36.711 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2024-12-13T21:28:38.938Z | [ recovery-image] Dec 13 21:28:36.746 INFO O| Dec 13 21:28:36.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7670 | 2024-12-13T21:28:38.939Z | [ recovery-image] Dec 13 21:28:36.746 INFO O| Dec 13 21:28:36.746 INFO STEP 1079 (remove_files) COMPLETE |
7671 | 2024-12-13T21:28:38.939Z | [ recovery-image] Dec 13 21:28:36.746 INFO O| Dec 13 21:28:36.746 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2024-12-13T21:28:38.939Z | [ recovery-image] Dec 13 21:28:36.765 INFO O| Dec 13 21:28:36.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7673 | 2024-12-13T21:28:38.939Z | [ recovery-image] Dec 13 21:28:36.766 INFO O| Dec 13 21:28:36.766 INFO STEP 1080 (remove_files) COMPLETE |
7674 | 2024-12-13T21:28:38.939Z | [ recovery-image] Dec 13 21:28:36.766 INFO O| Dec 13 21:28:36.766 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2024-12-13T21:28:38.939Z | [ recovery-image] Dec 13 21:28:36.784 INFO O| Dec 13 21:28:36.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7676 | 2024-12-13T21:28:38.939Z | [ recovery-image] Dec 13 21:28:36.784 INFO O| Dec 13 21:28:36.784 INFO STEP 1081 (remove_files) COMPLETE |
7677 | 2024-12-13T21:28:38.939Z | [ recovery-image] Dec 13 21:28:36.784 INFO O| Dec 13 21:28:36.784 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2024-12-13T21:28:38.950Z | [ recovery-image] Dec 13 21:28:36.862 INFO O| Dec 13 21:28:36.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7679 | 2024-12-13T21:28:38.951Z | [ recovery-image] Dec 13 21:28:36.862 INFO O| Dec 13 21:28:36.862 INFO STEP 1082 (remove_files) COMPLETE |
7680 | 2024-12-13T21:28:38.951Z | [ recovery-image] Dec 13 21:28:36.863 INFO O| Dec 13 21:28:36.862 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2024-12-13T21:28:38.951Z | [ recovery-image] Dec 13 21:28:36.918 INFO O| Dec 13 21:28:36.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7682 | 2024-12-13T21:28:38.951Z | [ recovery-image] Dec 13 21:28:36.918 INFO O| Dec 13 21:28:36.918 INFO STEP 1083 (remove_files) COMPLETE |
7683 | 2024-12-13T21:28:38.951Z | [ recovery-image] Dec 13 21:28:36.918 INFO O| Dec 13 21:28:36.918 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2024-12-13T21:28:38.962Z | [ recovery-image] Dec 13 21:28:36.937 INFO O| Dec 13 21:28:36.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7685 | 2024-12-13T21:28:38.963Z | [ recovery-image] Dec 13 21:28:36.938 INFO O| Dec 13 21:28:36.938 INFO STEP 1084 (remove_files) COMPLETE |
7686 | 2024-12-13T21:28:38.968Z | [ recovery-image] Dec 13 21:28:36.938 INFO O| Dec 13 21:28:36.938 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7687 | 2024-12-13T21:28:39.012Z | [ recovery-image] Dec 13 21:28:36.995 INFO O| Dec 13 21:28:36.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7688 | 2024-12-13T21:28:39.012Z | [ recovery-image] Dec 13 21:28:36.995 INFO O| Dec 13 21:28:36.995 INFO STEP 1085 (remove_files) COMPLETE |
7689 | 2024-12-13T21:28:39.012Z | [ recovery-image] Dec 13 21:28:36.995 INFO O| Dec 13 21:28:36.995 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7690 | 2024-12-13T21:28:39.039Z | [ recovery-image] Dec 13 21:28:37.022 INFO O| Dec 13 21:28:37.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7691 | 2024-12-13T21:28:39.039Z | [ recovery-image] Dec 13 21:28:37.022 INFO O| Dec 13 21:28:37.022 INFO STEP 1086 (remove_files) COMPLETE |
7692 | 2024-12-13T21:28:39.042Z | [ recovery-image] Dec 13 21:28:37.022 INFO O| Dec 13 21:28:37.022 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7693 | 2024-12-13T21:28:39.075Z | [ recovery-image] Dec 13 21:28:37.058 INFO O| Dec 13 21:28:37.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7694 | 2024-12-13T21:28:39.099Z | [ recovery-image] Dec 13 21:28:37.082 INFO O| Dec 13 21:28:37.082 INFO STEP 1087 (remove_files) COMPLETE |
7695 | 2024-12-13T21:28:39.099Z | [ recovery-image] Dec 13 21:28:37.082 INFO O| Dec 13 21:28:37.082 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2024-12-13T21:28:39.157Z | [ recovery-image] Dec 13 21:28:37.141 INFO O| Dec 13 21:28:37.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7697 | 2024-12-13T21:28:39.157Z | [ recovery-image] Dec 13 21:28:37.141 INFO O| Dec 13 21:28:37.141 INFO STEP 1088 (remove_files) COMPLETE |
7698 | 2024-12-13T21:28:39.157Z | [ recovery-image] Dec 13 21:28:37.141 INFO O| Dec 13 21:28:37.141 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2024-12-13T21:28:39.176Z | [ recovery-image] Dec 13 21:28:37.159 INFO O| Dec 13 21:28:37.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7700 | 2024-12-13T21:28:39.176Z | [ recovery-image] Dec 13 21:28:37.160 INFO O| Dec 13 21:28:37.160 INFO STEP 1089 (remove_files) COMPLETE |
7701 | 2024-12-13T21:28:39.176Z | [ recovery-image] Dec 13 21:28:37.160 INFO O| Dec 13 21:28:37.160 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2024-12-13T21:28:39.238Z | [ recovery-image] Dec 13 21:28:37.211 INFO O| Dec 13 21:28:37.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7703 | 2024-12-13T21:28:39.245Z | [ recovery-image] Dec 13 21:28:37.211 INFO O| Dec 13 21:28:37.211 INFO STEP 1090 (remove_files) COMPLETE |
7704 | 2024-12-13T21:28:39.245Z | [ recovery-image] Dec 13 21:28:37.212 INFO O| Dec 13 21:28:37.212 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2024-12-13T21:28:39.251Z | [ recovery-image] Dec 13 21:28:37.234 INFO O| Dec 13 21:28:37.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7706 | 2024-12-13T21:28:39.262Z | [ recovery-image] Dec 13 21:28:37.235 INFO O| Dec 13 21:28:37.235 INFO STEP 1091 (remove_files) COMPLETE |
7707 | 2024-12-13T21:28:39.262Z | [ recovery-image] Dec 13 21:28:37.235 INFO O| Dec 13 21:28:37.235 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2024-12-13T21:28:39.277Z | [ recovery-image] Dec 13 21:28:37.255 INFO O| Dec 13 21:28:37.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7709 | 2024-12-13T21:28:39.278Z | [ recovery-image] Dec 13 21:28:37.255 INFO O| Dec 13 21:28:37.255 INFO STEP 1092 (remove_files) COMPLETE |
7710 | 2024-12-13T21:28:39.278Z | [ recovery-image] Dec 13 21:28:37.255 INFO O| Dec 13 21:28:37.255 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2024-12-13T21:28:39.310Z | [ recovery-image] Dec 13 21:28:37.293 INFO O| Dec 13 21:28:37.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7712 | 2024-12-13T21:28:39.310Z | [ recovery-image] Dec 13 21:28:37.293 INFO O| Dec 13 21:28:37.293 INFO STEP 1093 (remove_files) COMPLETE |
7713 | 2024-12-13T21:28:39.310Z | [ recovery-image] Dec 13 21:28:37.293 INFO O| Dec 13 21:28:37.293 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2024-12-13T21:28:39.329Z | [ recovery-image] Dec 13 21:28:37.313 INFO O| Dec 13 21:28:37.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7715 | 2024-12-13T21:28:39.329Z | [ recovery-image] Dec 13 21:28:37.313 INFO O| Dec 13 21:28:37.313 INFO STEP 1094 (remove_files) COMPLETE |
7716 | 2024-12-13T21:28:39.342Z | [ recovery-image] Dec 13 21:28:37.313 INFO O| Dec 13 21:28:37.313 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2024-12-13T21:28:39.372Z | [ recovery-image] Dec 13 21:28:37.352 INFO O| Dec 13 21:28:37.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7718 | 2024-12-13T21:28:39.376Z | [ recovery-image] Dec 13 21:28:37.353 INFO O| Dec 13 21:28:37.352 INFO STEP 1095 (remove_files) COMPLETE |
7719 | 2024-12-13T21:28:39.376Z | [ recovery-image] Dec 13 21:28:37.353 INFO O| Dec 13 21:28:37.353 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2024-12-13T21:28:39.390Z | [ recovery-image] Dec 13 21:28:37.373 INFO O| Dec 13 21:28:37.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7721 | 2024-12-13T21:28:39.390Z | [ recovery-image] Dec 13 21:28:37.373 INFO O| Dec 13 21:28:37.373 INFO STEP 1096 (remove_files) COMPLETE |
7722 | 2024-12-13T21:28:39.396Z | [ recovery-image] Dec 13 21:28:37.373 INFO O| Dec 13 21:28:37.373 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-12-13T21:28:39.409Z | [ recovery-image] Dec 13 21:28:37.392 INFO O| Dec 13 21:28:37.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7724 | 2024-12-13T21:28:39.412Z | [ recovery-image] Dec 13 21:28:37.392 INFO O| Dec 13 21:28:37.392 INFO STEP 1097 (remove_files) COMPLETE |
7725 | 2024-12-13T21:28:39.412Z | [ recovery-image] Dec 13 21:28:37.392 INFO O| Dec 13 21:28:37.392 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2024-12-13T21:28:39.428Z | [ recovery-image] Dec 13 21:28:37.412 INFO O| Dec 13 21:28:37.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7727 | 2024-12-13T21:28:39.435Z | [ recovery-image] Dec 13 21:28:37.412 INFO O| Dec 13 21:28:37.412 INFO STEP 1098 (remove_files) COMPLETE |
7728 | 2024-12-13T21:28:39.435Z | [ recovery-image] Dec 13 21:28:37.412 INFO O| Dec 13 21:28:37.412 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2024-12-13T21:28:39.459Z | [ recovery-image] Dec 13 21:28:37.441 INFO O| Dec 13 21:28:37.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7730 | 2024-12-13T21:28:39.459Z | [ recovery-image] Dec 13 21:28:37.441 INFO O| Dec 13 21:28:37.441 INFO STEP 1099 (remove_files) COMPLETE |
7731 | 2024-12-13T21:28:39.468Z | [ recovery-image] Dec 13 21:28:37.441 INFO O| Dec 13 21:28:37.441 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2024-12-13T21:28:39.491Z | [ recovery-image] Dec 13 21:28:37.459 INFO O| Dec 13 21:28:37.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7733 | 2024-12-13T21:28:39.491Z | [ recovery-image] Dec 13 21:28:37.459 INFO O| Dec 13 21:28:37.459 INFO STEP 1100 (remove_files) COMPLETE |
7734 | 2024-12-13T21:28:39.491Z | [ recovery-image] Dec 13 21:28:37.459 INFO O| Dec 13 21:28:37.459 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2024-12-13T21:28:39.494Z | [ recovery-image] Dec 13 21:28:37.477 INFO O| Dec 13 21:28:37.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7736 | 2024-12-13T21:28:39.494Z | [ recovery-image] Dec 13 21:28:37.477 INFO O| Dec 13 21:28:37.477 INFO STEP 1101 (remove_files) COMPLETE |
7737 | 2024-12-13T21:28:39.494Z | [ recovery-image] Dec 13 21:28:37.477 INFO O| Dec 13 21:28:37.477 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2024-12-13T21:28:39.511Z | [ recovery-image] Dec 13 21:28:37.495 INFO O| Dec 13 21:28:37.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7739 | 2024-12-13T21:28:39.514Z | [ recovery-image] Dec 13 21:28:37.495 INFO O| Dec 13 21:28:37.495 INFO STEP 1102 (remove_files) COMPLETE |
7740 | 2024-12-13T21:28:39.514Z | [ recovery-image] Dec 13 21:28:37.495 INFO O| Dec 13 21:28:37.495 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2024-12-13T21:28:39.529Z | [ recovery-image] Dec 13 21:28:37.512 INFO O| Dec 13 21:28:37.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7742 | 2024-12-13T21:28:39.532Z | [ recovery-image] Dec 13 21:28:37.513 INFO O| Dec 13 21:28:37.513 INFO STEP 1103 (remove_files) COMPLETE |
7743 | 2024-12-13T21:28:39.533Z | [ recovery-image] Dec 13 21:28:37.513 INFO O| Dec 13 21:28:37.513 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2024-12-13T21:28:39.546Z | [ recovery-image] Dec 13 21:28:37.530 INFO O| Dec 13 21:28:37.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7745 | 2024-12-13T21:28:39.549Z | [ recovery-image] Dec 13 21:28:37.530 INFO O| Dec 13 21:28:37.530 INFO STEP 1104 (remove_files) COMPLETE |
7746 | 2024-12-13T21:28:39.549Z | [ recovery-image] Dec 13 21:28:37.530 INFO O| Dec 13 21:28:37.530 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2024-12-13T21:28:39.565Z | [ recovery-image] Dec 13 21:28:37.548 INFO O| Dec 13 21:28:37.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7748 | 2024-12-13T21:28:39.570Z | [ recovery-image] Dec 13 21:28:37.548 INFO O| Dec 13 21:28:37.548 INFO STEP 1105 (remove_files) COMPLETE |
7749 | 2024-12-13T21:28:39.570Z | [ recovery-image] Dec 13 21:28:37.549 INFO O| Dec 13 21:28:37.549 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2024-12-13T21:28:39.582Z | [ recovery-image] Dec 13 21:28:37.566 INFO O| Dec 13 21:28:37.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7751 | 2024-12-13T21:28:39.590Z | [ recovery-image] Dec 13 21:28:37.566 INFO O| Dec 13 21:28:37.566 INFO STEP 1106 (remove_files) COMPLETE |
7752 | 2024-12-13T21:28:39.590Z | [ recovery-image] Dec 13 21:28:37.566 INFO O| Dec 13 21:28:37.566 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2024-12-13T21:28:39.601Z | [ recovery-image] Dec 13 21:28:37.584 INFO O| Dec 13 21:28:37.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7754 | 2024-12-13T21:28:39.603Z | [ recovery-image] Dec 13 21:28:37.585 INFO O| Dec 13 21:28:37.585 INFO STEP 1107 (remove_files) COMPLETE |
7755 | 2024-12-13T21:28:39.603Z | [ recovery-image] Dec 13 21:28:37.585 INFO O| Dec 13 21:28:37.585 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2024-12-13T21:28:39.622Z | [ recovery-image] Dec 13 21:28:37.603 INFO O| Dec 13 21:28:37.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7757 | 2024-12-13T21:28:39.626Z | [ recovery-image] Dec 13 21:28:37.603 INFO O| Dec 13 21:28:37.603 INFO STEP 1108 (remove_files) COMPLETE |
7758 | 2024-12-13T21:28:39.626Z | [ recovery-image] Dec 13 21:28:37.603 INFO O| Dec 13 21:28:37.603 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2024-12-13T21:28:39.638Z | [ recovery-image] Dec 13 21:28:37.621 INFO O| Dec 13 21:28:37.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7760 | 2024-12-13T21:28:39.641Z | [ recovery-image] Dec 13 21:28:37.622 INFO O| Dec 13 21:28:37.621 INFO STEP 1109 (remove_files) COMPLETE |
7761 | 2024-12-13T21:28:39.641Z | [ recovery-image] Dec 13 21:28:37.622 INFO O| Dec 13 21:28:37.622 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7762 | 2024-12-13T21:28:39.655Z | [ recovery-image] Dec 13 21:28:37.639 INFO O| Dec 13 21:28:37.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7763 | 2024-12-13T21:28:39.658Z | [ recovery-image] Dec 13 21:28:37.639 INFO O| Dec 13 21:28:37.639 INFO STEP 1110 (remove_files) COMPLETE |
7764 | 2024-12-13T21:28:39.658Z | [ recovery-image] Dec 13 21:28:37.639 INFO O| Dec 13 21:28:37.639 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7765 | 2024-12-13T21:28:39.687Z | [ recovery-image] Dec 13 21:28:37.670 INFO O| Dec 13 21:28:37.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7766 | 2024-12-13T21:28:39.688Z | [ recovery-image] Dec 13 21:28:37.670 INFO O| Dec 13 21:28:37.670 INFO STEP 1111 (remove_files) COMPLETE |
7767 | 2024-12-13T21:28:39.691Z | [ recovery-image] Dec 13 21:28:37.671 INFO O| Dec 13 21:28:37.670 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7768 | 2024-12-13T21:28:39.705Z | [ recovery-image] Dec 13 21:28:37.689 INFO O| Dec 13 21:28:37.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7769 | 2024-12-13T21:28:39.708Z | [ recovery-image] Dec 13 21:28:37.689 INFO O| Dec 13 21:28:37.689 INFO STEP 1112 (remove_files) COMPLETE |
7770 | 2024-12-13T21:28:39.708Z | [ recovery-image] Dec 13 21:28:37.689 INFO O| Dec 13 21:28:37.689 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7771 | 2024-12-13T21:28:39.731Z | [ recovery-image] Dec 13 21:28:37.714 INFO O| Dec 13 21:28:37.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7772 | 2024-12-13T21:28:39.731Z | [ recovery-image] Dec 13 21:28:37.714 INFO O| Dec 13 21:28:37.714 INFO STEP 1113 (remove_files) COMPLETE |
7773 | 2024-12-13T21:28:39.731Z | [ recovery-image] Dec 13 21:28:37.714 INFO O| Dec 13 21:28:37.714 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7774 | 2024-12-13T21:28:39.789Z | [ recovery-image] Dec 13 21:28:37.772 INFO O| Dec 13 21:28:37.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7775 | 2024-12-13T21:28:39.789Z | [ recovery-image] Dec 13 21:28:37.772 INFO O| Dec 13 21:28:37.772 INFO STEP 1114 (remove_files) COMPLETE |
7776 | 2024-12-13T21:28:39.789Z | [ recovery-image] Dec 13 21:28:37.772 INFO O| Dec 13 21:28:37.772 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7777 | 2024-12-13T21:28:39.807Z | [ recovery-image] Dec 13 21:28:37.791 INFO O| Dec 13 21:28:37.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7778 | 2024-12-13T21:28:39.808Z | [ recovery-image] Dec 13 21:28:37.791 INFO O| Dec 13 21:28:37.791 INFO STEP 1115 (remove_files) COMPLETE |
7779 | 2024-12-13T21:28:39.808Z | [ recovery-image] Dec 13 21:28:37.791 INFO O| Dec 13 21:28:37.791 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7780 | 2024-12-13T21:28:39.826Z | [ recovery-image] Dec 13 21:28:37.809 INFO O| Dec 13 21:28:37.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7781 | 2024-12-13T21:28:39.826Z | [ recovery-image] Dec 13 21:28:37.809 INFO O| Dec 13 21:28:37.809 INFO STEP 1116 (remove_files) COMPLETE |
7782 | 2024-12-13T21:28:39.826Z | [ recovery-image] Dec 13 21:28:37.809 INFO O| Dec 13 21:28:37.809 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7783 | 2024-12-13T21:28:39.864Z | [ recovery-image] Dec 13 21:28:37.848 INFO O| Dec 13 21:28:37.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7784 | 2024-12-13T21:28:39.864Z | [ recovery-image] Dec 13 21:28:37.848 INFO O| Dec 13 21:28:37.848 INFO STEP 1117 (remove_files) COMPLETE |
7785 | 2024-12-13T21:28:39.864Z | [ recovery-image] Dec 13 21:28:37.848 INFO O| Dec 13 21:28:37.848 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7786 | 2024-12-13T21:28:39.888Z | [ recovery-image] Dec 13 21:28:37.870 INFO O| Dec 13 21:28:37.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7787 | 2024-12-13T21:28:39.888Z | [ recovery-image] Dec 13 21:28:37.870 INFO O| Dec 13 21:28:37.870 INFO STEP 1118 (remove_files) COMPLETE |
7788 | 2024-12-13T21:28:39.888Z | [ recovery-image] Dec 13 21:28:37.870 INFO O| Dec 13 21:28:37.870 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7789 | 2024-12-13T21:28:39.928Z | [ recovery-image] Dec 13 21:28:37.912 INFO O| Dec 13 21:28:37.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7790 | 2024-12-13T21:28:39.928Z | [ recovery-image] Dec 13 21:28:37.912 INFO O| Dec 13 21:28:37.912 INFO STEP 1119 (remove_files) COMPLETE |
7791 | 2024-12-13T21:28:39.928Z | [ recovery-image] Dec 13 21:28:37.912 INFO O| Dec 13 21:28:37.912 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7792 | 2024-12-13T21:28:39.947Z | [ recovery-image] Dec 13 21:28:37.930 INFO O| Dec 13 21:28:37.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7793 | 2024-12-13T21:28:39.947Z | [ recovery-image] Dec 13 21:28:37.930 INFO O| Dec 13 21:28:37.930 INFO STEP 1120 (remove_files) COMPLETE |
7794 | 2024-12-13T21:28:39.947Z | [ recovery-image] Dec 13 21:28:37.930 INFO O| Dec 13 21:28:37.930 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7795 | 2024-12-13T21:28:39.965Z | [ recovery-image] Dec 13 21:28:37.948 INFO O| Dec 13 21:28:37.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7796 | 2024-12-13T21:28:39.965Z | [ recovery-image] Dec 13 21:28:37.948 INFO O| Dec 13 21:28:37.948 INFO STEP 1121 (remove_files) COMPLETE |
7797 | 2024-12-13T21:28:39.965Z | [ recovery-image] Dec 13 21:28:37.948 INFO O| Dec 13 21:28:37.948 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7798 | 2024-12-13T21:28:39.983Z | [ recovery-image] Dec 13 21:28:37.967 INFO O| Dec 13 21:28:37.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7799 | 2024-12-13T21:28:39.983Z | [ recovery-image] Dec 13 21:28:37.967 INFO O| Dec 13 21:28:37.967 INFO STEP 1122 (remove_files) COMPLETE |
7800 | 2024-12-13T21:28:39.983Z | [ recovery-image] Dec 13 21:28:37.967 INFO O| Dec 13 21:28:37.967 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7801 | 2024-12-13T21:28:40.015Z | [ recovery-image] Dec 13 21:28:37.997 INFO O| Dec 13 21:28:37.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7802 | 2024-12-13T21:28:40.016Z | [ recovery-image] Dec 13 21:28:37.997 INFO O| Dec 13 21:28:37.997 INFO STEP 1123 (remove_files) COMPLETE |
7803 | 2024-12-13T21:28:40.016Z | [ recovery-image] Dec 13 21:28:37.997 INFO O| Dec 13 21:28:37.997 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7804 | 2024-12-13T21:28:40.043Z | [ recovery-image] Dec 13 21:28:38.016 INFO O| Dec 13 21:28:38.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7805 | 2024-12-13T21:28:40.043Z | [ recovery-image] Dec 13 21:28:38.016 INFO O| Dec 13 21:28:38.016 INFO STEP 1124 (remove_files) COMPLETE |
7806 | 2024-12-13T21:28:40.046Z | [ recovery-image] Dec 13 21:28:38.016 INFO O| Dec 13 21:28:38.016 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2024-12-13T21:28:40.051Z | [ recovery-image] Dec 13 21:28:38.035 INFO O| Dec 13 21:28:38.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7808 | 2024-12-13T21:28:40.052Z | [ recovery-image] Dec 13 21:28:38.035 INFO O| Dec 13 21:28:38.035 INFO STEP 1125 (remove_files) COMPLETE |
7809 | 2024-12-13T21:28:40.052Z | [ recovery-image] Dec 13 21:28:38.035 INFO O| Dec 13 21:28:38.035 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2024-12-13T21:28:40.073Z | [ recovery-image] Dec 13 21:28:38.056 INFO O| Dec 13 21:28:38.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7811 | 2024-12-13T21:28:40.076Z | [ recovery-image] Dec 13 21:28:38.056 INFO O| Dec 13 21:28:38.056 INFO STEP 1126 (remove_files) COMPLETE |
7812 | 2024-12-13T21:28:40.076Z | [ recovery-image] Dec 13 21:28:38.056 INFO O| Dec 13 21:28:38.056 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7813 | 2024-12-13T21:28:40.094Z | [ recovery-image] Dec 13 21:28:38.076 INFO O| Dec 13 21:28:38.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7814 | 2024-12-13T21:28:40.094Z | [ recovery-image] Dec 13 21:28:38.076 INFO O| Dec 13 21:28:38.076 INFO STEP 1127 (remove_files) COMPLETE |
7815 | 2024-12-13T21:28:40.097Z | [ recovery-image] Dec 13 21:28:38.076 INFO O| Dec 13 21:28:38.076 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7816 | 2024-12-13T21:28:40.110Z | [ recovery-image] Dec 13 21:28:38.093 INFO O| Dec 13 21:28:38.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7817 | 2024-12-13T21:28:40.110Z | [ recovery-image] Dec 13 21:28:38.094 INFO O| Dec 13 21:28:38.093 INFO STEP 1128 (remove_files) COMPLETE |
7818 | 2024-12-13T21:28:40.114Z | [ recovery-image] Dec 13 21:28:38.094 INFO O| Dec 13 21:28:38.093 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7819 | 2024-12-13T21:28:40.128Z | [ recovery-image] Dec 13 21:28:38.111 INFO O| Dec 13 21:28:38.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7820 | 2024-12-13T21:28:40.128Z | [ recovery-image] Dec 13 21:28:38.111 INFO O| Dec 13 21:28:38.111 INFO STEP 1129 (remove_files) COMPLETE |
7821 | 2024-12-13T21:28:40.131Z | [ recovery-image] Dec 13 21:28:38.111 INFO O| Dec 13 21:28:38.111 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7822 | 2024-12-13T21:28:40.148Z | [ recovery-image] Dec 13 21:28:38.131 INFO O| Dec 13 21:28:38.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7823 | 2024-12-13T21:28:40.148Z | [ recovery-image] Dec 13 21:28:38.131 INFO O| Dec 13 21:28:38.131 INFO STEP 1130 (remove_files) COMPLETE |
7824 | 2024-12-13T21:28:40.148Z | [ recovery-image] Dec 13 21:28:38.131 INFO O| Dec 13 21:28:38.131 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7825 | 2024-12-13T21:28:40.167Z | [ recovery-image] Dec 13 21:28:38.151 INFO O| Dec 13 21:28:38.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7826 | 2024-12-13T21:28:40.167Z | [ recovery-image] Dec 13 21:28:38.151 INFO O| Dec 13 21:28:38.151 INFO STEP 1131 (remove_files) COMPLETE |
7827 | 2024-12-13T21:28:40.167Z | [ recovery-image] Dec 13 21:28:38.151 INFO O| Dec 13 21:28:38.151 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7828 | 2024-12-13T21:28:40.211Z | [ recovery-image] Dec 13 21:28:38.195 INFO O| Dec 13 21:28:38.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7829 | 2024-12-13T21:28:40.211Z | [ recovery-image] Dec 13 21:28:38.195 INFO O| Dec 13 21:28:38.195 INFO STEP 1132 (remove_files) COMPLETE |
7830 | 2024-12-13T21:28:40.215Z | [ recovery-image] Dec 13 21:28:38.195 INFO O| Dec 13 21:28:38.195 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7831 | 2024-12-13T21:28:40.248Z | [ recovery-image] Dec 13 21:28:38.231 INFO O| Dec 13 21:28:38.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7832 | 2024-12-13T21:28:40.251Z | [ recovery-image] Dec 13 21:28:38.232 INFO O| Dec 13 21:28:38.231 INFO STEP 1133 (remove_files) COMPLETE |
7833 | 2024-12-13T21:28:40.251Z | [ recovery-image] Dec 13 21:28:38.232 INFO O| Dec 13 21:28:38.232 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7834 | 2024-12-13T21:28:40.265Z | [ recovery-image] Dec 13 21:28:38.248 INFO O| Dec 13 21:28:38.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7835 | 2024-12-13T21:28:40.267Z | [ recovery-image] Dec 13 21:28:38.249 INFO O| Dec 13 21:28:38.249 INFO STEP 1134 (remove_files) COMPLETE |
7836 | 2024-12-13T21:28:40.267Z | [ recovery-image] Dec 13 21:28:38.249 INFO O| Dec 13 21:28:38.249 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7837 | 2024-12-13T21:28:40.355Z | [ recovery-image] Dec 13 21:28:38.337 INFO O| Dec 13 21:28:38.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7838 | 2024-12-13T21:28:40.355Z | [ recovery-image] Dec 13 21:28:38.337 INFO O| Dec 13 21:28:38.337 INFO STEP 1135 (remove_files) COMPLETE |
7839 | 2024-12-13T21:28:40.358Z | [ recovery-image] Dec 13 21:28:38.337 INFO O| Dec 13 21:28:38.337 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2024-12-13T21:28:40.380Z | [ recovery-image] Dec 13 21:28:38.362 INFO O| Dec 13 21:28:38.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7841 | 2024-12-13T21:28:40.384Z | [ recovery-image] Dec 13 21:28:38.362 INFO O| Dec 13 21:28:38.362 INFO STEP 1136 (remove_files) COMPLETE |
7842 | 2024-12-13T21:28:40.384Z | [ recovery-image] Dec 13 21:28:38.363 INFO O| Dec 13 21:28:38.362 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2024-12-13T21:28:40.398Z | [ recovery-image] Dec 13 21:28:38.381 INFO O| Dec 13 21:28:38.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7844 | 2024-12-13T21:28:40.403Z | [ recovery-image] Dec 13 21:28:38.381 INFO O| Dec 13 21:28:38.381 INFO STEP 1137 (remove_files) COMPLETE |
7845 | 2024-12-13T21:28:40.403Z | [ recovery-image] Dec 13 21:28:38.381 INFO O| Dec 13 21:28:38.381 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7846 | 2024-12-13T21:28:40.419Z | [ recovery-image] Dec 13 21:28:38.399 INFO O| Dec 13 21:28:38.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7847 | 2024-12-13T21:28:40.419Z | [ recovery-image] Dec 13 21:28:38.399 INFO O| Dec 13 21:28:38.399 INFO STEP 1138 (remove_files) COMPLETE |
7848 | 2024-12-13T21:28:40.422Z | [ recovery-image] Dec 13 21:28:38.399 INFO O| Dec 13 21:28:38.399 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7849 | 2024-12-13T21:28:40.432Z | [ recovery-image] Dec 13 21:28:38.416 INFO O| Dec 13 21:28:38.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7850 | 2024-12-13T21:28:40.435Z | [ recovery-image] Dec 13 21:28:38.416 INFO O| Dec 13 21:28:38.416 INFO STEP 1139 (remove_files) COMPLETE |
7851 | 2024-12-13T21:28:40.435Z | [ recovery-image] Dec 13 21:28:38.416 INFO O| Dec 13 21:28:38.416 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7852 | 2024-12-13T21:28:40.466Z | [ recovery-image] Dec 13 21:28:38.450 INFO O| Dec 13 21:28:38.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7853 | 2024-12-13T21:28:40.490Z | [ recovery-image] Dec 13 21:28:38.474 INFO O| Dec 13 21:28:38.474 INFO STEP 1140 (remove_files) COMPLETE |
7854 | 2024-12-13T21:28:40.490Z | [ recovery-image] Dec 13 21:28:38.474 INFO O| Dec 13 21:28:38.474 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7855 | 2024-12-13T21:28:40.511Z | [ recovery-image] Dec 13 21:28:38.494 INFO O| Dec 13 21:28:38.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7856 | 2024-12-13T21:28:40.514Z | [ recovery-image] Dec 13 21:28:38.495 INFO O| Dec 13 21:28:38.494 INFO STEP 1141 (remove_files) COMPLETE |
7857 | 2024-12-13T21:28:40.514Z | [ recovery-image] Dec 13 21:28:38.495 INFO O| Dec 13 21:28:38.495 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7858 | 2024-12-13T21:28:40.529Z | [ recovery-image] Dec 13 21:28:38.513 INFO O| Dec 13 21:28:38.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7859 | 2024-12-13T21:28:40.533Z | [ recovery-image] Dec 13 21:28:38.513 INFO O| Dec 13 21:28:38.513 INFO STEP 1142 (remove_files) COMPLETE |
7860 | 2024-12-13T21:28:40.533Z | [ recovery-image] Dec 13 21:28:38.513 INFO O| Dec 13 21:28:38.513 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7861 | 2024-12-13T21:28:40.569Z | [ recovery-image] Dec 13 21:28:38.553 INFO O| Dec 13 21:28:38.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7862 | 2024-12-13T21:28:40.572Z | [ recovery-image] Dec 13 21:28:38.553 INFO O| Dec 13 21:28:38.553 INFO STEP 1143 (remove_files) COMPLETE |
7863 | 2024-12-13T21:28:40.572Z | [ recovery-image] Dec 13 21:28:38.553 INFO O| Dec 13 21:28:38.553 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7864 | 2024-12-13T21:28:40.589Z | [ recovery-image] Dec 13 21:28:38.572 INFO O| Dec 13 21:28:38.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7865 | 2024-12-13T21:28:40.593Z | [ recovery-image] Dec 13 21:28:38.573 INFO O| Dec 13 21:28:38.573 INFO STEP 1144 (remove_files) COMPLETE |
7866 | 2024-12-13T21:28:40.593Z | [ recovery-image] Dec 13 21:28:38.573 INFO O| Dec 13 21:28:38.573 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7867 | 2024-12-13T21:28:40.622Z | [ recovery-image] Dec 13 21:28:38.604 INFO O| Dec 13 21:28:38.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7868 | 2024-12-13T21:28:40.622Z | [ recovery-image] Dec 13 21:28:38.604 INFO O| Dec 13 21:28:38.604 INFO STEP 1145 (remove_files) COMPLETE |
7869 | 2024-12-13T21:28:40.625Z | [ recovery-image] Dec 13 21:28:38.604 INFO O| Dec 13 21:28:38.604 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7870 | 2024-12-13T21:28:40.640Z | [ recovery-image] Dec 13 21:28:38.623 INFO O| Dec 13 21:28:38.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7871 | 2024-12-13T21:28:40.640Z | [ recovery-image] Dec 13 21:28:38.623 INFO O| Dec 13 21:28:38.623 INFO STEP 1146 (remove_files) COMPLETE |
7872 | 2024-12-13T21:28:40.643Z | [ recovery-image] Dec 13 21:28:38.624 INFO O| Dec 13 21:28:38.623 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7873 | 2024-12-13T21:28:40.658Z | [ recovery-image] Dec 13 21:28:38.641 INFO O| Dec 13 21:28:38.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7874 | 2024-12-13T21:28:40.662Z | [ recovery-image] Dec 13 21:28:38.642 INFO O| Dec 13 21:28:38.641 INFO STEP 1147 (remove_files) COMPLETE |
7875 | 2024-12-13T21:28:40.662Z | [ recovery-image] Dec 13 21:28:38.642 INFO O| Dec 13 21:28:38.642 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7876 | 2024-12-13T21:28:40.682Z | [ recovery-image] Dec 13 21:28:38.665 INFO O| Dec 13 21:28:38.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7877 | 2024-12-13T21:28:40.682Z | [ recovery-image] Dec 13 21:28:38.665 INFO O| Dec 13 21:28:38.665 INFO STEP 1148 (remove_files) COMPLETE |
7878 | 2024-12-13T21:28:40.682Z | [ recovery-image] Dec 13 21:28:38.665 INFO O| Dec 13 21:28:38.665 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7879 | 2024-12-13T21:28:40.714Z | [ recovery-image] Dec 13 21:28:38.698 INFO O| Dec 13 21:28:38.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7880 | 2024-12-13T21:28:40.714Z | [ recovery-image] Dec 13 21:28:38.698 INFO O| Dec 13 21:28:38.698 INFO STEP 1149 (remove_files) COMPLETE |
7881 | 2024-12-13T21:28:40.715Z | [ recovery-image] Dec 13 21:28:38.698 INFO O| Dec 13 21:28:38.698 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7882 | 2024-12-13T21:28:40.780Z | [ recovery-image] Dec 13 21:28:38.764 INFO O| Dec 13 21:28:38.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7883 | 2024-12-13T21:28:40.780Z | [ recovery-image] Dec 13 21:28:38.764 INFO O| Dec 13 21:28:38.764 INFO STEP 1150 (remove_files) COMPLETE |
7884 | 2024-12-13T21:28:40.780Z | [ recovery-image] Dec 13 21:28:38.764 INFO O| Dec 13 21:28:38.764 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7885 | 2024-12-13T21:28:40.800Z | [ recovery-image] Dec 13 21:28:38.783 INFO O| Dec 13 21:28:38.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7886 | 2024-12-13T21:28:40.800Z | [ recovery-image] Dec 13 21:28:38.784 INFO O| Dec 13 21:28:38.784 INFO STEP 1151 (remove_files) COMPLETE |
7887 | 2024-12-13T21:28:40.800Z | [ recovery-image] Dec 13 21:28:38.784 INFO O| Dec 13 21:28:38.784 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7888 | 2024-12-13T21:28:40.818Z | [ recovery-image] Dec 13 21:28:38.802 INFO O| Dec 13 21:28:38.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7889 | 2024-12-13T21:28:40.818Z | [ recovery-image] Dec 13 21:28:38.802 INFO O| Dec 13 21:28:38.802 INFO STEP 1152 (remove_files) COMPLETE |
7890 | 2024-12-13T21:28:40.821Z | [ recovery-image] Dec 13 21:28:38.802 INFO O| Dec 13 21:28:38.802 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7891 | 2024-12-13T21:28:40.837Z | [ recovery-image] Dec 13 21:28:38.821 INFO O| Dec 13 21:28:38.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7892 | 2024-12-13T21:28:40.837Z | [ recovery-image] Dec 13 21:28:38.821 INFO O| Dec 13 21:28:38.821 INFO STEP 1153 (remove_files) COMPLETE |
7893 | 2024-12-13T21:28:40.837Z | [ recovery-image] Dec 13 21:28:38.821 INFO O| Dec 13 21:28:38.821 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7894 | 2024-12-13T21:28:40.857Z | [ recovery-image] Dec 13 21:28:38.841 INFO O| Dec 13 21:28:38.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7895 | 2024-12-13T21:28:40.857Z | [ recovery-image] Dec 13 21:28:38.841 INFO O| Dec 13 21:28:38.841 INFO STEP 1154 (remove_files) COMPLETE |
7896 | 2024-12-13T21:28:40.859Z | [ recovery-image] Dec 13 21:28:38.841 INFO O| Dec 13 21:28:38.841 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7897 | 2024-12-13T21:28:40.897Z | [ recovery-image] Dec 13 21:28:38.881 INFO O| Dec 13 21:28:38.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7898 | 2024-12-13T21:28:40.922Z | [ recovery-image] Dec 13 21:28:38.905 INFO O| Dec 13 21:28:38.905 INFO STEP 1155 (remove_files) COMPLETE |
7899 | 2024-12-13T21:28:40.922Z | [ recovery-image] Dec 13 21:28:38.905 INFO O| Dec 13 21:28:38.905 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7900 | 2024-12-13T21:28:40.966Z | [ recovery-image] Dec 13 21:28:38.947 INFO O| Dec 13 21:28:38.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7901 | 2024-12-13T21:28:40.969Z | [ recovery-image] Dec 13 21:28:38.947 INFO O| Dec 13 21:28:38.947 INFO STEP 1156 (remove_files) COMPLETE |
7902 | 2024-12-13T21:28:40.969Z | [ recovery-image] Dec 13 21:28:38.948 INFO O| Dec 13 21:28:38.947 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7903 | 2024-12-13T21:28:41.030Z | [ recovery-image] Dec 13 21:28:39.014 INFO O| Dec 13 21:28:39.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7904 | 2024-12-13T21:28:41.033Z | [ recovery-image] Dec 13 21:28:39.014 INFO O| Dec 13 21:28:39.014 INFO STEP 1157 (remove_files) COMPLETE |
7905 | 2024-12-13T21:28:41.033Z | [ recovery-image] Dec 13 21:28:39.014 INFO O| Dec 13 21:28:39.014 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7906 | 2024-12-13T21:28:41.049Z | [ recovery-image] Dec 13 21:28:39.033 INFO O| Dec 13 21:28:39.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7907 | 2024-12-13T21:28:41.049Z | [ recovery-image] Dec 13 21:28:39.033 INFO O| Dec 13 21:28:39.033 INFO STEP 1158 (remove_files) COMPLETE |
7908 | 2024-12-13T21:28:41.050Z | [ recovery-image] Dec 13 21:28:39.033 INFO O| Dec 13 21:28:39.033 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7909 | 2024-12-13T21:28:41.081Z | [ recovery-image] Dec 13 21:28:39.065 INFO O| Dec 13 21:28:39.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7910 | 2024-12-13T21:28:41.081Z | [ recovery-image] Dec 13 21:28:39.065 INFO O| Dec 13 21:28:39.065 INFO STEP 1159 (remove_files) COMPLETE |
7911 | 2024-12-13T21:28:41.084Z | [ recovery-image] Dec 13 21:28:39.065 INFO O| Dec 13 21:28:39.065 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7912 | 2024-12-13T21:28:41.103Z | [ recovery-image] Dec 13 21:28:39.086 INFO O| Dec 13 21:28:39.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7913 | 2024-12-13T21:28:41.103Z | [ recovery-image] Dec 13 21:28:39.086 INFO O| Dec 13 21:28:39.086 INFO STEP 1160 (remove_files) COMPLETE |
7914 | 2024-12-13T21:28:41.103Z | [ recovery-image] Dec 13 21:28:39.086 INFO O| Dec 13 21:28:39.086 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7915 | 2024-12-13T21:28:41.122Z | [ recovery-image] Dec 13 21:28:39.105 INFO O| Dec 13 21:28:39.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7916 | 2024-12-13T21:28:41.122Z | [ recovery-image] Dec 13 21:28:39.105 INFO O| Dec 13 21:28:39.105 INFO STEP 1161 (remove_files) COMPLETE |
7917 | 2024-12-13T21:28:41.122Z | [ recovery-image] Dec 13 21:28:39.106 INFO O| Dec 13 21:28:39.105 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7918 | 2024-12-13T21:28:41.145Z | [ recovery-image] Dec 13 21:28:39.128 INFO O| Dec 13 21:28:39.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7919 | 2024-12-13T21:28:41.145Z | [ recovery-image] Dec 13 21:28:39.128 INFO O| Dec 13 21:28:39.128 INFO STEP 1162 (remove_files) COMPLETE |
7920 | 2024-12-13T21:28:41.145Z | [ recovery-image] Dec 13 21:28:39.128 INFO O| Dec 13 21:28:39.128 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7921 | 2024-12-13T21:28:41.164Z | [ recovery-image] Dec 13 21:28:39.146 INFO O| Dec 13 21:28:39.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7922 | 2024-12-13T21:28:41.167Z | [ recovery-image] Dec 13 21:28:39.146 INFO O| Dec 13 21:28:39.146 INFO STEP 1163 (remove_files) COMPLETE |
7923 | 2024-12-13T21:28:41.167Z | [ recovery-image] Dec 13 21:28:39.147 INFO O| Dec 13 21:28:39.146 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7924 | 2024-12-13T21:28:41.204Z | [ recovery-image] Dec 13 21:28:39.180 INFO O| Dec 13 21:28:39.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7925 | 2024-12-13T21:28:41.204Z | [ recovery-image] Dec 13 21:28:39.180 INFO O| Dec 13 21:28:39.180 INFO STEP 1164 (remove_files) COMPLETE |
7926 | 2024-12-13T21:28:41.204Z | [ recovery-image] Dec 13 21:28:39.180 INFO O| Dec 13 21:28:39.180 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7927 | 2024-12-13T21:28:41.226Z | [ recovery-image] Dec 13 21:28:39.210 INFO O| Dec 13 21:28:39.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7928 | 2024-12-13T21:28:41.227Z | [ recovery-image] Dec 13 21:28:39.210 INFO O| Dec 13 21:28:39.210 INFO STEP 1165 (remove_files) COMPLETE |
7929 | 2024-12-13T21:28:41.227Z | [ recovery-image] Dec 13 21:28:39.210 INFO O| Dec 13 21:28:39.210 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7930 | 2024-12-13T21:28:41.287Z | [ recovery-image] Dec 13 21:28:39.270 INFO O| Dec 13 21:28:39.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7931 | 2024-12-13T21:28:41.287Z | [ recovery-image] Dec 13 21:28:39.270 INFO O| Dec 13 21:28:39.270 INFO STEP 1166 (remove_files) COMPLETE |
7932 | 2024-12-13T21:28:41.287Z | [ recovery-image] Dec 13 21:28:39.270 INFO O| Dec 13 21:28:39.270 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7933 | 2024-12-13T21:28:41.321Z | [ recovery-image] Dec 13 21:28:39.305 INFO O| Dec 13 21:28:39.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7934 | 2024-12-13T21:28:41.321Z | [ recovery-image] Dec 13 21:28:39.305 INFO O| Dec 13 21:28:39.305 INFO STEP 1167 (remove_files) COMPLETE |
7935 | 2024-12-13T21:28:41.326Z | [ recovery-image] Dec 13 21:28:39.305 INFO O| Dec 13 21:28:39.305 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7936 | 2024-12-13T21:28:41.463Z | [ recovery-image] Dec 13 21:28:39.447 INFO O| Dec 13 21:28:39.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7937 | 2024-12-13T21:28:41.463Z | [ recovery-image] Dec 13 21:28:39.447 INFO O| Dec 13 21:28:39.447 INFO STEP 1168 (remove_files) COMPLETE |
7938 | 2024-12-13T21:28:41.463Z | [ recovery-image] Dec 13 21:28:39.447 INFO O| Dec 13 21:28:39.447 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7939 | 2024-12-13T21:28:41.484Z | [ recovery-image] Dec 13 21:28:39.466 INFO O| Dec 13 21:28:39.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7940 | 2024-12-13T21:28:41.484Z | [ recovery-image] Dec 13 21:28:39.466 INFO O| Dec 13 21:28:39.466 INFO STEP 1169 (remove_files) COMPLETE |
7941 | 2024-12-13T21:28:41.484Z | [ recovery-image] Dec 13 21:28:39.466 INFO O| Dec 13 21:28:39.466 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7942 | 2024-12-13T21:28:41.502Z | [ recovery-image] Dec 13 21:28:39.485 INFO O| Dec 13 21:28:39.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7943 | 2024-12-13T21:28:41.503Z | [ recovery-image] Dec 13 21:28:39.486 INFO O| Dec 13 21:28:39.486 INFO STEP 1170 (remove_files) COMPLETE |
7944 | 2024-12-13T21:28:41.503Z | [ recovery-image] Dec 13 21:28:39.486 INFO O| Dec 13 21:28:39.486 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7945 | 2024-12-13T21:28:41.523Z | [ recovery-image] Dec 13 21:28:39.506 INFO O| Dec 13 21:28:39.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7946 | 2024-12-13T21:28:41.523Z | [ recovery-image] Dec 13 21:28:39.506 INFO O| Dec 13 21:28:39.506 INFO STEP 1171 (remove_files) COMPLETE |
7947 | 2024-12-13T21:28:41.523Z | [ recovery-image] Dec 13 21:28:39.506 INFO O| Dec 13 21:28:39.506 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7948 | 2024-12-13T21:28:41.542Z | [ recovery-image] Dec 13 21:28:39.525 INFO O| Dec 13 21:28:39.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7949 | 2024-12-13T21:28:41.542Z | [ recovery-image] Dec 13 21:28:39.525 INFO O| Dec 13 21:28:39.525 INFO STEP 1172 (remove_files) COMPLETE |
7950 | 2024-12-13T21:28:41.542Z | [ recovery-image] Dec 13 21:28:39.525 INFO O| Dec 13 21:28:39.525 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7951 | 2024-12-13T21:28:41.560Z | [ recovery-image] Dec 13 21:28:39.544 INFO O| Dec 13 21:28:39.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7952 | 2024-12-13T21:28:41.560Z | [ recovery-image] Dec 13 21:28:39.544 INFO O| Dec 13 21:28:39.544 INFO STEP 1173 (remove_files) COMPLETE |
7953 | 2024-12-13T21:28:41.560Z | [ recovery-image] Dec 13 21:28:39.544 INFO O| Dec 13 21:28:39.544 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7954 | 2024-12-13T21:28:41.577Z | [ recovery-image] Dec 13 21:28:39.561 INFO O| Dec 13 21:28:39.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7955 | 2024-12-13T21:28:41.580Z | [ recovery-image] Dec 13 21:28:39.561 INFO O| Dec 13 21:28:39.561 INFO STEP 1174 (remove_files) COMPLETE |
7956 | 2024-12-13T21:28:41.580Z | [ recovery-image] Dec 13 21:28:39.561 INFO O| Dec 13 21:28:39.561 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7957 | 2024-12-13T21:28:41.596Z | [ recovery-image] Dec 13 21:28:39.580 INFO O| Dec 13 21:28:39.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7958 | 2024-12-13T21:28:41.599Z | [ recovery-image] Dec 13 21:28:39.580 INFO O| Dec 13 21:28:39.580 INFO STEP 1175 (remove_files) COMPLETE |
7959 | 2024-12-13T21:28:41.599Z | [ recovery-image] Dec 13 21:28:39.580 INFO O| Dec 13 21:28:39.580 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7960 | 2024-12-13T21:28:41.616Z | [ recovery-image] Dec 13 21:28:39.600 INFO O| Dec 13 21:28:39.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7961 | 2024-12-13T21:28:41.618Z | [ recovery-image] Dec 13 21:28:39.600 INFO O| Dec 13 21:28:39.600 INFO STEP 1176 (remove_files) COMPLETE |
7962 | 2024-12-13T21:28:41.618Z | [ recovery-image] Dec 13 21:28:39.600 INFO O| Dec 13 21:28:39.600 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7963 | 2024-12-13T21:28:41.635Z | [ recovery-image] Dec 13 21:28:39.619 INFO O| Dec 13 21:28:39.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7964 | 2024-12-13T21:28:41.635Z | [ recovery-image] Dec 13 21:28:39.619 INFO O| Dec 13 21:28:39.619 INFO STEP 1177 (remove_files) COMPLETE |
7965 | 2024-12-13T21:28:41.637Z | [ recovery-image] Dec 13 21:28:39.619 INFO O| Dec 13 21:28:39.619 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7966 | 2024-12-13T21:28:41.654Z | [ recovery-image] Dec 13 21:28:39.638 INFO O| Dec 13 21:28:39.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7967 | 2024-12-13T21:28:41.657Z | [ recovery-image] Dec 13 21:28:39.638 INFO O| Dec 13 21:28:39.638 INFO STEP 1178 (remove_files) COMPLETE |
7968 | 2024-12-13T21:28:41.657Z | [ recovery-image] Dec 13 21:28:39.638 INFO O| Dec 13 21:28:39.638 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7969 | 2024-12-13T21:28:41.673Z | [ recovery-image] Dec 13 21:28:39.657 INFO O| Dec 13 21:28:39.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7970 | 2024-12-13T21:28:41.676Z | [ recovery-image] Dec 13 21:28:39.657 INFO O| Dec 13 21:28:39.657 INFO STEP 1179 (remove_files) COMPLETE |
7971 | 2024-12-13T21:28:41.676Z | [ recovery-image] Dec 13 21:28:39.658 INFO O| Dec 13 21:28:39.657 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7972 | 2024-12-13T21:28:41.693Z | [ recovery-image] Dec 13 21:28:39.676 INFO O| Dec 13 21:28:39.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7973 | 2024-12-13T21:28:41.695Z | [ recovery-image] Dec 13 21:28:39.677 INFO O| Dec 13 21:28:39.676 INFO STEP 1180 (remove_files) COMPLETE |
7974 | 2024-12-13T21:28:41.695Z | [ recovery-image] Dec 13 21:28:39.677 INFO O| Dec 13 21:28:39.677 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7975 | 2024-12-13T21:28:41.714Z | [ recovery-image] Dec 13 21:28:39.696 INFO O| Dec 13 21:28:39.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7976 | 2024-12-13T21:28:41.717Z | [ recovery-image] Dec 13 21:28:39.696 INFO O| Dec 13 21:28:39.696 INFO STEP 1181 (remove_files) COMPLETE |
7977 | 2024-12-13T21:28:41.717Z | [ recovery-image] Dec 13 21:28:39.696 INFO O| Dec 13 21:28:39.696 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7978 | 2024-12-13T21:28:41.732Z | [ recovery-image] Dec 13 21:28:39.716 INFO O| Dec 13 21:28:39.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7979 | 2024-12-13T21:28:41.736Z | [ recovery-image] Dec 13 21:28:39.716 INFO O| Dec 13 21:28:39.716 INFO STEP 1182 (remove_files) COMPLETE |
7980 | 2024-12-13T21:28:41.737Z | [ recovery-image] Dec 13 21:28:39.716 INFO O| Dec 13 21:28:39.716 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7981 | 2024-12-13T21:28:41.751Z | [ recovery-image] Dec 13 21:28:39.735 INFO O| Dec 13 21:28:39.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7982 | 2024-12-13T21:28:41.754Z | [ recovery-image] Dec 13 21:28:39.735 INFO O| Dec 13 21:28:39.735 INFO STEP 1183 (remove_files) COMPLETE |
7983 | 2024-12-13T21:28:41.754Z | [ recovery-image] Dec 13 21:28:39.736 INFO O| Dec 13 21:28:39.735 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7984 | 2024-12-13T21:28:41.772Z | [ recovery-image] Dec 13 21:28:39.756 INFO O| Dec 13 21:28:39.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7985 | 2024-12-13T21:28:41.775Z | [ recovery-image] Dec 13 21:28:39.756 INFO O| Dec 13 21:28:39.756 INFO STEP 1184 (remove_files) COMPLETE |
7986 | 2024-12-13T21:28:41.775Z | [ recovery-image] Dec 13 21:28:39.756 INFO O| Dec 13 21:28:39.756 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7987 | 2024-12-13T21:28:41.792Z | [ recovery-image] Dec 13 21:28:39.776 INFO O| Dec 13 21:28:39.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7988 | 2024-12-13T21:28:41.795Z | [ recovery-image] Dec 13 21:28:39.776 INFO O| Dec 13 21:28:39.776 INFO STEP 1185 (remove_files) COMPLETE |
7989 | 2024-12-13T21:28:41.795Z | [ recovery-image] Dec 13 21:28:39.776 INFO O| Dec 13 21:28:39.776 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7990 | 2024-12-13T21:28:41.813Z | [ recovery-image] Dec 13 21:28:39.796 INFO O| Dec 13 21:28:39.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7991 | 2024-12-13T21:28:41.813Z | [ recovery-image] Dec 13 21:28:39.796 INFO O| Dec 13 21:28:39.796 INFO STEP 1186 (remove_files) COMPLETE |
7992 | 2024-12-13T21:28:41.813Z | [ recovery-image] Dec 13 21:28:39.796 INFO O| Dec 13 21:28:39.796 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7993 | 2024-12-13T21:28:41.874Z | [ recovery-image] Dec 13 21:28:39.858 INFO O| Dec 13 21:28:39.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7994 | 2024-12-13T21:28:41.874Z | [ recovery-image] Dec 13 21:28:39.858 INFO O| Dec 13 21:28:39.858 INFO STEP 1187 (remove_files) COMPLETE |
7995 | 2024-12-13T21:28:41.877Z | [ recovery-image] Dec 13 21:28:39.858 INFO O| Dec 13 21:28:39.858 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7996 | 2024-12-13T21:28:41.892Z | [ recovery-image] Dec 13 21:28:39.875 INFO O| Dec 13 21:28:39.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7997 | 2024-12-13T21:28:41.892Z | [ recovery-image] Dec 13 21:28:39.875 INFO O| Dec 13 21:28:39.875 INFO STEP 1188 (remove_files) COMPLETE |
7998 | 2024-12-13T21:28:41.892Z | [ recovery-image] Dec 13 21:28:39.875 INFO O| Dec 13 21:28:39.875 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7999 | 2024-12-13T21:28:41.909Z | [ recovery-image] Dec 13 21:28:39.892 INFO O| Dec 13 21:28:39.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
8000 | 2024-12-13T21:28:41.909Z | [ recovery-image] Dec 13 21:28:39.892 INFO O| Dec 13 21:28:39.892 INFO STEP 1189 (remove_files) COMPLETE |
8001 | 2024-12-13T21:28:41.909Z | [ recovery-image] Dec 13 21:28:39.892 INFO O| Dec 13 21:28:39.892 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8002 | 2024-12-13T21:28:41.928Z | [ recovery-image] Dec 13 21:28:39.910 INFO O| Dec 13 21:28:39.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
8003 | 2024-12-13T21:28:41.928Z | [ recovery-image] Dec 13 21:28:39.910 INFO O| Dec 13 21:28:39.910 INFO STEP 1190 (remove_files) COMPLETE |
8004 | 2024-12-13T21:28:41.928Z | [ recovery-image] Dec 13 21:28:39.910 INFO O| Dec 13 21:28:39.910 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8005 | 2024-12-13T21:28:41.946Z | [ recovery-image] Dec 13 21:28:39.928 INFO O| Dec 13 21:28:39.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
8006 | 2024-12-13T21:28:41.946Z | [ recovery-image] Dec 13 21:28:39.928 INFO O| Dec 13 21:28:39.928 INFO STEP 1191 (remove_files) COMPLETE |
8007 | 2024-12-13T21:28:41.949Z | [ recovery-image] Dec 13 21:28:39.928 INFO O| Dec 13 21:28:39.928 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8008 | 2024-12-13T21:28:41.970Z | [ recovery-image] Dec 13 21:28:39.954 INFO O| Dec 13 21:28:39.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
8009 | 2024-12-13T21:28:41.970Z | [ recovery-image] Dec 13 21:28:39.954 INFO O| Dec 13 21:28:39.954 INFO STEP 1192 (remove_files) COMPLETE |
8010 | 2024-12-13T21:28:41.974Z | [ recovery-image] Dec 13 21:28:39.954 INFO O| Dec 13 21:28:39.954 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8011 | 2024-12-13T21:28:41.989Z | [ recovery-image] Dec 13 21:28:39.972 INFO O| Dec 13 21:28:39.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
8012 | 2024-12-13T21:28:41.989Z | [ recovery-image] Dec 13 21:28:39.972 INFO O| Dec 13 21:28:39.972 INFO STEP 1193 (remove_files) COMPLETE |
8013 | 2024-12-13T21:28:41.989Z | [ recovery-image] Dec 13 21:28:39.972 INFO O| Dec 13 21:28:39.972 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8014 | 2024-12-13T21:28:42.007Z | [ recovery-image] Dec 13 21:28:39.991 INFO O| Dec 13 21:28:39.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
8015 | 2024-12-13T21:28:42.007Z | [ recovery-image] Dec 13 21:28:39.991 INFO O| Dec 13 21:28:39.991 INFO STEP 1194 (remove_files) COMPLETE |
8016 | 2024-12-13T21:28:42.007Z | [ recovery-image] Dec 13 21:28:39.991 INFO O| Dec 13 21:28:39.991 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8017 | 2024-12-13T21:28:42.035Z | [ recovery-image] Dec 13 21:28:40.018 INFO O| Dec 13 21:28:40.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
8018 | 2024-12-13T21:28:42.035Z | [ recovery-image] Dec 13 21:28:40.018 INFO O| Dec 13 21:28:40.018 INFO STEP 1195 (remove_files) COMPLETE |
8019 | 2024-12-13T21:28:42.038Z | [ recovery-image] Dec 13 21:28:40.018 INFO O| Dec 13 21:28:40.018 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8020 | 2024-12-13T21:28:42.095Z | [ recovery-image] Dec 13 21:28:40.079 INFO O| Dec 13 21:28:40.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
8021 | 2024-12-13T21:28:42.096Z | [ recovery-image] Dec 13 21:28:40.079 INFO O| Dec 13 21:28:40.079 INFO STEP 1196 (remove_files) COMPLETE |
8022 | 2024-12-13T21:28:42.096Z | [ recovery-image] Dec 13 21:28:40.079 INFO O| Dec 13 21:28:40.079 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8023 | 2024-12-13T21:28:42.140Z | [ recovery-image] Dec 13 21:28:40.124 INFO O| Dec 13 21:28:40.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
8024 | 2024-12-13T21:28:42.140Z | [ recovery-image] Dec 13 21:28:40.124 INFO O| Dec 13 21:28:40.124 INFO STEP 1197 (remove_files) COMPLETE |
8025 | 2024-12-13T21:28:42.140Z | [ recovery-image] Dec 13 21:28:40.124 INFO O| Dec 13 21:28:40.124 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8026 | 2024-12-13T21:28:42.167Z | [ recovery-image] Dec 13 21:28:40.151 INFO O| Dec 13 21:28:40.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
8027 | 2024-12-13T21:28:42.170Z | [ recovery-image] Dec 13 21:28:40.151 INFO O| Dec 13 21:28:40.151 INFO STEP 1198 (remove_files) COMPLETE |
8028 | 2024-12-13T21:28:42.171Z | [ recovery-image] Dec 13 21:28:40.151 INFO O| Dec 13 21:28:40.151 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8029 | 2024-12-13T21:28:42.202Z | [ recovery-image] Dec 13 21:28:40.186 INFO O| Dec 13 21:28:40.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
8030 | 2024-12-13T21:28:42.205Z | [ recovery-image] Dec 13 21:28:40.186 INFO O| Dec 13 21:28:40.186 INFO STEP 1199 (remove_files) COMPLETE |
8031 | 2024-12-13T21:28:42.205Z | [ recovery-image] Dec 13 21:28:40.186 INFO O| Dec 13 21:28:40.186 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8032 | 2024-12-13T21:28:42.262Z | [ recovery-image] Dec 13 21:28:40.245 INFO O| Dec 13 21:28:40.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
8033 | 2024-12-13T21:28:42.264Z | [ recovery-image] Dec 13 21:28:40.246 INFO O| Dec 13 21:28:40.245 INFO STEP 1200 (remove_files) COMPLETE |
8034 | 2024-12-13T21:28:42.264Z | [ recovery-image] Dec 13 21:28:40.246 INFO O| Dec 13 21:28:40.246 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8035 | 2024-12-13T21:28:42.442Z | [ recovery-image] Dec 13 21:28:40.425 INFO O| Dec 13 21:28:40.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8036 | 2024-12-13T21:28:42.442Z | [ recovery-image] Dec 13 21:28:40.425 INFO O| Dec 13 21:28:40.425 INFO STEP 1201 (remove_files) COMPLETE |
8037 | 2024-12-13T21:28:42.442Z | [ recovery-image] Dec 13 21:28:40.425 INFO O| Dec 13 21:28:40.425 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8038 | 2024-12-13T21:28:42.487Z | [ recovery-image] Dec 13 21:28:40.471 INFO O| Dec 13 21:28:40.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8039 | 2024-12-13T21:28:42.490Z | [ recovery-image] Dec 13 21:28:40.471 INFO O| Dec 13 21:28:40.471 INFO STEP 1202 (remove_files) COMPLETE |
8040 | 2024-12-13T21:28:42.490Z | [ recovery-image] Dec 13 21:28:40.471 INFO O| Dec 13 21:28:40.471 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8041 | 2024-12-13T21:28:42.506Z | [ recovery-image] Dec 13 21:28:40.490 INFO O| Dec 13 21:28:40.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8042 | 2024-12-13T21:28:42.509Z | [ recovery-image] Dec 13 21:28:40.490 INFO O| Dec 13 21:28:40.490 INFO STEP 1203 (remove_files) COMPLETE |
8043 | 2024-12-13T21:28:42.509Z | [ recovery-image] Dec 13 21:28:40.490 INFO O| Dec 13 21:28:40.490 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8044 | 2024-12-13T21:28:42.546Z | [ recovery-image] Dec 13 21:28:40.529 INFO O| Dec 13 21:28:40.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8045 | 2024-12-13T21:28:42.546Z | [ recovery-image] Dec 13 21:28:40.529 INFO O| Dec 13 21:28:40.529 INFO STEP 1204 (remove_files) COMPLETE |
8046 | 2024-12-13T21:28:42.546Z | [ recovery-image] Dec 13 21:28:40.529 INFO O| Dec 13 21:28:40.529 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8047 | 2024-12-13T21:28:42.565Z | [ recovery-image] Dec 13 21:28:40.549 INFO O| Dec 13 21:28:40.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8048 | 2024-12-13T21:28:42.565Z | [ recovery-image] Dec 13 21:28:40.549 INFO O| Dec 13 21:28:40.549 INFO STEP 1205 (remove_files) COMPLETE |
8049 | 2024-12-13T21:28:42.565Z | [ recovery-image] Dec 13 21:28:40.549 INFO O| Dec 13 21:28:40.549 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8050 | 2024-12-13T21:28:42.612Z | [ recovery-image] Dec 13 21:28:40.595 INFO O| Dec 13 21:28:40.595 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8051 | 2024-12-13T21:28:42.612Z | [ recovery-image] Dec 13 21:28:40.595 INFO O| Dec 13 21:28:40.595 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8052 | 2024-12-13T21:28:44.381Z | [ recovery-image] Dec 13 21:28:42.365 INFO O| Dec 13 21:28:42.365 INFO STEP 1206 (pack_tar) COMPLETE |
8053 | 2024-12-13T21:28:44.382Z | [ recovery-image] Dec 13 21:28:42.365 INFO O| Dec 13 21:28:42.365 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8054 | 2024-12-13T21:28:44.382Z | [ recovery-image] Dec 13 21:28:42.365 INFO O| Dec 13 21:28:42.365 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8055 | 2024-12-13T21:28:44.627Z | [ recovery-image] Dec 13 21:28:42.611 INFO O| Dec 13 21:28:42.610 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8056 | 2024-12-13T21:28:44.754Z | [ recovery-image] Dec 13 21:28:42.737 INFO O| Dec 13 21:28:42.737 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8057 | 2024-12-13T21:28:44.763Z | [ recovery-image] Dec 13 21:28:42.747 INFO image builder template: zfs-recovery... |
8058 | 2024-12-13T21:28:44.764Z | [ recovery-image] Dec 13 21:28:42.747 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/.tmpFbsOmv/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 |
8059 | 2024-12-13T21:28:44.817Z | [ recovery-image] Dec 13 21:28:42.800 INFO O| Dec 13 21:28:42.800 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8060 | 2024-12-13T21:28:44.851Z | [ recovery-image] Dec 13 21:28:42.834 INFO O| Dec 13 21:28:42.834 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8061 | 2024-12-13T21:28:44.992Z | [ recovery-image] Dec 13 21:28:42.975 INFO O| Dec 13 21:28:42.975 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8062 | 2024-12-13T21:28:45.084Z | [ recovery-image] Dec 13 21:28:43.065 INFO O| Dec 13 21:28:43.065 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8063 | 2024-12-13T21:28:45.084Z | [ recovery-image] Dec 13 21:28:43.065 INFO O| Dec 13 21:28:43.065 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8064 | 2024-12-13T21:28:45.091Z | [ recovery-image] Dec 13 21:28:43.072 INFO O| Dec 13 21:28:43.072 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8065 | 2024-12-13T21:28:45.177Z | [ recovery-image] Dec 13 21:28:43.161 INFO O| Dec 13 21:28:43.160 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8066 | 2024-12-13T21:28:45.244Z | [ recovery-image] Dec 13 21:28:43.227 INFO O| Dec 13 21:28:43.226 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8067 | 2024-12-13T21:28:45.260Z | [ recovery-image] Dec 13 21:28:43.243 INFO O| Dec 13 21:28:43.243 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8068 | 2024-12-13T21:28:45.269Z | [ recovery-image] Dec 13 21:28:43.251 INFO O| Dec 13 21:28:43.251 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8069 | 2024-12-13T21:28:45.272Z | [ recovery-image] Dec 13 21:28:43.253 INFO O| Dec 13 21:28:43.253 INFO no lofi found |
8070 | 2024-12-13T21:28:45.272Z | [ recovery-image] Dec 13 21:28:43.253 INFO O| Dec 13 21:28:43.253 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8071 | 2024-12-13T21:28:45.272Z | [ recovery-image] Dec 13 21:28:43.253 INFO O| Dec 13 21:28:43.253 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8072 | 2024-12-13T21:28:48.028Z | [ recovery-image] Dec 13 21:28:46.011 INFO O| Dec 13 21:28:46.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8073 | 2024-12-13T21:28:48.028Z | [ recovery-image] Dec 13 21:28:46.011 INFO O| Dec 13 21:28:46.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8074 | 2024-12-13T21:28:48.031Z | [ recovery-image] Dec 13 21:28:46.011 INFO O| Dec 13 21:28:46.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8075 | 2024-12-13T21:28:48.238Z | [ recovery-image] Dec 13 21:28:46.221 INFO O| Dec 13 21:28:46.221 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8076 | 2024-12-13T21:28:48.238Z | [ recovery-image] Dec 13 21:28:46.221 INFO O| Dec 13 21:28:46.221 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8077 | 2024-12-13T21:28:48.267Z | [ recovery-image] Dec 13 21:28:46.250 INFO O| Dec 13 21:28:46.250 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8078 | 2024-12-13T21:28:48.418Z | [ recovery-image] Dec 13 21:28:46.401 INFO O| Dec 13 21:28:46.401 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8079 | 2024-12-13T21:28:48.478Z | [ recovery-image] Dec 13 21:28:46.460 INFO O| Dec 13 21:28:46.460 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8080 | 2024-12-13T21:28:48.504Z | [ recovery-image] Dec 13 21:28:46.487 INFO O| Dec 13 21:28:46.487 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8081 | 2024-12-13T21:28:48.527Z | [ recovery-image] Dec 13 21:28:46.510 INFO O| Dec 13 21:28:46.510 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8082 | 2024-12-13T21:28:48.619Z | [ recovery-image] Dec 13 21:28:46.602 INFO O| Dec 13 21:28:46.602 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8083 | 2024-12-13T21:28:48.619Z | [ recovery-image] Dec 13 21:28:46.602 INFO O| Dec 13 21:28:46.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8084 | 2024-12-13T21:28:48.622Z | [ recovery-image] Dec 13 21:28:46.602 INFO O| Dec 13 21:28:46.602 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8085 | 2024-12-13T21:28:48.642Z | [ recovery-image] Dec 13 21:28:46.624 INFO O| Dec 13 21:28:46.624 INFO boot environment UUID: 262a0d4e-cce2-401c-9ed9-75ce64627fce |
8086 | 2024-12-13T21:28:48.642Z | [ recovery-image] Dec 13 21:28:46.624 INFO O| Dec 13 21:28:46.624 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 262a0d4e-cce2-401c-9ed9-75ce64627fce |
8087 | 2024-12-13T21:28:48.665Z | [ recovery-image] Dec 13 21:28:46.648 INFO O| Dec 13 21:28:46.648 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8088 | 2024-12-13T21:28:48.744Z | [ recovery-image] Dec 13 21:28:46.726 INFO O| Dec 13 21:28:46.726 INFO STEP 0 (create_be) COMPLETE |
8089 | 2024-12-13T21:28:48.744Z | [ recovery-image] Dec 13 21:28:46.726 INFO O| Dec 13 21:28:46.726 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8090 | 2024-12-13T21:28:48.804Z | [ recovery-image] Dec 13 21:28:46.786 INFO O| Dec 13 21:28:46.786 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"] |
8091 | 2024-12-13T21:28:55.711Z | [ recovery-image] Dec 13 21:28:53.693 INFO O| Dec 13 21:28:53.693 INFO STEP 1 (unpack_tar) COMPLETE |
8092 | 2024-12-13T21:28:55.711Z | [ recovery-image] Dec 13 21:28:53.693 INFO O| Dec 13 21:28:53.693 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8093 | 2024-12-13T21:28:55.730Z | [ recovery-image] Dec 13 21:28:53.712 INFO O| Dec 13 21:28:53.712 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8094 | 2024-12-13T21:28:56.132Z | [ recovery-image] Dec 13 21:28:54.114 INFO O| Dec 13 21:28:54.114 INFO STEP 2 (devfsadm) COMPLETE |
8095 | 2024-12-13T21:28:56.132Z | [ recovery-image] Dec 13 21:28:54.114 INFO O| Dec 13 21:28:54.114 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8096 | 2024-12-13T21:28:56.156Z | [ recovery-image] Dec 13 21:28:54.137 INFO O| Dec 13 21:28:54.137 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8097 | 2024-12-13T21:28:56.156Z | [ recovery-image] Dec 13 21:28:54.137 INFO O| Dec 13 21:28:54.137 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8098 | 2024-12-13T21:28:56.156Z | [ recovery-image] Dec 13 21:28:54.137 INFO O| Dec 13 21:28:54.137 INFO STEP 3 (ensure_dir) COMPLETE |
8099 | 2024-12-13T21:28:56.156Z | [ recovery-image] Dec 13 21:28:54.137 INFO O| Dec 13 21:28:54.137 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8100 | 2024-12-13T21:28:56.173Z | [ recovery-image] Dec 13 21:28:54.155 INFO O| Dec 13 21:28:54.155 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8101 | 2024-12-13T21:28:56.173Z | [ recovery-image] Dec 13 21:28:54.155 INFO O| Dec 13 21:28:54.155 INFO STEP 4 (ensure_dir) COMPLETE |
8102 | 2024-12-13T21:28:56.176Z | [ recovery-image] Dec 13 21:28:54.155 INFO O| Dec 13 21:28:54.155 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8103 | 2024-12-13T21:28:56.241Z | [ recovery-image] Dec 13 21:28:54.223 INFO O| Dec 13 21:28:54.223 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8104 | 2024-12-13T21:28:56.241Z | [ recovery-image] Dec 13 21:28:54.223 INFO O| Dec 13 21:28:54.223 INFO STEP 5 (ensure_dir) COMPLETE |
8105 | 2024-12-13T21:28:56.245Z | [ recovery-image] Dec 13 21:28:54.223 INFO O| Dec 13 21:28:54.223 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8106 | 2024-12-13T21:28:56.285Z | [ recovery-image] Dec 13 21:28:54.267 INFO O| Dec 13 21:28:54.267 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8107 | 2024-12-13T21:28:56.289Z | [ recovery-image] Dec 13 21:28:54.267 INFO O| Dec 13 21:28:54.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8108 | 2024-12-13T21:28:56.289Z | [ recovery-image] Dec 13 21:28:54.268 INFO O| Dec 13 21:28:54.267 INFO STEP 6 (ensure_dir) COMPLETE |
8109 | 2024-12-13T21:28:56.290Z | [ recovery-image] Dec 13 21:28:54.268 INFO O| Dec 13 21:28:54.268 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8110 | 2024-12-13T21:28:56.306Z | [ recovery-image] Dec 13 21:28:54.288 INFO O| Dec 13 21:28:54.288 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8111 | 2024-12-13T21:28:56.310Z | [ recovery-image] Dec 13 21:28:54.288 INFO O| Dec 13 21:28:54.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8112 | 2024-12-13T21:28:56.310Z | [ recovery-image] Dec 13 21:28:54.288 INFO O| Dec 13 21:28:54.288 INFO STEP 7 (ensure_dir) COMPLETE |
8113 | 2024-12-13T21:28:56.310Z | [ recovery-image] Dec 13 21:28:54.289 INFO O| Dec 13 21:28:54.289 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8114 | 2024-12-13T21:28:56.392Z | [ recovery-image] Dec 13 21:28:54.373 INFO O| Dec 13 21:28:54.373 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8115 | 2024-12-13T21:28:56.395Z | [ recovery-image] Dec 13 21:28:54.374 INFO O| Dec 13 21:28:54.374 INFO STEP 8 (remove_files) COMPLETE |
8116 | 2024-12-13T21:28:56.395Z | [ recovery-image] Dec 13 21:28:54.374 INFO O| Dec 13 21:28:54.374 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8117 | 2024-12-13T21:28:56.425Z | [ recovery-image] Dec 13 21:28:54.405 INFO O| Dec 13 21:28:54.405 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8118 | 2024-12-13T21:28:56.428Z | [ recovery-image] Dec 13 21:28:54.407 INFO O| Dec 13 21:28:54.407 INFO STEP 9 (remove_files) COMPLETE |
8119 | 2024-12-13T21:28:56.428Z | [ recovery-image] Dec 13 21:28:54.407 INFO O| Dec 13 21:28:54.407 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8120 | 2024-12-13T21:28:56.462Z | [ recovery-image] Dec 13 21:28:54.444 INFO O| Dec 13 21:28:54.443 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8121 | 2024-12-13T21:28:56.464Z | [ recovery-image] Dec 13 21:28:54.445 INFO O| Dec 13 21:28:54.445 INFO STEP 10 (remove_files) COMPLETE |
8122 | 2024-12-13T21:28:56.464Z | [ recovery-image] Dec 13 21:28:54.445 INFO O| Dec 13 21:28:54.445 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8123 | 2024-12-13T21:28:56.485Z | [ recovery-image] Dec 13 21:28:54.467 INFO O| Dec 13 21:28:54.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8124 | 2024-12-13T21:28:56.487Z | [ recovery-image] Dec 13 21:28:54.467 INFO O| Dec 13 21:28:54.467 INFO STEP 11 (remove_files) COMPLETE |
8125 | 2024-12-13T21:28:56.487Z | [ recovery-image] Dec 13 21:28:54.467 INFO O| Dec 13 21:28:54.467 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8126 | 2024-12-13T21:28:56.506Z | [ recovery-image] Dec 13 21:28:54.488 INFO O| Dec 13 21:28:54.488 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8127 | 2024-12-13T21:28:56.506Z | [ recovery-image] Dec 13 21:28:54.488 INFO O| Dec 13 21:28:54.488 INFO STEP 12 (remove_files) COMPLETE |
8128 | 2024-12-13T21:28:56.506Z | [ recovery-image] Dec 13 21:28:54.488 INFO O| Dec 13 21:28:54.488 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8129 | 2024-12-13T21:28:56.556Z | [ recovery-image] Dec 13 21:28:54.537 INFO O| Dec 13 21:28:54.537 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8130 | 2024-12-13T21:28:56.556Z | [ recovery-image] Dec 13 21:28:54.537 INFO O| Dec 13 21:28:54.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8131 | 2024-12-13T21:28:56.559Z | [ recovery-image] Dec 13 21:28:54.537 INFO O| Dec 13 21:28:54.537 INFO STEP 13 (ensure_dir) COMPLETE |
8132 | 2024-12-13T21:28:56.559Z | [ recovery-image] Dec 13 21:28:54.537 INFO O| Dec 13 21:28:54.537 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8133 | 2024-12-13T21:28:56.578Z | [ recovery-image] Dec 13 21:28:54.560 INFO O| Dec 13 21:28:54.560 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8134 | 2024-12-13T21:28:56.578Z | [ recovery-image] Dec 13 21:28:54.560 INFO O| Dec 13 21:28:54.560 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8135 | 2024-12-13T21:28:56.580Z | [ recovery-image] Dec 13 21:28:54.560 INFO O| Dec 13 21:28:54.560 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8136 | 2024-12-13T21:28:56.580Z | [ recovery-image] Dec 13 21:28:54.560 INFO O| Dec 13 21:28:54.560 INFO STEP 14 (ensure_dir) COMPLETE |
8137 | 2024-12-13T21:28:56.580Z | [ recovery-image] Dec 13 21:28:54.560 INFO O| Dec 13 21:28:54.560 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8138 | 2024-12-13T21:28:56.599Z | [ recovery-image] Dec 13 21:28:54.581 INFO O| Dec 13 21:28:54.581 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8139 | 2024-12-13T21:28:56.599Z | [ recovery-image] Dec 13 21:28:54.581 INFO O| Dec 13 21:28:54.581 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8140 | 2024-12-13T21:28:56.599Z | [ recovery-image] Dec 13 21:28:54.581 INFO O| Dec 13 21:28:54.581 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8141 | 2024-12-13T21:28:56.603Z | [ recovery-image] Dec 13 21:28:54.581 INFO O| Dec 13 21:28:54.581 INFO STEP 15 (ensure_dir) COMPLETE |
8142 | 2024-12-13T21:28:56.603Z | [ recovery-image] Dec 13 21:28:54.581 INFO O| Dec 13 21:28:54.581 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8143 | 2024-12-13T21:28:56.618Z | [ recovery-image] Dec 13 21:28:54.600 INFO O| Dec 13 21:28:54.600 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8144 | 2024-12-13T21:28:56.618Z | [ recovery-image] Dec 13 21:28:54.600 INFO O| Dec 13 21:28:54.600 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8145 | 2024-12-13T21:28:56.618Z | [ recovery-image] Dec 13 21:28:54.600 INFO O| Dec 13 21:28:54.600 INFO STEP 16 (ensure_dir) COMPLETE |
8146 | 2024-12-13T21:28:56.621Z | [ recovery-image] Dec 13 21:28:54.600 INFO O| Dec 13 21:28:54.600 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8147 | 2024-12-13T21:28:56.645Z | [ recovery-image] Dec 13 21:28:54.626 INFO O| Dec 13 21:28:54.626 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8148 | 2024-12-13T21:28:56.645Z | [ recovery-image] Dec 13 21:28:54.627 INFO O| Dec 13 21:28:54.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8149 | 2024-12-13T21:28:56.645Z | [ recovery-image] Dec 13 21:28:54.627 INFO O| Dec 13 21:28:54.627 INFO STEP 17 (ensure_dir) COMPLETE |
8150 | 2024-12-13T21:28:56.645Z | [ recovery-image] Dec 13 21:28:54.627 INFO O| Dec 13 21:28:54.627 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8151 | 2024-12-13T21:28:56.666Z | [ recovery-image] Dec 13 21:28:54.648 INFO O| Dec 13 21:28:54.647 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8152 | 2024-12-13T21:28:56.667Z | [ recovery-image] Dec 13 21:28:54.648 INFO O| Dec 13 21:28:54.648 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8153 | 2024-12-13T21:28:56.667Z | [ recovery-image] Dec 13 21:28:54.648 INFO O| Dec 13 21:28:54.648 INFO ok! |
8154 | 2024-12-13T21:28:56.667Z | [ recovery-image] Dec 13 21:28:54.648 INFO O| Dec 13 21:28:54.648 INFO STEP 18 (ensure_symlink) COMPLETE |
8155 | 2024-12-13T21:28:56.667Z | [ recovery-image] Dec 13 21:28:54.648 INFO O| Dec 13 21:28:54.648 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8156 | 2024-12-13T21:28:56.687Z | [ recovery-image] Dec 13 21:28:54.668 INFO O| Dec 13 21:28:54.668 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8157 | 2024-12-13T21:28:56.687Z | [ recovery-image] Dec 13 21:28:54.668 INFO O| Dec 13 21:28:54.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8158 | 2024-12-13T21:28:56.687Z | [ recovery-image] Dec 13 21:28:54.668 INFO O| Dec 13 21:28:54.668 INFO ok! |
8159 | 2024-12-13T21:28:56.687Z | [ recovery-image] Dec 13 21:28:54.668 INFO O| Dec 13 21:28:54.668 INFO STEP 19 (ensure_file) COMPLETE |
8160 | 2024-12-13T21:28:56.687Z | [ recovery-image] Dec 13 21:28:54.668 INFO O| Dec 13 21:28:54.668 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8161 | 2024-12-13T21:28:56.707Z | [ recovery-image] Dec 13 21:28:54.688 INFO O| Dec 13 21:28:54.688 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8162 | 2024-12-13T21:28:56.707Z | [ recovery-image] Dec 13 21:28:54.688 INFO O| Dec 13 21:28:54.688 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8163 | 2024-12-13T21:28:56.710Z | [ recovery-image] Dec 13 21:28:54.688 INFO O| Dec 13 21:28:54.688 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8164 | 2024-12-13T21:28:56.710Z | [ recovery-image] Dec 13 21:28:54.688 INFO O| Dec 13 21:28:54.688 INFO ok! |
8165 | 2024-12-13T21:28:56.710Z | [ recovery-image] Dec 13 21:28:54.688 INFO O| Dec 13 21:28:54.688 INFO STEP 20 (ensure_symlink) COMPLETE |
8166 | 2024-12-13T21:28:56.710Z | [ recovery-image] Dec 13 21:28:54.688 INFO O| Dec 13 21:28:54.688 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8167 | 2024-12-13T21:28:56.727Z | [ recovery-image] Dec 13 21:28:54.708 INFO O| Dec 13 21:28:54.708 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8168 | 2024-12-13T21:28:56.727Z | [ recovery-image] Dec 13 21:28:54.709 INFO O| Dec 13 21:28:54.708 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8169 | 2024-12-13T21:28:56.730Z | [ recovery-image] Dec 13 21:28:54.709 INFO O| Dec 13 21:28:54.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8170 | 2024-12-13T21:28:56.730Z | [ recovery-image] Dec 13 21:28:54.709 INFO O| Dec 13 21:28:54.709 INFO ok! |
8171 | 2024-12-13T21:28:56.730Z | [ recovery-image] Dec 13 21:28:54.709 INFO O| Dec 13 21:28:54.709 INFO STEP 21 (ensure_symlink) COMPLETE |
8172 | 2024-12-13T21:28:56.730Z | [ recovery-image] Dec 13 21:28:54.709 INFO O| Dec 13 21:28:54.709 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8173 | 2024-12-13T21:28:56.746Z | [ recovery-image] Dec 13 21:28:54.728 INFO O| Dec 13 21:28:54.728 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8174 | 2024-12-13T21:28:56.747Z | [ recovery-image] Dec 13 21:28:54.728 INFO O| Dec 13 21:28:54.728 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8175 | 2024-12-13T21:28:56.749Z | [ recovery-image] Dec 13 21:28:54.728 INFO O| Dec 13 21:28:54.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8176 | 2024-12-13T21:28:56.749Z | [ recovery-image] Dec 13 21:28:54.728 INFO O| Dec 13 21:28:54.728 INFO ok! |
8177 | 2024-12-13T21:28:56.749Z | [ recovery-image] Dec 13 21:28:54.728 INFO O| Dec 13 21:28:54.728 INFO STEP 22 (ensure_symlink) COMPLETE |
8178 | 2024-12-13T21:28:56.749Z | [ recovery-image] Dec 13 21:28:54.728 INFO O| Dec 13 21:28:54.728 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8179 | 2024-12-13T21:28:56.765Z | [ recovery-image] Dec 13 21:28:54.747 INFO O| Dec 13 21:28:54.747 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8180 | 2024-12-13T21:28:56.766Z | [ recovery-image] Dec 13 21:28:54.748 INFO O| Dec 13 21:28:54.747 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8181 | 2024-12-13T21:28:56.766Z | [ recovery-image] Dec 13 21:28:54.748 INFO O| Dec 13 21:28:54.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8182 | 2024-12-13T21:28:56.768Z | [ recovery-image] Dec 13 21:28:54.748 INFO O| Dec 13 21:28:54.748 INFO ok! |
8183 | 2024-12-13T21:28:56.768Z | [ recovery-image] Dec 13 21:28:54.748 INFO O| Dec 13 21:28:54.748 INFO STEP 23 (ensure_symlink) COMPLETE |
8184 | 2024-12-13T21:28:56.768Z | [ recovery-image] Dec 13 21:28:54.748 INFO O| Dec 13 21:28:54.748 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8185 | 2024-12-13T21:28:56.786Z | [ recovery-image] Dec 13 21:28:54.768 INFO O| Dec 13 21:28:54.768 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8186 | 2024-12-13T21:28:56.787Z | [ recovery-image] Dec 13 21:28:54.769 INFO O| Dec 13 21:28:54.769 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 ... |
8187 | 2024-12-13T21:28:56.789Z | [ recovery-image] Dec 13 21:28:54.769 INFO O| Dec 13 21:28:54.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8188 | 2024-12-13T21:28:56.789Z | [ recovery-image] Dec 13 21:28:54.769 INFO O| Dec 13 21:28:54.769 INFO ok! |
8189 | 2024-12-13T21:28:56.789Z | [ recovery-image] Dec 13 21:28:54.769 INFO O| Dec 13 21:28:54.769 INFO STEP 24 (ensure_file) COMPLETE |
8190 | 2024-12-13T21:28:56.789Z | [ recovery-image] Dec 13 21:28:54.769 INFO O| Dec 13 21:28:54.769 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8191 | 2024-12-13T21:28:56.808Z | [ recovery-image] Dec 13 21:28:54.789 INFO O| Dec 13 21:28:54.789 INFO updating shadow file |
8192 | 2024-12-13T21:28:56.810Z | [ recovery-image] Dec 13 21:28:54.790 INFO O| Dec 13 21:28:54.790 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8193 | 2024-12-13T21:28:56.810Z | [ recovery-image] Dec 13 21:28:54.790 INFO O| Dec 13 21:28:54.790 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8194 | 2024-12-13T21:28:56.810Z | [ recovery-image] Dec 13 21:28:54.790 INFO O| Dec 13 21:28:54.790 INFO STEP 25 (shadow) COMPLETE |
8195 | 2024-12-13T21:28:56.811Z | [ recovery-image] Dec 13 21:28:54.790 INFO O| Dec 13 21:28:54.790 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8196 | 2024-12-13T21:28:56.829Z | [ recovery-image] Dec 13 21:28:54.811 INFO O| Dec 13 21:28:54.811 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8197 | 2024-12-13T21:28:56.829Z | [ recovery-image] Dec 13 21:28:54.811 INFO O| Dec 13 21:28:54.811 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8198 | 2024-12-13T21:28:56.832Z | [ recovery-image] Dec 13 21:28:54.811 INFO O| Dec 13 21:28:54.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8199 | 2024-12-13T21:28:56.832Z | [ recovery-image] Dec 13 21:28:54.811 INFO O| Dec 13 21:28:54.811 INFO ok! |
8200 | 2024-12-13T21:28:56.832Z | [ recovery-image] Dec 13 21:28:54.811 INFO O| Dec 13 21:28:54.811 INFO STEP 26 (ensure_file) COMPLETE |
8201 | 2024-12-13T21:28:56.832Z | [ recovery-image] Dec 13 21:28:54.811 INFO O| Dec 13 21:28:54.811 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8202 | 2024-12-13T21:28:56.849Z | [ recovery-image] Dec 13 21:28:54.831 INFO O| Dec 13 21:28:54.831 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8203 | 2024-12-13T21:28:56.849Z | [ recovery-image] Dec 13 21:28:54.831 INFO O| Dec 13 21:28:54.831 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8204 | 2024-12-13T21:28:56.852Z | [ recovery-image] Dec 13 21:28:54.831 INFO O| Dec 13 21:28:54.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8205 | 2024-12-13T21:28:56.852Z | [ recovery-image] Dec 13 21:28:54.831 INFO O| Dec 13 21:28:54.831 INFO ok! |
8206 | 2024-12-13T21:28:56.852Z | [ recovery-image] Dec 13 21:28:54.831 INFO O| Dec 13 21:28:54.831 INFO STEP 27 (ensure_file) COMPLETE |
8207 | 2024-12-13T21:28:56.852Z | [ recovery-image] Dec 13 21:28:54.831 INFO O| Dec 13 21:28:54.831 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8208 | 2024-12-13T21:28:56.870Z | [ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8209 | 2024-12-13T21:28:56.870Z | [ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8210 | 2024-12-13T21:28:56.872Z | [ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8211 | 2024-12-13T21:28:56.872Z | [ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8212 | 2024-12-13T21:28:56.872Z | [ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 INFO ok! |
8213 | 2024-12-13T21:28:56.872Z | [ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 INFO STEP 28 (ensure_file) COMPLETE |
8214 | 2024-12-13T21:28:56.872Z | [ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8215 | 2024-12-13T21:28:56.891Z | [ recovery-image] Dec 13 21:28:54.873 INFO O| Dec 13 21:28:54.873 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8216 | 2024-12-13T21:28:56.891Z | [ recovery-image] Dec 13 21:28:54.873 INFO O| Dec 13 21:28:54.873 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8217 | 2024-12-13T21:28:56.891Z | [ recovery-image] Dec 13 21:28:54.873 INFO O| Dec 13 21:28:54.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8218 | 2024-12-13T21:28:56.895Z | [ recovery-image] Dec 13 21:28:54.873 INFO O| Dec 13 21:28:54.873 INFO ok! |
8219 | 2024-12-13T21:28:56.895Z | [ recovery-image] Dec 13 21:28:54.873 INFO O| Dec 13 21:28:54.873 INFO STEP 29 (ensure_file) COMPLETE |
8220 | 2024-12-13T21:28:56.895Z | [ recovery-image] Dec 13 21:28:54.873 INFO O| Dec 13 21:28:54.873 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8221 | 2024-12-13T21:28:56.911Z | [ recovery-image] Dec 13 21:28:54.893 INFO O| Dec 13 21:28:54.893 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8222 | 2024-12-13T21:28:56.911Z | [ recovery-image] Dec 13 21:28:54.893 INFO O| Dec 13 21:28:54.893 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8223 | 2024-12-13T21:28:56.911Z | [ recovery-image] Dec 13 21:28:54.893 INFO O| Dec 13 21:28:54.893 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8224 | 2024-12-13T21:28:56.911Z | [ recovery-image] Dec 13 21:28:54.893 INFO O| Dec 13 21:28:54.893 INFO ok! |
8225 | 2024-12-13T21:28:56.911Z | [ recovery-image] Dec 13 21:28:54.893 INFO O| Dec 13 21:28:54.893 INFO STEP 30 (ensure_file) COMPLETE |
8226 | 2024-12-13T21:28:56.914Z | [ recovery-image] Dec 13 21:28:54.893 INFO O| Dec 13 21:28:54.893 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8227 | 2024-12-13T21:28:56.932Z | [ recovery-image] Dec 13 21:28:54.913 INFO O| Dec 13 21:28:54.913 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8228 | 2024-12-13T21:28:56.932Z | [ recovery-image] Dec 13 21:28:54.913 INFO O| Dec 13 21:28:54.913 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8229 | 2024-12-13T21:28:56.932Z | [ recovery-image] Dec 13 21:28:54.914 INFO O| Dec 13 21:28:54.914 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8230 | 2024-12-13T21:28:56.934Z | [ recovery-image] Dec 13 21:28:54.914 INFO O| Dec 13 21:28:54.914 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8231 | 2024-12-13T21:28:56.934Z | [ recovery-image] Dec 13 21:28:54.914 INFO O| Dec 13 21:28:54.914 INFO ok! |
8232 | 2024-12-13T21:28:56.934Z | [ recovery-image] Dec 13 21:28:54.914 INFO O| Dec 13 21:28:54.914 INFO STEP 31 (ensure_file) COMPLETE |
8233 | 2024-12-13T21:28:56.935Z | [ recovery-image] Dec 13 21:28:54.914 INFO O| Dec 13 21:28:54.914 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8234 | 2024-12-13T21:28:56.953Z | [ recovery-image] Dec 13 21:28:54.934 INFO O| Dec 13 21:28:54.934 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8235 | 2024-12-13T21:28:56.953Z | [ recovery-image] Dec 13 21:28:54.935 INFO O| Dec 13 21:28:54.934 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8236 | 2024-12-13T21:28:56.953Z | [ recovery-image] Dec 13 21:28:54.935 INFO O| Dec 13 21:28:54.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8237 | 2024-12-13T21:28:56.955Z | [ recovery-image] Dec 13 21:28:54.935 INFO O| Dec 13 21:28:54.935 INFO ok! |
8238 | 2024-12-13T21:28:56.955Z | [ recovery-image] Dec 13 21:28:54.935 INFO O| Dec 13 21:28:54.935 INFO STEP 32 (ensure_file) COMPLETE |
8239 | 2024-12-13T21:28:56.955Z | [ recovery-image] Dec 13 21:28:54.935 INFO O| Dec 13 21:28:54.935 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8240 | 2024-12-13T21:28:56.976Z | [ recovery-image] Dec 13 21:28:54.958 INFO O| Dec 13 21:28:54.958 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8241 | 2024-12-13T21:28:56.977Z | [ recovery-image] Dec 13 21:28:54.958 INFO O| Dec 13 21:28:54.958 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8242 | 2024-12-13T21:28:56.977Z | [ recovery-image] Dec 13 21:28:54.958 INFO O| Dec 13 21:28:54.958 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8243 | 2024-12-13T21:28:56.979Z | [ recovery-image] Dec 13 21:28:54.959 INFO O| Dec 13 21:28:54.958 INFO ok! |
8244 | 2024-12-13T21:28:56.979Z | [ recovery-image] Dec 13 21:28:54.959 INFO O| Dec 13 21:28:54.959 INFO STEP 33 (ensure_file) COMPLETE |
8245 | 2024-12-13T21:28:56.979Z | [ recovery-image] Dec 13 21:28:54.959 INFO O| Dec 13 21:28:54.959 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8246 | 2024-12-13T21:28:56.999Z | [ recovery-image] Dec 13 21:28:54.980 INFO O| Dec 13 21:28:54.980 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8247 | 2024-12-13T21:28:56.999Z | [ recovery-image] Dec 13 21:28:54.980 INFO O| Dec 13 21:28:54.980 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8248 | 2024-12-13T21:28:56.999Z | [ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8249 | 2024-12-13T21:28:57.003Z | [ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8250 | 2024-12-13T21:28:57.003Z | [ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8251 | 2024-12-13T21:28:57.003Z | [ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8252 | 2024-12-13T21:28:57.003Z | [ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO ok! |
8253 | 2024-12-13T21:28:57.003Z | [ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO STEP 34 (ensure_file) COMPLETE |
8254 | 2024-12-13T21:28:57.003Z | [ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8255 | 2024-12-13T21:28:57.021Z | [ recovery-image] Dec 13 21:28:55.003 INFO O| Dec 13 21:28:55.003 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8256 | 2024-12-13T21:28:57.022Z | [ recovery-image] Dec 13 21:28:55.003 INFO O| Dec 13 21:28:55.003 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8257 | 2024-12-13T21:28:57.025Z | [ recovery-image] Dec 13 21:28:55.004 INFO O| Dec 13 21:28:55.003 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8258 | 2024-12-13T21:28:57.025Z | [ recovery-image] Dec 13 21:28:55.004 INFO O| Dec 13 21:28:55.004 INFO STEP 35 (ensure_dir) COMPLETE |
8259 | 2024-12-13T21:28:57.025Z | [ recovery-image] Dec 13 21:28:55.004 INFO O| Dec 13 21:28:55.004 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8260 | 2024-12-13T21:28:57.043Z | [ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 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 |
8261 | 2024-12-13T21:28:57.043Z | [ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 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 ... |
8262 | 2024-12-13T21:28:57.046Z | [ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 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 |
8263 | 2024-12-13T21:28:57.046Z | [ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 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 |
8264 | 2024-12-13T21:28:57.046Z | [ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 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 |
8265 | 2024-12-13T21:28:57.046Z | [ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 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 |
8266 | 2024-12-13T21:28:57.046Z | [ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 INFO ok! |
8267 | 2024-12-13T21:28:57.046Z | [ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 INFO STEP 36 (ensure_file) COMPLETE |
8268 | 2024-12-13T21:28:57.046Z | [ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8269 | 2024-12-13T21:28:57.064Z | [ recovery-image] Dec 13 21:28:55.045 INFO O| Dec 13 21:28:55.045 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8270 | 2024-12-13T21:28:57.064Z | [ recovery-image] Dec 13 21:28:55.045 INFO O| Dec 13 21:28:55.045 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 ... |
8271 | 2024-12-13T21:28:57.066Z | [ recovery-image] Dec 13 21:28:55.045 INFO O| Dec 13 21:28:55.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8272 | 2024-12-13T21:28:57.066Z | [ recovery-image] Dec 13 21:28:55.045 INFO O| Dec 13 21:28:55.045 INFO ok! |
8273 | 2024-12-13T21:28:57.066Z | [ recovery-image] Dec 13 21:28:55.045 INFO O| Dec 13 21:28:55.045 INFO STEP 37 (ensure_symlink) COMPLETE |
8274 | 2024-12-13T21:28:57.066Z | [ recovery-image] Dec 13 21:28:55.046 INFO O| Dec 13 21:28:55.045 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8275 | 2024-12-13T21:28:57.083Z | [ recovery-image] Dec 13 21:28:55.064 INFO O| Dec 13 21:28:55.064 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8276 | 2024-12-13T21:28:57.083Z | [ recovery-image] Dec 13 21:28:55.064 INFO O| Dec 13 21:28:55.064 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8277 | 2024-12-13T21:28:57.083Z | [ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.064 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8278 | 2024-12-13T21:28:57.085Z | [ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.065 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8279 | 2024-12-13T21:28:57.085Z | [ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.065 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8280 | 2024-12-13T21:28:57.085Z | [ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.065 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8281 | 2024-12-13T21:28:57.085Z | [ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.065 INFO ok! |
8282 | 2024-12-13T21:28:57.085Z | [ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.065 INFO STEP 38 (ensure_file) COMPLETE |
8283 | 2024-12-13T21:28:57.085Z | [ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.065 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8284 | 2024-12-13T21:28:57.104Z | [ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.085 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8285 | 2024-12-13T21:28:57.104Z | [ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.085 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 ... |
8286 | 2024-12-13T21:28:57.104Z | [ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.086 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 |
8287 | 2024-12-13T21:28:57.107Z | [ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.086 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8288 | 2024-12-13T21:28:57.107Z | [ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.086 INFO ok! |
8289 | 2024-12-13T21:28:57.107Z | [ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.086 INFO STEP 39 (ensure_file) COMPLETE |
8290 | 2024-12-13T21:28:57.107Z | [ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.086 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8291 | 2024-12-13T21:28:57.137Z | [ recovery-image] Dec 13 21:28:55.119 INFO O| Dec 13 21:28:55.119 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8292 | 2024-12-13T21:28:57.137Z | [ recovery-image] Dec 13 21:28:55.119 INFO O| Dec 13 21:28:55.119 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8293 | 2024-12-13T21:28:57.137Z | [ recovery-image] Dec 13 21:28:55.119 INFO O| Dec 13 21:28:55.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8294 | 2024-12-13T21:28:57.140Z | [ recovery-image] Dec 13 21:28:55.119 INFO O| Dec 13 21:28:55.119 INFO ok! |
8295 | 2024-12-13T21:28:57.140Z | [ recovery-image] Dec 13 21:28:55.119 INFO O| Dec 13 21:28:55.119 INFO STEP 40 (ensure_file) COMPLETE |
8296 | 2024-12-13T21:28:57.140Z | [ recovery-image] Dec 13 21:28:55.119 INFO O| Dec 13 21:28:55.119 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8297 | 2024-12-13T21:28:57.180Z | [ recovery-image] Dec 13 21:28:55.162 INFO O| Dec 13 21:28:55.162 INFO updating shadow file |
8298 | 2024-12-13T21:28:57.184Z | [ recovery-image] Dec 13 21:28:55.163 INFO O| Dec 13 21:28:55.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8299 | 2024-12-13T21:28:57.184Z | [ recovery-image] Dec 13 21:28:55.163 INFO O| Dec 13 21:28:55.163 INFO STEP 41 (shadow) COMPLETE |
8300 | 2024-12-13T21:28:57.184Z | [ recovery-image] Dec 13 21:28:55.163 INFO O| Dec 13 21:28:55.163 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8301 | 2024-12-13T21:28:57.213Z | [ recovery-image] Dec 13 21:28:55.194 INFO O| Dec 13 21:28:55.194 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8302 | 2024-12-13T21:28:57.215Z | [ recovery-image] Dec 13 21:28:55.194 INFO O| Dec 13 21:28:55.194 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8303 | 2024-12-13T21:28:57.215Z | [ recovery-image] Dec 13 21:28:55.195 INFO O| Dec 13 21:28:55.195 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8304 | 2024-12-13T21:28:57.215Z | [ recovery-image] Dec 13 21:28:55.195 INFO O| Dec 13 21:28:55.195 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8305 | 2024-12-13T21:28:57.215Z | [ recovery-image] Dec 13 21:28:55.195 INFO O| Dec 13 21:28:55.195 INFO ok! |
8306 | 2024-12-13T21:28:57.215Z | [ recovery-image] Dec 13 21:28:55.195 INFO O| Dec 13 21:28:55.195 INFO STEP 42 (ensure_file) COMPLETE |
8307 | 2024-12-13T21:28:57.216Z | [ recovery-image] Dec 13 21:28:55.195 INFO O| Dec 13 21:28:55.195 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8308 | 2024-12-13T21:28:57.254Z | [ recovery-image] Dec 13 21:28:55.235 INFO O| Dec 13 21:28:55.235 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8309 | 2024-12-13T21:28:57.256Z | [ recovery-image] Dec 13 21:28:55.236 INFO O| Dec 13 21:28:55.236 INFO STEP 43 (ensure_dir) COMPLETE |
8310 | 2024-12-13T21:28:57.256Z | [ recovery-image] Dec 13 21:28:55.236 INFO O| Dec 13 21:28:55.236 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8311 | 2024-12-13T21:28:57.278Z | [ recovery-image] Dec 13 21:28:55.258 INFO O| Dec 13 21:28:55.258 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8312 | 2024-12-13T21:28:57.278Z | [ recovery-image] Dec 13 21:28:55.258 INFO O| Dec 13 21:28:55.258 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8313 | 2024-12-13T21:28:57.281Z | [ recovery-image] Dec 13 21:28:55.258 INFO O| Dec 13 21:28:55.258 INFO STEP 44 (ensure_dir) COMPLETE |
8314 | 2024-12-13T21:28:57.281Z | [ recovery-image] Dec 13 21:28:55.258 INFO O| Dec 13 21:28:55.258 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8315 | 2024-12-13T21:28:57.376Z | [ recovery-image] Dec 13 21:28:55.357 INFO O| Dec 13 21:28:55.357 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8316 | 2024-12-13T21:28:57.376Z | [ recovery-image] Dec 13 21:28:55.357 INFO O| Dec 13 21:28:55.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8317 | 2024-12-13T21:28:57.378Z | [ recovery-image] Dec 13 21:28:55.357 INFO O| Dec 13 21:28:55.357 INFO STEP 45 (ensure_dir) COMPLETE |
8318 | 2024-12-13T21:28:57.378Z | [ recovery-image] Dec 13 21:28:55.358 INFO O| Dec 13 21:28:55.357 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8319 | 2024-12-13T21:28:57.411Z | [ recovery-image] Dec 13 21:28:55.392 INFO O| Dec 13 21:28:55.392 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8320 | 2024-12-13T21:28:57.411Z | [ recovery-image] Dec 13 21:28:55.392 INFO O| Dec 13 21:28:55.392 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8321 | 2024-12-13T21:28:57.476Z | [ recovery-image] Dec 13 21:28:55.457 INFO O| Dec 13 21:28:55.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8322 | 2024-12-13T21:28:57.476Z | [ recovery-image] Dec 13 21:28:55.457 INFO O| Dec 13 21:28:55.457 INFO ok! |
8323 | 2024-12-13T21:28:57.478Z | [ recovery-image] Dec 13 21:28:55.457 INFO O| Dec 13 21:28:55.457 INFO STEP 46 (ensure_file) COMPLETE |
8324 | 2024-12-13T21:28:57.478Z | [ recovery-image] Dec 13 21:28:55.457 INFO O| Dec 13 21:28:55.457 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8325 | 2024-12-13T21:28:57.515Z | [ recovery-image] Dec 13 21:28:55.497 INFO O| Dec 13 21:28:55.497 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8326 | 2024-12-13T21:28:57.515Z | [ recovery-image] Dec 13 21:28:55.497 INFO O| Dec 13 21:28:55.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8327 | 2024-12-13T21:28:57.529Z | [ recovery-image] Dec 13 21:28:55.497 INFO O| Dec 13 21:28:55.497 INFO STEP 47 (ensure_dir) COMPLETE |
8328 | 2024-12-13T21:28:57.529Z | [ recovery-image] Dec 13 21:28:55.497 INFO O| Dec 13 21:28:55.497 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8329 | 2024-12-13T21:28:57.647Z | [ recovery-image] Dec 13 21:28:55.629 INFO O| Dec 13 21:28:55.629 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8330 | 2024-12-13T21:28:57.647Z | [ recovery-image] Dec 13 21:28:55.629 INFO O| Dec 13 21:28:55.629 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8331 | 2024-12-13T21:28:57.650Z | [ recovery-image] Dec 13 21:28:55.629 INFO O| Dec 13 21:28:55.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8332 | 2024-12-13T21:28:57.667Z | [ recovery-image] Dec 13 21:28:55.629 INFO O| Dec 13 21:28:55.629 INFO ok! |
8333 | 2024-12-13T21:28:57.669Z | [ recovery-image] Dec 13 21:28:55.629 INFO O| Dec 13 21:28:55.629 INFO STEP 48 (ensure_file) COMPLETE |
8334 | 2024-12-13T21:28:57.669Z | [ recovery-image] Dec 13 21:28:55.629 INFO O| Dec 13 21:28:55.629 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8335 | 2024-12-13T21:28:57.669Z | [ recovery-image] Dec 13 21:28:55.650 INFO O| Dec 13 21:28:55.650 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8336 | 2024-12-13T21:28:57.669Z | [ recovery-image] Dec 13 21:28:55.650 INFO O| Dec 13 21:28:55.650 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8337 | 2024-12-13T21:28:57.669Z | [ recovery-image] Dec 13 21:28:55.650 INFO O| Dec 13 21:28:55.650 INFO STEP 49 (ensure_dir) COMPLETE |
8338 | 2024-12-13T21:28:57.669Z | [ recovery-image] Dec 13 21:28:55.650 INFO O| Dec 13 21:28:55.650 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8339 | 2024-12-13T21:28:57.692Z | [ recovery-image] Dec 13 21:28:55.674 INFO O| Dec 13 21:28:55.674 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8340 | 2024-12-13T21:28:57.692Z | [ recovery-image] Dec 13 21:28:55.674 INFO O| Dec 13 21:28:55.674 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8341 | 2024-12-13T21:28:57.715Z | [ recovery-image] Dec 13 21:28:55.696 INFO O| Dec 13 21:28:55.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8342 | 2024-12-13T21:28:57.715Z | [ recovery-image] Dec 13 21:28:55.697 INFO O| Dec 13 21:28:55.696 INFO ok! |
8343 | 2024-12-13T21:28:57.717Z | [ recovery-image] Dec 13 21:28:55.697 INFO O| Dec 13 21:28:55.696 INFO STEP 50 (ensure_file) COMPLETE |
8344 | 2024-12-13T21:28:57.717Z | [ recovery-image] Dec 13 21:28:55.697 INFO O| Dec 13 21:28:55.696 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8345 | 2024-12-13T21:28:57.735Z | [ recovery-image] Dec 13 21:28:55.717 INFO O| Dec 13 21:28:55.716 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8346 | 2024-12-13T21:28:57.735Z | [ recovery-image] Dec 13 21:28:55.717 INFO O| Dec 13 21:28:55.717 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8347 | 2024-12-13T21:28:59.739Z | [ recovery-image] Dec 13 21:28:57.719 INFO O| Dec 13 21:28:57.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8348 | 2024-12-13T21:28:59.739Z | [ recovery-image] Dec 13 21:28:57.719 INFO O| Dec 13 21:28:57.719 INFO ok! |
8349 | 2024-12-13T21:28:59.739Z | [ recovery-image] Dec 13 21:28:57.719 INFO O| Dec 13 21:28:57.719 INFO STEP 51 (ensure_file) COMPLETE |
8350 | 2024-12-13T21:28:59.741Z | [ recovery-image] Dec 13 21:28:57.719 INFO O| Dec 13 21:28:57.719 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8351 | 2024-12-13T21:28:59.758Z | [ recovery-image] Dec 13 21:28:57.739 INFO O| Dec 13 21:28:57.739 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8352 | 2024-12-13T21:28:59.758Z | [ recovery-image] Dec 13 21:28:57.739 INFO O| Dec 13 21:28:57.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8353 | 2024-12-13T21:28:59.758Z | [ recovery-image] Dec 13 21:28:57.739 INFO O| Dec 13 21:28:57.739 INFO STEP 52 (ensure_dir) COMPLETE |
8354 | 2024-12-13T21:28:59.758Z | [ recovery-image] Dec 13 21:28:57.739 INFO O| Dec 13 21:28:57.739 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8355 | 2024-12-13T21:28:59.780Z | [ recovery-image] Dec 13 21:28:57.762 INFO O| Dec 13 21:28:57.762 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8356 | 2024-12-13T21:28:59.780Z | [ recovery-image] Dec 13 21:28:57.762 INFO O| Dec 13 21:28:57.762 INFO copying /tmp/.tmpFbsOmv/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 ... |
8357 | 2024-12-13T21:28:59.780Z | [ recovery-image] Dec 13 21:28:57.762 INFO O| Dec 13 21:28:57.762 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 |
8358 | 2024-12-13T21:28:59.780Z | [ recovery-image] Dec 13 21:28:57.762 INFO O| Dec 13 21:28:57.762 INFO ok! |
8359 | 2024-12-13T21:28:59.783Z | [ recovery-image] Dec 13 21:28:57.762 INFO O| Dec 13 21:28:57.762 INFO STEP 53 (ensure_file) COMPLETE |
8360 | 2024-12-13T21:28:59.783Z | [ recovery-image] Dec 13 21:28:57.762 INFO O| Dec 13 21:28:57.762 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8361 | 2024-12-13T21:28:59.855Z | [ recovery-image] Dec 13 21:28:57.836 INFO O| Dec 13 21:28:57.836 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8362 | 2024-12-13T21:28:59.855Z | [ recovery-image] Dec 13 21:28:57.836 INFO O| Dec 13 21:28:57.836 INFO copying /tmp/.tmpFbsOmv/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 ... |
8363 | 2024-12-13T21:28:59.855Z | [ recovery-image] Dec 13 21:28:57.837 INFO O| Dec 13 21:28:57.837 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 |
8364 | 2024-12-13T21:28:59.857Z | [ recovery-image] Dec 13 21:28:57.837 INFO O| Dec 13 21:28:57.837 INFO ok! |
8365 | 2024-12-13T21:28:59.858Z | [ recovery-image] Dec 13 21:28:57.837 INFO O| Dec 13 21:28:57.837 INFO STEP 54 (ensure_file) COMPLETE |
8366 | 2024-12-13T21:28:59.858Z | [ recovery-image] Dec 13 21:28:57.837 INFO O| Dec 13 21:28:57.837 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8367 | 2024-12-13T21:28:59.892Z | [ recovery-image] Dec 13 21:28:57.874 INFO O| Dec 13 21:28:57.874 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8368 | 2024-12-13T21:28:59.892Z | [ recovery-image] Dec 13 21:28:57.874 INFO O| Dec 13 21:28:57.874 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8369 | 2024-12-13T21:28:59.892Z | [ recovery-image] Dec 13 21:28:57.874 INFO O| Dec 13 21:28:57.874 INFO STEP 55 (ensure_dir) COMPLETE |
8370 | 2024-12-13T21:28:59.892Z | [ recovery-image] Dec 13 21:28:57.874 INFO O| Dec 13 21:28:57.874 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8371 | 2024-12-13T21:28:59.914Z | [ recovery-image] Dec 13 21:28:57.896 INFO O| Dec 13 21:28:57.896 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8372 | 2024-12-13T21:28:59.914Z | [ recovery-image] Dec 13 21:28:57.896 INFO O| Dec 13 21:28:57.896 INFO copying /tmp/.tmpFbsOmv/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 ... |
8373 | 2024-12-13T21:28:59.914Z | [ recovery-image] Dec 13 21:28:57.896 INFO O| Dec 13 21:28:57.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8374 | 2024-12-13T21:28:59.917Z | [ recovery-image] Dec 13 21:28:57.896 INFO O| Dec 13 21:28:57.896 INFO ok! |
8375 | 2024-12-13T21:28:59.917Z | [ recovery-image] Dec 13 21:28:57.896 INFO O| Dec 13 21:28:57.896 INFO STEP 56 (ensure_file) COMPLETE |
8376 | 2024-12-13T21:28:59.917Z | [ recovery-image] Dec 13 21:28:57.896 INFO O| Dec 13 21:28:57.896 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8377 | 2024-12-13T21:28:59.991Z | [ recovery-image] Dec 13 21:28:57.972 INFO O| Dec 13 21:28:57.972 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8378 | 2024-12-13T21:28:59.991Z | [ recovery-image] Dec 13 21:28:57.972 INFO O| Dec 13 21:28:57.972 INFO copying /tmp/.tmpFbsOmv/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 ... |
8379 | 2024-12-13T21:28:59.991Z | [ recovery-image] Dec 13 21:28:57.972 INFO O| Dec 13 21:28:57.972 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 |
8380 | 2024-12-13T21:28:59.991Z | [ recovery-image] Dec 13 21:28:57.972 INFO O| Dec 13 21:28:57.972 INFO ok! |
8381 | 2024-12-13T21:28:59.991Z | [ recovery-image] Dec 13 21:28:57.972 INFO O| Dec 13 21:28:57.972 INFO STEP 57 (ensure_file) COMPLETE |
8382 | 2024-12-13T21:28:59.991Z | [ recovery-image] Dec 13 21:28:57.972 INFO O| Dec 13 21:28:57.972 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8383 | 2024-12-13T21:29:00.026Z | [ recovery-image] Dec 13 21:28:58.007 INFO O| Dec 13 21:28:58.007 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8384 | 2024-12-13T21:29:00.028Z | [ recovery-image] Dec 13 21:28:58.008 INFO O| Dec 13 21:28:58.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8385 | 2024-12-13T21:29:00.028Z | [ recovery-image] Dec 13 21:28:58.008 INFO O| Dec 13 21:28:58.008 INFO STEP 58 (ensure_dir) COMPLETE |
8386 | 2024-12-13T21:29:00.028Z | [ recovery-image] Dec 13 21:28:58.008 INFO O| Dec 13 21:28:58.008 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8387 | 2024-12-13T21:29:00.044Z | [ recovery-image] Dec 13 21:28:58.025 INFO O| Dec 13 21:28:58.025 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8388 | 2024-12-13T21:29:00.044Z | [ recovery-image] Dec 13 21:28:58.025 INFO O| Dec 13 21:28:58.025 INFO copying /tmp/.tmpFbsOmv/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 ... |
8389 | 2024-12-13T21:29:00.047Z | [ recovery-image] Dec 13 21:28:58.026 INFO O| Dec 13 21:28:58.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8390 | 2024-12-13T21:29:00.047Z | [ recovery-image] Dec 13 21:28:58.026 INFO O| Dec 13 21:28:58.026 INFO ok! |
8391 | 2024-12-13T21:29:00.047Z | [ recovery-image] Dec 13 21:28:58.026 INFO O| Dec 13 21:28:58.026 INFO STEP 59 (ensure_file) COMPLETE |
8392 | 2024-12-13T21:29:00.047Z | [ recovery-image] Dec 13 21:28:58.026 INFO O| Dec 13 21:28:58.026 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8393 | 2024-12-13T21:29:00.063Z | [ recovery-image] Dec 13 21:28:58.043 INFO O| Dec 13 21:28:58.043 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8394 | 2024-12-13T21:29:00.063Z | [ recovery-image] Dec 13 21:28:58.044 INFO O| Dec 13 21:28:58.044 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8395 | 2024-12-13T21:29:00.066Z | [ recovery-image] Dec 13 21:28:58.044 INFO O| Dec 13 21:28:58.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8396 | 2024-12-13T21:29:00.066Z | [ recovery-image] Dec 13 21:28:58.044 INFO O| Dec 13 21:28:58.044 INFO ok! |
8397 | 2024-12-13T21:29:00.066Z | [ recovery-image] Dec 13 21:28:58.044 INFO O| Dec 13 21:28:58.044 INFO STEP 60 (ensure_file) COMPLETE |
8398 | 2024-12-13T21:29:00.066Z | [ recovery-image] Dec 13 21:28:58.044 INFO O| Dec 13 21:28:58.044 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8399 | 2024-12-13T21:29:00.080Z | [ recovery-image] Dec 13 21:28:58.062 INFO O| Dec 13 21:28:58.062 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8400 | 2024-12-13T21:29:00.080Z | [ recovery-image] Dec 13 21:28:58.062 INFO O| Dec 13 21:28:58.062 INFO STEP 61 (ensure_dir) COMPLETE |
8401 | 2024-12-13T21:29:00.085Z | [ recovery-image] Dec 13 21:28:58.062 INFO O| Dec 13 21:28:58.062 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8402 | 2024-12-13T21:29:00.111Z | [ recovery-image] Dec 13 21:28:58.092 INFO O| Dec 13 21:28:58.092 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8403 | 2024-12-13T21:29:00.111Z | [ recovery-image] Dec 13 21:28:58.092 INFO O| Dec 13 21:28:58.092 INFO STEP 62 (ensure_dir) COMPLETE |
8404 | 2024-12-13T21:29:00.111Z | [ recovery-image] Dec 13 21:28:58.092 INFO O| Dec 13 21:28:58.092 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8405 | 2024-12-13T21:29:00.129Z | [ recovery-image] Dec 13 21:28:58.110 INFO O| Dec 13 21:28:58.110 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8406 | 2024-12-13T21:29:00.129Z | [ recovery-image] Dec 13 21:28:58.110 INFO O| Dec 13 21:28:58.110 INFO STEP 63 (ensure_dir) COMPLETE |
8407 | 2024-12-13T21:29:00.129Z | [ recovery-image] Dec 13 21:28:58.110 INFO O| Dec 13 21:28:58.110 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8408 | 2024-12-13T21:29:00.160Z | [ recovery-image] Dec 13 21:28:58.141 INFO O| Dec 13 21:28:58.141 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8409 | 2024-12-13T21:29:00.160Z | [ recovery-image] Dec 13 21:28:58.141 INFO O| Dec 13 21:28:58.141 INFO STEP 64 (ensure_dir) COMPLETE |
8410 | 2024-12-13T21:29:00.164Z | [ recovery-image] Dec 13 21:28:58.141 INFO O| Dec 13 21:28:58.141 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8411 | 2024-12-13T21:29:00.185Z | [ recovery-image] Dec 13 21:28:58.166 INFO O| Dec 13 21:28:58.166 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8412 | 2024-12-13T21:29:00.185Z | [ recovery-image] Dec 13 21:28:58.166 INFO O| Dec 13 21:28:58.166 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8413 | 2024-12-13T21:29:00.185Z | [ recovery-image] Dec 13 21:28:58.166 INFO O| Dec 13 21:28:58.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8414 | 2024-12-13T21:29:00.185Z | [ recovery-image] Dec 13 21:28:58.166 INFO O| Dec 13 21:28:58.166 INFO ok! |
8415 | 2024-12-13T21:29:00.187Z | [ recovery-image] Dec 13 21:28:58.166 INFO O| Dec 13 21:28:58.166 INFO STEP 65 (ensure_file) COMPLETE |
8416 | 2024-12-13T21:29:00.187Z | [ recovery-image] Dec 13 21:28:58.166 INFO O| Dec 13 21:28:58.166 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8417 | 2024-12-13T21:29:00.296Z | [ recovery-image] Dec 13 21:28:58.277 INFO O| Dec 13 21:28:58.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8418 | 2024-12-13T21:29:00.299Z | [ recovery-image] Dec 13 21:28:58.277 INFO O| Dec 13 21:28:58.277 INFO STEP 66 (remove_files) COMPLETE |
8419 | 2024-12-13T21:29:00.299Z | [ recovery-image] Dec 13 21:28:58.278 INFO O| Dec 13 21:28:58.277 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8420 | 2024-12-13T21:29:00.317Z | [ recovery-image] Dec 13 21:28:58.299 INFO O| Dec 13 21:28:58.298 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8421 | 2024-12-13T21:29:00.321Z | [ recovery-image] Dec 13 21:28:58.299 INFO O| Dec 13 21:28:58.299 INFO STEP 67 (remove_files) COMPLETE |
8422 | 2024-12-13T21:29:00.321Z | [ recovery-image] Dec 13 21:28:58.299 INFO O| Dec 13 21:28:58.299 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8423 | 2024-12-13T21:29:00.337Z | [ recovery-image] Dec 13 21:28:58.318 INFO O| Dec 13 21:28:58.318 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8424 | 2024-12-13T21:29:00.339Z | [ recovery-image] Dec 13 21:28:58.318 INFO O| Dec 13 21:28:58.318 INFO STEP 68 (remove_files) COMPLETE |
8425 | 2024-12-13T21:29:00.339Z | [ recovery-image] Dec 13 21:28:58.318 INFO O| Dec 13 21:28:58.318 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8426 | 2024-12-13T21:29:00.356Z | [ recovery-image] Dec 13 21:28:58.337 INFO O| Dec 13 21:28:58.337 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8427 | 2024-12-13T21:29:00.359Z | [ recovery-image] Dec 13 21:28:58.337 INFO O| Dec 13 21:28:58.337 INFO STEP 69 (remove_files) COMPLETE |
8428 | 2024-12-13T21:29:00.359Z | [ recovery-image] Dec 13 21:28:58.337 INFO O| Dec 13 21:28:58.337 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8429 | 2024-12-13T21:29:00.374Z | [ recovery-image] Dec 13 21:28:58.356 INFO O| Dec 13 21:28:58.356 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8430 | 2024-12-13T21:29:00.379Z | [ recovery-image] Dec 13 21:28:58.356 INFO O| Dec 13 21:28:58.356 INFO STEP 70 (remove_files) COMPLETE |
8431 | 2024-12-13T21:29:00.379Z | [ recovery-image] Dec 13 21:28:58.356 INFO O| Dec 13 21:28:58.356 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8432 | 2024-12-13T21:29:00.394Z | [ recovery-image] Dec 13 21:28:58.374 INFO O| Dec 13 21:28:58.374 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8433 | 2024-12-13T21:29:00.398Z | [ recovery-image] Dec 13 21:28:58.374 INFO O| Dec 13 21:28:58.374 INFO STEP 71 (remove_files) COMPLETE |
8434 | 2024-12-13T21:29:00.398Z | [ recovery-image] Dec 13 21:28:58.375 INFO O| Dec 13 21:28:58.374 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8435 | 2024-12-13T21:29:00.411Z | [ recovery-image] Dec 13 21:28:58.393 INFO O| Dec 13 21:28:58.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8436 | 2024-12-13T21:29:00.411Z | [ recovery-image] Dec 13 21:28:58.393 INFO O| Dec 13 21:28:58.393 INFO STEP 72 (remove_files) COMPLETE |
8437 | 2024-12-13T21:29:00.411Z | [ recovery-image] Dec 13 21:28:58.393 INFO O| Dec 13 21:28:58.393 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8438 | 2024-12-13T21:29:00.447Z | [ recovery-image] Dec 13 21:28:58.428 INFO O| Dec 13 21:28:58.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8439 | 2024-12-13T21:29:00.447Z | [ recovery-image] Dec 13 21:28:58.428 INFO O| Dec 13 21:28:58.428 INFO STEP 73 (remove_files) COMPLETE |
8440 | 2024-12-13T21:29:00.451Z | [ recovery-image] Dec 13 21:28:58.428 INFO O| Dec 13 21:28:58.428 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8441 | 2024-12-13T21:29:00.468Z | [ recovery-image] Dec 13 21:28:58.449 INFO O| Dec 13 21:28:58.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8442 | 2024-12-13T21:29:00.468Z | [ recovery-image] Dec 13 21:28:58.449 INFO O| Dec 13 21:28:58.449 INFO STEP 74 (remove_files) COMPLETE |
8443 | 2024-12-13T21:29:00.468Z | [ recovery-image] Dec 13 21:28:58.449 INFO O| Dec 13 21:28:58.449 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8444 | 2024-12-13T21:29:00.505Z | [ recovery-image] Dec 13 21:28:58.487 INFO O| Dec 13 21:28:58.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8445 | 2024-12-13T21:29:00.505Z | [ recovery-image] Dec 13 21:28:58.487 INFO O| Dec 13 21:28:58.487 INFO STEP 75 (remove_files) COMPLETE |
8446 | 2024-12-13T21:29:00.505Z | [ recovery-image] Dec 13 21:28:58.487 INFO O| Dec 13 21:28:58.487 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8447 | 2024-12-13T21:29:00.526Z | [ recovery-image] Dec 13 21:28:58.507 INFO O| Dec 13 21:28:58.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8448 | 2024-12-13T21:29:00.526Z | [ recovery-image] Dec 13 21:28:58.507 INFO O| Dec 13 21:28:58.507 INFO STEP 76 (remove_files) COMPLETE |
8449 | 2024-12-13T21:29:00.526Z | [ recovery-image] Dec 13 21:28:58.507 INFO O| Dec 13 21:28:58.507 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8450 | 2024-12-13T21:29:00.543Z | [ recovery-image] Dec 13 21:28:58.525 INFO O| Dec 13 21:28:58.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8451 | 2024-12-13T21:29:00.543Z | [ recovery-image] Dec 13 21:28:58.525 INFO O| Dec 13 21:28:58.525 INFO STEP 77 (remove_files) COMPLETE |
8452 | 2024-12-13T21:29:00.543Z | [ recovery-image] Dec 13 21:28:58.525 INFO O| Dec 13 21:28:58.525 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8453 | 2024-12-13T21:29:00.562Z | [ recovery-image] Dec 13 21:28:58.543 INFO O| Dec 13 21:28:58.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8454 | 2024-12-13T21:29:00.565Z | [ recovery-image] Dec 13 21:28:58.547 INFO O| Dec 13 21:28:58.546 INFO STEP 78 (remove_files) COMPLETE |
8455 | 2024-12-13T21:29:00.565Z | [ recovery-image] Dec 13 21:28:58.547 INFO O| Dec 13 21:28:58.546 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8456 | 2024-12-13T21:29:00.584Z | [ recovery-image] Dec 13 21:28:58.566 INFO O| Dec 13 21:28:58.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8457 | 2024-12-13T21:29:00.584Z | [ recovery-image] Dec 13 21:28:58.566 INFO O| Dec 13 21:28:58.566 INFO STEP 79 (remove_files) COMPLETE |
8458 | 2024-12-13T21:29:00.584Z | [ recovery-image] Dec 13 21:28:58.566 INFO O| Dec 13 21:28:58.566 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8459 | 2024-12-13T21:29:00.604Z | [ recovery-image] Dec 13 21:28:58.584 INFO O| Dec 13 21:28:58.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8460 | 2024-12-13T21:29:00.604Z | [ recovery-image] Dec 13 21:28:58.584 INFO O| Dec 13 21:28:58.584 INFO STEP 80 (remove_files) COMPLETE |
8461 | 2024-12-13T21:29:00.604Z | [ recovery-image] Dec 13 21:28:58.584 INFO O| Dec 13 21:28:58.584 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8462 | 2024-12-13T21:29:00.623Z | [ recovery-image] Dec 13 21:28:58.604 INFO O| Dec 13 21:28:58.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8463 | 2024-12-13T21:29:00.626Z | [ recovery-image] Dec 13 21:28:58.604 INFO O| Dec 13 21:28:58.604 INFO STEP 81 (remove_files) COMPLETE |
8464 | 2024-12-13T21:29:00.626Z | [ recovery-image] Dec 13 21:28:58.605 INFO O| Dec 13 21:28:58.604 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8465 | 2024-12-13T21:29:00.646Z | [ recovery-image] Dec 13 21:28:58.627 INFO O| Dec 13 21:28:58.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8466 | 2024-12-13T21:29:00.648Z | [ recovery-image] Dec 13 21:28:58.628 INFO O| Dec 13 21:28:58.628 INFO STEP 82 (remove_files) COMPLETE |
8467 | 2024-12-13T21:29:00.648Z | [ recovery-image] Dec 13 21:28:58.628 INFO O| Dec 13 21:28:58.628 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8468 | 2024-12-13T21:29:00.666Z | [ recovery-image] Dec 13 21:28:58.647 INFO O| Dec 13 21:28:58.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8469 | 2024-12-13T21:29:00.680Z | [ recovery-image] Dec 13 21:28:58.647 INFO O| Dec 13 21:28:58.647 INFO STEP 83 (remove_files) COMPLETE |
8470 | 2024-12-13T21:29:00.680Z | [ recovery-image] Dec 13 21:28:58.648 INFO O| Dec 13 21:28:58.647 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8471 | 2024-12-13T21:29:00.685Z | [ recovery-image] Dec 13 21:28:58.667 INFO O| Dec 13 21:28:58.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8472 | 2024-12-13T21:29:00.688Z | [ recovery-image] Dec 13 21:28:58.667 INFO O| Dec 13 21:28:58.667 INFO STEP 84 (remove_files) COMPLETE |
8473 | 2024-12-13T21:29:00.688Z | [ recovery-image] Dec 13 21:28:58.667 INFO O| Dec 13 21:28:58.667 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8474 | 2024-12-13T21:29:00.707Z | [ recovery-image] Dec 13 21:28:58.688 INFO O| Dec 13 21:28:58.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8475 | 2024-12-13T21:29:00.710Z | [ recovery-image] Dec 13 21:28:58.689 INFO O| Dec 13 21:28:58.689 INFO STEP 85 (remove_files) COMPLETE |
8476 | 2024-12-13T21:29:00.710Z | [ recovery-image] Dec 13 21:28:58.689 INFO O| Dec 13 21:28:58.689 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8477 | 2024-12-13T21:29:00.729Z | [ recovery-image] Dec 13 21:28:58.711 INFO O| Dec 13 21:28:58.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8478 | 2024-12-13T21:29:00.732Z | [ recovery-image] Dec 13 21:28:58.711 INFO O| Dec 13 21:28:58.711 INFO STEP 86 (remove_files) COMPLETE |
8479 | 2024-12-13T21:29:00.732Z | [ recovery-image] Dec 13 21:28:58.711 INFO O| Dec 13 21:28:58.711 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8480 | 2024-12-13T21:29:00.766Z | [ recovery-image] Dec 13 21:28:58.747 INFO O| Dec 13 21:28:58.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8481 | 2024-12-13T21:29:00.769Z | [ recovery-image] Dec 13 21:28:58.748 INFO O| Dec 13 21:28:58.748 INFO STEP 87 (remove_files) COMPLETE |
8482 | 2024-12-13T21:29:00.770Z | [ recovery-image] Dec 13 21:28:58.748 INFO O| Dec 13 21:28:58.748 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8483 | 2024-12-13T21:29:00.786Z | [ recovery-image] Dec 13 21:28:58.767 INFO O| Dec 13 21:28:58.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8484 | 2024-12-13T21:29:00.788Z | [ recovery-image] Dec 13 21:28:58.767 INFO O| Dec 13 21:28:58.767 INFO STEP 88 (remove_files) COMPLETE |
8485 | 2024-12-13T21:29:00.788Z | [ recovery-image] Dec 13 21:28:58.767 INFO O| Dec 13 21:28:58.767 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8486 | 2024-12-13T21:29:00.823Z | [ recovery-image] Dec 13 21:28:58.805 INFO O| Dec 13 21:28:58.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8487 | 2024-12-13T21:29:00.826Z | [ recovery-image] Dec 13 21:28:58.805 INFO O| Dec 13 21:28:58.805 INFO STEP 89 (remove_files) COMPLETE |
8488 | 2024-12-13T21:29:00.826Z | [ recovery-image] Dec 13 21:28:58.805 INFO O| Dec 13 21:28:58.805 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8489 | 2024-12-13T21:29:00.847Z | [ recovery-image] Dec 13 21:28:58.828 INFO O| Dec 13 21:28:58.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8490 | 2024-12-13T21:29:00.850Z | [ recovery-image] Dec 13 21:28:58.829 INFO O| Dec 13 21:28:58.829 INFO STEP 90 (remove_files) COMPLETE |
8491 | 2024-12-13T21:29:00.850Z | [ recovery-image] Dec 13 21:28:58.829 INFO O| Dec 13 21:28:58.829 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8492 | 2024-12-13T21:29:00.899Z | [ recovery-image] Dec 13 21:28:58.880 INFO O| Dec 13 21:28:58.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8493 | 2024-12-13T21:29:00.901Z | [ recovery-image] Dec 13 21:28:58.880 INFO O| Dec 13 21:28:58.880 INFO STEP 91 (remove_files) COMPLETE |
8494 | 2024-12-13T21:29:00.901Z | [ recovery-image] Dec 13 21:28:58.880 INFO O| Dec 13 21:28:58.880 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8495 | 2024-12-13T21:29:00.919Z | [ recovery-image] Dec 13 21:28:58.901 INFO O| Dec 13 21:28:58.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8496 | 2024-12-13T21:29:00.922Z | [ recovery-image] Dec 13 21:28:58.901 INFO O| Dec 13 21:28:58.901 INFO STEP 92 (remove_files) COMPLETE |
8497 | 2024-12-13T21:29:00.922Z | [ recovery-image] Dec 13 21:28:58.901 INFO O| Dec 13 21:28:58.901 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8498 | 2024-12-13T21:29:00.938Z | [ recovery-image] Dec 13 21:28:58.920 INFO O| Dec 13 21:28:58.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8499 | 2024-12-13T21:29:00.941Z | [ recovery-image] Dec 13 21:28:58.920 INFO O| Dec 13 21:28:58.920 INFO STEP 93 (remove_files) COMPLETE |
8500 | 2024-12-13T21:29:00.941Z | [ recovery-image] Dec 13 21:28:58.920 INFO O| Dec 13 21:28:58.920 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8501 | 2024-12-13T21:29:00.995Z | [ recovery-image] Dec 13 21:28:58.977 INFO O| Dec 13 21:28:58.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8502 | 2024-12-13T21:29:00.995Z | [ recovery-image] Dec 13 21:28:58.977 INFO O| Dec 13 21:28:58.977 INFO STEP 94 (remove_files) COMPLETE |
8503 | 2024-12-13T21:29:00.998Z | [ recovery-image] Dec 13 21:28:58.977 INFO O| Dec 13 21:28:58.977 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8504 | 2024-12-13T21:29:01.060Z | [ recovery-image] Dec 13 21:28:59.041 INFO O| Dec 13 21:28:59.041 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8505 | 2024-12-13T21:29:01.063Z | [ recovery-image] Dec 13 21:28:59.041 INFO O| Dec 13 21:28:59.041 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"} |
8506 | 2024-12-13T21:29:16.346Z | [ recovery-image] Dec 13 21:29:14.326 INFO O| Dec 13 21:29:14.325 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 |
8507 | 2024-12-13T21:29:16.346Z | [ recovery-image] Dec 13 21:29:14.326 INFO O| Dec 13 21:29:14.326 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8508 | 2024-12-13T21:29:16.367Z | [ recovery-image] Dec 13 21:29:14.347 INFO O| Dec 13 21:29:14.347 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8509 | 2024-12-13T21:29:16.499Z | [ recovery-image] Dec 13 21:29:14.478 INFO O| Dec 13 21:29:14.478 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8510 | 2024-12-13T21:29:16.501Z | [ recovery-image] Dec 13 21:29:14.478 INFO O| Dec 13 21:29:14.478 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 ... |
8511 | 2024-12-13T21:29:16.504Z | [ recovery-image] Dec 13 21:29:14.481 INFO O| Dec 13 21:29:14.481 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8512 | 2024-12-13T21:29:16.504Z | [ recovery-image] Dec 13 21:29:14.481 INFO O| Dec 13 21:29:14.481 INFO ok! |
8513 | 2024-12-13T21:29:16.504Z | [ recovery-image] Dec 13 21:29:14.481 INFO O| Dec 13 21:29:14.481 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8514 | 2024-12-13T21:29:16.504Z | [ recovery-image] Dec 13 21:29:14.481 INFO O| Dec 13 21:29:14.481 INFO STEP 95 (seed_smf) COMPLETE |
8515 | 2024-12-13T21:29:16.504Z | [ recovery-image] Dec 13 21:29:14.481 INFO O| Dec 13 21:29:14.481 INFO steps complete; finalising image! |
8516 | 2024-12-13T21:29:16.504Z | [ recovery-image] Dec 13 21:29:14.481 INFO O| Dec 13 21:29:14.481 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8517 | 2024-12-13T21:29:16.670Z | [ recovery-image] Dec 13 21:29:14.650 INFO O| Dec 13 21:29:14.650 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 13 21:29:14 2024) |
8518 | 2024-12-13T21:29:16.883Z | [ recovery-image] Dec 13 21:29:14.862 INFO O| Dec 13 21:29:14.862 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Fri Dec 13 21:29:14 2024) |
8519 | 2024-12-13T21:29:17.113Z | [ recovery-image] Dec 13 21:29:15.093 INFO O| Dec 13 21:29:15.093 INFO trim TEMPORARY-gimlet-zfs-recovery: (28% trimmed, started at Fri Dec 13 21:29:14 2024) |
8520 | 2024-12-13T21:29:17.326Z | [ recovery-image] Dec 13 21:29:15.305 INFO O| Dec 13 21:29:15.305 INFO trim TEMPORARY-gimlet-zfs-recovery: (41% trimmed, started at Fri Dec 13 21:29:14 2024) |
8521 | 2024-12-13T21:29:17.537Z | [ recovery-image] Dec 13 21:29:15.516 INFO O| Dec 13 21:29:15.516 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Dec 13 21:29:14 2024) |
8522 | 2024-12-13T21:29:17.747Z | [ recovery-image] Dec 13 21:29:15.726 INFO O| Dec 13 21:29:15.726 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Fri Dec 13 21:29:14 2024) |
8523 | 2024-12-13T21:29:17.959Z | [ recovery-image] Dec 13 21:29:15.938 INFO O| Dec 13 21:29:15.938 INFO trim TEMPORARY-gimlet-zfs-recovery: (97% trimmed, started at Fri Dec 13 21:29:14 2024) |
8524 | 2024-12-13T21:29:18.196Z | [ recovery-image] Dec 13 21:29:16.175 INFO O| Dec 13 21:29:16.175 INFO temporary pool has 365M used, 1.39G avail, 1.00x compressratio |
8525 | 2024-12-13T21:29:18.196Z | [ recovery-image] Dec 13 21:29:16.175 INFO O| Dec 13 21:29:16.175 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8526 | 2024-12-13T21:29:18.944Z | [ recovery-image] Dec 13 21:29:16.924 INFO O| Dec 13 21:29:16.924 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 |
8527 | 2024-12-13T21:29:18.945Z | [ recovery-image] Dec 13 21:29:16.924 INFO O| Dec 13 21:29:16.924 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8528 | 2024-12-13T21:29:24.321Z | [ recovery-image] Dec 13 21:29:22.300 INFO O| Dec 13 21:29:22.300 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8529 | 2024-12-13T21:29:24.321Z | [ recovery-image] Dec 13 21:29:22.300 INFO O| Dec 13 21:29:22.300 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8530 | 2024-12-13T21:29:24.324Z | [ recovery-image] Dec 13 21:29:22.300 INFO O| Dec 13 21:29:22.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8531 | 2024-12-13T21:29:24.324Z | [ recovery-image] Dec 13 21:29:22.300 INFO O| Dec 13 21:29:22.300 INFO completed processing gimlet/zfs-recovery |
8532 | 2024-12-13T21:29:24.324Z | [ recovery-image] Dec 13 21:29:22.300 INFO O| Dec 13 21:29:22.300 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8533 | 2024-12-13T21:29:25.090Z | [ recovery-image] Dec 13 21:29:23.068 INFO O| Dec 13 21:29:23.066 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8534 | 2024-12-13T21:29:25.200Z | [ recovery-image] Dec 13 21:29:23.178 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n" |
8535 | 2024-12-13T21:29:25.202Z | [ recovery-image] Dec 13 21:29:23.179 INFO expanded image name: "recovery b650639/${os_short_commit} 2024-12-13 20:57" -> "recovery b650639/92ea229 2024-12-13 20:57" |
8536 | 2024-12-13T21:29:25.202Z | [ recovery-image] Dec 13 21:29:23.180 INFO output artefacts stored in: "/work/os-recovery" |
8537 | 2024-12-13T21:29:25.202Z | [ recovery-image] Dec 13 21:29:23.180 INFO collecting git info from project "pilot"... |
8538 | 2024-12-13T21:29:25.242Z | [ recovery-image] Dec 13 21:29:23.220 INFO collecting git info from project "pinprick"... |
8539 | 2024-12-13T21:29:25.250Z | [ recovery-image] Dec 13 21:29:23.229 INFO collecting git info from project "chelsio-t6-roms"... |
8540 | 2024-12-13T21:29:25.284Z | [ recovery-image] Dec 13 21:29:23.263 INFO collecting git info from project "amd-host-image-builder"... |
8541 | 2024-12-13T21:29:26.539Z | [ recovery-image] Dec 13 21:29:23.932 INFO collecting git info from project "image-builder"... |
8542 | 2024-12-13T21:29:26.563Z | [ recovery-image] Dec 13 21:29:23.955 INFO collecting git info from project "amd-firmware"... |
8543 | 2024-12-13T21:29:26.567Z | [ recovery-image] Dec 13 21:29:24.525 INFO collecting git info from project "phbl"... |
8544 | 2024-12-13T21:29:26.567Z | [ recovery-image] Dec 13 21:29:24.536 INFO collecting git info from project "bootserver"... |
8545 | 2024-12-13T21:29:26.569Z | [ recovery-image] Dec 13 21:29:24.546 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8546 | 2024-12-13T21:29:27.371Z | [ recovery-image] Dec 13 21:29:25.348 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8547 | 2024-12-13T21:29:28.096Z | [ recovery-image] Dec 13 21:29:26.074 INFO creating Oxide boot image... |
8548 | 2024-12-13T21:29:28.096Z | [ recovery-image] Dec 13 21:29:26.074 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery b650639/92ea229 2024-12-13 20:57", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8549 | 2024-12-13T21:29:52.304Z | [ host-image] Dec 13 21:29:50.280 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z |
8550 | 2024-12-13T21:29:52.304Z | [ host-image] Dec 13 21:29:50.280 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z |
8551 | 2024-12-13T21:29:52.307Z | [ host-image] Dec 13 21:29:50.280 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8552 | 2024-12-13T21:29:52.307Z | [ host-image] Dec 13 21:29:50.281 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8553 | 2024-12-13T21:29:52.307Z | [ host-image] Dec 13 21:29:50.281 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8554 | 2024-12-13T21:29:52.307Z | [ host-image] Dec 13 21:29:50.281 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8555 | 2024-12-13T21:29:52.307Z | [ host-image] Dec 13 21:29:50.282 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8556 | 2024-12-13T21:29:52.307Z | [ host-image] Dec 13 21:29:50.282 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8557 | 2024-12-13T21:29:52.307Z | [ host-image] Dec 13 21:29:50.282 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8558 | 2024-12-13T21:29:52.307Z | [ host-image] Dec 13 21:29:50.282 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8559 | 2024-12-13T21:29:52.307Z | [ host-image] Dec 13 21:29:50.282 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z |
8560 | 2024-12-13T21:29:52.310Z | [ host-image] Dec 13 21:29:50.285 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z |
8561 | 2024-12-13T21:29:52.312Z | [ host-image] Dec 13 21:29:50.286 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z |
8562 | 2024-12-13T21:29:52.312Z | [ host-image] Dec 13 21:29:50.287 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z |
8563 | 2024-12-13T21:29:52.312Z | [ host-image] Dec 13 21:29:50.287 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8564 | 2024-12-13T21:29:52.314Z | [ host-image] Dec 13 21:29:50.288 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z |
8565 | 2024-12-13T21:29:52.314Z | [ host-image] Dec 13 21:29:50.289 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z |
8566 | 2024-12-13T21:29:52.314Z | [ host-image] Dec 13 21:29:50.289 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z |
8567 | 2024-12-13T21:29:52.314Z | [ host-image] Dec 13 21:29:50.289 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z |
8568 | 2024-12-13T21:29:52.314Z | [ host-image] Dec 13 21:29:50.289 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z |
8569 | 2024-12-13T21:29:52.314Z | [ host-image] Dec 13 21:29:50.290 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z |
8570 | 2024-12-13T21:29:52.314Z | [ host-image] Dec 13 21:29:50.290 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z |
8571 | 2024-12-13T21:29:52.314Z | [ host-image] Dec 13 21:29:50.290 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z |
8572 | 2024-12-13T21:29:52.317Z | [ host-image] Dec 13 21:29:50.290 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z |
8573 | 2024-12-13T21:29:52.317Z | [ host-image] Dec 13 21:29:50.290 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z |
8574 | 2024-12-13T21:29:52.317Z | [ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z |
8575 | 2024-12-13T21:29:52.317Z | [ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z |
8576 | 2024-12-13T21:29:52.317Z | [ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z |
8577 | 2024-12-13T21:29:52.317Z | [ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z |
8578 | 2024-12-13T21:29:52.317Z | [ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8579 | 2024-12-13T21:29:52.317Z | [ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z |
8580 | 2024-12-13T21:29:52.317Z | [ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z |
8581 | 2024-12-13T21:29:52.317Z | [ host-image] Dec 13 21:29:50.292 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z |
8582 | 2024-12-13T21:29:52.317Z | [ host-image] Dec 13 21:29:50.292 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z |
8583 | 2024-12-13T21:29:52.320Z | [ host-image] Dec 13 21:29:50.293 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z |
8584 | 2024-12-13T21:29:52.320Z | [ host-image] Dec 13 21:29:50.293 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z |
8585 | 2024-12-13T21:29:52.331Z | [ host-image] Dec 13 21:29:50.306 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8586 | 2024-12-13T21:29:52.334Z | [ host-image] Dec 13 21:29:50.306 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z |
8587 | 2024-12-13T21:29:52.334Z | [ host-image] Dec 13 21:29:50.306 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8588 | 2024-12-13T21:29:52.334Z | [ host-image] Dec 13 21:29:50.307 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8589 | 2024-12-13T21:29:52.334Z | [ host-image] Dec 13 21:29:50.308 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8590 | 2024-12-13T21:29:52.334Z | [ host-image] Dec 13 21:29:50.308 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z |
8591 | 2024-12-13T21:29:52.334Z | [ host-image] Dec 13 21:29:50.308 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8592 | 2024-12-13T21:29:52.334Z | [ host-image] Dec 13 21:29:50.309 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8593 | 2024-12-13T21:29:52.336Z | [ host-image] Dec 13 21:29:50.310 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8594 | 2024-12-13T21:29:52.336Z | [ host-image] Dec 13 21:29:50.310 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8595 | 2024-12-13T21:29:52.367Z | [ host-image] Dec 13 21:29:50.342 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8596 | 2024-12-13T21:29:52.367Z | [ host-image] Dec 13 21:29:50.343 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8597 | 2024-12-13T21:29:52.369Z | [ host-image] Dec 13 21:29:50.343 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8598 | 2024-12-13T21:29:52.369Z | [ host-image] Dec 13 21:29:50.344 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8599 | 2024-12-13T21:29:52.369Z | [ host-image] Dec 13 21:29:50.345 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8600 | 2024-12-13T21:29:52.369Z | [ host-image] Dec 13 21:29:50.345 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8601 | 2024-12-13T21:29:52.446Z | [ host-image] Dec 13 21:29:50.421 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8602 | 2024-12-13T21:29:52.449Z | [ host-image] Dec 13 21:29:50.422 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8603 | 2024-12-13T21:29:52.449Z | [ host-image] Dec 13 21:29:50.422 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8604 | 2024-12-13T21:29:52.450Z | [ host-image] Dec 13 21:29:50.423 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z |
8605 | 2024-12-13T21:29:52.450Z | [ host-image] Dec 13 21:29:50.423 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z |
8606 | 2024-12-13T21:29:52.450Z | [ host-image] Dec 13 21:29:50.423 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8607 | 2024-12-13T21:29:52.450Z | [ host-image] Dec 13 21:29:50.424 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z |
8608 | 2024-12-13T21:29:52.450Z | [ host-image] Dec 13 21:29:50.424 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8609 | 2024-12-13T21:29:52.450Z | [ host-image] Dec 13 21:29:50.424 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8610 | 2024-12-13T21:29:52.450Z | [ host-image] Dec 13 21:29:50.424 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8611 | 2024-12-13T21:29:52.450Z | [ host-image] Dec 13 21:29:50.424 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z |
8612 | 2024-12-13T21:29:52.450Z | [ host-image] Dec 13 21:29:50.424 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8613 | 2024-12-13T21:29:52.456Z | [ host-image] Dec 13 21:29:50.432 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8614 | 2024-12-13T21:29:52.456Z | [ host-image] Dec 13 21:29:50.432 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8615 | 2024-12-13T21:29:52.458Z | [ host-image] Dec 13 21:29:50.432 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8616 | 2024-12-13T21:29:52.458Z | [ host-image] Dec 13 21:29:50.433 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z |
8617 | 2024-12-13T21:29:52.458Z | [ host-image] Dec 13 21:29:50.433 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8618 | 2024-12-13T21:29:52.480Z | [ host-image] Dec 13 21:29:50.455 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8619 | 2024-12-13T21:29:52.482Z | [ host-image] Dec 13 21:29:50.456 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z |
8620 | 2024-12-13T21:29:52.485Z | [ host-image] Dec 13 21:29:50.459 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z |
8621 | 2024-12-13T21:29:52.485Z | [ host-image] Dec 13 21:29:50.460 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z |
8622 | 2024-12-13T21:29:52.485Z | [ host-image] Dec 13 21:29:50.460 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8623 | 2024-12-13T21:29:52.487Z | [ host-image] Dec 13 21:29:50.461 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z |
8624 | 2024-12-13T21:29:52.487Z | [ host-image] Dec 13 21:29:50.462 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z |
8625 | 2024-12-13T21:29:52.487Z | [ host-image] Dec 13 21:29:50.462 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z |
8626 | 2024-12-13T21:29:52.487Z | [ host-image] Dec 13 21:29:50.462 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z |
8627 | 2024-12-13T21:29:52.492Z | [ host-image] Dec 13 21:29:50.468 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8628 | 2024-12-13T21:29:52.495Z | [ host-image] Dec 13 21:29:50.469 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z |
8629 | 2024-12-13T21:29:52.495Z | [ host-image] Dec 13 21:29:50.470 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z |
8630 | 2024-12-13T21:29:52.495Z | [ host-image] Dec 13 21:29:50.470 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8631 | 2024-12-13T21:29:52.495Z | [ host-image] Dec 13 21:29:50.470 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z |
8632 | 2024-12-13T21:29:52.497Z | [ host-image] Dec 13 21:29:50.471 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z |
8633 | 2024-12-13T21:29:52.497Z | [ host-image] Dec 13 21:29:50.471 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z |
8634 | 2024-12-13T21:29:52.497Z | [ host-image] Dec 13 21:29:50.471 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z |
8635 | 2024-12-13T21:29:52.509Z | [ host-image] Dec 13 21:29:50.484 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z |
8636 | 2024-12-13T21:29:52.509Z | [ host-image] Dec 13 21:29:50.484 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8637 | 2024-12-13T21:29:52.512Z | [ host-image] Dec 13 21:29:50.487 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z |
8638 | 2024-12-13T21:29:52.515Z | [ host-image] Dec 13 21:29:50.490 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z |
8639 | 2024-12-13T21:29:52.515Z | [ host-image] Dec 13 21:29:50.490 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z |
8640 | 2024-12-13T21:29:52.515Z | [ host-image] Dec 13 21:29:50.490 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z |
8641 | 2024-12-13T21:29:52.518Z | [ host-image] Dec 13 21:29:50.491 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z |
8642 | 2024-12-13T21:29:52.518Z | [ host-image] Dec 13 21:29:50.491 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z |
8643 | 2024-12-13T21:29:52.547Z | [ host-image] Dec 13 21:29:50.522 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z |
8644 | 2024-12-13T21:29:52.547Z | [ host-image] Dec 13 21:29:50.522 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z |
8645 | 2024-12-13T21:29:52.554Z | [ host-image] Dec 13 21:29:50.523 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z |
8646 | 2024-12-13T21:29:52.554Z | [ host-image] Dec 13 21:29:50.525 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z |
8647 | 2024-12-13T21:29:52.554Z | [ host-image] Dec 13 21:29:50.525 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z |
8648 | 2024-12-13T21:29:52.582Z | [ host-image] Dec 13 21:29:50.558 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z |
8649 | 2024-12-13T21:29:52.582Z | [ host-image] Dec 13 21:29:50.558 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z |
8650 | 2024-12-13T21:29:52.586Z | [ host-image] Dec 13 21:29:50.558 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z |
8651 | 2024-12-13T21:29:52.586Z | [ host-image] Dec 13 21:29:50.559 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8652 | 2024-12-13T21:29:52.586Z | [ host-image] Dec 13 21:29:50.559 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8653 | 2024-12-13T21:29:52.626Z | [ host-image] Dec 13 21:29:50.602 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z |
8654 | 2024-12-13T21:29:52.639Z | [ host-image] Dec 13 21:29:50.615 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8655 | 2024-12-13T21:29:52.639Z | [ host-image] Dec 13 21:29:50.615 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z |
8656 | 2024-12-13T21:29:52.642Z | [ host-image] Dec 13 21:29:50.615 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z |
8657 | 2024-12-13T21:29:52.642Z | [ host-image] Dec 13 21:29:50.617 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z |
8658 | 2024-12-13T21:29:52.642Z | [ host-image] Dec 13 21:29:50.618 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8659 | 2024-12-13T21:29:52.645Z | [ host-image] Dec 13 21:29:50.619 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8660 | 2024-12-13T21:29:52.645Z | [ host-image] Dec 13 21:29:50.619 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z |
8661 | 2024-12-13T21:29:52.645Z | [ host-image] Dec 13 21:29:50.620 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z |
8662 | 2024-12-13T21:29:52.645Z | [ host-image] Dec 13 21:29:50.620 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z |
8663 | 2024-12-13T21:29:52.649Z | [ host-image] Dec 13 21:29:50.621 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z |
8664 | 2024-12-13T21:29:52.649Z | [ host-image] Dec 13 21:29:50.621 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z |
8665 | 2024-12-13T21:29:52.649Z | [ host-image] Dec 13 21:29:50.621 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z |
8666 | 2024-12-13T21:29:52.651Z | [ host-image] Dec 13 21:29:50.626 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8667 | 2024-12-13T21:29:52.651Z | [ host-image] Dec 13 21:29:50.626 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z |
8668 | 2024-12-13T21:29:52.654Z | [ host-image] Dec 13 21:29:50.629 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z |
8669 | 2024-12-13T21:29:52.654Z | [ host-image] Dec 13 21:29:50.629 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z |
8670 | 2024-12-13T21:29:52.657Z | [ host-image] Dec 13 21:29:50.630 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z |
8671 | 2024-12-13T21:29:52.657Z | [ host-image] Dec 13 21:29:50.630 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z |
8672 | 2024-12-13T21:29:52.657Z | [ host-image] Dec 13 21:29:50.631 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z |
8673 | 2024-12-13T21:29:52.657Z | [ host-image] Dec 13 21:29:50.631 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8674 | 2024-12-13T21:29:52.657Z | [ host-image] Dec 13 21:29:50.631 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8675 | 2024-12-13T21:29:52.657Z | [ host-image] Dec 13 21:29:50.632 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z |
8676 | 2024-12-13T21:29:52.657Z | [ host-image] Dec 13 21:29:50.632 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z |
8677 | 2024-12-13T21:29:52.657Z | [ host-image] Dec 13 21:29:50.632 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8678 | 2024-12-13T21:29:52.657Z | [ host-image] Dec 13 21:29:50.632 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8679 | 2024-12-13T21:29:52.657Z | [ host-image] Dec 13 21:29:50.633 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8680 | 2024-12-13T21:29:52.659Z | [ host-image] Dec 13 21:29:50.633 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8681 | 2024-12-13T21:29:52.659Z | [ host-image] Dec 13 21:29:50.633 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8682 | 2024-12-13T21:29:52.659Z | [ host-image] Dec 13 21:29:50.634 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8683 | 2024-12-13T21:29:52.662Z | [ host-image] Dec 13 21:29:50.636 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8684 | 2024-12-13T21:29:52.662Z | [ host-image] Dec 13 21:29:50.637 INFO O| tempdir @ "/tmp/.tmpd3NcL1/tmp" |
8685 | 2024-12-13T21:29:52.662Z | [ host-image] Dec 13 21:29:50.637 INFO O| image root @ "/tmp/.tmpd3NcL1/tmp/root" |
8686 | 2024-12-13T21:29:52.662Z | [ host-image] Dec 13 21:29:50.637 INFO O| creating image... |
8687 | 2024-12-13T21:29:53.806Z | [ host-image] Dec 13 21:29:51.781 INFO O| copying publishers... |
8688 | 2024-12-13T21:30:09.153Z | [ host-image] Dec 13 21:30:07.126 INFO O| adding properties... |
8689 | 2024-12-13T21:30:10.385Z | [ host-image] Dec 13 21:30:08.359 INFO O| installing packages... |
8690 | 2024-12-13T21:30:26.612Z | [ recovery-image] Dec 13 21:30:24.584 INFO O| ok, image written! |
8691 | 2024-12-13T21:30:26.613Z | [ recovery-image] Dec 13 21:30:24.584 INFO O| ok, boot_image_csum file written! |
8692 | 2024-12-13T21:30:26.619Z | [ recovery-image] Dec 13 21:30:24.591 INFO creating boot archive (CPIO)... |
8693 | 2024-12-13T21:30:26.620Z | [ recovery-image] Dec 13 21:30:24.591 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 |
8694 | 2024-12-13T21:30:26.631Z | [ recovery-image] Dec 13 21:30:24.603 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8695 | 2024-12-13T21:30:26.631Z | [ recovery-image] Dec 13 21:30:24.603 INFO E| + outfile=/work/os-recovery/cpio |
8696 | 2024-12-13T21:30:26.634Z | [ recovery-image] Dec 13 21:30:24.603 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8697 | 2024-12-13T21:30:26.634Z | [ recovery-image] Dec 13 21:30:24.605 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8698 | 2024-12-13T21:30:26.634Z | [ recovery-image] Dec 13 21:30:24.605 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8699 | 2024-12-13T21:30:26.681Z | [ recovery-image] Dec 13 21:30:24.653 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8700 | 2024-12-13T21:30:26.683Z | [ recovery-image] Dec 13 21:30:24.653 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8701 | 2024-12-13T21:30:26.691Z | [ recovery-image] Dec 13 21:30:24.663 INFO creating compressed cpio/unix for nanobl-rs... |
8702 | 2024-12-13T21:30:26.691Z | [ recovery-image] Dec 13 21:30:24.663 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 |
8703 | 2024-12-13T21:30:27.028Z | [ recovery-image] Dec 13 21:30:25.000 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8704 | 2024-12-13T21:30:32.425Z | [ recovery-image] Dec 13 21:30:30.396 INFO creating reset image... |
8705 | 2024-12-13T21:30:32.427Z | [ recovery-image] Dec 13 21:30:30.396 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8706 | 2024-12-13T21:30:32.927Z | [ recovery-image] Dec 13 21:30:30.898 INFO E| Updating crates.io index |
8707 | 2024-12-13T21:30:33.118Z | [ recovery-image] Dec 13 21:30:31.089 INFO E| Downloading crates ... |
8708 | 2024-12-13T21:30:33.230Z | [ recovery-image] Dec 13 21:30:31.201 INFO E| Downloaded clap_derive v4.5.13 |
8709 | 2024-12-13T21:30:33.239Z | [ recovery-image] Dec 13 21:30:31.210 INFO E| Downloaded clap v4.5.17 |
8710 | 2024-12-13T21:30:33.254Z | [ recovery-image] Dec 13 21:30:31.225 INFO E| Downloaded shared_child v1.0.1 |
8711 | 2024-12-13T21:30:33.256Z | [ recovery-image] Dec 13 21:30:31.227 INFO E| Downloaded os_pipe v1.2.1 |
8712 | 2024-12-13T21:30:33.259Z | [ recovery-image] Dec 13 21:30:31.229 INFO E| Downloaded duct v0.13.7 |
8713 | 2024-12-13T21:30:33.275Z | [ recovery-image] Dec 13 21:30:31.245 INFO E| Downloaded clap_builder v4.5.17 |
8714 | 2024-12-13T21:30:33.291Z | [ recovery-image] Dec 13 21:30:31.256 INFO E| Downloaded syn v2.0.77 |
8715 | 2024-12-13T21:30:33.331Z | [ recovery-image] Dec 13 21:30:31.302 INFO E| Downloaded libc v0.2.158 |
8716 | 2024-12-13T21:30:33.482Z | [ recovery-image] Dec 13 21:30:31.453 INFO E| Compiling proc-macro2 v1.0.86 |
8717 | 2024-12-13T21:30:33.529Z | [ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling unicode-ident v1.0.13 |
8718 | 2024-12-13T21:30:33.529Z | [ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling libc v0.2.158 |
8719 | 2024-12-13T21:30:33.529Z | [ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling utf8parse v0.2.2 |
8720 | 2024-12-13T21:30:33.531Z | [ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling anstyle-query v1.1.1 |
8721 | 2024-12-13T21:30:33.531Z | [ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling colorchoice v1.0.2 |
8722 | 2024-12-13T21:30:33.531Z | [ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8723 | 2024-12-13T21:30:33.531Z | [ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling anstyle v1.0.8 |
8724 | 2024-12-13T21:30:33.973Z | [ recovery-image] Dec 13 21:30:31.944 INFO E| Compiling anstyle-parse v0.2.5 |
8725 | 2024-12-13T21:30:34.202Z | [ recovery-image] Dec 13 21:30:32.173 INFO E| Compiling clap_lex v0.7.2 |
8726 | 2024-12-13T21:30:34.210Z | [ recovery-image] Dec 13 21:30:32.181 INFO E| Compiling strsim v0.11.1 |
8727 | 2024-12-13T21:30:34.494Z | [ recovery-image] Dec 13 21:30:32.465 INFO E| Compiling heck v0.5.0 |
8728 | 2024-12-13T21:30:34.625Z | [ recovery-image] Dec 13 21:30:32.595 INFO E| Compiling once_cell v1.19.0 |
8729 | 2024-12-13T21:30:34.720Z | [ recovery-image] Dec 13 21:30:32.691 INFO E| Compiling anstream v0.6.15 |
8730 | 2024-12-13T21:30:35.439Z | [ recovery-image] Dec 13 21:30:33.410 INFO E| Compiling clap_builder v4.5.17 |
8731 | 2024-12-13T21:30:35.793Z | [ recovery-image] Dec 13 21:30:33.763 INFO E| Compiling os_pipe v1.2.1 |
8732 | 2024-12-13T21:30:35.796Z | [ recovery-image] Dec 13 21:30:33.764 INFO E| Compiling shared_child v1.0.1 |
8733 | 2024-12-13T21:30:36.064Z | [ recovery-image] Dec 13 21:30:34.035 INFO E| Compiling duct v0.13.7 |
8734 | 2024-12-13T21:30:36.124Z | [ recovery-image] Dec 13 21:30:34.095 INFO E| Compiling quote v1.0.37 |
8735 | 2024-12-13T21:30:36.645Z | [ recovery-image] Dec 13 21:30:34.615 INFO E| Compiling syn v2.0.77 |
8736 | 2024-12-13T21:30:44.514Z | [ recovery-image] Dec 13 21:30:42.483 INFO E| Compiling clap_derive v4.5.13 |
8737 | 2024-12-13T21:30:47.895Z | [ host-image] Dec 13 21:30:45.864 INFO O| seeding SMF database... |
8738 | 2024-12-13T21:30:49.482Z | [ recovery-image] Dec 13 21:30:47.432 INFO E| Compiling clap v4.5.17 |
8739 | 2024-12-13T21:30:49.555Z | [ recovery-image] Dec 13 21:30:47.518 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8740 | 2024-12-13T21:30:51.737Z | [ recovery-image] Dec 13 21:30:49.705 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s |
8741 | 2024-12-13T21:30:51.751Z | [ recovery-image] Dec 13 21:30:49.720 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8742 | 2024-12-13T21:30:52.002Z | [ recovery-image] Dec 13 21:30:49.970 INFO E| Updating crates.io index |
8743 | 2024-12-13T21:30:52.180Z | [ recovery-image] Dec 13 21:30:50.149 INFO E| Downloading crates ... |
8744 | 2024-12-13T21:30:52.247Z | [ recovery-image] Dec 13 21:30:50.216 INFO E| Downloaded bitstruct_derive v0.1.0 |
8745 | 2024-12-13T21:30:52.249Z | [ recovery-image] Dec 13 21:30:50.217 INFO E| Downloaded bitstruct v0.1.1 |
8746 | 2024-12-13T21:30:52.256Z | [ recovery-image] Dec 13 21:30:50.224 INFO E| Downloaded raw-cpuid v10.7.0 |
8747 | 2024-12-13T21:30:52.260Z | [ recovery-image] Dec 13 21:30:50.229 INFO E| Downloaded cpio_reader v0.1.1 |
8748 | 2024-12-13T21:30:52.269Z | [ recovery-image] Dec 13 21:30:50.238 INFO E| Downloaded seq-macro v0.3.5 |
8749 | 2024-12-13T21:30:52.272Z | [ recovery-image] Dec 13 21:30:50.240 INFO E| Downloaded bit_field v0.10.2 |
8750 | 2024-12-13T21:30:52.284Z | [ recovery-image] Dec 13 21:30:50.251 INFO E| Downloaded syn v2.0.85 |
8751 | 2024-12-13T21:30:52.449Z | [ recovery-image] Dec 13 21:30:50.418 INFO E| Downloaded x86 v0.52.0 |
8752 | 2024-12-13T21:30:52.527Z | [ recovery-image] Dec 13 21:30:50.496 INFO E| Updating crates.io index |
8753 | 2024-12-13T21:30:52.721Z | [ recovery-image] Dec 13 21:30:50.688 INFO E| Downloading crates ... |
8754 | 2024-12-13T21:30:52.889Z | [ recovery-image] Dec 13 21:30:50.857 INFO E| Downloaded hashbrown v0.15.0 |
8755 | 2024-12-13T21:30:52.929Z | [ recovery-image] Dec 13 21:30:50.898 INFO E| Downloaded compiler_builtins v0.1.134 |
8756 | 2024-12-13T21:30:53.022Z | [ recovery-image] Dec 13 21:30:50.990 INFO E| Compiling compiler_builtins v0.1.134 |
8757 | 2024-12-13T21:30:53.027Z | [ recovery-image] Dec 13 21:30:50.991 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) |
8758 | 2024-12-13T21:30:53.027Z | [ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling proc-macro2 v1.0.89 |
8759 | 2024-12-13T21:30:53.027Z | [ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling unicode-ident v1.0.13 |
8760 | 2024-12-13T21:30:53.027Z | [ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling syn v1.0.109 |
8761 | 2024-12-13T21:30:53.027Z | [ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling x86 v0.52.0 |
8762 | 2024-12-13T21:30:53.027Z | [ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8763 | 2024-12-13T21:30:53.027Z | [ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling seq-macro v0.3.5 |
8764 | 2024-12-13T21:30:55.754Z | [ recovery-image] Dec 13 21:30:53.722 INFO E| Compiling quote v1.0.37 |
8765 | 2024-12-13T21:30:56.211Z | [ recovery-image] Dec 13 21:30:54.179 INFO E| Compiling syn v2.0.85 |
8766 | 2024-12-13T21:31:02.807Z | [ host-image] Dec 13 21:31:00.774 INFO O| configuring SMF profile... |
8767 | 2024-12-13T21:31:02.809Z | [ host-image] Dec 13 21:31:00.774 INFO O| modifying shadow(5)... |
8768 | 2024-12-13T21:31:02.809Z | [ host-image] Dec 13 21:31:00.775 INFO O| loading user and group database... |
8769 | 2024-12-13T21:31:02.809Z | [ host-image] Dec 13 21:31:00.775 INFO O| assessing packaged files... |
8770 | 2024-12-13T21:31:02.949Z | [ recovery-image] Dec 13 21:31:00.917 INFO E| Compiling scroll_derive v0.12.0 |
8771 | 2024-12-13T21:31:07.633Z | [ recovery-image] Dec 13 21:31:05.600 INFO E| Compiling bitstruct_derive v0.1.0 |
8772 | 2024-12-13T21:31:09.027Z | [ host-image] Dec 13 21:31:06.994 INFO O| creating archive... |
8773 | 2024-12-13T21:31:09.099Z | [ host-image] Dec 13 21:31:07.066 INFO O| missing from packaging: |
8774 | 2024-12-13T21:31:09.099Z | [ host-image] Dec 13 21:31:07.066 INFO O| "etc/.pwd.lock" |
8775 | 2024-12-13T21:31:09.102Z | [ host-image] Dec 13 21:31:07.066 INFO O| "etc/bash" |
8776 | 2024-12-13T21:31:09.108Z | [ host-image] Dec 13 21:31:07.075 INFO O| "etc/svc/profile/generic.xml" |
8777 | 2024-12-13T21:31:09.108Z | [ host-image] Dec 13 21:31:07.075 INFO O| "etc/svc/profile/inetd_services.xml" |
8778 | 2024-12-13T21:31:09.110Z | [ host-image] Dec 13 21:31:07.075 INFO O| "etc/svc/profile/name_service.xml" |
8779 | 2024-12-13T21:31:09.110Z | [ host-image] Dec 13 21:31:07.075 INFO O| "etc/svc/profile/platform.xml" |
8780 | 2024-12-13T21:31:09.110Z | [ host-image] Dec 13 21:31:07.075 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8781 | 2024-12-13T21:31:09.110Z | [ host-image] Dec 13 21:31:07.075 INFO O| "etc/svc/repository.db" |
8782 | 2024-12-13T21:31:09.122Z | [ host-image] Dec 13 21:31:07.089 INFO O| "opt/ooce/share" |
8783 | 2024-12-13T21:31:09.122Z | [ host-image] Dec 13 21:31:07.089 INFO O| "opt/ooce/share/man" |
8784 | 2024-12-13T21:31:09.124Z | [ host-image] Dec 13 21:31:07.089 INFO O| "opt/ooce/share/man/man1" |
8785 | 2024-12-13T21:31:09.136Z | [ host-image] Dec 13 21:31:07.102 INFO O| finishing archive... |
8786 | 2024-12-13T21:31:13.188Z | [ host-image] Dec 13 21:31:11.155 INFO O| creating gzonly manifest... |
8787 | 2024-12-13T21:31:13.199Z | [ host-image] Dec 13 21:31:11.165 INFO O| ok |
8788 | 2024-12-13T21:31:13.382Z | [ host-image] Dec 13 21:31:11.348 INFO image builder template: ramdisk-02-trim... |
8789 | 2024-12-13T21:31:13.382Z | [ host-image] Dec 13 21:31:11.348 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/.tmpFbsOmv/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 |
8790 | 2024-12-13T21:31:13.417Z | [ host-image] Dec 13 21:31:11.383 INFO O| Dec 13 21:31:11.383 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8791 | 2024-12-13T21:31:13.427Z | [ host-image] Dec 13 21:31:11.393 INFO O| Dec 13 21:31:11.393 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8792 | 2024-12-13T21:31:13.632Z | [ host-image] Dec 13 21:31:11.598 INFO O| Dec 13 21:31:11.598 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8793 | 2024-12-13T21:31:13.732Z | [ host-image] Dec 13 21:31:11.699 INFO O| Dec 13 21:31:11.699 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8794 | 2024-12-13T21:31:13.737Z | [ host-image] Dec 13 21:31:11.699 INFO O| Dec 13 21:31:11.699 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8795 | 2024-12-13T21:31:13.742Z | [ host-image] Dec 13 21:31:11.708 INFO O| Dec 13 21:31:11.708 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8796 | 2024-12-13T21:31:13.749Z | [ host-image] Dec 13 21:31:11.716 INFO O| Dec 13 21:31:11.716 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8797 | 2024-12-13T21:31:13.757Z | [ host-image] Dec 13 21:31:11.724 INFO O| Dec 13 21:31:11.724 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8798 | 2024-12-13T21:31:14.161Z | [ host-image] Dec 13 21:31:12.128 INFO O| Dec 13 21:31:12.128 INFO rolled back to input snapshot; work may begin |
8799 | 2024-12-13T21:31:14.161Z | [ host-image] Dec 13 21:31:12.128 INFO O| Dec 13 21:31:12.128 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8800 | 2024-12-13T21:31:14.171Z | [ host-image] Dec 13 21:31:12.138 INFO O| Dec 13 21:31:12.137 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8801 | 2024-12-13T21:31:14.197Z | [ host-image] Dec 13 21:31:12.164 INFO O| Dec 13 21:31:12.164 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8802 | 2024-12-13T21:31:14.303Z | [ host-image] Dec 13 21:31:12.268 INFO O| Dec 13 21:31:12.268 INFO STEP 0 (remove_files) COMPLETE |
8803 | 2024-12-13T21:31:14.303Z | [ host-image] Dec 13 21:31:12.268 INFO O| Dec 13 21:31:12.268 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8804 | 2024-12-13T21:31:14.358Z | [ host-image] Dec 13 21:31:12.324 INFO O| Dec 13 21:31:12.324 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8805 | 2024-12-13T21:31:14.362Z | [ host-image] Dec 13 21:31:12.326 INFO O| Dec 13 21:31:12.326 INFO STEP 1 (remove_files) COMPLETE |
8806 | 2024-12-13T21:31:14.362Z | [ host-image] Dec 13 21:31:12.326 INFO O| Dec 13 21:31:12.326 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8807 | 2024-12-13T21:31:14.376Z | [ host-image] Dec 13 21:31:12.342 INFO O| Dec 13 21:31:12.342 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8808 | 2024-12-13T21:31:14.393Z | [ host-image] Dec 13 21:31:12.360 INFO O| Dec 13 21:31:12.360 INFO STEP 2 (remove_files) COMPLETE |
8809 | 2024-12-13T21:31:14.393Z | [ host-image] Dec 13 21:31:12.360 INFO O| Dec 13 21:31:12.360 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8810 | 2024-12-13T21:31:14.445Z | [ host-image] Dec 13 21:31:12.412 INFO O| Dec 13 21:31:12.412 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8811 | 2024-12-13T21:31:14.448Z | [ host-image] Dec 13 21:31:12.414 INFO O| Dec 13 21:31:12.414 INFO STEP 3 (remove_files) COMPLETE |
8812 | 2024-12-13T21:31:14.448Z | [ host-image] Dec 13 21:31:12.414 INFO O| Dec 13 21:31:12.414 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8813 | 2024-12-13T21:31:14.506Z | [ host-image] Dec 13 21:31:12.472 INFO O| Dec 13 21:31:12.472 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8814 | 2024-12-13T21:31:14.512Z | [ host-image] Dec 13 21:31:12.478 INFO O| Dec 13 21:31:12.478 INFO STEP 4 (remove_files) COMPLETE |
8815 | 2024-12-13T21:31:14.512Z | [ host-image] Dec 13 21:31:12.478 INFO O| Dec 13 21:31:12.478 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8816 | 2024-12-13T21:31:14.530Z | [ host-image] Dec 13 21:31:12.497 INFO O| Dec 13 21:31:12.496 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8817 | 2024-12-13T21:31:14.535Z | [ host-image] Dec 13 21:31:12.501 INFO O| Dec 13 21:31:12.501 INFO STEP 5 (remove_files) COMPLETE |
8818 | 2024-12-13T21:31:14.535Z | [ host-image] Dec 13 21:31:12.501 INFO O| Dec 13 21:31:12.501 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8819 | 2024-12-13T21:31:14.552Z | [ host-image] Dec 13 21:31:12.518 INFO O| Dec 13 21:31:12.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8820 | 2024-12-13T21:31:14.565Z | [ host-image] Dec 13 21:31:12.532 INFO O| Dec 13 21:31:12.532 INFO STEP 6 (remove_files) COMPLETE |
8821 | 2024-12-13T21:31:14.566Z | [ host-image] Dec 13 21:31:12.532 INFO O| Dec 13 21:31:12.532 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8822 | 2024-12-13T21:31:14.624Z | [ host-image] Dec 13 21:31:12.591 INFO O| Dec 13 21:31:12.590 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8823 | 2024-12-13T21:31:14.644Z | [ host-image] Dec 13 21:31:12.610 INFO O| Dec 13 21:31:12.610 INFO STEP 7 (remove_files) COMPLETE |
8824 | 2024-12-13T21:31:14.644Z | [ host-image] Dec 13 21:31:12.610 INFO O| Dec 13 21:31:12.610 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8825 | 2024-12-13T21:31:14.701Z | [ host-image] Dec 13 21:31:12.667 INFO O| Dec 13 21:31:12.667 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8826 | 2024-12-13T21:31:14.845Z | [ host-image] Dec 13 21:31:12.810 INFO O| Dec 13 21:31:12.810 INFO STEP 8 (remove_files) COMPLETE |
8827 | 2024-12-13T21:31:14.845Z | [ host-image] Dec 13 21:31:12.810 INFO O| Dec 13 21:31:12.810 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2024-12-13T21:31:14.878Z | [ host-image] Dec 13 21:31:12.844 INFO O| Dec 13 21:31:12.844 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8829 | 2024-12-13T21:31:15.043Z | [ host-image] Dec 13 21:31:13.009 INFO O| Dec 13 21:31:13.009 INFO STEP 9 (remove_files) COMPLETE |
8830 | 2024-12-13T21:31:15.043Z | [ host-image] Dec 13 21:31:13.009 INFO O| Dec 13 21:31:13.009 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8831 | 2024-12-13T21:31:15.062Z | [ host-image] Dec 13 21:31:13.028 INFO O| Dec 13 21:31:13.028 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8832 | 2024-12-13T21:31:15.069Z | [ host-image] Dec 13 21:31:13.035 INFO O| Dec 13 21:31:13.035 INFO STEP 10 (remove_files) COMPLETE |
8833 | 2024-12-13T21:31:15.072Z | [ host-image] Dec 13 21:31:13.035 INFO O| Dec 13 21:31:13.035 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2024-12-13T21:31:15.086Z | [ host-image] Dec 13 21:31:13.052 INFO O| Dec 13 21:31:13.052 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8835 | 2024-12-13T21:31:15.088Z | [ host-image] Dec 13 21:31:13.053 INFO O| Dec 13 21:31:13.053 INFO STEP 11 (remove_files) COMPLETE |
8836 | 2024-12-13T21:31:15.088Z | [ host-image] Dec 13 21:31:13.053 INFO O| Dec 13 21:31:13.053 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2024-12-13T21:31:15.104Z | [ host-image] Dec 13 21:31:13.070 INFO O| Dec 13 21:31:13.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8838 | 2024-12-13T21:31:15.106Z | [ host-image] Dec 13 21:31:13.072 INFO O| Dec 13 21:31:13.072 INFO STEP 12 (remove_files) COMPLETE |
8839 | 2024-12-13T21:31:15.106Z | [ host-image] Dec 13 21:31:13.073 INFO O| Dec 13 21:31:13.072 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-12-13T21:31:15.146Z | [ host-image] Dec 13 21:31:13.112 INFO O| Dec 13 21:31:13.112 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8841 | 2024-12-13T21:31:15.149Z | [ host-image] Dec 13 21:31:13.114 INFO O| Dec 13 21:31:13.113 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8842 | 2024-12-13T21:31:15.149Z | [ host-image] Dec 13 21:31:13.114 INFO O| Dec 13 21:31:13.114 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8843 | 2024-12-13T21:31:15.149Z | [ host-image] Dec 13 21:31:13.115 INFO O| Dec 13 21:31:13.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8844 | 2024-12-13T21:31:15.149Z | [ host-image] Dec 13 21:31:13.115 INFO O| Dec 13 21:31:13.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8845 | 2024-12-13T21:31:15.149Z | [ host-image] Dec 13 21:31:13.115 INFO O| Dec 13 21:31:13.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8846 | 2024-12-13T21:31:15.149Z | [ host-image] Dec 13 21:31:13.115 INFO O| Dec 13 21:31:13.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8847 | 2024-12-13T21:31:15.152Z | [ host-image] Dec 13 21:31:13.116 INFO O| Dec 13 21:31:13.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8848 | 2024-12-13T21:31:15.152Z | [ host-image] Dec 13 21:31:13.116 INFO O| Dec 13 21:31:13.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8849 | 2024-12-13T21:31:15.152Z | [ host-image] Dec 13 21:31:13.116 INFO O| Dec 13 21:31:13.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8850 | 2024-12-13T21:31:15.152Z | [ host-image] Dec 13 21:31:13.116 INFO O| Dec 13 21:31:13.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8851 | 2024-12-13T21:31:15.152Z | [ host-image] Dec 13 21:31:13.117 INFO O| Dec 13 21:31:13.117 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8852 | 2024-12-13T21:31:15.152Z | [ host-image] Dec 13 21:31:13.117 INFO O| Dec 13 21:31:13.117 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8853 | 2024-12-13T21:31:15.152Z | [ host-image] Dec 13 21:31:13.118 INFO O| Dec 13 21:31:13.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8854 | 2024-12-13T21:31:15.152Z | [ host-image] Dec 13 21:31:13.118 INFO O| Dec 13 21:31:13.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8855 | 2024-12-13T21:31:15.152Z | [ host-image] Dec 13 21:31:13.118 INFO O| Dec 13 21:31:13.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8856 | 2024-12-13T21:31:15.152Z | [ host-image] Dec 13 21:31:13.118 INFO O| Dec 13 21:31:13.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8857 | 2024-12-13T21:31:15.419Z | [ host-image] Dec 13 21:31:13.385 INFO O| Dec 13 21:31:13.385 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8858 | 2024-12-13T21:31:15.432Z | [ host-image] Dec 13 21:31:13.398 INFO O| Dec 13 21:31:13.398 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8859 | 2024-12-13T21:31:15.443Z | [ host-image] Dec 13 21:31:13.409 INFO O| Dec 13 21:31:13.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8860 | 2024-12-13T21:31:15.450Z | [ host-image] Dec 13 21:31:13.416 INFO O| Dec 13 21:31:13.416 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8861 | 2024-12-13T21:31:15.952Z | [ host-image] Dec 13 21:31:13.918 INFO O| Dec 13 21:31:13.918 INFO STEP 13 (remove_files) COMPLETE |
8862 | 2024-12-13T21:31:15.952Z | [ host-image] Dec 13 21:31:13.918 INFO O| Dec 13 21:31:13.918 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8863 | 2024-12-13T21:31:15.990Z | [ host-image] Dec 13 21:31:13.956 INFO O| Dec 13 21:31:13.956 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8864 | 2024-12-13T21:31:15.993Z | [ host-image] Dec 13 21:31:13.958 INFO O| Dec 13 21:31:13.958 INFO STEP 14 (remove_files) COMPLETE |
8865 | 2024-12-13T21:31:15.993Z | [ host-image] Dec 13 21:31:13.958 INFO O| Dec 13 21:31:13.958 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8866 | 2024-12-13T21:31:16.032Z | [ host-image] Dec 13 21:31:13.998 INFO O| Dec 13 21:31:13.998 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8867 | 2024-12-13T21:31:16.044Z | [ host-image] Dec 13 21:31:14.007 INFO O| Dec 13 21:31:14.007 INFO STEP 15 (remove_files) COMPLETE |
8868 | 2024-12-13T21:31:16.044Z | [ host-image] Dec 13 21:31:14.007 INFO O| Dec 13 21:31:14.007 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8869 | 2024-12-13T21:31:16.076Z | [ host-image] Dec 13 21:31:14.042 INFO O| Dec 13 21:31:14.042 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8870 | 2024-12-13T21:31:16.078Z | [ host-image] Dec 13 21:31:14.043 INFO O| Dec 13 21:31:14.043 INFO STEP 16 (remove_files) COMPLETE |
8871 | 2024-12-13T21:31:16.078Z | [ host-image] Dec 13 21:31:14.043 INFO O| Dec 13 21:31:14.043 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8872 | 2024-12-13T21:31:16.126Z | [ host-image] Dec 13 21:31:14.092 INFO O| Dec 13 21:31:14.092 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8873 | 2024-12-13T21:31:16.129Z | [ host-image] Dec 13 21:31:14.094 INFO O| Dec 13 21:31:14.094 INFO STEP 17 (remove_files) COMPLETE |
8874 | 2024-12-13T21:31:16.129Z | [ host-image] Dec 13 21:31:14.094 INFO O| Dec 13 21:31:14.094 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8875 | 2024-12-13T21:31:16.172Z | [ host-image] Dec 13 21:31:14.139 INFO O| Dec 13 21:31:14.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8876 | 2024-12-13T21:31:16.172Z | [ host-image] Dec 13 21:31:14.139 INFO O| Dec 13 21:31:14.139 INFO STEP 18 (remove_files) COMPLETE |
8877 | 2024-12-13T21:31:16.175Z | [ host-image] Dec 13 21:31:14.139 INFO O| Dec 13 21:31:14.139 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8878 | 2024-12-13T21:31:16.189Z | [ host-image] Dec 13 21:31:14.155 INFO O| Dec 13 21:31:14.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8879 | 2024-12-13T21:31:16.189Z | [ host-image] Dec 13 21:31:14.155 INFO O| Dec 13 21:31:14.155 INFO STEP 19 (remove_files) COMPLETE |
8880 | 2024-12-13T21:31:16.189Z | [ host-image] Dec 13 21:31:14.155 INFO O| Dec 13 21:31:14.155 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8881 | 2024-12-13T21:31:16.237Z | [ host-image] Dec 13 21:31:14.202 INFO O| Dec 13 21:31:14.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8882 | 2024-12-13T21:31:16.237Z | [ host-image] Dec 13 21:31:14.202 INFO O| Dec 13 21:31:14.202 INFO STEP 20 (remove_files) COMPLETE |
8883 | 2024-12-13T21:31:16.237Z | [ host-image] Dec 13 21:31:14.202 INFO O| Dec 13 21:31:14.202 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8884 | 2024-12-13T21:31:16.268Z | [ host-image] Dec 13 21:31:14.234 INFO O| Dec 13 21:31:14.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8885 | 2024-12-13T21:31:16.268Z | [ host-image] Dec 13 21:31:14.234 INFO O| Dec 13 21:31:14.234 INFO STEP 21 (remove_files) COMPLETE |
8886 | 2024-12-13T21:31:16.268Z | [ host-image] Dec 13 21:31:14.234 INFO O| Dec 13 21:31:14.234 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8887 | 2024-12-13T21:31:16.304Z | [ host-image] Dec 13 21:31:14.270 INFO O| Dec 13 21:31:14.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8888 | 2024-12-13T21:31:16.304Z | [ host-image] Dec 13 21:31:14.270 INFO O| Dec 13 21:31:14.270 INFO STEP 22 (remove_files) COMPLETE |
8889 | 2024-12-13T21:31:16.307Z | [ host-image] Dec 13 21:31:14.270 INFO O| Dec 13 21:31:14.270 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8890 | 2024-12-13T21:31:16.321Z | [ host-image] Dec 13 21:31:14.287 INFO O| Dec 13 21:31:14.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8891 | 2024-12-13T21:31:16.321Z | [ host-image] Dec 13 21:31:14.287 INFO O| Dec 13 21:31:14.287 INFO STEP 23 (remove_files) COMPLETE |
8892 | 2024-12-13T21:31:16.321Z | [ host-image] Dec 13 21:31:14.288 INFO O| Dec 13 21:31:14.287 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8893 | 2024-12-13T21:31:16.337Z | [ host-image] Dec 13 21:31:14.303 INFO O| Dec 13 21:31:14.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8894 | 2024-12-13T21:31:16.337Z | [ host-image] Dec 13 21:31:14.304 INFO O| Dec 13 21:31:14.303 INFO STEP 24 (remove_files) COMPLETE |
8895 | 2024-12-13T21:31:16.337Z | [ host-image] Dec 13 21:31:14.304 INFO O| Dec 13 21:31:14.304 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8896 | 2024-12-13T21:31:16.354Z | [ host-image] Dec 13 21:31:14.321 INFO O| Dec 13 21:31:14.320 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8897 | 2024-12-13T21:31:16.355Z | [ host-image] Dec 13 21:31:14.321 INFO O| Dec 13 21:31:14.321 INFO STEP 25 (remove_files) COMPLETE |
8898 | 2024-12-13T21:31:16.357Z | [ host-image] Dec 13 21:31:14.321 INFO O| Dec 13 21:31:14.321 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8899 | 2024-12-13T21:31:16.387Z | [ host-image] Dec 13 21:31:14.353 INFO O| Dec 13 21:31:14.353 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8900 | 2024-12-13T21:31:16.390Z | [ host-image] Dec 13 21:31:14.354 INFO O| Dec 13 21:31:14.353 INFO STEP 26 (remove_files) COMPLETE |
8901 | 2024-12-13T21:31:16.390Z | [ host-image] Dec 13 21:31:14.354 INFO O| Dec 13 21:31:14.354 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8902 | 2024-12-13T21:31:16.407Z | [ host-image] Dec 13 21:31:14.373 INFO O| Dec 13 21:31:14.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8903 | 2024-12-13T21:31:16.409Z | [ host-image] Dec 13 21:31:14.373 INFO O| Dec 13 21:31:14.373 INFO STEP 27 (remove_files) COMPLETE |
8904 | 2024-12-13T21:31:16.409Z | [ host-image] Dec 13 21:31:14.373 INFO O| Dec 13 21:31:14.373 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8905 | 2024-12-13T21:31:16.440Z | [ host-image] Dec 13 21:31:14.406 INFO O| Dec 13 21:31:14.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8906 | 2024-12-13T21:31:16.440Z | [ host-image] Dec 13 21:31:14.406 INFO O| Dec 13 21:31:14.406 INFO STEP 28 (remove_files) COMPLETE |
8907 | 2024-12-13T21:31:16.440Z | [ host-image] Dec 13 21:31:14.406 INFO O| Dec 13 21:31:14.406 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8908 | 2024-12-13T21:31:16.498Z | [ host-image] Dec 13 21:31:14.463 INFO O| Dec 13 21:31:14.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8909 | 2024-12-13T21:31:16.498Z | [ host-image] Dec 13 21:31:14.463 INFO O| Dec 13 21:31:14.463 INFO STEP 29 (remove_files) COMPLETE |
8910 | 2024-12-13T21:31:16.498Z | [ host-image] Dec 13 21:31:14.463 INFO O| Dec 13 21:31:14.463 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8911 | 2024-12-13T21:31:16.542Z | [ host-image] Dec 13 21:31:14.508 INFO O| Dec 13 21:31:14.508 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8912 | 2024-12-13T21:31:16.542Z | [ host-image] Dec 13 21:31:14.508 INFO O| Dec 13 21:31:14.508 INFO STEP 30 (remove_files) COMPLETE |
8913 | 2024-12-13T21:31:16.542Z | [ host-image] Dec 13 21:31:14.508 INFO O| Dec 13 21:31:14.508 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8914 | 2024-12-13T21:31:16.562Z | [ host-image] Dec 13 21:31:14.528 INFO O| Dec 13 21:31:14.528 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8915 | 2024-12-13T21:31:16.562Z | [ host-image] Dec 13 21:31:14.528 INFO O| Dec 13 21:31:14.528 INFO STEP 31 (remove_files) COMPLETE |
8916 | 2024-12-13T21:31:16.565Z | [ host-image] Dec 13 21:31:14.528 INFO O| Dec 13 21:31:14.528 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8917 | 2024-12-13T21:31:16.582Z | [ host-image] Dec 13 21:31:14.547 INFO O| Dec 13 21:31:14.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8918 | 2024-12-13T21:31:16.582Z | [ host-image] Dec 13 21:31:14.547 INFO O| Dec 13 21:31:14.547 INFO STEP 32 (remove_files) COMPLETE |
8919 | 2024-12-13T21:31:16.582Z | [ host-image] Dec 13 21:31:14.547 INFO O| Dec 13 21:31:14.547 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8920 | 2024-12-13T21:31:16.636Z | [ host-image] Dec 13 21:31:14.602 INFO O| Dec 13 21:31:14.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8921 | 2024-12-13T21:31:16.636Z | [ host-image] Dec 13 21:31:14.602 INFO O| Dec 13 21:31:14.602 INFO STEP 33 (remove_files) COMPLETE |
8922 | 2024-12-13T21:31:16.639Z | [ host-image] Dec 13 21:31:14.602 INFO O| Dec 13 21:31:14.602 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8923 | 2024-12-13T21:31:16.668Z | [ host-image] Dec 13 21:31:14.633 INFO O| Dec 13 21:31:14.633 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8924 | 2024-12-13T21:31:16.668Z | [ host-image] Dec 13 21:31:14.633 INFO O| Dec 13 21:31:14.633 INFO STEP 34 (remove_files) COMPLETE |
8925 | 2024-12-13T21:31:16.668Z | [ host-image] Dec 13 21:31:14.633 INFO O| Dec 13 21:31:14.633 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8926 | 2024-12-13T21:31:16.724Z | [ host-image] Dec 13 21:31:14.690 INFO O| Dec 13 21:31:14.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8927 | 2024-12-13T21:31:16.724Z | [ host-image] Dec 13 21:31:14.690 INFO O| Dec 13 21:31:14.690 INFO STEP 35 (remove_files) COMPLETE |
8928 | 2024-12-13T21:31:16.727Z | [ host-image] Dec 13 21:31:14.690 INFO O| Dec 13 21:31:14.690 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8929 | 2024-12-13T21:31:16.783Z | [ host-image] Dec 13 21:31:14.747 INFO O| Dec 13 21:31:14.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8930 | 2024-12-13T21:31:16.783Z | [ host-image] Dec 13 21:31:14.748 INFO O| Dec 13 21:31:14.748 INFO STEP 36 (remove_files) COMPLETE |
8931 | 2024-12-13T21:31:16.786Z | [ host-image] Dec 13 21:31:14.748 INFO O| Dec 13 21:31:14.748 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8932 | 2024-12-13T21:31:16.799Z | [ host-image] Dec 13 21:31:14.765 INFO O| Dec 13 21:31:14.765 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8933 | 2024-12-13T21:31:16.801Z | [ host-image] Dec 13 21:31:14.765 INFO O| Dec 13 21:31:14.765 INFO STEP 37 (remove_files) COMPLETE |
8934 | 2024-12-13T21:31:16.801Z | [ host-image] Dec 13 21:31:14.765 INFO O| Dec 13 21:31:14.765 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8935 | 2024-12-13T21:31:16.817Z | [ host-image] Dec 13 21:31:14.783 INFO O| Dec 13 21:31:14.783 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8936 | 2024-12-13T21:31:16.820Z | [ host-image] Dec 13 21:31:14.783 INFO O| Dec 13 21:31:14.783 INFO STEP 38 (remove_files) COMPLETE |
8937 | 2024-12-13T21:31:16.820Z | [ host-image] Dec 13 21:31:14.783 INFO O| Dec 13 21:31:14.783 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8938 | 2024-12-13T21:31:16.833Z | [ host-image] Dec 13 21:31:14.799 INFO O| Dec 13 21:31:14.799 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8939 | 2024-12-13T21:31:16.835Z | [ host-image] Dec 13 21:31:14.799 INFO O| Dec 13 21:31:14.799 INFO STEP 39 (remove_files) COMPLETE |
8940 | 2024-12-13T21:31:16.835Z | [ host-image] Dec 13 21:31:14.799 INFO O| Dec 13 21:31:14.799 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8941 | 2024-12-13T21:31:16.850Z | [ host-image] Dec 13 21:31:14.816 INFO O| Dec 13 21:31:14.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8942 | 2024-12-13T21:31:16.852Z | [ host-image] Dec 13 21:31:14.816 INFO O| Dec 13 21:31:14.816 INFO STEP 40 (remove_files) COMPLETE |
8943 | 2024-12-13T21:31:16.852Z | [ host-image] Dec 13 21:31:14.816 INFO O| Dec 13 21:31:14.816 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8944 | 2024-12-13T21:31:16.889Z | [ host-image] Dec 13 21:31:14.852 INFO O| Dec 13 21:31:14.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8945 | 2024-12-13T21:31:16.889Z | [ host-image] Dec 13 21:31:14.852 INFO O| Dec 13 21:31:14.852 INFO STEP 41 (remove_files) COMPLETE |
8946 | 2024-12-13T21:31:16.889Z | [ host-image] Dec 13 21:31:14.852 INFO O| Dec 13 21:31:14.852 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8947 | 2024-12-13T21:31:16.947Z | [ host-image] Dec 13 21:31:14.913 INFO O| Dec 13 21:31:14.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8948 | 2024-12-13T21:31:16.947Z | [ host-image] Dec 13 21:31:14.913 INFO O| Dec 13 21:31:14.913 INFO STEP 42 (remove_files) COMPLETE |
8949 | 2024-12-13T21:31:16.947Z | [ host-image] Dec 13 21:31:14.913 INFO O| Dec 13 21:31:14.913 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8950 | 2024-12-13T21:31:16.989Z | [ host-image] Dec 13 21:31:14.955 INFO O| Dec 13 21:31:14.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8951 | 2024-12-13T21:31:16.991Z | [ host-image] Dec 13 21:31:14.955 INFO O| Dec 13 21:31:14.955 INFO STEP 43 (remove_files) COMPLETE |
8952 | 2024-12-13T21:31:16.991Z | [ host-image] Dec 13 21:31:14.955 INFO O| Dec 13 21:31:14.955 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8953 | 2024-12-13T21:31:17.047Z | [ host-image] Dec 13 21:31:15.013 INFO O| Dec 13 21:31:15.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8954 | 2024-12-13T21:31:17.047Z | [ host-image] Dec 13 21:31:15.013 INFO O| Dec 13 21:31:15.013 INFO STEP 44 (remove_files) COMPLETE |
8955 | 2024-12-13T21:31:17.049Z | [ host-image] Dec 13 21:31:15.013 INFO O| Dec 13 21:31:15.013 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8956 | 2024-12-13T21:31:17.066Z | [ host-image] Dec 13 21:31:15.032 INFO O| Dec 13 21:31:15.032 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8957 | 2024-12-13T21:31:17.066Z | [ host-image] Dec 13 21:31:15.032 INFO O| Dec 13 21:31:15.032 INFO STEP 45 (remove_files) COMPLETE |
8958 | 2024-12-13T21:31:17.071Z | [ host-image] Dec 13 21:31:15.032 INFO O| Dec 13 21:31:15.032 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8959 | 2024-12-13T21:31:17.083Z | [ host-image] Dec 13 21:31:15.049 INFO O| Dec 13 21:31:15.049 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8960 | 2024-12-13T21:31:17.083Z | [ host-image] Dec 13 21:31:15.049 INFO O| Dec 13 21:31:15.049 INFO STEP 46 (remove_files) COMPLETE |
8961 | 2024-12-13T21:31:17.086Z | [ host-image] Dec 13 21:31:15.049 INFO O| Dec 13 21:31:15.049 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8962 | 2024-12-13T21:31:17.117Z | [ host-image] Dec 13 21:31:15.083 INFO O| Dec 13 21:31:15.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8963 | 2024-12-13T21:31:17.117Z | [ host-image] Dec 13 21:31:15.083 INFO O| Dec 13 21:31:15.083 INFO STEP 47 (remove_files) COMPLETE |
8964 | 2024-12-13T21:31:17.120Z | [ host-image] Dec 13 21:31:15.083 INFO O| Dec 13 21:31:15.083 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8965 | 2024-12-13T21:31:17.184Z | [ host-image] Dec 13 21:31:15.150 INFO O| Dec 13 21:31:15.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8966 | 2024-12-13T21:31:17.184Z | [ host-image] Dec 13 21:31:15.150 INFO O| Dec 13 21:31:15.150 INFO STEP 48 (remove_files) COMPLETE |
8967 | 2024-12-13T21:31:17.184Z | [ host-image] Dec 13 21:31:15.150 INFO O| Dec 13 21:31:15.150 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8968 | 2024-12-13T21:31:17.203Z | [ host-image] Dec 13 21:31:15.168 INFO O| Dec 13 21:31:15.168 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8969 | 2024-12-13T21:31:17.206Z | [ host-image] Dec 13 21:31:15.168 INFO O| Dec 13 21:31:15.168 INFO STEP 49 (remove_files) COMPLETE |
8970 | 2024-12-13T21:31:17.206Z | [ host-image] Dec 13 21:31:15.168 INFO O| Dec 13 21:31:15.168 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8971 | 2024-12-13T21:31:17.230Z | [ host-image] Dec 13 21:31:15.196 INFO O| Dec 13 21:31:15.196 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8972 | 2024-12-13T21:31:17.230Z | [ host-image] Dec 13 21:31:15.196 INFO O| Dec 13 21:31:15.196 INFO STEP 50 (remove_files) COMPLETE |
8973 | 2024-12-13T21:31:17.233Z | [ host-image] Dec 13 21:31:15.196 INFO O| Dec 13 21:31:15.196 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8974 | 2024-12-13T21:31:17.251Z | [ host-image] Dec 13 21:31:15.216 INFO O| Dec 13 21:31:15.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8975 | 2024-12-13T21:31:17.251Z | [ host-image] Dec 13 21:31:15.216 INFO O| Dec 13 21:31:15.216 INFO STEP 51 (remove_files) COMPLETE |
8976 | 2024-12-13T21:31:17.251Z | [ host-image] Dec 13 21:31:15.216 INFO O| Dec 13 21:31:15.216 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8977 | 2024-12-13T21:31:17.269Z | [ host-image] Dec 13 21:31:15.234 INFO O| Dec 13 21:31:15.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8978 | 2024-12-13T21:31:17.269Z | [ host-image] Dec 13 21:31:15.234 INFO O| Dec 13 21:31:15.234 INFO STEP 52 (remove_files) COMPLETE |
8979 | 2024-12-13T21:31:17.269Z | [ host-image] Dec 13 21:31:15.234 INFO O| Dec 13 21:31:15.234 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8980 | 2024-12-13T21:31:17.285Z | [ host-image] Dec 13 21:31:15.251 INFO O| Dec 13 21:31:15.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8981 | 2024-12-13T21:31:17.285Z | [ host-image] Dec 13 21:31:15.251 INFO O| Dec 13 21:31:15.251 INFO STEP 53 (remove_files) COMPLETE |
8982 | 2024-12-13T21:31:17.285Z | [ host-image] Dec 13 21:31:15.251 INFO O| Dec 13 21:31:15.251 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8983 | 2024-12-13T21:31:17.302Z | [ host-image] Dec 13 21:31:15.267 INFO O| Dec 13 21:31:15.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8984 | 2024-12-13T21:31:17.302Z | [ host-image] Dec 13 21:31:15.268 INFO O| Dec 13 21:31:15.268 INFO STEP 54 (remove_files) COMPLETE |
8985 | 2024-12-13T21:31:17.302Z | [ host-image] Dec 13 21:31:15.268 INFO O| Dec 13 21:31:15.268 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8986 | 2024-12-13T21:31:17.318Z | [ host-image] Dec 13 21:31:15.284 INFO O| Dec 13 21:31:15.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8987 | 2024-12-13T21:31:17.318Z | [ host-image] Dec 13 21:31:15.284 INFO O| Dec 13 21:31:15.284 INFO STEP 55 (remove_files) COMPLETE |
8988 | 2024-12-13T21:31:17.318Z | [ host-image] Dec 13 21:31:15.284 INFO O| Dec 13 21:31:15.284 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8989 | 2024-12-13T21:31:17.334Z | [ host-image] Dec 13 21:31:15.300 INFO O| Dec 13 21:31:15.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8990 | 2024-12-13T21:31:17.334Z | [ host-image] Dec 13 21:31:15.300 INFO O| Dec 13 21:31:15.300 INFO STEP 56 (remove_files) COMPLETE |
8991 | 2024-12-13T21:31:17.336Z | [ host-image] Dec 13 21:31:15.300 INFO O| Dec 13 21:31:15.300 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8992 | 2024-12-13T21:31:17.351Z | [ host-image] Dec 13 21:31:15.317 INFO O| Dec 13 21:31:15.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8993 | 2024-12-13T21:31:17.351Z | [ host-image] Dec 13 21:31:15.317 INFO O| Dec 13 21:31:15.317 INFO STEP 57 (remove_files) COMPLETE |
8994 | 2024-12-13T21:31:17.351Z | [ host-image] Dec 13 21:31:15.317 INFO O| Dec 13 21:31:15.317 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8995 | 2024-12-13T21:31:17.379Z | [ host-image] Dec 13 21:31:15.345 INFO O| Dec 13 21:31:15.344 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8996 | 2024-12-13T21:31:17.381Z | [ host-image] Dec 13 21:31:15.345 INFO O| Dec 13 21:31:15.345 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8997 | 2024-12-13T21:31:17.381Z | [ host-image] Dec 13 21:31:15.345 INFO O| Dec 13 21:31:15.345 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8998 | 2024-12-13T21:31:17.381Z | [ host-image] Dec 13 21:31:15.345 INFO O| Dec 13 21:31:15.345 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8999 | 2024-12-13T21:31:17.381Z | [ host-image] Dec 13 21:31:15.345 INFO O| Dec 13 21:31:15.345 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9000 | 2024-12-13T21:31:17.381Z | [ host-image] Dec 13 21:31:15.345 INFO O| Dec 13 21:31:15.345 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9001 | 2024-12-13T21:31:17.381Z | [ host-image] Dec 13 21:31:15.346 INFO O| Dec 13 21:31:15.346 INFO ok! |
9002 | 2024-12-13T21:31:17.381Z | [ host-image] Dec 13 21:31:15.346 INFO O| Dec 13 21:31:15.346 INFO STEP 58 (ensure_file) COMPLETE |
9003 | 2024-12-13T21:31:17.381Z | [ host-image] Dec 13 21:31:15.346 INFO O| Dec 13 21:31:15.346 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9004 | 2024-12-13T21:31:17.413Z | [ host-image] Dec 13 21:31:15.378 INFO O| Dec 13 21:31:15.378 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9005 | 2024-12-13T21:31:17.413Z | [ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9006 | 2024-12-13T21:31:17.416Z | [ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9007 | 2024-12-13T21:31:17.416Z | [ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9008 | 2024-12-13T21:31:17.416Z | [ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9009 | 2024-12-13T21:31:17.416Z | [ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9010 | 2024-12-13T21:31:17.416Z | [ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO ok! |
9011 | 2024-12-13T21:31:17.416Z | [ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO STEP 59 (ensure_file) COMPLETE |
9012 | 2024-12-13T21:31:17.416Z | [ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9013 | 2024-12-13T21:31:17.472Z | [ host-image] Dec 13 21:31:15.438 INFO O| Dec 13 21:31:15.438 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9014 | 2024-12-13T21:31:17.472Z | [ host-image] Dec 13 21:31:15.438 INFO O| Dec 13 21:31:15.438 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9015 | 2024-12-13T21:31:17.472Z | [ host-image] Dec 13 21:31:15.438 INFO O| Dec 13 21:31:15.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9016 | 2024-12-13T21:31:17.475Z | [ host-image] Dec 13 21:31:15.438 INFO O| Dec 13 21:31:15.438 INFO ok! |
9017 | 2024-12-13T21:31:17.475Z | [ host-image] Dec 13 21:31:15.439 INFO O| Dec 13 21:31:15.438 INFO STEP 60 (ensure_file) COMPLETE |
9018 | 2024-12-13T21:31:17.475Z | [ host-image] Dec 13 21:31:15.439 INFO O| Dec 13 21:31:15.438 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9019 | 2024-12-13T21:31:17.491Z | [ host-image] Dec 13 21:31:15.457 INFO O| Dec 13 21:31:15.457 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9020 | 2024-12-13T21:31:17.491Z | [ host-image] Dec 13 21:31:15.457 INFO O| Dec 13 21:31:15.457 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9021 | 2024-12-13T21:31:17.495Z | [ host-image] Dec 13 21:31:15.457 INFO O| Dec 13 21:31:15.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9022 | 2024-12-13T21:31:17.495Z | [ host-image] Dec 13 21:31:15.457 INFO O| Dec 13 21:31:15.457 INFO ok! |
9023 | 2024-12-13T21:31:17.495Z | [ host-image] Dec 13 21:31:15.457 INFO O| Dec 13 21:31:15.457 INFO STEP 61 (ensure_file) COMPLETE |
9024 | 2024-12-13T21:31:17.495Z | [ host-image] Dec 13 21:31:15.457 INFO O| Dec 13 21:31:15.457 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9025 | 2024-12-13T21:31:17.522Z | [ host-image] Dec 13 21:31:15.488 INFO O| Dec 13 21:31:15.488 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9026 | 2024-12-13T21:31:17.523Z | [ host-image] Dec 13 21:31:15.489 INFO O| Dec 13 21:31:15.488 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9027 | 2024-12-13T21:31:17.525Z | [ host-image] Dec 13 21:31:15.489 INFO O| Dec 13 21:31:15.489 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9028 | 2024-12-13T21:31:17.525Z | [ host-image] Dec 13 21:31:15.489 INFO O| Dec 13 21:31:15.489 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9029 | 2024-12-13T21:31:17.525Z | [ host-image] Dec 13 21:31:15.489 INFO O| Dec 13 21:31:15.489 INFO ok! |
9030 | 2024-12-13T21:31:17.525Z | [ host-image] Dec 13 21:31:15.489 INFO O| Dec 13 21:31:15.489 INFO STEP 62 (ensure_file) COMPLETE |
9031 | 2024-12-13T21:31:17.525Z | [ host-image] Dec 13 21:31:15.489 INFO O| Dec 13 21:31:15.489 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9032 | 2024-12-13T21:31:17.574Z | [ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9033 | 2024-12-13T21:31:17.574Z | [ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9034 | 2024-12-13T21:31:17.576Z | [ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9035 | 2024-12-13T21:31:17.576Z | [ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9036 | 2024-12-13T21:31:17.576Z | [ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO ok! |
9037 | 2024-12-13T21:31:17.576Z | [ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO STEP 63 (ensure_file) COMPLETE |
9038 | 2024-12-13T21:31:17.576Z | [ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9039 | 2024-12-13T21:31:17.636Z | [ host-image] Dec 13 21:31:15.601 INFO O| Dec 13 21:31:15.601 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9040 | 2024-12-13T21:31:17.636Z | [ host-image] Dec 13 21:31:15.602 INFO O| Dec 13 21:31:15.601 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9041 | 2024-12-13T21:31:17.636Z | [ host-image] Dec 13 21:31:15.602 INFO O| Dec 13 21:31:15.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9042 | 2024-12-13T21:31:17.638Z | [ host-image] Dec 13 21:31:15.602 INFO O| Dec 13 21:31:15.602 INFO ok! |
9043 | 2024-12-13T21:31:17.638Z | [ host-image] Dec 13 21:31:15.602 INFO O| Dec 13 21:31:15.602 INFO STEP 64 (assemble_files) COMPLETE |
9044 | 2024-12-13T21:31:17.638Z | [ host-image] Dec 13 21:31:15.602 INFO O| Dec 13 21:31:15.602 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9045 | 2024-12-13T21:31:17.677Z | [ host-image] Dec 13 21:31:15.643 INFO O| Dec 13 21:31:15.643 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9046 | 2024-12-13T21:31:17.677Z | [ host-image] Dec 13 21:31:15.643 INFO O| Dec 13 21:31:15.643 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9047 | 2024-12-13T21:31:17.680Z | [ host-image] Dec 13 21:31:15.643 INFO O| Dec 13 21:31:15.643 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9048 | 2024-12-13T21:31:17.680Z | [ host-image] Dec 13 21:31:15.644 INFO O| Dec 13 21:31:15.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9049 | 2024-12-13T21:31:17.680Z | [ host-image] Dec 13 21:31:15.644 INFO O| Dec 13 21:31:15.643 INFO ok! |
9050 | 2024-12-13T21:31:17.680Z | [ host-image] Dec 13 21:31:15.644 INFO O| Dec 13 21:31:15.644 INFO STEP 65 (ensure_file) COMPLETE |
9051 | 2024-12-13T21:31:17.680Z | [ host-image] Dec 13 21:31:15.644 INFO O| Dec 13 21:31:15.644 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9052 | 2024-12-13T21:31:17.713Z | [ host-image] Dec 13 21:31:15.679 INFO O| Dec 13 21:31:15.679 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9053 | 2024-12-13T21:31:17.716Z | [ host-image] Dec 13 21:31:15.680 INFO O| Dec 13 21:31:15.679 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9054 | 2024-12-13T21:31:17.716Z | [ host-image] Dec 13 21:31:15.680 INFO O| Dec 13 21:31:15.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9055 | 2024-12-13T21:31:17.716Z | [ host-image] Dec 13 21:31:15.680 INFO O| Dec 13 21:31:15.680 INFO STEP 66 (ensure_dir) COMPLETE |
9056 | 2024-12-13T21:31:17.716Z | [ host-image] Dec 13 21:31:15.680 INFO O| Dec 13 21:31:15.680 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9057 | 2024-12-13T21:31:17.733Z | [ host-image] Dec 13 21:31:15.699 INFO O| Dec 13 21:31:15.699 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9058 | 2024-12-13T21:31:17.733Z | [ host-image] Dec 13 21:31:15.699 INFO O| Dec 13 21:31:15.699 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 ... |
9059 | 2024-12-13T21:31:17.744Z | [ host-image] Dec 13 21:31:15.710 INFO O| Dec 13 21:31:15.710 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 |
9060 | 2024-12-13T21:31:17.745Z | [ host-image] Dec 13 21:31:15.710 INFO O| Dec 13 21:31:15.710 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9061 | 2024-12-13T21:31:17.745Z | [ host-image] Dec 13 21:31:15.710 INFO O| Dec 13 21:31:15.710 INFO ok! |
9062 | 2024-12-13T21:31:17.745Z | [ host-image] Dec 13 21:31:15.710 INFO O| Dec 13 21:31:15.710 INFO STEP 67 (ensure_file) COMPLETE |
9063 | 2024-12-13T21:31:17.745Z | [ host-image] Dec 13 21:31:15.710 INFO O| Dec 13 21:31:15.710 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9064 | 2024-12-13T21:31:17.806Z | [ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9065 | 2024-12-13T21:31:17.806Z | [ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 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 ... |
9066 | 2024-12-13T21:31:17.809Z | [ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 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 |
9067 | 2024-12-13T21:31:17.809Z | [ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9068 | 2024-12-13T21:31:17.809Z | [ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 INFO ok! |
9069 | 2024-12-13T21:31:17.809Z | [ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 INFO STEP 68 (ensure_file) COMPLETE |
9070 | 2024-12-13T21:31:17.809Z | [ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9071 | 2024-12-13T21:31:17.836Z | [ host-image] Dec 13 21:31:15.802 INFO O| Dec 13 21:31:15.802 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9072 | 2024-12-13T21:31:17.839Z | [ host-image] Dec 13 21:31:15.802 INFO O| Dec 13 21:31:15.802 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9073 | 2024-12-13T21:31:21.737Z | [ host-image] Dec 13 21:31:19.703 INFO O| Dec 13 21:31:19.703 INFO STEP 69 (pack_tar) COMPLETE |
9074 | 2024-12-13T21:31:21.737Z | [ host-image] Dec 13 21:31:19.703 INFO O| Dec 13 21:31:19.703 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9075 | 2024-12-13T21:31:21.740Z | [ host-image] Dec 13 21:31:19.703 INFO O| Dec 13 21:31:19.703 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9076 | 2024-12-13T21:31:22.211Z | [ host-image] Dec 13 21:31:20.177 INFO O| Dec 13 21:31:20.176 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9077 | 2024-12-13T21:31:22.351Z | [ host-image] Dec 13 21:31:20.315 INFO O| Dec 13 21:31:20.315 INFO completed processing gimlet/ramdisk-02-trim |
9078 | 2024-12-13T21:31:22.353Z | [ host-image] Dec 13 21:31:20.318 INFO image builder template: zfs... |
9079 | 2024-12-13T21:31:22.354Z | [ host-image] Dec 13 21:31:20.318 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/.tmpFbsOmv/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 |
9080 | 2024-12-13T21:31:22.376Z | [ host-image] Dec 13 21:31:20.342 INFO O| Dec 13 21:31:20.341 INFO skip include "stress" because feature "stress" is not enabled |
9081 | 2024-12-13T21:31:22.446Z | [ host-image] Dec 13 21:31:20.411 INFO O| Dec 13 21:31:20.411 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9082 | 2024-12-13T21:31:22.483Z | [ host-image] Dec 13 21:31:20.448 INFO O| Dec 13 21:31:20.448 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9083 | 2024-12-13T21:31:22.609Z | [ host-image] Dec 13 21:31:20.574 INFO O| Dec 13 21:31:20.574 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9084 | 2024-12-13T21:31:22.729Z | [ host-image] Dec 13 21:31:20.694 INFO O| Dec 13 21:31:20.694 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9085 | 2024-12-13T21:31:22.729Z | [ host-image] Dec 13 21:31:20.694 INFO O| Dec 13 21:31:20.694 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9086 | 2024-12-13T21:31:22.736Z | [ host-image] Dec 13 21:31:20.701 INFO O| Dec 13 21:31:20.701 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9087 | 2024-12-13T21:31:22.867Z | [ host-image] Dec 13 21:31:20.832 INFO O| Dec 13 21:31:20.832 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9088 | 2024-12-13T21:31:22.982Z | [ host-image] Dec 13 21:31:20.947 INFO O| Dec 13 21:31:20.947 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9089 | 2024-12-13T21:31:23.053Z | [ host-image] Dec 13 21:31:21.016 INFO O| Dec 13 21:31:21.016 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9090 | 2024-12-13T21:31:23.096Z | [ host-image] Dec 13 21:31:21.061 INFO O| Dec 13 21:31:21.061 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9091 | 2024-12-13T21:31:23.096Z | [ host-image] Dec 13 21:31:21.061 INFO O| Dec 13 21:31:21.061 INFO no lofi found |
9092 | 2024-12-13T21:31:23.098Z | [ host-image] Dec 13 21:31:21.061 INFO O| Dec 13 21:31:21.061 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9093 | 2024-12-13T21:31:23.098Z | [ host-image] Dec 13 21:31:21.061 INFO O| Dec 13 21:31:21.061 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9094 | 2024-12-13T21:31:25.045Z | [ host-image] Dec 13 21:31:23.010 INFO O| Dec 13 21:31:23.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
9095 | 2024-12-13T21:31:25.045Z | [ host-image] Dec 13 21:31:23.010 INFO O| Dec 13 21:31:23.010 INFO pool device = /dev/dsk/c2t1d0p0 |
9096 | 2024-12-13T21:31:25.048Z | [ host-image] Dec 13 21:31:23.011 INFO O| Dec 13 21:31:23.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
9097 | 2024-12-13T21:31:25.298Z | [ host-image] Dec 13 21:31:23.263 INFO O| Dec 13 21:31:23.262 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9098 | 2024-12-13T21:31:25.298Z | [ host-image] Dec 13 21:31:23.263 INFO O| Dec 13 21:31:23.263 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9099 | 2024-12-13T21:31:25.413Z | [ host-image] Dec 13 21:31:23.377 INFO O| Dec 13 21:31:23.377 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9100 | 2024-12-13T21:31:25.539Z | [ host-image] Dec 13 21:31:23.504 INFO O| Dec 13 21:31:23.503 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9101 | 2024-12-13T21:31:25.595Z | [ host-image] Dec 13 21:31:23.560 INFO O| Dec 13 21:31:23.560 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9102 | 2024-12-13T21:31:25.623Z | [ host-image] Dec 13 21:31:23.588 INFO O| Dec 13 21:31:23.588 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9103 | 2024-12-13T21:31:25.651Z | [ host-image] Dec 13 21:31:23.616 INFO O| Dec 13 21:31:23.616 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9104 | 2024-12-13T21:31:25.740Z | [ host-image] Dec 13 21:31:23.705 INFO O| Dec 13 21:31:23.704 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9105 | 2024-12-13T21:31:25.742Z | [ host-image] Dec 13 21:31:23.705 INFO O| Dec 13 21:31:23.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9106 | 2024-12-13T21:31:25.743Z | [ host-image] Dec 13 21:31:23.705 INFO O| Dec 13 21:31:23.705 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9107 | 2024-12-13T21:31:25.760Z | [ host-image] Dec 13 21:31:23.725 INFO O| Dec 13 21:31:23.725 INFO boot environment UUID: 549de30e-3444-4baa-98b3-c709df461e86 |
9108 | 2024-12-13T21:31:25.760Z | [ host-image] Dec 13 21:31:23.725 INFO O| Dec 13 21:31:23.725 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 549de30e-3444-4baa-98b3-c709df461e86 |
9109 | 2024-12-13T21:31:25.832Z | [ host-image] Dec 13 21:31:23.790 INFO O| Dec 13 21:31:23.790 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9110 | 2024-12-13T21:31:25.883Z | [ host-image] Dec 13 21:31:23.848 INFO O| Dec 13 21:31:23.848 INFO STEP 0 (create_be) COMPLETE |
9111 | 2024-12-13T21:31:25.883Z | [ host-image] Dec 13 21:31:23.848 INFO O| Dec 13 21:31:23.848 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9112 | 2024-12-13T21:31:25.931Z | [ host-image] Dec 13 21:31:23.895 INFO O| Dec 13 21:31:23.895 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9113 | 2024-12-13T21:31:36.671Z | [ recovery-image] Dec 13 21:31:34.635 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) |
9114 | 2024-12-13T21:31:43.693Z | [ recovery-image] Dec 13 21:31:41.655 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) |
9115 | 2024-12-13T21:31:51.273Z | [ host-image] Dec 13 21:31:49.235 INFO O| Dec 13 21:31:49.235 INFO STEP 1 (unpack_tar) COMPLETE |
9116 | 2024-12-13T21:31:51.273Z | [ host-image] Dec 13 21:31:49.235 INFO O| Dec 13 21:31:49.235 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9117 | 2024-12-13T21:31:51.291Z | [ host-image] Dec 13 21:31:49.253 INFO O| Dec 13 21:31:49.253 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9118 | 2024-12-13T21:31:51.737Z | [ host-image] Dec 13 21:31:49.699 INFO O| Dec 13 21:31:49.699 INFO STEP 2 (devfsadm) COMPLETE |
9119 | 2024-12-13T21:31:51.739Z | [ host-image] Dec 13 21:31:49.699 INFO O| Dec 13 21:31:49.699 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9120 | 2024-12-13T21:31:51.754Z | [ host-image] Dec 13 21:31:49.716 INFO O| Dec 13 21:31:49.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9121 | 2024-12-13T21:31:51.754Z | [ host-image] Dec 13 21:31:49.716 INFO O| Dec 13 21:31:49.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9122 | 2024-12-13T21:31:51.754Z | [ host-image] Dec 13 21:31:49.716 INFO O| Dec 13 21:31:49.716 INFO STEP 3 (ensure_dir) COMPLETE |
9123 | 2024-12-13T21:31:51.757Z | [ host-image] Dec 13 21:31:49.716 INFO O| Dec 13 21:31:49.716 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9124 | 2024-12-13T21:31:51.787Z | [ host-image] Dec 13 21:31:49.749 INFO O| Dec 13 21:31:49.749 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9125 | 2024-12-13T21:31:51.787Z | [ host-image] Dec 13 21:31:49.749 INFO O| Dec 13 21:31:49.749 INFO STEP 4 (ensure_dir) COMPLETE |
9126 | 2024-12-13T21:31:51.787Z | [ host-image] Dec 13 21:31:49.749 INFO O| Dec 13 21:31:49.749 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9127 | 2024-12-13T21:31:51.805Z | [ host-image] Dec 13 21:31:49.768 INFO O| Dec 13 21:31:49.767 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9128 | 2024-12-13T21:31:51.808Z | [ host-image] Dec 13 21:31:49.768 INFO O| Dec 13 21:31:49.767 INFO STEP 5 (ensure_dir) COMPLETE |
9129 | 2024-12-13T21:31:51.808Z | [ host-image] Dec 13 21:31:49.768 INFO O| Dec 13 21:31:49.767 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9130 | 2024-12-13T21:31:51.823Z | [ host-image] Dec 13 21:31:49.785 INFO O| Dec 13 21:31:49.785 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9131 | 2024-12-13T21:31:51.823Z | [ host-image] Dec 13 21:31:49.785 INFO O| Dec 13 21:31:49.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9132 | 2024-12-13T21:31:51.823Z | [ host-image] Dec 13 21:31:49.785 INFO O| Dec 13 21:31:49.785 INFO STEP 6 (ensure_dir) COMPLETE |
9133 | 2024-12-13T21:31:51.828Z | [ host-image] Dec 13 21:31:49.785 INFO O| Dec 13 21:31:49.785 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9134 | 2024-12-13T21:31:51.842Z | [ host-image] Dec 13 21:31:49.804 INFO O| Dec 13 21:31:49.804 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9135 | 2024-12-13T21:31:51.842Z | [ host-image] Dec 13 21:31:49.804 INFO O| Dec 13 21:31:49.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9136 | 2024-12-13T21:31:51.844Z | [ host-image] Dec 13 21:31:49.804 INFO O| Dec 13 21:31:49.804 INFO STEP 7 (ensure_dir) COMPLETE |
9137 | 2024-12-13T21:31:51.845Z | [ host-image] Dec 13 21:31:49.804 INFO O| Dec 13 21:31:49.804 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9138 | 2024-12-13T21:31:51.901Z | [ host-image] Dec 13 21:31:49.860 INFO O| Dec 13 21:31:49.860 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9139 | 2024-12-13T21:31:51.901Z | [ host-image] Dec 13 21:31:49.860 INFO O| Dec 13 21:31:49.860 INFO STEP 8 (remove_files) COMPLETE |
9140 | 2024-12-13T21:31:51.902Z | [ host-image] Dec 13 21:31:49.860 INFO O| Dec 13 21:31:49.860 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9141 | 2024-12-13T21:31:51.938Z | [ host-image] Dec 13 21:31:49.900 INFO O| Dec 13 21:31:49.900 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9142 | 2024-12-13T21:31:51.940Z | [ host-image] Dec 13 21:31:49.901 INFO O| Dec 13 21:31:49.901 INFO STEP 9 (remove_files) COMPLETE |
9143 | 2024-12-13T21:31:51.940Z | [ host-image] Dec 13 21:31:49.901 INFO O| Dec 13 21:31:49.901 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9144 | 2024-12-13T21:31:51.961Z | [ host-image] Dec 13 21:31:49.923 INFO O| Dec 13 21:31:49.922 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9145 | 2024-12-13T21:31:51.966Z | [ host-image] Dec 13 21:31:49.924 INFO O| Dec 13 21:31:49.924 INFO STEP 10 (remove_files) COMPLETE |
9146 | 2024-12-13T21:31:51.966Z | [ host-image] Dec 13 21:31:49.924 INFO O| Dec 13 21:31:49.924 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9147 | 2024-12-13T21:31:52.002Z | [ host-image] Dec 13 21:31:49.964 INFO O| Dec 13 21:31:49.963 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9148 | 2024-12-13T21:31:52.005Z | [ host-image] Dec 13 21:31:49.964 INFO O| Dec 13 21:31:49.964 INFO STEP 11 (remove_files) COMPLETE |
9149 | 2024-12-13T21:31:52.005Z | [ host-image] Dec 13 21:31:49.964 INFO O| Dec 13 21:31:49.964 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9150 | 2024-12-13T21:31:52.021Z | [ host-image] Dec 13 21:31:49.983 INFO O| Dec 13 21:31:49.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9151 | 2024-12-13T21:31:52.024Z | [ host-image] Dec 13 21:31:49.983 INFO O| Dec 13 21:31:49.983 INFO STEP 12 (remove_files) COMPLETE |
9152 | 2024-12-13T21:31:52.024Z | [ host-image] Dec 13 21:31:49.983 INFO O| Dec 13 21:31:49.983 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9153 | 2024-12-13T21:31:52.042Z | [ host-image] Dec 13 21:31:50.004 INFO O| Dec 13 21:31:50.004 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9154 | 2024-12-13T21:31:52.042Z | [ host-image] Dec 13 21:31:50.004 INFO O| Dec 13 21:31:50.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9155 | 2024-12-13T21:31:52.042Z | [ host-image] Dec 13 21:31:50.004 INFO O| Dec 13 21:31:50.004 INFO STEP 13 (ensure_dir) COMPLETE |
9156 | 2024-12-13T21:31:52.045Z | [ host-image] Dec 13 21:31:50.004 INFO O| Dec 13 21:31:50.004 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9157 | 2024-12-13T21:31:52.062Z | [ host-image] Dec 13 21:31:50.024 INFO O| Dec 13 21:31:50.024 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9158 | 2024-12-13T21:31:52.062Z | [ host-image] Dec 13 21:31:50.024 INFO O| Dec 13 21:31:50.024 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9159 | 2024-12-13T21:31:52.064Z | [ host-image] Dec 13 21:31:50.024 INFO O| Dec 13 21:31:50.024 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9160 | 2024-12-13T21:31:52.064Z | [ host-image] Dec 13 21:31:50.024 INFO O| Dec 13 21:31:50.024 INFO STEP 14 (ensure_dir) COMPLETE |
9161 | 2024-12-13T21:31:52.064Z | [ host-image] Dec 13 21:31:50.024 INFO O| Dec 13 21:31:50.024 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9162 | 2024-12-13T21:31:52.084Z | [ host-image] Dec 13 21:31:50.046 INFO O| Dec 13 21:31:50.046 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9163 | 2024-12-13T21:31:52.084Z | [ host-image] Dec 13 21:31:50.046 INFO O| Dec 13 21:31:50.046 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9164 | 2024-12-13T21:31:52.084Z | [ host-image] Dec 13 21:31:50.046 INFO O| Dec 13 21:31:50.046 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9165 | 2024-12-13T21:31:52.088Z | [ host-image] Dec 13 21:31:50.046 INFO O| Dec 13 21:31:50.046 INFO STEP 15 (ensure_dir) COMPLETE |
9166 | 2024-12-13T21:31:52.088Z | [ host-image] Dec 13 21:31:50.047 INFO O| Dec 13 21:31:50.046 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9167 | 2024-12-13T21:31:52.119Z | [ host-image] Dec 13 21:31:50.081 INFO O| Dec 13 21:31:50.081 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9168 | 2024-12-13T21:31:52.119Z | [ host-image] Dec 13 21:31:50.081 INFO O| Dec 13 21:31:50.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9169 | 2024-12-13T21:31:52.119Z | [ host-image] Dec 13 21:31:50.081 INFO O| Dec 13 21:31:50.081 INFO STEP 16 (ensure_dir) COMPLETE |
9170 | 2024-12-13T21:31:52.122Z | [ host-image] Dec 13 21:31:50.081 INFO O| Dec 13 21:31:50.081 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9171 | 2024-12-13T21:31:52.139Z | [ host-image] Dec 13 21:31:50.101 INFO O| Dec 13 21:31:50.101 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9172 | 2024-12-13T21:31:52.139Z | [ host-image] Dec 13 21:31:50.101 INFO O| Dec 13 21:31:50.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9173 | 2024-12-13T21:31:52.139Z | [ host-image] Dec 13 21:31:50.102 INFO O| Dec 13 21:31:50.101 INFO STEP 17 (ensure_dir) COMPLETE |
9174 | 2024-12-13T21:31:52.142Z | [ host-image] Dec 13 21:31:50.102 INFO O| Dec 13 21:31:50.102 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9175 | 2024-12-13T21:31:52.184Z | [ host-image] Dec 13 21:31:50.146 INFO O| Dec 13 21:31:50.146 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9176 | 2024-12-13T21:31:52.184Z | [ host-image] Dec 13 21:31:50.146 INFO O| Dec 13 21:31:50.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9177 | 2024-12-13T21:31:52.184Z | [ host-image] Dec 13 21:31:50.146 INFO O| Dec 13 21:31:50.146 INFO ok! |
9178 | 2024-12-13T21:31:52.187Z | [ host-image] Dec 13 21:31:50.146 INFO O| Dec 13 21:31:50.146 INFO STEP 18 (ensure_symlink) COMPLETE |
9179 | 2024-12-13T21:31:52.187Z | [ host-image] Dec 13 21:31:50.146 INFO O| Dec 13 21:31:50.146 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9180 | 2024-12-13T21:31:52.203Z | [ host-image] Dec 13 21:31:50.164 INFO O| Dec 13 21:31:50.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9181 | 2024-12-13T21:31:52.203Z | [ host-image] Dec 13 21:31:50.164 INFO O| Dec 13 21:31:50.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9182 | 2024-12-13T21:31:52.203Z | [ host-image] Dec 13 21:31:50.164 INFO O| Dec 13 21:31:50.164 INFO ok! |
9183 | 2024-12-13T21:31:52.203Z | [ host-image] Dec 13 21:31:50.164 INFO O| Dec 13 21:31:50.164 INFO STEP 19 (ensure_file) COMPLETE |
9184 | 2024-12-13T21:31:52.203Z | [ host-image] Dec 13 21:31:50.164 INFO O| Dec 13 21:31:50.164 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9185 | 2024-12-13T21:31:52.227Z | [ host-image] Dec 13 21:31:50.189 INFO O| Dec 13 21:31:50.189 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9186 | 2024-12-13T21:31:52.227Z | [ host-image] Dec 13 21:31:50.189 INFO O| Dec 13 21:31:50.189 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9187 | 2024-12-13T21:31:52.230Z | [ host-image] Dec 13 21:31:50.189 INFO O| Dec 13 21:31:50.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9188 | 2024-12-13T21:31:52.230Z | [ host-image] Dec 13 21:31:50.189 INFO O| Dec 13 21:31:50.189 INFO ok! |
9189 | 2024-12-13T21:31:52.230Z | [ host-image] Dec 13 21:31:50.189 INFO O| Dec 13 21:31:50.189 INFO STEP 20 (ensure_symlink) COMPLETE |
9190 | 2024-12-13T21:31:52.230Z | [ host-image] Dec 13 21:31:50.189 INFO O| Dec 13 21:31:50.189 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9191 | 2024-12-13T21:31:52.262Z | [ host-image] Dec 13 21:31:50.224 INFO O| Dec 13 21:31:50.224 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9192 | 2024-12-13T21:31:52.262Z | [ host-image] Dec 13 21:31:50.224 INFO O| Dec 13 21:31:50.224 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9193 | 2024-12-13T21:31:52.262Z | [ host-image] Dec 13 21:31:50.224 INFO O| Dec 13 21:31:50.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9194 | 2024-12-13T21:31:52.262Z | [ host-image] Dec 13 21:31:50.224 INFO O| Dec 13 21:31:50.224 INFO ok! |
9195 | 2024-12-13T21:31:52.264Z | [ host-image] Dec 13 21:31:50.224 INFO O| Dec 13 21:31:50.224 INFO STEP 21 (ensure_symlink) COMPLETE |
9196 | 2024-12-13T21:31:52.264Z | [ host-image] Dec 13 21:31:50.224 INFO O| Dec 13 21:31:50.224 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9197 | 2024-12-13T21:31:52.322Z | [ host-image] Dec 13 21:31:50.284 INFO O| Dec 13 21:31:50.284 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9198 | 2024-12-13T21:31:52.322Z | [ host-image] Dec 13 21:31:50.284 INFO O| Dec 13 21:31:50.284 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9199 | 2024-12-13T21:31:52.327Z | [ host-image] Dec 13 21:31:50.284 INFO O| Dec 13 21:31:50.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9200 | 2024-12-13T21:31:52.327Z | [ host-image] Dec 13 21:31:50.284 INFO O| Dec 13 21:31:50.284 INFO ok! |
9201 | 2024-12-13T21:31:52.327Z | [ host-image] Dec 13 21:31:50.284 INFO O| Dec 13 21:31:50.284 INFO STEP 22 (ensure_symlink) COMPLETE |
9202 | 2024-12-13T21:31:52.327Z | [ host-image] Dec 13 21:31:50.284 INFO O| Dec 13 21:31:50.284 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9203 | 2024-12-13T21:31:52.359Z | [ host-image] Dec 13 21:31:50.321 INFO O| Dec 13 21:31:50.321 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9204 | 2024-12-13T21:31:52.359Z | [ host-image] Dec 13 21:31:50.321 INFO O| Dec 13 21:31:50.321 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9205 | 2024-12-13T21:31:52.359Z | [ host-image] Dec 13 21:31:50.321 INFO O| Dec 13 21:31:50.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9206 | 2024-12-13T21:31:52.362Z | [ host-image] Dec 13 21:31:50.321 INFO O| Dec 13 21:31:50.321 INFO ok! |
9207 | 2024-12-13T21:31:52.362Z | [ host-image] Dec 13 21:31:50.321 INFO O| Dec 13 21:31:50.321 INFO STEP 23 (ensure_symlink) COMPLETE |
9208 | 2024-12-13T21:31:52.362Z | [ host-image] Dec 13 21:31:50.321 INFO O| Dec 13 21:31:50.321 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9209 | 2024-12-13T21:31:52.390Z | [ host-image] Dec 13 21:31:50.351 INFO O| Dec 13 21:31:50.351 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9210 | 2024-12-13T21:31:52.390Z | [ host-image] Dec 13 21:31:50.351 INFO O| Dec 13 21:31:50.351 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9211 | 2024-12-13T21:31:52.393Z | [ host-image] Dec 13 21:31:50.352 INFO O| Dec 13 21:31:50.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9212 | 2024-12-13T21:31:52.393Z | [ host-image] Dec 13 21:31:50.352 INFO O| Dec 13 21:31:50.352 INFO ok! |
9213 | 2024-12-13T21:31:52.393Z | [ host-image] Dec 13 21:31:50.352 INFO O| Dec 13 21:31:50.352 INFO STEP 24 (ensure_file) COMPLETE |
9214 | 2024-12-13T21:31:52.393Z | [ host-image] Dec 13 21:31:50.352 INFO O| Dec 13 21:31:50.352 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9215 | 2024-12-13T21:31:52.409Z | [ host-image] Dec 13 21:31:50.370 INFO O| Dec 13 21:31:50.370 INFO updating shadow file |
9216 | 2024-12-13T21:31:52.411Z | [ host-image] Dec 13 21:31:50.371 INFO O| Dec 13 21:31:50.370 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9217 | 2024-12-13T21:31:52.411Z | [ host-image] Dec 13 21:31:50.371 INFO O| Dec 13 21:31:50.371 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9218 | 2024-12-13T21:31:52.411Z | [ host-image] Dec 13 21:31:50.371 INFO O| Dec 13 21:31:50.371 INFO STEP 25 (shadow) COMPLETE |
9219 | 2024-12-13T21:31:52.411Z | [ host-image] Dec 13 21:31:50.371 INFO O| Dec 13 21:31:50.371 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9220 | 2024-12-13T21:31:52.429Z | [ host-image] Dec 13 21:31:50.390 INFO O| Dec 13 21:31:50.390 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9221 | 2024-12-13T21:31:52.429Z | [ host-image] Dec 13 21:31:50.390 INFO O| Dec 13 21:31:50.390 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9222 | 2024-12-13T21:31:52.432Z | [ host-image] Dec 13 21:31:50.390 INFO O| Dec 13 21:31:50.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9223 | 2024-12-13T21:31:52.432Z | [ host-image] Dec 13 21:31:50.391 INFO O| Dec 13 21:31:50.390 INFO ok! |
9224 | 2024-12-13T21:31:52.432Z | [ host-image] Dec 13 21:31:50.391 INFO O| Dec 13 21:31:50.390 INFO STEP 26 (ensure_file) COMPLETE |
9225 | 2024-12-13T21:31:52.432Z | [ host-image] Dec 13 21:31:50.391 INFO O| Dec 13 21:31:50.391 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9226 | 2024-12-13T21:31:52.465Z | [ host-image] Dec 13 21:31:50.427 INFO O| Dec 13 21:31:50.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9227 | 2024-12-13T21:31:52.466Z | [ host-image] Dec 13 21:31:50.427 INFO O| Dec 13 21:31:50.427 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9228 | 2024-12-13T21:31:52.468Z | [ host-image] Dec 13 21:31:50.428 INFO O| Dec 13 21:31:50.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9229 | 2024-12-13T21:31:52.468Z | [ host-image] Dec 13 21:31:50.428 INFO O| Dec 13 21:31:50.427 INFO ok! |
9230 | 2024-12-13T21:31:52.468Z | [ host-image] Dec 13 21:31:50.428 INFO O| Dec 13 21:31:50.428 INFO STEP 27 (ensure_file) COMPLETE |
9231 | 2024-12-13T21:31:52.468Z | [ host-image] Dec 13 21:31:50.428 INFO O| Dec 13 21:31:50.428 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9232 | 2024-12-13T21:31:52.485Z | [ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9233 | 2024-12-13T21:31:52.485Z | [ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9234 | 2024-12-13T21:31:52.487Z | [ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9235 | 2024-12-13T21:31:52.487Z | [ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9236 | 2024-12-13T21:31:52.487Z | [ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 INFO ok! |
9237 | 2024-12-13T21:31:52.487Z | [ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 INFO STEP 28 (ensure_file) COMPLETE |
9238 | 2024-12-13T21:31:52.487Z | [ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9239 | 2024-12-13T21:31:52.505Z | [ host-image] Dec 13 21:31:50.466 INFO O| Dec 13 21:31:50.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9240 | 2024-12-13T21:31:52.505Z | [ host-image] Dec 13 21:31:50.466 INFO O| Dec 13 21:31:50.465 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9241 | 2024-12-13T21:31:52.505Z | [ host-image] Dec 13 21:31:50.466 INFO O| Dec 13 21:31:50.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9242 | 2024-12-13T21:31:52.505Z | [ host-image] Dec 13 21:31:50.466 INFO O| Dec 13 21:31:50.466 INFO ok! |
9243 | 2024-12-13T21:31:52.505Z | [ host-image] Dec 13 21:31:50.466 INFO O| Dec 13 21:31:50.466 INFO STEP 29 (ensure_file) COMPLETE |
9244 | 2024-12-13T21:31:52.505Z | [ host-image] Dec 13 21:31:50.466 INFO O| Dec 13 21:31:50.466 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9245 | 2024-12-13T21:31:52.537Z | [ host-image] Dec 13 21:31:50.499 INFO O| Dec 13 21:31:50.499 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9246 | 2024-12-13T21:31:52.537Z | [ host-image] Dec 13 21:31:50.499 INFO O| Dec 13 21:31:50.499 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9247 | 2024-12-13T21:31:52.538Z | [ host-image] Dec 13 21:31:50.499 INFO O| Dec 13 21:31:50.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9248 | 2024-12-13T21:31:52.540Z | [ host-image] Dec 13 21:31:50.499 INFO O| Dec 13 21:31:50.499 INFO ok! |
9249 | 2024-12-13T21:31:52.540Z | [ host-image] Dec 13 21:31:50.499 INFO O| Dec 13 21:31:50.499 INFO STEP 30 (ensure_file) COMPLETE |
9250 | 2024-12-13T21:31:52.540Z | [ host-image] Dec 13 21:31:50.499 INFO O| Dec 13 21:31:50.499 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9251 | 2024-12-13T21:31:52.577Z | [ host-image] Dec 13 21:31:50.539 INFO O| Dec 13 21:31:50.539 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9252 | 2024-12-13T21:31:52.577Z | [ host-image] Dec 13 21:31:50.539 INFO O| Dec 13 21:31:50.539 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9253 | 2024-12-13T21:31:52.577Z | [ host-image] Dec 13 21:31:50.539 INFO O| Dec 13 21:31:50.539 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9254 | 2024-12-13T21:31:52.580Z | [ host-image] Dec 13 21:31:50.540 INFO O| Dec 13 21:31:50.539 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9255 | 2024-12-13T21:31:52.580Z | [ host-image] Dec 13 21:31:50.540 INFO O| Dec 13 21:31:50.540 INFO ok! |
9256 | 2024-12-13T21:31:52.580Z | [ host-image] Dec 13 21:31:50.540 INFO O| Dec 13 21:31:50.540 INFO STEP 31 (ensure_file) COMPLETE |
9257 | 2024-12-13T21:31:52.580Z | [ host-image] Dec 13 21:31:50.540 INFO O| Dec 13 21:31:50.540 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9258 | 2024-12-13T21:31:52.586Z | [ recovery-image] Dec 13 21:31:50.548 INFO E| Compiling bitflags v1.3.2 |
9259 | 2024-12-13T21:31:52.586Z | [ recovery-image] Dec 13 21:31:50.548 INFO E| Compiling adler2 v2.0.0 |
9260 | 2024-12-13T21:31:52.586Z | [ recovery-image] Dec 13 21:31:50.548 INFO E| Compiling bit_field v0.10.2 |
9261 | 2024-12-13T21:31:52.589Z | [ recovery-image] Dec 13 21:31:50.548 INFO E| Compiling plain v0.2.3 |
9262 | 2024-12-13T21:31:52.589Z | [ recovery-image] Dec 13 21:31:50.549 INFO E| Compiling scroll v0.12.0 |
9263 | 2024-12-13T21:31:52.589Z | [ recovery-image] Dec 13 21:31:50.549 INFO E| Compiling log v0.4.22 |
9264 | 2024-12-13T21:31:52.589Z | [ recovery-image] Dec 13 21:31:50.549 INFO E| Compiling bitstruct v0.1.1 |
9265 | 2024-12-13T21:31:52.697Z | [ recovery-image] Dec 13 21:31:50.659 INFO E| Compiling raw-cpuid v10.7.0 |
9266 | 2024-12-13T21:31:52.730Z | [ recovery-image] Dec 13 21:31:50.692 INFO E| Compiling cpio_reader v0.1.1 |
9267 | 2024-12-13T21:31:52.814Z | [ host-image] Dec 13 21:31:50.776 INFO O| Dec 13 21:31:50.776 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9268 | 2024-12-13T21:31:52.817Z | [ host-image] Dec 13 21:31:50.776 INFO O| Dec 13 21:31:50.776 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9269 | 2024-12-13T21:31:52.817Z | [ host-image] Dec 13 21:31:50.776 INFO O| Dec 13 21:31:50.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9270 | 2024-12-13T21:31:52.817Z | [ host-image] Dec 13 21:31:50.776 INFO O| Dec 13 21:31:50.776 INFO ok! |
9271 | 2024-12-13T21:31:52.817Z | [ host-image] Dec 13 21:31:50.776 INFO O| Dec 13 21:31:50.776 INFO STEP 32 (ensure_file) COMPLETE |
9272 | 2024-12-13T21:31:52.817Z | [ host-image] Dec 13 21:31:50.777 INFO O| Dec 13 21:31:50.777 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9273 | 2024-12-13T21:31:52.903Z | [ host-image] Dec 13 21:31:50.865 INFO O| Dec 13 21:31:50.865 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9274 | 2024-12-13T21:31:52.906Z | [ host-image] Dec 13 21:31:50.865 INFO O| Dec 13 21:31:50.865 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9275 | 2024-12-13T21:31:52.906Z | [ host-image] Dec 13 21:31:50.866 INFO O| Dec 13 21:31:50.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9276 | 2024-12-13T21:31:52.906Z | [ host-image] Dec 13 21:31:50.866 INFO O| Dec 13 21:31:50.866 INFO ok! |
9277 | 2024-12-13T21:31:52.906Z | [ host-image] Dec 13 21:31:50.866 INFO O| Dec 13 21:31:50.866 INFO STEP 33 (ensure_file) COMPLETE |
9278 | 2024-12-13T21:31:52.906Z | [ host-image] Dec 13 21:31:50.866 INFO O| Dec 13 21:31:50.866 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9279 | 2024-12-13T21:31:53.004Z | [ recovery-image] Dec 13 21:31:50.966 INFO E| Compiling miniz_oxide v0.8.0 |
9280 | 2024-12-13T21:31:53.029Z | [ host-image] Dec 13 21:31:50.991 INFO O| Dec 13 21:31:50.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9281 | 2024-12-13T21:31:53.029Z | [ host-image] Dec 13 21:31:50.991 INFO O| Dec 13 21:31:50.991 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9282 | 2024-12-13T21:31:53.032Z | [ host-image] Dec 13 21:31:50.991 INFO O| Dec 13 21:31:50.991 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9283 | 2024-12-13T21:31:53.032Z | [ host-image] Dec 13 21:31:50.992 INFO O| Dec 13 21:31:50.992 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9284 | 2024-12-13T21:31:53.032Z | [ host-image] Dec 13 21:31:50.992 INFO O| Dec 13 21:31:50.992 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9285 | 2024-12-13T21:31:53.032Z | [ host-image] Dec 13 21:31:50.992 INFO O| Dec 13 21:31:50.992 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9286 | 2024-12-13T21:31:53.032Z | [ host-image] Dec 13 21:31:50.992 INFO O| Dec 13 21:31:50.992 INFO ok! |
9287 | 2024-12-13T21:31:53.033Z | [ host-image] Dec 13 21:31:50.992 INFO O| Dec 13 21:31:50.992 INFO STEP 34 (ensure_file) COMPLETE |
9288 | 2024-12-13T21:31:53.033Z | [ host-image] Dec 13 21:31:50.992 INFO O| Dec 13 21:31:50.992 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9289 | 2024-12-13T21:31:53.073Z | [ host-image] Dec 13 21:31:51.031 INFO O| Dec 13 21:31:51.031 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9290 | 2024-12-13T21:31:53.073Z | [ host-image] Dec 13 21:31:51.032 INFO O| Dec 13 21:31:51.031 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9291 | 2024-12-13T21:31:53.073Z | [ host-image] Dec 13 21:31:51.032 INFO O| Dec 13 21:31:51.032 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9292 | 2024-12-13T21:31:53.075Z | [ host-image] Dec 13 21:31:51.032 INFO O| Dec 13 21:31:51.032 INFO STEP 35 (ensure_dir) COMPLETE |
9293 | 2024-12-13T21:31:53.075Z | [ host-image] Dec 13 21:31:51.032 INFO O| Dec 13 21:31:51.032 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9294 | 2024-12-13T21:31:53.106Z | [ recovery-image] Dec 13 21:31:51.067 INFO E| Compiling static_assertions v1.1.0 |
9295 | 2024-12-13T21:31:53.311Z | [ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 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 |
9296 | 2024-12-13T21:31:53.312Z | [ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 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 ... |
9297 | 2024-12-13T21:31:53.315Z | [ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 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 |
9298 | 2024-12-13T21:31:53.315Z | [ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 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 |
9299 | 2024-12-13T21:31:53.315Z | [ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 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 |
9300 | 2024-12-13T21:31:53.315Z | [ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 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 |
9301 | 2024-12-13T21:31:53.315Z | [ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 INFO ok! |
9302 | 2024-12-13T21:31:53.315Z | [ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 INFO STEP 36 (ensure_file) COMPLETE |
9303 | 2024-12-13T21:31:53.315Z | [ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9304 | 2024-12-13T21:31:53.481Z | [ host-image] Dec 13 21:31:51.443 INFO O| Dec 13 21:31:51.443 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9305 | 2024-12-13T21:31:53.481Z | [ host-image] Dec 13 21:31:51.443 INFO O| Dec 13 21:31:51.443 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 ... |
9306 | 2024-12-13T21:31:53.485Z | [ host-image] Dec 13 21:31:51.443 INFO O| Dec 13 21:31:51.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9307 | 2024-12-13T21:31:53.485Z | [ host-image] Dec 13 21:31:51.443 INFO O| Dec 13 21:31:51.443 INFO ok! |
9308 | 2024-12-13T21:31:53.485Z | [ host-image] Dec 13 21:31:51.443 INFO O| Dec 13 21:31:51.443 INFO STEP 37 (ensure_symlink) COMPLETE |
9309 | 2024-12-13T21:31:53.485Z | [ host-image] Dec 13 21:31:51.443 INFO O| Dec 13 21:31:51.443 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9310 | 2024-12-13T21:31:53.649Z | [ host-image] Dec 13 21:31:51.611 INFO O| Dec 13 21:31:51.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9311 | 2024-12-13T21:31:53.649Z | [ host-image] Dec 13 21:31:51.611 INFO O| Dec 13 21:31:51.611 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9312 | 2024-12-13T21:31:53.652Z | [ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9313 | 2024-12-13T21:31:53.652Z | [ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9314 | 2024-12-13T21:31:53.652Z | [ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9315 | 2024-12-13T21:31:53.652Z | [ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9316 | 2024-12-13T21:31:53.652Z | [ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO ok! |
9317 | 2024-12-13T21:31:53.652Z | [ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO STEP 38 (ensure_file) COMPLETE |
9318 | 2024-12-13T21:31:53.652Z | [ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9319 | 2024-12-13T21:31:53.774Z | [ host-image] Dec 13 21:31:51.730 INFO O| Dec 13 21:31:51.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9320 | 2024-12-13T21:31:53.774Z | [ host-image] Dec 13 21:31:51.731 INFO O| Dec 13 21:31:51.730 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 ... |
9321 | 2024-12-13T21:31:53.777Z | [ host-image] Dec 13 21:31:51.731 INFO O| Dec 13 21:31:51.731 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 |
9322 | 2024-12-13T21:31:53.777Z | [ host-image] Dec 13 21:31:51.731 INFO O| Dec 13 21:31:51.731 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9323 | 2024-12-13T21:31:53.777Z | [ host-image] Dec 13 21:31:51.731 INFO O| Dec 13 21:31:51.731 INFO ok! |
9324 | 2024-12-13T21:31:53.777Z | [ host-image] Dec 13 21:31:51.731 INFO O| Dec 13 21:31:51.731 INFO STEP 39 (ensure_file) COMPLETE |
9325 | 2024-12-13T21:31:53.777Z | [ host-image] Dec 13 21:31:51.731 INFO O| Dec 13 21:31:51.731 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9326 | 2024-12-13T21:31:53.840Z | [ recovery-image] Dec 13 21:31:51.802 INFO E| Compiling goblin v0.8.2 |
9327 | 2024-12-13T21:31:53.958Z | [ host-image] Dec 13 21:31:51.919 INFO O| Dec 13 21:31:51.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9328 | 2024-12-13T21:31:53.958Z | [ host-image] Dec 13 21:31:51.919 INFO O| Dec 13 21:31:51.919 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9329 | 2024-12-13T21:31:53.958Z | [ host-image] Dec 13 21:31:51.919 INFO O| Dec 13 21:31:51.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9330 | 2024-12-13T21:31:53.961Z | [ host-image] Dec 13 21:31:51.919 INFO O| Dec 13 21:31:51.919 INFO ok! |
9331 | 2024-12-13T21:31:53.961Z | [ host-image] Dec 13 21:31:51.919 INFO O| Dec 13 21:31:51.919 INFO STEP 40 (ensure_file) COMPLETE |
9332 | 2024-12-13T21:31:53.961Z | [ host-image] Dec 13 21:31:51.919 INFO O| Dec 13 21:31:51.919 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9333 | 2024-12-13T21:31:54.067Z | [ host-image] Dec 13 21:31:52.028 INFO O| Dec 13 21:31:52.028 INFO updating shadow file |
9334 | 2024-12-13T21:31:54.070Z | [ host-image] Dec 13 21:31:52.028 INFO O| Dec 13 21:31:52.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9335 | 2024-12-13T21:31:54.070Z | [ host-image] Dec 13 21:31:52.028 INFO O| Dec 13 21:31:52.028 INFO STEP 41 (shadow) COMPLETE |
9336 | 2024-12-13T21:31:54.070Z | [ host-image] Dec 13 21:31:52.028 INFO O| Dec 13 21:31:52.028 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9337 | 2024-12-13T21:31:54.087Z | [ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9338 | 2024-12-13T21:31:54.087Z | [ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9339 | 2024-12-13T21:31:54.090Z | [ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9340 | 2024-12-13T21:31:54.090Z | [ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9341 | 2024-12-13T21:31:54.090Z | [ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO ok! |
9342 | 2024-12-13T21:31:54.090Z | [ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO STEP 42 (ensure_file) COMPLETE |
9343 | 2024-12-13T21:31:54.090Z | [ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9344 | 2024-12-13T21:31:54.090Z | [ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO skip step because feature "mfg" is not enabled |
9345 | 2024-12-13T21:31:54.090Z | [ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9346 | 2024-12-13T21:31:54.091Z | [ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO skip step because feature "mfg" is not enabled |
9347 | 2024-12-13T21:31:54.091Z | [ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9348 | 2024-12-13T21:31:54.150Z | [ host-image] Dec 13 21:31:52.112 INFO O| Dec 13 21:31:52.112 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9349 | 2024-12-13T21:31:54.150Z | [ host-image] Dec 13 21:31:52.112 INFO O| Dec 13 21:31:52.112 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9350 | 2024-12-13T21:31:55.037Z | [ host-image] Dec 13 21:31:52.999 INFO O| Dec 13 21:31:52.999 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9351 | 2024-12-13T21:31:55.037Z | [ host-image] Dec 13 21:31:52.999 INFO O| Dec 13 21:31:52.999 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9352 | 2024-12-13T21:31:55.041Z | [ host-image] Dec 13 21:31:52.999 INFO O| Dec 13 21:31:52.999 INFO ok! |
9353 | 2024-12-13T21:31:55.041Z | [ host-image] Dec 13 21:31:52.999 INFO O| Dec 13 21:31:52.999 INFO STEP 45 (ensure_file) COMPLETE |
9354 | 2024-12-13T21:31:55.041Z | [ host-image] Dec 13 21:31:52.999 INFO O| Dec 13 21:31:52.999 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9355 | 2024-12-13T21:31:55.069Z | [ host-image] Dec 13 21:31:53.031 INFO O| Dec 13 21:31:53.031 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9356 | 2024-12-13T21:31:55.072Z | [ host-image] Dec 13 21:31:53.031 INFO O| Dec 13 21:31:53.031 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9357 | 2024-12-13T21:31:55.072Z | [ host-image] Dec 13 21:31:53.031 INFO O| Dec 13 21:31:53.031 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9358 | 2024-12-13T21:31:55.072Z | [ host-image] Dec 13 21:31:53.031 INFO O| Dec 13 21:31:53.031 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9359 | 2024-12-13T21:31:55.072Z | [ host-image] Dec 13 21:31:53.032 INFO O| Dec 13 21:31:53.032 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9360 | 2024-12-13T21:31:55.072Z | [ host-image] Dec 13 21:31:53.032 INFO O| Dec 13 21:31:53.032 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9361 | 2024-12-13T21:31:55.072Z | [ host-image] Dec 13 21:31:53.032 INFO O| Dec 13 21:31:53.032 INFO ok! |
9362 | 2024-12-13T21:31:55.072Z | [ host-image] Dec 13 21:31:53.032 INFO O| Dec 13 21:31:53.032 INFO STEP 46 (ensure_file) COMPLETE |
9363 | 2024-12-13T21:31:55.072Z | [ host-image] Dec 13 21:31:53.032 INFO O| Dec 13 21:31:53.032 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9364 | 2024-12-13T21:31:55.092Z | [ host-image] Dec 13 21:31:53.053 INFO O| Dec 13 21:31:53.053 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9365 | 2024-12-13T21:31:55.095Z | [ host-image] Dec 13 21:31:53.054 INFO O| Dec 13 21:31:53.054 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 ... |
9366 | 2024-12-13T21:31:55.095Z | [ host-image] Dec 13 21:31:53.054 INFO O| Dec 13 21:31:53.054 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 |
9367 | 2024-12-13T21:31:55.095Z | [ host-image] Dec 13 21:31:53.054 INFO O| Dec 13 21:31:53.054 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9368 | 2024-12-13T21:31:55.095Z | [ host-image] Dec 13 21:31:53.054 INFO O| Dec 13 21:31:53.054 INFO ok! |
9369 | 2024-12-13T21:31:55.095Z | [ host-image] Dec 13 21:31:53.054 INFO O| Dec 13 21:31:53.054 INFO STEP 47 (ensure_file) COMPLETE |
9370 | 2024-12-13T21:31:55.095Z | [ host-image] Dec 13 21:31:53.054 INFO O| Dec 13 21:31:53.054 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9371 | 2024-12-13T21:31:55.136Z | [ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9372 | 2024-12-13T21:31:55.137Z | [ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9373 | 2024-12-13T21:31:55.137Z | [ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9374 | 2024-12-13T21:31:55.137Z | [ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9375 | 2024-12-13T21:31:55.140Z | [ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9376 | 2024-12-13T21:31:55.140Z | [ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9377 | 2024-12-13T21:31:55.140Z | [ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO ok! |
9378 | 2024-12-13T21:31:55.140Z | [ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO STEP 48 (ensure_file) COMPLETE |
9379 | 2024-12-13T21:31:55.140Z | [ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9380 | 2024-12-13T21:31:55.158Z | [ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9381 | 2024-12-13T21:31:55.158Z | [ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 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 ... |
9382 | 2024-12-13T21:31:55.161Z | [ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 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 |
9383 | 2024-12-13T21:31:55.161Z | [ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9384 | 2024-12-13T21:31:55.161Z | [ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 INFO ok! |
9385 | 2024-12-13T21:31:55.161Z | [ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 INFO STEP 49 (ensure_file) COMPLETE |
9386 | 2024-12-13T21:31:55.161Z | [ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9387 | 2024-12-13T21:31:55.180Z | [ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9388 | 2024-12-13T21:31:55.180Z | [ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9389 | 2024-12-13T21:31:55.180Z | [ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9390 | 2024-12-13T21:31:55.183Z | [ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9391 | 2024-12-13T21:31:55.183Z | [ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9392 | 2024-12-13T21:31:55.183Z | [ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9393 | 2024-12-13T21:31:55.183Z | [ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO ok! |
9394 | 2024-12-13T21:31:55.183Z | [ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO STEP 50 (ensure_file) COMPLETE |
9395 | 2024-12-13T21:31:55.183Z | [ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9396 | 2024-12-13T21:31:55.212Z | [ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9397 | 2024-12-13T21:31:55.212Z | [ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 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 ... |
9398 | 2024-12-13T21:31:55.214Z | [ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 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 |
9399 | 2024-12-13T21:31:55.214Z | [ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9400 | 2024-12-13T21:31:55.214Z | [ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 INFO ok! |
9401 | 2024-12-13T21:31:55.215Z | [ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 INFO STEP 51 (ensure_file) COMPLETE |
9402 | 2024-12-13T21:31:55.215Z | [ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9403 | 2024-12-13T21:31:55.262Z | [ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.222 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9404 | 2024-12-13T21:31:55.262Z | [ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.222 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 ... |
9405 | 2024-12-13T21:31:55.265Z | [ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.223 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 |
9406 | 2024-12-13T21:31:55.265Z | [ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.223 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9407 | 2024-12-13T21:31:55.265Z | [ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.223 INFO ok! |
9408 | 2024-12-13T21:31:55.265Z | [ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.223 INFO STEP 52 (ensure_file) COMPLETE |
9409 | 2024-12-13T21:31:55.265Z | [ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.223 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9410 | 2024-12-13T21:31:55.350Z | [ host-image] Dec 13 21:31:53.311 INFO O| Dec 13 21:31:53.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9411 | 2024-12-13T21:31:55.350Z | [ host-image] Dec 13 21:31:53.311 INFO O| Dec 13 21:31:53.311 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 ... |
9412 | 2024-12-13T21:31:55.350Z | [ host-image] Dec 13 21:31:53.312 INFO O| Dec 13 21:31:53.311 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 |
9413 | 2024-12-13T21:31:55.353Z | [ host-image] Dec 13 21:31:53.312 INFO O| Dec 13 21:31:53.312 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9414 | 2024-12-13T21:31:55.353Z | [ host-image] Dec 13 21:31:53.312 INFO O| Dec 13 21:31:53.312 INFO ok! |
9415 | 2024-12-13T21:31:55.353Z | [ host-image] Dec 13 21:31:53.312 INFO O| Dec 13 21:31:53.312 INFO STEP 53 (ensure_file) COMPLETE |
9416 | 2024-12-13T21:31:55.353Z | [ host-image] Dec 13 21:31:53.312 INFO O| Dec 13 21:31:53.312 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9417 | 2024-12-13T21:31:55.390Z | [ host-image] Dec 13 21:31:53.352 INFO O| Dec 13 21:31:53.352 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9418 | 2024-12-13T21:31:55.391Z | [ host-image] Dec 13 21:31:53.352 INFO O| Dec 13 21:31:53.352 INFO STEP 54 (ensure_dir) COMPLETE |
9419 | 2024-12-13T21:31:55.393Z | [ host-image] Dec 13 21:31:53.352 INFO O| Dec 13 21:31:53.352 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2024-12-13T21:31:55.409Z | [ host-image] Dec 13 21:31:53.371 INFO O| Dec 13 21:31:53.371 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9421 | 2024-12-13T21:31:55.409Z | [ host-image] Dec 13 21:31:53.371 INFO O| Dec 13 21:31:53.371 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9422 | 2024-12-13T21:31:55.412Z | [ host-image] Dec 13 21:31:53.371 INFO O| Dec 13 21:31:53.371 INFO STEP 55 (ensure_dir) COMPLETE |
9423 | 2024-12-13T21:31:55.412Z | [ host-image] Dec 13 21:31:53.371 INFO O| Dec 13 21:31:53.371 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9424 | 2024-12-13T21:31:55.429Z | [ host-image] Dec 13 21:31:53.390 INFO O| Dec 13 21:31:53.389 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9425 | 2024-12-13T21:31:55.429Z | [ host-image] Dec 13 21:31:53.390 INFO O| Dec 13 21:31:53.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9426 | 2024-12-13T21:31:55.429Z | [ host-image] Dec 13 21:31:53.390 INFO O| Dec 13 21:31:53.390 INFO STEP 56 (ensure_dir) COMPLETE |
9427 | 2024-12-13T21:31:55.429Z | [ host-image] Dec 13 21:31:53.390 INFO O| Dec 13 21:31:53.390 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9428 | 2024-12-13T21:31:55.447Z | [ host-image] Dec 13 21:31:53.409 INFO O| Dec 13 21:31:53.409 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9429 | 2024-12-13T21:31:55.447Z | [ host-image] Dec 13 21:31:53.409 INFO O| Dec 13 21:31:53.409 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9430 | 2024-12-13T21:31:55.476Z | [ host-image] Dec 13 21:31:53.434 INFO O| Dec 13 21:31:53.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9431 | 2024-12-13T21:31:55.476Z | [ host-image] Dec 13 21:31:53.435 INFO O| Dec 13 21:31:53.434 INFO ok! |
9432 | 2024-12-13T21:31:55.481Z | [ host-image] Dec 13 21:31:53.435 INFO O| Dec 13 21:31:53.434 INFO STEP 57 (ensure_file) COMPLETE |
9433 | 2024-12-13T21:31:55.481Z | [ host-image] Dec 13 21:31:53.435 INFO O| Dec 13 21:31:53.434 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9434 | 2024-12-13T21:31:55.507Z | [ host-image] Dec 13 21:31:53.469 INFO O| Dec 13 21:31:53.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9435 | 2024-12-13T21:31:55.507Z | [ host-image] Dec 13 21:31:53.469 INFO O| Dec 13 21:31:53.469 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9436 | 2024-12-13T21:31:56.954Z | [ host-image] Dec 13 21:31:54.916 INFO O| Dec 13 21:31:54.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9437 | 2024-12-13T21:31:56.954Z | [ host-image] Dec 13 21:31:54.916 INFO O| Dec 13 21:31:54.916 INFO ok! |
9438 | 2024-12-13T21:31:56.954Z | [ host-image] Dec 13 21:31:54.916 INFO O| Dec 13 21:31:54.916 INFO STEP 58 (ensure_file) COMPLETE |
9439 | 2024-12-13T21:31:56.954Z | [ host-image] Dec 13 21:31:54.916 INFO O| Dec 13 21:31:54.916 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9440 | 2024-12-13T21:31:56.990Z | [ host-image] Dec 13 21:31:54.952 INFO O| Dec 13 21:31:54.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9441 | 2024-12-13T21:31:56.990Z | [ host-image] Dec 13 21:31:54.952 INFO O| Dec 13 21:31:54.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9442 | 2024-12-13T21:31:56.993Z | [ host-image] Dec 13 21:31:54.952 INFO O| Dec 13 21:31:54.952 INFO STEP 59 (ensure_dir) COMPLETE |
9443 | 2024-12-13T21:31:56.993Z | [ host-image] Dec 13 21:31:54.952 INFO O| Dec 13 21:31:54.952 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9444 | 2024-12-13T21:31:57.056Z | [ host-image] Dec 13 21:31:55.018 INFO O| Dec 13 21:31:55.018 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9445 | 2024-12-13T21:31:57.056Z | [ host-image] Dec 13 21:31:55.018 INFO O| Dec 13 21:31:55.018 INFO copying /tmp/.tmpFbsOmv/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 ... |
9446 | 2024-12-13T21:31:57.059Z | [ host-image] Dec 13 21:31:55.018 INFO O| Dec 13 21:31:55.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9447 | 2024-12-13T21:31:57.059Z | [ host-image] Dec 13 21:31:55.018 INFO O| Dec 13 21:31:55.018 INFO ok! |
9448 | 2024-12-13T21:31:57.059Z | [ host-image] Dec 13 21:31:55.018 INFO O| Dec 13 21:31:55.018 INFO STEP 60 (ensure_file) COMPLETE |
9449 | 2024-12-13T21:31:57.059Z | [ host-image] Dec 13 21:31:55.018 INFO O| Dec 13 21:31:55.018 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9450 | 2024-12-13T21:31:57.076Z | [ host-image] Dec 13 21:31:55.038 INFO O| Dec 13 21:31:55.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9451 | 2024-12-13T21:31:57.076Z | [ host-image] Dec 13 21:31:55.038 INFO O| Dec 13 21:31:55.038 INFO copying /tmp/.tmpFbsOmv/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 ... |
9452 | 2024-12-13T21:31:57.079Z | [ host-image] Dec 13 21:31:55.038 INFO O| Dec 13 21:31:55.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9453 | 2024-12-13T21:31:57.079Z | [ host-image] Dec 13 21:31:55.038 INFO O| Dec 13 21:31:55.038 INFO ok! |
9454 | 2024-12-13T21:31:57.079Z | [ host-image] Dec 13 21:31:55.038 INFO O| Dec 13 21:31:55.038 INFO STEP 61 (ensure_file) COMPLETE |
9455 | 2024-12-13T21:31:57.079Z | [ host-image] Dec 13 21:31:55.038 INFO O| Dec 13 21:31:55.038 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9456 | 2024-12-13T21:31:57.114Z | [ host-image] Dec 13 21:31:55.076 INFO O| Dec 13 21:31:55.076 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9457 | 2024-12-13T21:31:57.114Z | [ host-image] Dec 13 21:31:55.076 INFO O| Dec 13 21:31:55.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9458 | 2024-12-13T21:31:57.117Z | [ host-image] Dec 13 21:31:55.076 INFO O| Dec 13 21:31:55.076 INFO STEP 62 (ensure_dir) COMPLETE |
9459 | 2024-12-13T21:31:57.117Z | [ host-image] Dec 13 21:31:55.076 INFO O| Dec 13 21:31:55.076 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9460 | 2024-12-13T21:31:57.189Z | [ host-image] Dec 13 21:31:55.148 INFO O| Dec 13 21:31:55.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9461 | 2024-12-13T21:31:57.189Z | [ host-image] Dec 13 21:31:55.148 INFO O| Dec 13 21:31:55.148 INFO copying /tmp/.tmpFbsOmv/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 ... |
9462 | 2024-12-13T21:31:57.191Z | [ host-image] Dec 13 21:31:55.148 INFO O| Dec 13 21:31:55.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9463 | 2024-12-13T21:31:57.191Z | [ host-image] Dec 13 21:31:55.148 INFO O| Dec 13 21:31:55.148 INFO ok! |
9464 | 2024-12-13T21:31:57.191Z | [ host-image] Dec 13 21:31:55.148 INFO O| Dec 13 21:31:55.148 INFO STEP 63 (ensure_file) COMPLETE |
9465 | 2024-12-13T21:31:57.191Z | [ host-image] Dec 13 21:31:55.148 INFO O| Dec 13 21:31:55.148 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9466 | 2024-12-13T21:31:57.213Z | [ host-image] Dec 13 21:31:55.174 INFO O| Dec 13 21:31:55.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9467 | 2024-12-13T21:31:57.213Z | [ host-image] Dec 13 21:31:55.174 INFO O| Dec 13 21:31:55.174 INFO copying /tmp/.tmpFbsOmv/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 ... |
9468 | 2024-12-13T21:31:57.216Z | [ host-image] Dec 13 21:31:55.174 INFO O| Dec 13 21:31:55.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9469 | 2024-12-13T21:31:57.216Z | [ host-image] Dec 13 21:31:55.174 INFO O| Dec 13 21:31:55.174 INFO ok! |
9470 | 2024-12-13T21:31:57.216Z | [ host-image] Dec 13 21:31:55.174 INFO O| Dec 13 21:31:55.174 INFO STEP 64 (ensure_file) COMPLETE |
9471 | 2024-12-13T21:31:57.216Z | [ host-image] Dec 13 21:31:55.174 INFO O| Dec 13 21:31:55.174 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9472 | 2024-12-13T21:31:57.273Z | [ host-image] Dec 13 21:31:55.234 INFO O| Dec 13 21:31:55.234 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9473 | 2024-12-13T21:31:57.273Z | [ host-image] Dec 13 21:31:55.234 INFO O| Dec 13 21:31:55.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9474 | 2024-12-13T21:31:57.273Z | [ host-image] Dec 13 21:31:55.235 INFO O| Dec 13 21:31:55.234 INFO STEP 65 (ensure_dir) COMPLETE |
9475 | 2024-12-13T21:31:57.276Z | [ host-image] Dec 13 21:31:55.235 INFO O| Dec 13 21:31:55.235 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9476 | 2024-12-13T21:31:57.383Z | [ host-image] Dec 13 21:31:55.344 INFO O| Dec 13 21:31:55.344 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9477 | 2024-12-13T21:31:57.383Z | [ host-image] Dec 13 21:31:55.344 INFO O| Dec 13 21:31:55.344 INFO copying /tmp/.tmpFbsOmv/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 ... |
9478 | 2024-12-13T21:31:57.386Z | [ host-image] Dec 13 21:31:55.345 INFO O| Dec 13 21:31:55.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9479 | 2024-12-13T21:31:57.386Z | [ host-image] Dec 13 21:31:55.345 INFO O| Dec 13 21:31:55.345 INFO ok! |
9480 | 2024-12-13T21:31:57.386Z | [ host-image] Dec 13 21:31:55.345 INFO O| Dec 13 21:31:55.345 INFO STEP 66 (ensure_file) COMPLETE |
9481 | 2024-12-13T21:31:57.386Z | [ host-image] Dec 13 21:31:55.345 INFO O| Dec 13 21:31:55.345 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9482 | 2024-12-13T21:31:57.488Z | [ host-image] Dec 13 21:31:55.449 INFO O| Dec 13 21:31:55.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9483 | 2024-12-13T21:31:57.488Z | [ host-image] Dec 13 21:31:55.450 INFO O| Dec 13 21:31:55.449 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9484 | 2024-12-13T21:31:57.488Z | [ host-image] Dec 13 21:31:55.450 INFO O| Dec 13 21:31:55.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9485 | 2024-12-13T21:31:57.488Z | [ host-image] Dec 13 21:31:55.450 INFO O| Dec 13 21:31:55.450 INFO ok! |
9486 | 2024-12-13T21:31:57.491Z | [ host-image] Dec 13 21:31:55.450 INFO O| Dec 13 21:31:55.450 INFO STEP 67 (ensure_file) COMPLETE |
9487 | 2024-12-13T21:31:57.491Z | [ host-image] Dec 13 21:31:55.450 INFO O| Dec 13 21:31:55.450 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9488 | 2024-12-13T21:31:57.508Z | [ host-image] Dec 13 21:31:55.469 INFO O| Dec 13 21:31:55.469 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9489 | 2024-12-13T21:31:57.508Z | [ host-image] Dec 13 21:31:55.470 INFO O| Dec 13 21:31:55.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9490 | 2024-12-13T21:31:57.508Z | [ host-image] Dec 13 21:31:55.470 INFO O| Dec 13 21:31:55.470 INFO STEP 68 (ensure_dir) COMPLETE |
9491 | 2024-12-13T21:31:57.508Z | [ host-image] Dec 13 21:31:55.470 INFO O| Dec 13 21:31:55.470 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9492 | 2024-12-13T21:31:57.526Z | [ host-image] Dec 13 21:31:55.488 INFO O| Dec 13 21:31:55.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9493 | 2024-12-13T21:31:57.526Z | [ host-image] Dec 13 21:31:55.488 INFO O| Dec 13 21:31:55.487 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9494 | 2024-12-13T21:31:58.928Z | [ host-image] Dec 13 21:31:56.889 INFO O| Dec 13 21:31:56.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9495 | 2024-12-13T21:31:58.928Z | [ host-image] Dec 13 21:31:56.889 INFO O| Dec 13 21:31:56.889 INFO ok! |
9496 | 2024-12-13T21:31:58.931Z | [ host-image] Dec 13 21:31:56.889 INFO O| Dec 13 21:31:56.889 INFO STEP 69 (ensure_file) COMPLETE |
9497 | 2024-12-13T21:31:58.931Z | [ host-image] Dec 13 21:31:56.889 INFO O| Dec 13 21:31:56.889 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9498 | 2024-12-13T21:31:58.961Z | [ host-image] Dec 13 21:31:56.922 INFO O| Dec 13 21:31:56.922 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9499 | 2024-12-13T21:31:58.961Z | [ host-image] Dec 13 21:31:56.922 INFO O| Dec 13 21:31:56.922 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9500 | 2024-12-13T21:32:01.053Z | [ host-image] Dec 13 21:31:59.014 INFO O| Dec 13 21:31:59.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9501 | 2024-12-13T21:32:01.053Z | [ host-image] Dec 13 21:31:59.014 INFO O| Dec 13 21:31:59.014 INFO ok! |
9502 | 2024-12-13T21:32:01.055Z | [ host-image] Dec 13 21:31:59.014 INFO O| Dec 13 21:31:59.014 INFO STEP 70 (ensure_file) COMPLETE |
9503 | 2024-12-13T21:32:01.055Z | [ host-image] Dec 13 21:31:59.014 INFO O| Dec 13 21:31:59.014 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9504 | 2024-12-13T21:32:01.102Z | [ host-image] Dec 13 21:31:59.063 INFO O| Dec 13 21:31:59.063 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9505 | 2024-12-13T21:32:01.102Z | [ host-image] Dec 13 21:31:59.063 INFO O| Dec 13 21:31:59.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9506 | 2024-12-13T21:32:01.102Z | [ host-image] Dec 13 21:31:59.063 INFO O| Dec 13 21:31:59.063 INFO STEP 71 (ensure_dir) COMPLETE |
9507 | 2024-12-13T21:32:01.102Z | [ host-image] Dec 13 21:31:59.063 INFO O| Dec 13 21:31:59.063 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9508 | 2024-12-13T21:32:01.189Z | [ host-image] Dec 13 21:31:59.150 INFO O| Dec 13 21:31:59.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9509 | 2024-12-13T21:32:01.189Z | [ host-image] Dec 13 21:31:59.150 INFO O| Dec 13 21:31:59.150 INFO copying /tmp/.tmpFbsOmv/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 ... |
9510 | 2024-12-13T21:32:01.192Z | [ host-image] Dec 13 21:31:59.150 INFO O| Dec 13 21:31:59.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9511 | 2024-12-13T21:32:01.192Z | [ host-image] Dec 13 21:31:59.150 INFO O| Dec 13 21:31:59.150 INFO ok! |
9512 | 2024-12-13T21:32:01.192Z | [ host-image] Dec 13 21:31:59.150 INFO O| Dec 13 21:31:59.150 INFO STEP 72 (ensure_file) COMPLETE |
9513 | 2024-12-13T21:32:01.192Z | [ host-image] Dec 13 21:31:59.150 INFO O| Dec 13 21:31:59.150 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9514 | 2024-12-13T21:32:01.243Z | [ host-image] Dec 13 21:31:59.204 INFO O| Dec 13 21:31:59.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9515 | 2024-12-13T21:32:01.243Z | [ host-image] Dec 13 21:31:59.204 INFO O| Dec 13 21:31:59.204 INFO copying /tmp/.tmpFbsOmv/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 ... |
9516 | 2024-12-13T21:32:01.244Z | [ host-image] Dec 13 21:31:59.204 INFO O| Dec 13 21:31:59.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9517 | 2024-12-13T21:32:01.244Z | [ host-image] Dec 13 21:31:59.204 INFO O| Dec 13 21:31:59.204 INFO ok! |
9518 | 2024-12-13T21:32:01.248Z | [ host-image] Dec 13 21:31:59.204 INFO O| Dec 13 21:31:59.204 INFO STEP 73 (ensure_file) COMPLETE |
9519 | 2024-12-13T21:32:01.248Z | [ host-image] Dec 13 21:31:59.204 INFO O| Dec 13 21:31:59.204 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9520 | 2024-12-13T21:32:01.333Z | [ host-image] Dec 13 21:31:59.293 INFO O| Dec 13 21:31:59.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9521 | 2024-12-13T21:32:01.336Z | [ host-image] Dec 13 21:31:59.294 INFO O| Dec 13 21:31:59.294 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9522 | 2024-12-13T21:32:01.336Z | [ host-image] Dec 13 21:31:59.294 INFO O| Dec 13 21:31:59.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9523 | 2024-12-13T21:32:01.336Z | [ host-image] Dec 13 21:31:59.294 INFO O| Dec 13 21:31:59.294 INFO ok! |
9524 | 2024-12-13T21:32:01.336Z | [ host-image] Dec 13 21:31:59.294 INFO O| Dec 13 21:31:59.294 INFO STEP 74 (ensure_file) COMPLETE |
9525 | 2024-12-13T21:32:01.336Z | [ host-image] Dec 13 21:31:59.294 INFO O| Dec 13 21:31:59.294 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9526 | 2024-12-13T21:32:01.390Z | [ host-image] Dec 13 21:31:59.350 INFO O| Dec 13 21:31:59.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9527 | 2024-12-13T21:32:01.390Z | [ host-image] Dec 13 21:31:59.350 INFO O| Dec 13 21:31:59.350 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9528 | 2024-12-13T21:32:01.392Z | [ host-image] Dec 13 21:31:59.351 INFO O| Dec 13 21:31:59.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9529 | 2024-12-13T21:32:01.392Z | [ host-image] Dec 13 21:31:59.351 INFO O| Dec 13 21:31:59.351 INFO ok! |
9530 | 2024-12-13T21:32:01.392Z | [ host-image] Dec 13 21:31:59.351 INFO O| Dec 13 21:31:59.351 INFO STEP 75 (ensure_file) COMPLETE |
9531 | 2024-12-13T21:32:01.392Z | [ host-image] Dec 13 21:31:59.351 INFO O| Dec 13 21:31:59.351 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9532 | 2024-12-13T21:32:01.409Z | [ host-image] Dec 13 21:31:59.370 INFO O| Dec 13 21:31:59.370 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9533 | 2024-12-13T21:32:01.411Z | [ host-image] Dec 13 21:31:59.370 INFO O| Dec 13 21:31:59.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9534 | 2024-12-13T21:32:01.411Z | [ host-image] Dec 13 21:31:59.370 INFO O| Dec 13 21:31:59.370 INFO STEP 76 (ensure_dir) COMPLETE |
9535 | 2024-12-13T21:32:01.412Z | [ host-image] Dec 13 21:31:59.370 INFO O| Dec 13 21:31:59.370 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9536 | 2024-12-13T21:32:01.524Z | [ host-image] Dec 13 21:31:59.485 INFO O| Dec 13 21:31:59.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9537 | 2024-12-13T21:32:01.524Z | [ host-image] Dec 13 21:31:59.485 INFO O| Dec 13 21:31:59.485 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9538 | 2024-12-13T21:32:01.530Z | [ host-image] Dec 13 21:31:59.491 INFO O| Dec 13 21:31:59.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9539 | 2024-12-13T21:32:01.530Z | [ host-image] Dec 13 21:31:59.492 INFO O| Dec 13 21:31:59.492 INFO ok! |
9540 | 2024-12-13T21:32:01.533Z | [ host-image] Dec 13 21:31:59.492 INFO O| Dec 13 21:31:59.492 INFO STEP 77 (ensure_file) COMPLETE |
9541 | 2024-12-13T21:32:01.533Z | [ host-image] Dec 13 21:31:59.492 INFO O| Dec 13 21:31:59.492 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9542 | 2024-12-13T21:32:01.648Z | [ host-image] Dec 13 21:31:59.609 INFO O| Dec 13 21:31:59.609 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9543 | 2024-12-13T21:32:01.648Z | [ host-image] Dec 13 21:31:59.609 INFO O| Dec 13 21:31:59.609 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9544 | 2024-12-13T21:32:01.651Z | [ host-image] Dec 13 21:31:59.609 INFO O| Dec 13 21:31:59.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9545 | 2024-12-13T21:32:01.651Z | [ host-image] Dec 13 21:31:59.609 INFO O| Dec 13 21:31:59.609 INFO ok! |
9546 | 2024-12-13T21:32:01.651Z | [ host-image] Dec 13 21:31:59.610 INFO O| Dec 13 21:31:59.609 INFO STEP 78 (ensure_file) COMPLETE |
9547 | 2024-12-13T21:32:01.651Z | [ host-image] Dec 13 21:31:59.610 INFO O| Dec 13 21:31:59.609 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9548 | 2024-12-13T21:32:01.670Z | [ host-image] Dec 13 21:31:59.631 INFO O| Dec 13 21:31:59.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9549 | 2024-12-13T21:32:01.670Z | [ host-image] Dec 13 21:31:59.631 INFO O| Dec 13 21:31:59.630 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9550 | 2024-12-13T21:32:03.668Z | [ host-image] Dec 13 21:32:01.627 INFO O| Dec 13 21:32:01.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9551 | 2024-12-13T21:32:03.668Z | [ host-image] Dec 13 21:32:01.627 INFO O| Dec 13 21:32:01.627 INFO ok! |
9552 | 2024-12-13T21:32:03.671Z | [ host-image] Dec 13 21:32:01.627 INFO O| Dec 13 21:32:01.627 INFO STEP 79 (ensure_file) COMPLETE |
9553 | 2024-12-13T21:32:03.671Z | [ host-image] Dec 13 21:32:01.627 INFO O| Dec 13 21:32:01.627 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9554 | 2024-12-13T21:32:03.685Z | [ host-image] Dec 13 21:32:01.646 INFO O| Dec 13 21:32:01.646 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9555 | 2024-12-13T21:32:03.685Z | [ host-image] Dec 13 21:32:01.646 INFO O| Dec 13 21:32:01.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9556 | 2024-12-13T21:32:03.685Z | [ host-image] Dec 13 21:32:01.646 INFO O| Dec 13 21:32:01.646 INFO STEP 80 (ensure_dir) COMPLETE |
9557 | 2024-12-13T21:32:03.688Z | [ host-image] Dec 13 21:32:01.646 INFO O| Dec 13 21:32:01.646 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9558 | 2024-12-13T21:32:03.704Z | [ host-image] Dec 13 21:32:01.664 INFO O| Dec 13 21:32:01.664 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9559 | 2024-12-13T21:32:03.704Z | [ host-image] Dec 13 21:32:01.665 INFO O| Dec 13 21:32:01.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9560 | 2024-12-13T21:32:03.704Z | [ host-image] Dec 13 21:32:01.665 INFO O| Dec 13 21:32:01.665 INFO STEP 81 (ensure_dir) COMPLETE |
9561 | 2024-12-13T21:32:03.707Z | [ host-image] Dec 13 21:32:01.665 INFO O| Dec 13 21:32:01.665 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9562 | 2024-12-13T21:32:03.747Z | [ host-image] Dec 13 21:32:01.707 INFO O| Dec 13 21:32:01.707 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9563 | 2024-12-13T21:32:03.750Z | [ host-image] Dec 13 21:32:01.708 INFO O| Dec 13 21:32:01.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9564 | 2024-12-13T21:32:03.750Z | [ host-image] Dec 13 21:32:01.708 INFO O| Dec 13 21:32:01.708 INFO STEP 82 (ensure_dir) COMPLETE |
9565 | 2024-12-13T21:32:03.750Z | [ host-image] Dec 13 21:32:01.708 INFO O| Dec 13 21:32:01.708 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9566 | 2024-12-13T21:32:03.789Z | [ host-image] Dec 13 21:32:01.748 INFO O| Dec 13 21:32:01.748 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9567 | 2024-12-13T21:32:03.792Z | [ host-image] Dec 13 21:32:01.749 INFO O| Dec 13 21:32:01.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9568 | 2024-12-13T21:32:03.792Z | [ host-image] Dec 13 21:32:01.749 INFO O| Dec 13 21:32:01.749 INFO STEP 83 (ensure_dir) COMPLETE |
9569 | 2024-12-13T21:32:03.792Z | [ host-image] Dec 13 21:32:01.749 INFO O| Dec 13 21:32:01.749 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9570 | 2024-12-13T21:32:03.807Z | [ host-image] Dec 13 21:32:01.768 INFO O| Dec 13 21:32:01.768 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9571 | 2024-12-13T21:32:03.809Z | [ host-image] Dec 13 21:32:01.768 INFO O| Dec 13 21:32:01.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9572 | 2024-12-13T21:32:03.809Z | [ host-image] Dec 13 21:32:01.768 INFO O| Dec 13 21:32:01.768 INFO STEP 84 (ensure_dir) COMPLETE |
9573 | 2024-12-13T21:32:03.809Z | [ host-image] Dec 13 21:32:01.768 INFO O| Dec 13 21:32:01.768 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9574 | 2024-12-13T21:32:03.827Z | [ host-image] Dec 13 21:32:01.787 INFO O| Dec 13 21:32:01.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9575 | 2024-12-13T21:32:03.827Z | [ host-image] Dec 13 21:32:01.787 INFO O| Dec 13 21:32:01.787 INFO copying /tmp/.tmpFbsOmv/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 ... |
9576 | 2024-12-13T21:32:03.830Z | [ host-image] Dec 13 21:32:01.788 INFO O| Dec 13 21:32:01.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9577 | 2024-12-13T21:32:03.830Z | [ host-image] Dec 13 21:32:01.788 INFO O| Dec 13 21:32:01.788 INFO ok! |
9578 | 2024-12-13T21:32:03.830Z | [ host-image] Dec 13 21:32:01.788 INFO O| Dec 13 21:32:01.788 INFO STEP 85 (ensure_file) COMPLETE |
9579 | 2024-12-13T21:32:03.830Z | [ host-image] Dec 13 21:32:01.788 INFO O| Dec 13 21:32:01.788 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9580 | 2024-12-13T21:32:03.851Z | [ host-image] Dec 13 21:32:01.812 INFO O| Dec 13 21:32:01.812 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9581 | 2024-12-13T21:32:03.851Z | [ host-image] Dec 13 21:32:01.812 INFO O| Dec 13 21:32:01.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9582 | 2024-12-13T21:32:03.851Z | [ host-image] Dec 13 21:32:01.812 INFO O| Dec 13 21:32:01.812 INFO STEP 86 (ensure_dir) COMPLETE |
9583 | 2024-12-13T21:32:03.856Z | [ host-image] Dec 13 21:32:01.812 INFO O| Dec 13 21:32:01.812 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9584 | 2024-12-13T21:32:03.886Z | [ host-image] Dec 13 21:32:01.846 INFO O| Dec 13 21:32:01.846 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9585 | 2024-12-13T21:32:03.886Z | [ host-image] Dec 13 21:32:01.846 INFO O| Dec 13 21:32:01.846 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9586 | 2024-12-13T21:32:03.886Z | [ host-image] Dec 13 21:32:01.846 INFO O| Dec 13 21:32:01.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9587 | 2024-12-13T21:32:03.886Z | [ host-image] Dec 13 21:32:01.846 INFO O| Dec 13 21:32:01.846 INFO ok! |
9588 | 2024-12-13T21:32:03.890Z | [ host-image] Dec 13 21:32:01.846 INFO O| Dec 13 21:32:01.846 INFO STEP 87 (ensure_file) COMPLETE |
9589 | 2024-12-13T21:32:03.890Z | [ host-image] Dec 13 21:32:01.846 INFO O| Dec 13 21:32:01.846 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9590 | 2024-12-13T21:32:03.946Z | [ host-image] Dec 13 21:32:01.907 INFO O| Dec 13 21:32:01.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9591 | 2024-12-13T21:32:03.946Z | [ host-image] Dec 13 21:32:01.907 INFO O| Dec 13 21:32:01.907 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9592 | 2024-12-13T21:32:04.599Z | [ host-image] Dec 13 21:32:02.558 INFO O| Dec 13 21:32:02.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9593 | 2024-12-13T21:32:04.599Z | [ host-image] Dec 13 21:32:02.558 INFO O| Dec 13 21:32:02.558 INFO ok! |
9594 | 2024-12-13T21:32:04.602Z | [ host-image] Dec 13 21:32:02.558 INFO O| Dec 13 21:32:02.558 INFO STEP 88 (ensure_file) COMPLETE |
9595 | 2024-12-13T21:32:04.602Z | [ host-image] Dec 13 21:32:02.559 INFO O| Dec 13 21:32:02.558 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9596 | 2024-12-13T21:32:04.617Z | [ host-image] Dec 13 21:32:02.578 INFO O| Dec 13 21:32:02.578 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9597 | 2024-12-13T21:32:04.617Z | [ host-image] Dec 13 21:32:02.578 INFO O| Dec 13 21:32:02.578 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9598 | 2024-12-13T21:32:05.325Z | [ host-image] Dec 13 21:32:03.283 INFO O| Dec 13 21:32:03.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9599 | 2024-12-13T21:32:05.325Z | [ host-image] Dec 13 21:32:03.283 INFO O| Dec 13 21:32:03.283 INFO ok! |
9600 | 2024-12-13T21:32:05.328Z | [ host-image] Dec 13 21:32:03.283 INFO O| Dec 13 21:32:03.283 INFO STEP 89 (ensure_file) COMPLETE |
9601 | 2024-12-13T21:32:05.328Z | [ host-image] Dec 13 21:32:03.283 INFO O| Dec 13 21:32:03.283 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9602 | 2024-12-13T21:32:05.342Z | [ host-image] Dec 13 21:32:03.302 INFO O| Dec 13 21:32:03.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9603 | 2024-12-13T21:32:05.342Z | [ host-image] Dec 13 21:32:03.302 INFO O| Dec 13 21:32:03.302 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9604 | 2024-12-13T21:32:05.342Z | [ host-image] Dec 13 21:32:03.302 INFO O| Dec 13 21:32:03.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9605 | 2024-12-13T21:32:05.345Z | [ host-image] Dec 13 21:32:03.302 INFO O| Dec 13 21:32:03.302 INFO ok! |
9606 | 2024-12-13T21:32:05.345Z | [ host-image] Dec 13 21:32:03.302 INFO O| Dec 13 21:32:03.302 INFO STEP 90 (ensure_file) COMPLETE |
9607 | 2024-12-13T21:32:05.345Z | [ host-image] Dec 13 21:32:03.302 INFO O| Dec 13 21:32:03.302 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9608 | 2024-12-13T21:32:05.358Z | [ host-image] Dec 13 21:32:03.319 INFO O| Dec 13 21:32:03.319 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9609 | 2024-12-13T21:32:05.358Z | [ host-image] Dec 13 21:32:03.319 INFO O| Dec 13 21:32:03.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9610 | 2024-12-13T21:32:05.358Z | [ host-image] Dec 13 21:32:03.319 INFO O| Dec 13 21:32:03.319 INFO STEP 91 (ensure_dir) COMPLETE |
9611 | 2024-12-13T21:32:05.360Z | [ host-image] Dec 13 21:32:03.319 INFO O| Dec 13 21:32:03.319 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9612 | 2024-12-13T21:32:05.384Z | [ host-image] Dec 13 21:32:03.344 INFO O| Dec 13 21:32:03.344 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9613 | 2024-12-13T21:32:05.384Z | [ host-image] Dec 13 21:32:03.344 INFO O| Dec 13 21:32:03.344 INFO copying /tmp/.tmpFbsOmv/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 ... |
9614 | 2024-12-13T21:32:05.389Z | [ host-image] Dec 13 21:32:03.345 INFO O| Dec 13 21:32:03.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9615 | 2024-12-13T21:32:05.389Z | [ host-image] Dec 13 21:32:03.345 INFO O| Dec 13 21:32:03.345 INFO ok! |
9616 | 2024-12-13T21:32:05.389Z | [ host-image] Dec 13 21:32:03.345 INFO O| Dec 13 21:32:03.345 INFO STEP 92 (ensure_file) COMPLETE |
9617 | 2024-12-13T21:32:05.389Z | [ host-image] Dec 13 21:32:03.345 INFO O| Dec 13 21:32:03.345 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9618 | 2024-12-13T21:32:05.427Z | [ host-image] Dec 13 21:32:03.387 INFO O| Dec 13 21:32:03.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9619 | 2024-12-13T21:32:05.427Z | [ host-image] Dec 13 21:32:03.387 INFO O| Dec 13 21:32:03.387 INFO copying /tmp/.tmpFbsOmv/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 ... |
9620 | 2024-12-13T21:32:05.430Z | [ host-image] Dec 13 21:32:03.388 INFO O| Dec 13 21:32:03.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9621 | 2024-12-13T21:32:05.430Z | [ host-image] Dec 13 21:32:03.388 INFO O| Dec 13 21:32:03.388 INFO ok! |
9622 | 2024-12-13T21:32:05.430Z | [ host-image] Dec 13 21:32:03.388 INFO O| Dec 13 21:32:03.388 INFO STEP 93 (ensure_file) COMPLETE |
9623 | 2024-12-13T21:32:05.430Z | [ host-image] Dec 13 21:32:03.388 INFO O| Dec 13 21:32:03.388 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9624 | 2024-12-13T21:32:05.445Z | [ host-image] Dec 13 21:32:03.405 INFO O| Dec 13 21:32:03.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9625 | 2024-12-13T21:32:05.445Z | [ host-image] Dec 13 21:32:03.406 INFO O| Dec 13 21:32:03.406 INFO copying /tmp/.tmpFbsOmv/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 ... |
9626 | 2024-12-13T21:32:05.447Z | [ host-image] Dec 13 21:32:03.406 INFO O| Dec 13 21:32:03.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9627 | 2024-12-13T21:32:05.447Z | [ host-image] Dec 13 21:32:03.406 INFO O| Dec 13 21:32:03.406 INFO ok! |
9628 | 2024-12-13T21:32:05.447Z | [ host-image] Dec 13 21:32:03.406 INFO O| Dec 13 21:32:03.406 INFO STEP 94 (ensure_file) COMPLETE |
9629 | 2024-12-13T21:32:05.447Z | [ host-image] Dec 13 21:32:03.406 INFO O| Dec 13 21:32:03.406 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9630 | 2024-12-13T21:32:05.465Z | [ host-image] Dec 13 21:32:03.424 INFO O| Dec 13 21:32:03.424 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9631 | 2024-12-13T21:32:05.465Z | [ host-image] Dec 13 21:32:03.424 INFO O| Dec 13 21:32:03.424 INFO copying /tmp/.tmpFbsOmv/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 ... |
9632 | 2024-12-13T21:32:05.470Z | [ host-image] Dec 13 21:32:03.424 INFO O| Dec 13 21:32:03.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9633 | 2024-12-13T21:32:05.470Z | [ host-image] Dec 13 21:32:03.424 INFO O| Dec 13 21:32:03.424 INFO ok! |
9634 | 2024-12-13T21:32:05.470Z | [ host-image] Dec 13 21:32:03.424 INFO O| Dec 13 21:32:03.424 INFO STEP 95 (ensure_file) COMPLETE |
9635 | 2024-12-13T21:32:05.470Z | [ host-image] Dec 13 21:32:03.424 INFO O| Dec 13 21:32:03.424 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9636 | 2024-12-13T21:32:05.499Z | [ host-image] Dec 13 21:32:03.458 INFO O| Dec 13 21:32:03.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9637 | 2024-12-13T21:32:05.499Z | [ host-image] Dec 13 21:32:03.458 INFO O| Dec 13 21:32:03.458 INFO copying /tmp/.tmpFbsOmv/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 ... |
9638 | 2024-12-13T21:32:05.502Z | [ host-image] Dec 13 21:32:03.458 INFO O| Dec 13 21:32:03.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9639 | 2024-12-13T21:32:05.502Z | [ host-image] Dec 13 21:32:03.458 INFO O| Dec 13 21:32:03.458 INFO ok! |
9640 | 2024-12-13T21:32:05.502Z | [ host-image] Dec 13 21:32:03.458 INFO O| Dec 13 21:32:03.458 INFO STEP 96 (ensure_file) COMPLETE |
9641 | 2024-12-13T21:32:05.502Z | [ host-image] Dec 13 21:32:03.458 INFO O| Dec 13 21:32:03.458 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9642 | 2024-12-13T21:32:05.517Z | [ host-image] Dec 13 21:32:03.478 INFO O| Dec 13 21:32:03.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9643 | 2024-12-13T21:32:05.517Z | [ host-image] Dec 13 21:32:03.478 INFO O| Dec 13 21:32:03.478 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9644 | 2024-12-13T21:32:05.522Z | [ host-image] Dec 13 21:32:03.478 INFO O| Dec 13 21:32:03.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9645 | 2024-12-13T21:32:05.522Z | [ host-image] Dec 13 21:32:03.478 INFO O| Dec 13 21:32:03.478 INFO ok! |
9646 | 2024-12-13T21:32:05.522Z | [ host-image] Dec 13 21:32:03.478 INFO O| Dec 13 21:32:03.478 INFO STEP 97 (ensure_file) COMPLETE |
9647 | 2024-12-13T21:32:05.522Z | [ host-image] Dec 13 21:32:03.478 INFO O| Dec 13 21:32:03.478 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9648 | 2024-12-13T21:32:05.576Z | [ host-image] Dec 13 21:32:03.536 INFO O| Dec 13 21:32:03.536 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9649 | 2024-12-13T21:32:05.576Z | [ host-image] Dec 13 21:32:03.537 INFO O| Dec 13 21:32:03.537 INFO copying /tmp/.tmpFbsOmv/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 ... |
9650 | 2024-12-13T21:32:05.579Z | [ host-image] Dec 13 21:32:03.537 INFO O| Dec 13 21:32:03.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9651 | 2024-12-13T21:32:05.579Z | [ host-image] Dec 13 21:32:03.537 INFO O| Dec 13 21:32:03.537 INFO ok! |
9652 | 2024-12-13T21:32:05.579Z | [ host-image] Dec 13 21:32:03.537 INFO O| Dec 13 21:32:03.537 INFO STEP 98 (ensure_file) COMPLETE |
9653 | 2024-12-13T21:32:05.579Z | [ host-image] Dec 13 21:32:03.537 INFO O| Dec 13 21:32:03.537 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9654 | 2024-12-13T21:32:05.597Z | [ host-image] Dec 13 21:32:03.557 INFO O| Dec 13 21:32:03.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9655 | 2024-12-13T21:32:05.597Z | [ host-image] Dec 13 21:32:03.558 INFO O| Dec 13 21:32:03.557 INFO copying /tmp/.tmpFbsOmv/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 ... |
9656 | 2024-12-13T21:32:05.599Z | [ host-image] Dec 13 21:32:03.558 INFO O| Dec 13 21:32:03.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9657 | 2024-12-13T21:32:05.599Z | [ host-image] Dec 13 21:32:03.558 INFO O| Dec 13 21:32:03.558 INFO ok! |
9658 | 2024-12-13T21:32:05.599Z | [ host-image] Dec 13 21:32:03.558 INFO O| Dec 13 21:32:03.558 INFO STEP 99 (ensure_file) COMPLETE |
9659 | 2024-12-13T21:32:05.599Z | [ host-image] Dec 13 21:32:03.558 INFO O| Dec 13 21:32:03.558 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9660 | 2024-12-13T21:32:05.617Z | [ host-image] Dec 13 21:32:03.577 INFO O| Dec 13 21:32:03.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9661 | 2024-12-13T21:32:05.617Z | [ host-image] Dec 13 21:32:03.578 INFO O| Dec 13 21:32:03.578 INFO copying /tmp/.tmpFbsOmv/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 ... |
9662 | 2024-12-13T21:32:05.620Z | [ host-image] Dec 13 21:32:03.578 INFO O| Dec 13 21:32:03.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9663 | 2024-12-13T21:32:05.620Z | [ host-image] Dec 13 21:32:03.578 INFO O| Dec 13 21:32:03.578 INFO ok! |
9664 | 2024-12-13T21:32:05.620Z | [ host-image] Dec 13 21:32:03.578 INFO O| Dec 13 21:32:03.578 INFO STEP 100 (ensure_file) COMPLETE |
9665 | 2024-12-13T21:32:05.620Z | [ host-image] Dec 13 21:32:03.578 INFO O| Dec 13 21:32:03.578 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9666 | 2024-12-13T21:32:05.636Z | [ host-image] Dec 13 21:32:03.596 INFO O| Dec 13 21:32:03.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9667 | 2024-12-13T21:32:05.636Z | [ host-image] Dec 13 21:32:03.596 INFO O| Dec 13 21:32:03.596 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9668 | 2024-12-13T21:32:05.638Z | [ host-image] Dec 13 21:32:03.596 INFO O| Dec 13 21:32:03.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9669 | 2024-12-13T21:32:05.639Z | [ host-image] Dec 13 21:32:03.597 INFO O| Dec 13 21:32:03.597 INFO ok! |
9670 | 2024-12-13T21:32:05.639Z | [ host-image] Dec 13 21:32:03.597 INFO O| Dec 13 21:32:03.597 INFO STEP 101 (ensure_file) COMPLETE |
9671 | 2024-12-13T21:32:05.639Z | [ host-image] Dec 13 21:32:03.597 INFO O| Dec 13 21:32:03.597 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9672 | 2024-12-13T21:32:05.655Z | [ host-image] Dec 13 21:32:03.615 INFO O| Dec 13 21:32:03.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9673 | 2024-12-13T21:32:05.655Z | [ host-image] Dec 13 21:32:03.615 INFO O| Dec 13 21:32:03.615 INFO copying /tmp/.tmpFbsOmv/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 ... |
9674 | 2024-12-13T21:32:05.657Z | [ host-image] Dec 13 21:32:03.615 INFO O| Dec 13 21:32:03.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9675 | 2024-12-13T21:32:05.657Z | [ host-image] Dec 13 21:32:03.615 INFO O| Dec 13 21:32:03.615 INFO ok! |
9676 | 2024-12-13T21:32:05.657Z | [ host-image] Dec 13 21:32:03.615 INFO O| Dec 13 21:32:03.615 INFO STEP 102 (ensure_file) COMPLETE |
9677 | 2024-12-13T21:32:05.657Z | [ host-image] Dec 13 21:32:03.615 INFO O| Dec 13 21:32:03.615 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9678 | 2024-12-13T21:32:05.673Z | [ host-image] Dec 13 21:32:03.634 INFO O| Dec 13 21:32:03.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9679 | 2024-12-13T21:32:05.673Z | [ host-image] Dec 13 21:32:03.634 INFO O| Dec 13 21:32:03.634 INFO copying /tmp/.tmpFbsOmv/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 ... |
9680 | 2024-12-13T21:32:05.676Z | [ host-image] Dec 13 21:32:03.634 INFO O| Dec 13 21:32:03.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9681 | 2024-12-13T21:32:05.676Z | [ host-image] Dec 13 21:32:03.634 INFO O| Dec 13 21:32:03.634 INFO ok! |
9682 | 2024-12-13T21:32:05.676Z | [ host-image] Dec 13 21:32:03.634 INFO O| Dec 13 21:32:03.634 INFO STEP 103 (ensure_file) COMPLETE |
9683 | 2024-12-13T21:32:05.676Z | [ host-image] Dec 13 21:32:03.634 INFO O| Dec 13 21:32:03.634 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9684 | 2024-12-13T21:32:05.693Z | [ host-image] Dec 13 21:32:03.654 INFO O| Dec 13 21:32:03.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9685 | 2024-12-13T21:32:05.693Z | [ host-image] Dec 13 21:32:03.654 INFO O| Dec 13 21:32:03.654 INFO copying /tmp/.tmpFbsOmv/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 ... |
9686 | 2024-12-13T21:32:05.693Z | [ host-image] Dec 13 21:32:03.654 INFO O| Dec 13 21:32:03.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9687 | 2024-12-13T21:32:05.693Z | [ host-image] Dec 13 21:32:03.654 INFO O| Dec 13 21:32:03.654 INFO ok! |
9688 | 2024-12-13T21:32:05.696Z | [ host-image] Dec 13 21:32:03.654 INFO O| Dec 13 21:32:03.654 INFO STEP 104 (ensure_file) COMPLETE |
9689 | 2024-12-13T21:32:05.696Z | [ host-image] Dec 13 21:32:03.654 INFO O| Dec 13 21:32:03.654 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9690 | 2024-12-13T21:32:05.734Z | [ host-image] Dec 13 21:32:03.693 INFO O| Dec 13 21:32:03.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9691 | 2024-12-13T21:32:05.734Z | [ host-image] Dec 13 21:32:03.693 INFO O| Dec 13 21:32:03.693 INFO copying /tmp/.tmpFbsOmv/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 ... |
9692 | 2024-12-13T21:32:05.738Z | [ host-image] Dec 13 21:32:03.693 INFO O| Dec 13 21:32:03.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9693 | 2024-12-13T21:32:05.738Z | [ host-image] Dec 13 21:32:03.694 INFO O| Dec 13 21:32:03.694 INFO ok! |
9694 | 2024-12-13T21:32:05.738Z | [ host-image] Dec 13 21:32:03.694 INFO O| Dec 13 21:32:03.694 INFO STEP 105 (ensure_file) COMPLETE |
9695 | 2024-12-13T21:32:05.738Z | [ host-image] Dec 13 21:32:03.694 INFO O| Dec 13 21:32:03.694 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9696 | 2024-12-13T21:32:05.775Z | [ host-image] Dec 13 21:32:03.734 INFO O| Dec 13 21:32:03.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9697 | 2024-12-13T21:32:05.775Z | [ host-image] Dec 13 21:32:03.734 INFO O| Dec 13 21:32:03.734 INFO copying /tmp/.tmpFbsOmv/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 ... |
9698 | 2024-12-13T21:32:05.777Z | [ host-image] Dec 13 21:32:03.734 INFO O| Dec 13 21:32:03.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9699 | 2024-12-13T21:32:05.777Z | [ host-image] Dec 13 21:32:03.734 INFO O| Dec 13 21:32:03.734 INFO ok! |
9700 | 2024-12-13T21:32:05.778Z | [ host-image] Dec 13 21:32:03.734 INFO O| Dec 13 21:32:03.734 INFO STEP 106 (ensure_file) COMPLETE |
9701 | 2024-12-13T21:32:05.778Z | [ host-image] Dec 13 21:32:03.734 INFO O| Dec 13 21:32:03.734 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9702 | 2024-12-13T21:32:05.796Z | [ host-image] Dec 13 21:32:03.755 INFO O| Dec 13 21:32:03.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9703 | 2024-12-13T21:32:05.796Z | [ host-image] Dec 13 21:32:03.755 INFO O| Dec 13 21:32:03.755 INFO copying /tmp/.tmpFbsOmv/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 ... |
9704 | 2024-12-13T21:32:05.800Z | [ host-image] Dec 13 21:32:03.755 INFO O| Dec 13 21:32:03.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9705 | 2024-12-13T21:32:05.800Z | [ host-image] Dec 13 21:32:03.755 INFO O| Dec 13 21:32:03.755 INFO ok! |
9706 | 2024-12-13T21:32:05.800Z | [ host-image] Dec 13 21:32:03.756 INFO O| Dec 13 21:32:03.755 INFO STEP 107 (ensure_file) COMPLETE |
9707 | 2024-12-13T21:32:05.800Z | [ host-image] Dec 13 21:32:03.756 INFO O| Dec 13 21:32:03.756 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9708 | 2024-12-13T21:32:05.814Z | [ host-image] Dec 13 21:32:03.774 INFO O| Dec 13 21:32:03.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9709 | 2024-12-13T21:32:05.814Z | [ host-image] Dec 13 21:32:03.774 INFO O| Dec 13 21:32:03.774 INFO copying /tmp/.tmpFbsOmv/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 ... |
9710 | 2024-12-13T21:32:05.816Z | [ host-image] Dec 13 21:32:03.775 INFO O| Dec 13 21:32:03.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9711 | 2024-12-13T21:32:05.816Z | [ host-image] Dec 13 21:32:03.775 INFO O| Dec 13 21:32:03.775 INFO ok! |
9712 | 2024-12-13T21:32:05.816Z | [ host-image] Dec 13 21:32:03.775 INFO O| Dec 13 21:32:03.775 INFO STEP 108 (ensure_file) COMPLETE |
9713 | 2024-12-13T21:32:05.816Z | [ host-image] Dec 13 21:32:03.775 INFO O| Dec 13 21:32:03.775 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9714 | 2024-12-13T21:32:05.834Z | [ host-image] Dec 13 21:32:03.793 INFO O| Dec 13 21:32:03.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9715 | 2024-12-13T21:32:05.834Z | [ host-image] Dec 13 21:32:03.793 INFO O| Dec 13 21:32:03.793 INFO copying /tmp/.tmpFbsOmv/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 ... |
9716 | 2024-12-13T21:32:05.845Z | [ host-image] Dec 13 21:32:03.794 INFO O| Dec 13 21:32:03.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9717 | 2024-12-13T21:32:05.845Z | [ host-image] Dec 13 21:32:03.794 INFO O| Dec 13 21:32:03.794 INFO ok! |
9718 | 2024-12-13T21:32:05.845Z | [ host-image] Dec 13 21:32:03.794 INFO O| Dec 13 21:32:03.794 INFO STEP 109 (ensure_file) COMPLETE |
9719 | 2024-12-13T21:32:05.845Z | [ host-image] Dec 13 21:32:03.794 INFO O| Dec 13 21:32:03.794 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9720 | 2024-12-13T21:32:05.857Z | [ host-image] Dec 13 21:32:03.817 INFO O| Dec 13 21:32:03.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9721 | 2024-12-13T21:32:05.857Z | [ host-image] Dec 13 21:32:03.818 INFO O| Dec 13 21:32:03.817 INFO copying /tmp/.tmpFbsOmv/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 ... |
9722 | 2024-12-13T21:32:05.857Z | [ host-image] Dec 13 21:32:03.818 INFO O| Dec 13 21:32:03.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9723 | 2024-12-13T21:32:05.860Z | [ host-image] Dec 13 21:32:03.818 INFO O| Dec 13 21:32:03.818 INFO ok! |
9724 | 2024-12-13T21:32:05.860Z | [ host-image] Dec 13 21:32:03.818 INFO O| Dec 13 21:32:03.818 INFO STEP 110 (ensure_file) COMPLETE |
9725 | 2024-12-13T21:32:05.860Z | [ host-image] Dec 13 21:32:03.818 INFO O| Dec 13 21:32:03.818 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9726 | 2024-12-13T21:32:05.878Z | [ host-image] Dec 13 21:32:03.838 INFO O| Dec 13 21:32:03.838 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9727 | 2024-12-13T21:32:05.878Z | [ host-image] Dec 13 21:32:03.838 INFO O| Dec 13 21:32:03.838 INFO copying /tmp/.tmpFbsOmv/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 ... |
9728 | 2024-12-13T21:32:05.878Z | [ host-image] Dec 13 21:32:03.838 INFO O| Dec 13 21:32:03.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9729 | 2024-12-13T21:32:05.878Z | [ host-image] Dec 13 21:32:03.838 INFO O| Dec 13 21:32:03.838 INFO ok! |
9730 | 2024-12-13T21:32:05.880Z | [ host-image] Dec 13 21:32:03.838 INFO O| Dec 13 21:32:03.838 INFO STEP 111 (ensure_file) COMPLETE |
9731 | 2024-12-13T21:32:05.880Z | [ host-image] Dec 13 21:32:03.838 INFO O| Dec 13 21:32:03.838 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9732 | 2024-12-13T21:32:05.896Z | [ host-image] Dec 13 21:32:03.856 INFO O| Dec 13 21:32:03.856 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9733 | 2024-12-13T21:32:05.896Z | [ host-image] Dec 13 21:32:03.857 INFO O| Dec 13 21:32:03.856 INFO copying /tmp/.tmpFbsOmv/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 ... |
9734 | 2024-12-13T21:32:05.896Z | [ host-image] Dec 13 21:32:03.857 INFO O| Dec 13 21:32:03.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9735 | 2024-12-13T21:32:05.896Z | [ host-image] Dec 13 21:32:03.857 INFO O| Dec 13 21:32:03.857 INFO ok! |
9736 | 2024-12-13T21:32:05.896Z | [ host-image] Dec 13 21:32:03.857 INFO O| Dec 13 21:32:03.857 INFO STEP 112 (ensure_file) COMPLETE |
9737 | 2024-12-13T21:32:05.899Z | [ host-image] Dec 13 21:32:03.857 INFO O| Dec 13 21:32:03.857 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9738 | 2024-12-13T21:32:05.915Z | [ host-image] Dec 13 21:32:03.875 INFO O| Dec 13 21:32:03.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9739 | 2024-12-13T21:32:05.915Z | [ host-image] Dec 13 21:32:03.875 INFO O| Dec 13 21:32:03.875 INFO copying /tmp/.tmpFbsOmv/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 ... |
9740 | 2024-12-13T21:32:05.917Z | [ host-image] Dec 13 21:32:03.875 INFO O| Dec 13 21:32:03.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9741 | 2024-12-13T21:32:05.917Z | [ host-image] Dec 13 21:32:03.875 INFO O| Dec 13 21:32:03.875 INFO ok! |
9742 | 2024-12-13T21:32:05.917Z | [ host-image] Dec 13 21:32:03.875 INFO O| Dec 13 21:32:03.875 INFO STEP 113 (ensure_file) COMPLETE |
9743 | 2024-12-13T21:32:05.917Z | [ host-image] Dec 13 21:32:03.875 INFO O| Dec 13 21:32:03.875 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9744 | 2024-12-13T21:32:05.933Z | [ host-image] Dec 13 21:32:03.894 INFO O| Dec 13 21:32:03.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9745 | 2024-12-13T21:32:05.933Z | [ host-image] Dec 13 21:32:03.894 INFO O| Dec 13 21:32:03.894 INFO copying /tmp/.tmpFbsOmv/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 ... |
9746 | 2024-12-13T21:32:05.933Z | [ host-image] Dec 13 21:32:03.894 INFO O| Dec 13 21:32:03.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9747 | 2024-12-13T21:32:05.933Z | [ host-image] Dec 13 21:32:03.894 INFO O| Dec 13 21:32:03.894 INFO ok! |
9748 | 2024-12-13T21:32:05.936Z | [ host-image] Dec 13 21:32:03.894 INFO O| Dec 13 21:32:03.894 INFO STEP 114 (ensure_file) COMPLETE |
9749 | 2024-12-13T21:32:05.936Z | [ host-image] Dec 13 21:32:03.894 INFO O| Dec 13 21:32:03.894 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9750 | 2024-12-13T21:32:05.976Z | [ host-image] Dec 13 21:32:03.935 INFO O| Dec 13 21:32:03.935 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9751 | 2024-12-13T21:32:05.976Z | [ host-image] Dec 13 21:32:03.935 INFO O| Dec 13 21:32:03.935 INFO copying /tmp/.tmpFbsOmv/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 ... |
9752 | 2024-12-13T21:32:05.979Z | [ host-image] Dec 13 21:32:03.936 INFO O| Dec 13 21:32:03.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9753 | 2024-12-13T21:32:05.979Z | [ host-image] Dec 13 21:32:03.936 INFO O| Dec 13 21:32:03.936 INFO ok! |
9754 | 2024-12-13T21:32:05.979Z | [ host-image] Dec 13 21:32:03.936 INFO O| Dec 13 21:32:03.936 INFO STEP 115 (ensure_file) COMPLETE |
9755 | 2024-12-13T21:32:05.979Z | [ host-image] Dec 13 21:32:03.936 INFO O| Dec 13 21:32:03.936 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9756 | 2024-12-13T21:32:06.033Z | [ host-image] Dec 13 21:32:03.993 INFO O| Dec 13 21:32:03.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9757 | 2024-12-13T21:32:06.033Z | [ host-image] Dec 13 21:32:03.993 INFO O| Dec 13 21:32:03.993 INFO copying /tmp/.tmpFbsOmv/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 ... |
9758 | 2024-12-13T21:32:06.035Z | [ host-image] Dec 13 21:32:03.993 INFO O| Dec 13 21:32:03.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9759 | 2024-12-13T21:32:06.035Z | [ host-image] Dec 13 21:32:03.994 INFO O| Dec 13 21:32:03.993 INFO ok! |
9760 | 2024-12-13T21:32:06.035Z | [ host-image] Dec 13 21:32:03.994 INFO O| Dec 13 21:32:03.993 INFO STEP 116 (ensure_file) COMPLETE |
9761 | 2024-12-13T21:32:06.035Z | [ host-image] Dec 13 21:32:03.994 INFO O| Dec 13 21:32:03.993 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9762 | 2024-12-13T21:32:06.083Z | [ host-image] Dec 13 21:32:04.043 INFO O| Dec 13 21:32:04.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9763 | 2024-12-13T21:32:06.083Z | [ host-image] Dec 13 21:32:04.043 INFO O| Dec 13 21:32:04.043 INFO copying /tmp/.tmpFbsOmv/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 ... |
9764 | 2024-12-13T21:32:06.085Z | [ host-image] Dec 13 21:32:04.043 INFO O| Dec 13 21:32:04.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9765 | 2024-12-13T21:32:06.085Z | [ host-image] Dec 13 21:32:04.044 INFO O| Dec 13 21:32:04.043 INFO ok! |
9766 | 2024-12-13T21:32:06.085Z | [ host-image] Dec 13 21:32:04.044 INFO O| Dec 13 21:32:04.044 INFO STEP 117 (ensure_file) COMPLETE |
9767 | 2024-12-13T21:32:06.085Z | [ host-image] Dec 13 21:32:04.044 INFO O| Dec 13 21:32:04.044 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9768 | 2024-12-13T21:32:06.120Z | [ host-image] Dec 13 21:32:04.080 INFO O| Dec 13 21:32:04.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9769 | 2024-12-13T21:32:06.120Z | [ host-image] Dec 13 21:32:04.081 INFO O| Dec 13 21:32:04.080 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9770 | 2024-12-13T21:32:06.122Z | [ host-image] Dec 13 21:32:04.081 INFO O| Dec 13 21:32:04.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9771 | 2024-12-13T21:32:06.122Z | [ host-image] Dec 13 21:32:04.081 INFO O| Dec 13 21:32:04.081 INFO ok! |
9772 | 2024-12-13T21:32:06.122Z | [ host-image] Dec 13 21:32:04.081 INFO O| Dec 13 21:32:04.081 INFO STEP 118 (ensure_file) COMPLETE |
9773 | 2024-12-13T21:32:06.122Z | [ host-image] Dec 13 21:32:04.081 INFO O| Dec 13 21:32:04.081 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9774 | 2024-12-13T21:32:06.145Z | [ host-image] Dec 13 21:32:04.105 INFO O| Dec 13 21:32:04.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9775 | 2024-12-13T21:32:06.145Z | [ host-image] Dec 13 21:32:04.105 INFO O| Dec 13 21:32:04.105 INFO copying /tmp/.tmpFbsOmv/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 ... |
9776 | 2024-12-13T21:32:06.145Z | [ host-image] Dec 13 21:32:04.105 INFO O| Dec 13 21:32:04.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9777 | 2024-12-13T21:32:06.172Z | [ host-image] Dec 13 21:32:04.105 INFO O| Dec 13 21:32:04.105 INFO ok! |
9778 | 2024-12-13T21:32:06.172Z | [ host-image] Dec 13 21:32:04.106 INFO O| Dec 13 21:32:04.106 INFO STEP 119 (ensure_file) COMPLETE |
9779 | 2024-12-13T21:32:06.172Z | [ host-image] Dec 13 21:32:04.106 INFO O| Dec 13 21:32:04.106 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9780 | 2024-12-13T21:32:06.189Z | [ host-image] Dec 13 21:32:04.149 INFO O| Dec 13 21:32:04.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9781 | 2024-12-13T21:32:06.189Z | [ host-image] Dec 13 21:32:04.149 INFO O| Dec 13 21:32:04.149 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9782 | 2024-12-13T21:32:06.193Z | [ host-image] Dec 13 21:32:04.149 INFO O| Dec 13 21:32:04.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9783 | 2024-12-13T21:32:06.193Z | [ host-image] Dec 13 21:32:04.149 INFO O| Dec 13 21:32:04.149 INFO ok! |
9784 | 2024-12-13T21:32:06.193Z | [ host-image] Dec 13 21:32:04.149 INFO O| Dec 13 21:32:04.149 INFO STEP 120 (ensure_file) COMPLETE |
9785 | 2024-12-13T21:32:06.193Z | [ host-image] Dec 13 21:32:04.149 INFO O| Dec 13 21:32:04.149 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9786 | 2024-12-13T21:32:06.224Z | [ host-image] Dec 13 21:32:04.185 INFO O| Dec 13 21:32:04.185 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9787 | 2024-12-13T21:32:06.225Z | [ host-image] Dec 13 21:32:04.185 INFO O| Dec 13 21:32:04.185 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9788 | 2024-12-13T21:32:09.140Z | [ recovery-image] Dec 13 21:32:07.100 INFO E| Finished `release` profile [optimized] target(s) in 1m 17s |
9789 | 2024-12-13T21:32:09.176Z | [ recovery-image] Dec 13 21:32:07.136 INFO building host image... |
9790 | 2024-12-13T21:32:09.259Z | [ recovery-image] Dec 13 21:32:07.217 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") |
9791 | 2024-12-13T21:32:10.417Z | [ recovery-image] Dec 13 21:32:08.376 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9792 | 2024-12-13T21:32:14.353Z | [ recovery-image] Dec 13 21:32:12.313 INFO image complete! materials are in "/work/os-recovery" |
9793 | 2024-12-13T21:32:14.358Z | [ recovery-image] |
9794 | 2024-12-13T21:32:14.360Z | [ recovery-image] real 12:38.097004850 |
9795 | 2024-12-13T21:32:14.360Z | [ recovery-image] user 6:20.092176942 |
9796 | 2024-12-13T21:32:14.360Z | [ recovery-image] sys 1:04.244224276 |
9797 | 2024-12-13T21:32:14.360Z | [ recovery-image] trap 0.326035877 |
9798 | 2024-12-13T21:32:14.360Z | [ recovery-image] tflt 0.355418774 |
9799 | 2024-12-13T21:32:14.360Z | [ recovery-image] dflt 2.981950052 |
9800 | 2024-12-13T21:32:14.360Z | [ recovery-image] kflt 0.000673820 |
9801 | 2024-12-13T21:32:14.360Z | [ recovery-image] lock 29:39.426612597 |
9802 | 2024-12-13T21:32:14.360Z | [ recovery-image] slp 1:20:14.076277729 |
9803 | 2024-12-13T21:32:14.361Z | [ recovery-image] lat 4:50.640522201 |
9804 | 2024-12-13T21:32:14.361Z | [ recovery-image] stop 9.115792258 |
9805 | 2024-12-13T21:32:14.361Z | Dec 13 21:32:12.319 INFO [recovery-image] process exited with exit status: 0 (758.120574971s) |
9806 | 2024-12-13T21:32:17.628Z | [ host-image] Dec 13 21:32:15.587 INFO O| Dec 13 21:32:15.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9807 | 2024-12-13T21:32:17.628Z | [ host-image] Dec 13 21:32:15.587 INFO O| Dec 13 21:32:15.587 INFO ok! |
9808 | 2024-12-13T21:32:17.631Z | [ host-image] Dec 13 21:32:15.587 INFO O| Dec 13 21:32:15.587 INFO STEP 121 (ensure_file) COMPLETE |
9809 | 2024-12-13T21:32:17.631Z | [ host-image] Dec 13 21:32:15.587 INFO O| Dec 13 21:32:15.587 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9810 | 2024-12-13T21:32:17.648Z | [ host-image] Dec 13 21:32:15.606 INFO O| Dec 13 21:32:15.606 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9811 | 2024-12-13T21:32:17.648Z | [ host-image] Dec 13 21:32:15.606 INFO O| Dec 13 21:32:15.606 INFO STEP 122 (ensure_dir) COMPLETE |
9812 | 2024-12-13T21:32:17.651Z | [ host-image] Dec 13 21:32:15.606 INFO O| Dec 13 21:32:15.606 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9813 | 2024-12-13T21:32:17.683Z | [ host-image] Dec 13 21:32:15.642 INFO O| Dec 13 21:32:15.642 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9814 | 2024-12-13T21:32:17.683Z | [ host-image] Dec 13 21:32:15.643 INFO O| Dec 13 21:32:15.642 INFO STEP 123 (ensure_dir) COMPLETE |
9815 | 2024-12-13T21:32:17.683Z | [ host-image] Dec 13 21:32:15.643 INFO O| Dec 13 21:32:15.642 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9816 | 2024-12-13T21:32:17.702Z | [ host-image] Dec 13 21:32:15.661 INFO O| Dec 13 21:32:15.660 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9817 | 2024-12-13T21:32:17.702Z | [ host-image] Dec 13 21:32:15.661 INFO O| Dec 13 21:32:15.660 INFO STEP 124 (ensure_dir) COMPLETE |
9818 | 2024-12-13T21:32:17.702Z | [ host-image] Dec 13 21:32:15.661 INFO O| Dec 13 21:32:15.660 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9819 | 2024-12-13T21:32:17.719Z | [ host-image] Dec 13 21:32:15.678 INFO O| Dec 13 21:32:15.678 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9820 | 2024-12-13T21:32:17.719Z | [ host-image] Dec 13 21:32:15.678 INFO O| Dec 13 21:32:15.678 INFO STEP 125 (ensure_dir) COMPLETE |
9821 | 2024-12-13T21:32:17.721Z | [ host-image] Dec 13 21:32:15.678 INFO O| Dec 13 21:32:15.678 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9822 | 2024-12-13T21:32:17.736Z | [ host-image] Dec 13 21:32:15.695 INFO O| Dec 13 21:32:15.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9823 | 2024-12-13T21:32:17.736Z | [ host-image] Dec 13 21:32:15.696 INFO O| Dec 13 21:32:15.695 INFO copying /tmp/.tmpFbsOmv/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 ... |
9824 | 2024-12-13T21:32:17.736Z | [ host-image] Dec 13 21:32:15.696 INFO O| Dec 13 21:32:15.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9825 | 2024-12-13T21:32:17.736Z | [ host-image] Dec 13 21:32:15.696 INFO O| Dec 13 21:32:15.696 INFO ok! |
9826 | 2024-12-13T21:32:17.739Z | [ host-image] Dec 13 21:32:15.696 INFO O| Dec 13 21:32:15.696 INFO STEP 126 (ensure_file) COMPLETE |
9827 | 2024-12-13T21:32:17.739Z | [ host-image] Dec 13 21:32:15.696 INFO O| Dec 13 21:32:15.696 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9828 | 2024-12-13T21:32:17.755Z | [ host-image] Dec 13 21:32:15.714 INFO O| Dec 13 21:32:15.714 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9829 | 2024-12-13T21:32:17.755Z | [ host-image] Dec 13 21:32:15.714 INFO O| Dec 13 21:32:15.714 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9830 | 2024-12-13T21:32:17.758Z | [ host-image] Dec 13 21:32:15.714 INFO O| Dec 13 21:32:15.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9831 | 2024-12-13T21:32:17.758Z | [ host-image] Dec 13 21:32:15.714 INFO O| Dec 13 21:32:15.714 INFO STEP 127 (ensure_dir) COMPLETE |
9832 | 2024-12-13T21:32:17.758Z | [ host-image] Dec 13 21:32:15.714 INFO O| Dec 13 21:32:15.714 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9833 | 2024-12-13T21:32:17.773Z | [ host-image] Dec 13 21:32:15.732 INFO O| Dec 13 21:32:15.732 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9834 | 2024-12-13T21:32:17.773Z | [ host-image] Dec 13 21:32:15.732 INFO O| Dec 13 21:32:15.732 INFO copying /tmp/.tmpFbsOmv/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9835 | 2024-12-13T21:32:17.773Z | [ host-image] Dec 13 21:32:15.732 INFO O| Dec 13 21:32:15.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9836 | 2024-12-13T21:32:17.776Z | [ host-image] Dec 13 21:32:15.732 INFO O| Dec 13 21:32:15.732 INFO ok! |
9837 | 2024-12-13T21:32:17.776Z | [ host-image] Dec 13 21:32:15.733 INFO O| Dec 13 21:32:15.733 INFO STEP 128 (ensure_file) COMPLETE |
9838 | 2024-12-13T21:32:17.776Z | [ host-image] Dec 13 21:32:15.733 INFO O| Dec 13 21:32:15.733 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9839 | 2024-12-13T21:32:17.791Z | [ host-image] Dec 13 21:32:15.751 INFO O| Dec 13 21:32:15.750 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9840 | 2024-12-13T21:32:17.795Z | [ host-image] Dec 13 21:32:15.751 INFO O| Dec 13 21:32:15.751 INFO STEP 129 (remove_files) COMPLETE |
9841 | 2024-12-13T21:32:17.795Z | [ host-image] Dec 13 21:32:15.751 INFO O| Dec 13 21:32:15.751 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9842 | 2024-12-13T21:32:17.811Z | [ host-image] Dec 13 21:32:15.770 INFO O| Dec 13 21:32:15.770 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9843 | 2024-12-13T21:32:17.813Z | [ host-image] Dec 13 21:32:15.770 INFO O| Dec 13 21:32:15.770 INFO STEP 130 (remove_files) COMPLETE |
9844 | 2024-12-13T21:32:17.813Z | [ host-image] Dec 13 21:32:15.770 INFO O| Dec 13 21:32:15.770 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9845 | 2024-12-13T21:32:17.829Z | [ host-image] Dec 13 21:32:15.788 INFO O| Dec 13 21:32:15.788 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9846 | 2024-12-13T21:32:17.832Z | [ host-image] Dec 13 21:32:15.789 INFO O| Dec 13 21:32:15.789 INFO STEP 131 (remove_files) COMPLETE |
9847 | 2024-12-13T21:32:17.832Z | [ host-image] Dec 13 21:32:15.789 INFO O| Dec 13 21:32:15.789 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9848 | 2024-12-13T21:32:17.856Z | [ host-image] Dec 13 21:32:15.815 INFO O| Dec 13 21:32:15.815 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9849 | 2024-12-13T21:32:17.858Z | [ host-image] Dec 13 21:32:15.815 INFO O| Dec 13 21:32:15.815 INFO STEP 132 (remove_files) COMPLETE |
9850 | 2024-12-13T21:32:17.858Z | [ host-image] Dec 13 21:32:15.815 INFO O| Dec 13 21:32:15.815 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9851 | 2024-12-13T21:32:17.875Z | [ host-image] Dec 13 21:32:15.835 INFO O| Dec 13 21:32:15.834 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9852 | 2024-12-13T21:32:17.875Z | [ host-image] Dec 13 21:32:15.835 INFO O| Dec 13 21:32:15.835 INFO STEP 133 (remove_files) COMPLETE |
9853 | 2024-12-13T21:32:17.878Z | [ host-image] Dec 13 21:32:15.835 INFO O| Dec 13 21:32:15.835 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9854 | 2024-12-13T21:32:17.895Z | [ host-image] Dec 13 21:32:15.854 INFO O| Dec 13 21:32:15.854 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9855 | 2024-12-13T21:32:17.898Z | [ host-image] Dec 13 21:32:15.855 INFO O| Dec 13 21:32:15.855 INFO STEP 134 (remove_files) COMPLETE |
9856 | 2024-12-13T21:32:17.898Z | [ host-image] Dec 13 21:32:15.855 INFO O| Dec 13 21:32:15.855 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9857 | 2024-12-13T21:32:17.929Z | [ host-image] Dec 13 21:32:15.888 INFO O| Dec 13 21:32:15.888 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9858 | 2024-12-13T21:32:17.932Z | [ host-image] Dec 13 21:32:15.888 INFO O| Dec 13 21:32:15.888 INFO STEP 135 (remove_files) COMPLETE |
9859 | 2024-12-13T21:32:17.932Z | [ host-image] Dec 13 21:32:15.888 INFO O| Dec 13 21:32:15.888 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9860 | 2024-12-13T21:32:17.958Z | [ host-image] Dec 13 21:32:15.917 INFO O| Dec 13 21:32:15.917 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9861 | 2024-12-13T21:32:17.961Z | [ host-image] Dec 13 21:32:15.918 INFO O| Dec 13 21:32:15.918 INFO STEP 136 (remove_files) COMPLETE |
9862 | 2024-12-13T21:32:17.961Z | [ host-image] Dec 13 21:32:15.918 INFO O| Dec 13 21:32:15.918 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9863 | 2024-12-13T21:32:17.981Z | [ host-image] Dec 13 21:32:15.940 INFO O| Dec 13 21:32:15.940 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9864 | 2024-12-13T21:32:17.983Z | [ host-image] Dec 13 21:32:15.940 INFO O| Dec 13 21:32:15.940 INFO STEP 137 (remove_files) COMPLETE |
9865 | 2024-12-13T21:32:17.983Z | [ host-image] Dec 13 21:32:15.940 INFO O| Dec 13 21:32:15.940 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9866 | 2024-12-13T21:32:18.001Z | [ host-image] Dec 13 21:32:15.960 INFO O| Dec 13 21:32:15.959 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9867 | 2024-12-13T21:32:18.004Z | [ host-image] Dec 13 21:32:15.960 INFO O| Dec 13 21:32:15.960 INFO STEP 138 (remove_files) COMPLETE |
9868 | 2024-12-13T21:32:18.004Z | [ host-image] Dec 13 21:32:15.960 INFO O| Dec 13 21:32:15.960 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9869 | 2024-12-13T21:32:18.032Z | [ host-image] Dec 13 21:32:15.991 INFO O| Dec 13 21:32:15.991 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9870 | 2024-12-13T21:32:18.032Z | [ host-image] Dec 13 21:32:15.991 INFO O| Dec 13 21:32:15.991 INFO STEP 139 (remove_files) COMPLETE |
9871 | 2024-12-13T21:32:18.035Z | [ host-image] Dec 13 21:32:15.991 INFO O| Dec 13 21:32:15.991 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9872 | 2024-12-13T21:32:18.052Z | [ host-image] Dec 13 21:32:16.011 INFO O| Dec 13 21:32:16.011 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9873 | 2024-12-13T21:32:18.056Z | [ host-image] Dec 13 21:32:16.011 INFO O| Dec 13 21:32:16.011 INFO STEP 140 (remove_files) COMPLETE |
9874 | 2024-12-13T21:32:18.056Z | [ host-image] Dec 13 21:32:16.011 INFO O| Dec 13 21:32:16.011 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9875 | 2024-12-13T21:32:18.071Z | [ host-image] Dec 13 21:32:16.029 INFO O| Dec 13 21:32:16.029 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9876 | 2024-12-13T21:32:18.074Z | [ host-image] Dec 13 21:32:16.030 INFO O| Dec 13 21:32:16.030 INFO STEP 141 (remove_files) COMPLETE |
9877 | 2024-12-13T21:32:18.074Z | [ host-image] Dec 13 21:32:16.030 INFO O| Dec 13 21:32:16.030 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9878 | 2024-12-13T21:32:18.089Z | [ host-image] Dec 13 21:32:16.048 INFO O| Dec 13 21:32:16.048 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9879 | 2024-12-13T21:32:18.092Z | [ host-image] Dec 13 21:32:16.048 INFO O| Dec 13 21:32:16.048 INFO STEP 142 (remove_files) COMPLETE |
9880 | 2024-12-13T21:32:18.092Z | [ host-image] Dec 13 21:32:16.048 INFO O| Dec 13 21:32:16.048 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9881 | 2024-12-13T21:32:18.108Z | [ host-image] Dec 13 21:32:16.066 INFO O| Dec 13 21:32:16.066 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9882 | 2024-12-13T21:32:18.112Z | [ host-image] Dec 13 21:32:16.067 INFO O| Dec 13 21:32:16.067 INFO STEP 143 (remove_files) COMPLETE |
9883 | 2024-12-13T21:32:18.112Z | [ host-image] Dec 13 21:32:16.067 INFO O| Dec 13 21:32:16.067 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9884 | 2024-12-13T21:32:18.133Z | [ host-image] Dec 13 21:32:16.092 INFO O| Dec 13 21:32:16.092 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9885 | 2024-12-13T21:32:18.133Z | [ host-image] Dec 13 21:32:16.092 INFO O| Dec 13 21:32:16.092 INFO STEP 144 (remove_files) COMPLETE |
9886 | 2024-12-13T21:32:18.133Z | [ host-image] Dec 13 21:32:16.092 INFO O| Dec 13 21:32:16.092 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9887 | 2024-12-13T21:32:18.154Z | [ host-image] Dec 13 21:32:16.113 INFO O| Dec 13 21:32:16.113 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9888 | 2024-12-13T21:32:18.154Z | [ host-image] Dec 13 21:32:16.113 INFO O| Dec 13 21:32:16.113 INFO STEP 145 (remove_files) COMPLETE |
9889 | 2024-12-13T21:32:18.157Z | [ host-image] Dec 13 21:32:16.114 INFO O| Dec 13 21:32:16.113 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9890 | 2024-12-13T21:32:18.173Z | [ host-image] Dec 13 21:32:16.132 INFO O| Dec 13 21:32:16.132 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9891 | 2024-12-13T21:32:18.176Z | [ host-image] Dec 13 21:32:16.132 INFO O| Dec 13 21:32:16.132 INFO STEP 146 (remove_files) COMPLETE |
9892 | 2024-12-13T21:32:18.176Z | [ host-image] Dec 13 21:32:16.132 INFO O| Dec 13 21:32:16.132 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9893 | 2024-12-13T21:32:18.206Z | [ host-image] Dec 13 21:32:16.165 INFO O| Dec 13 21:32:16.165 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9894 | 2024-12-13T21:32:18.206Z | [ host-image] Dec 13 21:32:16.165 INFO O| Dec 13 21:32:16.165 INFO STEP 147 (remove_files) COMPLETE |
9895 | 2024-12-13T21:32:18.206Z | [ host-image] Dec 13 21:32:16.165 INFO O| Dec 13 21:32:16.165 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9896 | 2024-12-13T21:32:18.267Z | [ host-image] Dec 13 21:32:16.226 INFO O| Dec 13 21:32:16.226 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9897 | 2024-12-13T21:32:18.267Z | [ host-image] Dec 13 21:32:16.226 INFO O| Dec 13 21:32:16.226 INFO STEP 148 (remove_files) COMPLETE |
9898 | 2024-12-13T21:32:18.267Z | [ host-image] Dec 13 21:32:16.226 INFO O| Dec 13 21:32:16.226 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9899 | 2024-12-13T21:32:18.287Z | [ host-image] Dec 13 21:32:16.245 INFO O| Dec 13 21:32:16.245 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9900 | 2024-12-13T21:32:18.287Z | [ host-image] Dec 13 21:32:16.245 INFO O| Dec 13 21:32:16.245 INFO STEP 149 (remove_files) COMPLETE |
9901 | 2024-12-13T21:32:18.287Z | [ host-image] Dec 13 21:32:16.245 INFO O| Dec 13 21:32:16.245 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9902 | 2024-12-13T21:32:18.323Z | [ host-image] Dec 13 21:32:16.280 INFO O| Dec 13 21:32:16.280 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9903 | 2024-12-13T21:32:18.326Z | [ host-image] Dec 13 21:32:16.281 INFO O| Dec 13 21:32:16.281 INFO STEP 150 (remove_files) COMPLETE |
9904 | 2024-12-13T21:32:18.326Z | [ host-image] Dec 13 21:32:16.281 INFO O| Dec 13 21:32:16.281 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9905 | 2024-12-13T21:32:18.339Z | [ host-image] Dec 13 21:32:16.298 INFO O| Dec 13 21:32:16.298 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9906 | 2024-12-13T21:32:18.339Z | [ host-image] Dec 13 21:32:16.298 INFO O| Dec 13 21:32:16.298 INFO STEP 151 (remove_files) COMPLETE |
9907 | 2024-12-13T21:32:18.339Z | [ host-image] Dec 13 21:32:16.298 INFO O| Dec 13 21:32:16.298 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9908 | 2024-12-13T21:32:18.358Z | [ host-image] Dec 13 21:32:16.317 INFO O| Dec 13 21:32:16.317 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9909 | 2024-12-13T21:32:18.358Z | [ host-image] Dec 13 21:32:16.317 INFO O| Dec 13 21:32:16.317 INFO STEP 152 (remove_files) COMPLETE |
9910 | 2024-12-13T21:32:18.358Z | [ host-image] Dec 13 21:32:16.317 INFO O| Dec 13 21:32:16.317 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9911 | 2024-12-13T21:32:18.376Z | [ host-image] Dec 13 21:32:16.335 INFO O| Dec 13 21:32:16.335 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9912 | 2024-12-13T21:32:18.376Z | [ host-image] Dec 13 21:32:16.335 INFO O| Dec 13 21:32:16.335 INFO STEP 153 (remove_files) COMPLETE |
9913 | 2024-12-13T21:32:18.378Z | [ host-image] Dec 13 21:32:16.335 INFO O| Dec 13 21:32:16.335 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9914 | 2024-12-13T21:32:18.394Z | [ host-image] Dec 13 21:32:16.353 INFO O| Dec 13 21:32:16.353 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9915 | 2024-12-13T21:32:18.397Z | [ host-image] Dec 13 21:32:16.354 INFO O| Dec 13 21:32:16.353 INFO STEP 154 (remove_files) COMPLETE |
9916 | 2024-12-13T21:32:18.397Z | [ host-image] Dec 13 21:32:16.354 INFO O| Dec 13 21:32:16.354 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9917 | 2024-12-13T21:32:18.414Z | [ host-image] Dec 13 21:32:16.373 INFO O| Dec 13 21:32:16.373 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9918 | 2024-12-13T21:32:18.414Z | [ host-image] Dec 13 21:32:16.373 INFO O| Dec 13 21:32:16.373 INFO STEP 155 (remove_files) COMPLETE |
9919 | 2024-12-13T21:32:18.414Z | [ host-image] Dec 13 21:32:16.373 INFO O| Dec 13 21:32:16.373 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9920 | 2024-12-13T21:32:18.431Z | [ host-image] Dec 13 21:32:16.390 INFO O| Dec 13 21:32:16.390 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9921 | 2024-12-13T21:32:18.431Z | [ host-image] Dec 13 21:32:16.391 INFO O| Dec 13 21:32:16.390 INFO STEP 156 (remove_files) COMPLETE |
9922 | 2024-12-13T21:32:18.431Z | [ host-image] Dec 13 21:32:16.391 INFO O| Dec 13 21:32:16.391 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9923 | 2024-12-13T21:32:18.448Z | [ host-image] Dec 13 21:32:16.407 INFO O| Dec 13 21:32:16.407 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9924 | 2024-12-13T21:32:18.448Z | [ host-image] Dec 13 21:32:16.407 INFO O| Dec 13 21:32:16.407 INFO STEP 157 (remove_files) COMPLETE |
9925 | 2024-12-13T21:32:18.450Z | [ host-image] Dec 13 21:32:16.407 INFO O| Dec 13 21:32:16.407 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9926 | 2024-12-13T21:32:18.472Z | [ host-image] Dec 13 21:32:16.431 INFO O| Dec 13 21:32:16.431 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9927 | 2024-12-13T21:32:18.474Z | [ host-image] Dec 13 21:32:16.431 INFO O| Dec 13 21:32:16.431 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9928 | 2024-12-13T21:32:28.259Z | [ host-image] Dec 13 21:32:26.217 INFO O| Dec 13 21:32:26.217 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 |
9929 | 2024-12-13T21:32:28.262Z | [ host-image] Dec 13 21:32:26.217 INFO O| Dec 13 21:32:26.217 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9930 | 2024-12-13T21:32:28.280Z | [ host-image] Dec 13 21:32:26.238 INFO O| Dec 13 21:32:26.238 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
9931 | 2024-12-13T21:32:28.411Z | [ host-image] Dec 13 21:32:26.369 INFO O| Dec 13 21:32:26.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9932 | 2024-12-13T21:32:28.411Z | [ host-image] Dec 13 21:32:26.369 INFO O| Dec 13 21:32:26.369 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9933 | 2024-12-13T21:32:28.414Z | [ host-image] Dec 13 21:32:26.371 INFO O| Dec 13 21:32:26.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9934 | 2024-12-13T21:32:28.414Z | [ host-image] Dec 13 21:32:26.371 INFO O| Dec 13 21:32:26.371 INFO ok! |
9935 | 2024-12-13T21:32:28.414Z | [ host-image] Dec 13 21:32:26.371 INFO O| Dec 13 21:32:26.371 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9936 | 2024-12-13T21:32:28.414Z | [ host-image] Dec 13 21:32:26.371 INFO O| Dec 13 21:32:26.371 INFO STEP 158 (seed_smf) COMPLETE |
9937 | 2024-12-13T21:32:28.414Z | [ host-image] Dec 13 21:32:26.371 INFO O| Dec 13 21:32:26.371 INFO steps complete; finalising image! |
9938 | 2024-12-13T21:32:28.414Z | [ host-image] Dec 13 21:32:26.371 INFO O| Dec 13 21:32:26.371 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9939 | 2024-12-13T21:32:28.612Z | [ host-image] Dec 13 21:32:26.570 INFO O| Dec 13 21:32:26.570 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 13 21:32:26 2024) |
9940 | 2024-12-13T21:32:28.823Z | [ host-image] Dec 13 21:32:26.781 INFO O| Dec 13 21:32:26.781 INFO trim TEMPORARY-gimlet-zfs: (25% trimmed, started at Fri Dec 13 21:32:26 2024) |
9941 | 2024-12-13T21:32:29.047Z | [ host-image] Dec 13 21:32:27.004 INFO O| Dec 13 21:32:27.004 INFO trim TEMPORARY-gimlet-zfs: (93% trimmed, started at Fri Dec 13 21:32:26 2024) |
9942 | 2024-12-13T21:32:29.278Z | [ host-image] Dec 13 21:32:27.235 INFO O| Dec 13 21:32:27.235 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio |
9943 | 2024-12-13T21:32:29.278Z | [ host-image] Dec 13 21:32:27.235 INFO O| Dec 13 21:32:27.235 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9944 | 2024-12-13T21:32:30.011Z | [ host-image] Dec 13 21:32:27.969 INFO O| Dec 13 21:32:27.969 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9945 | 2024-12-13T21:32:30.011Z | [ host-image] Dec 13 21:32:27.969 INFO O| Dec 13 21:32:27.969 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9946 | 2024-12-13T21:32:31.748Z | [ host-image] Dec 13 21:32:29.706 INFO O| Dec 13 21:32:29.705 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9947 | 2024-12-13T21:32:31.748Z | [ host-image] Dec 13 21:32:29.706 INFO O| Dec 13 21:32:29.706 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9948 | 2024-12-13T21:32:31.750Z | [ host-image] Dec 13 21:32:29.706 INFO O| Dec 13 21:32:29.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9949 | 2024-12-13T21:32:31.750Z | [ host-image] Dec 13 21:32:29.706 INFO O| Dec 13 21:32:29.706 INFO completed processing gimlet/zfs |
9950 | 2024-12-13T21:32:31.750Z | [ host-image] Dec 13 21:32:29.706 INFO O| Dec 13 21:32:29.706 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9951 | 2024-12-13T21:32:40.164Z | [ host-image] Dec 13 21:32:38.121 INFO O| Dec 13 21:32:38.121 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9952 | 2024-12-13T21:32:40.316Z | [ host-image] Dec 13 21:32:38.273 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n" |
9953 | 2024-12-13T21:32:40.316Z | [ host-image] Dec 13 21:32:38.273 INFO expanded image name: "ci b650639/${os_short_commit} 2024-12-13 20:57" -> "ci b650639/92ea229 2024-12-13 20:57" |
9954 | 2024-12-13T21:32:40.319Z | [ host-image] Dec 13 21:32:38.273 INFO output artefacts stored in: "/work/os-host" |
9955 | 2024-12-13T21:32:40.319Z | [ host-image] Dec 13 21:32:38.273 INFO collecting git info from project "pilot"... |
9956 | 2024-12-13T21:32:40.328Z | [ host-image] Dec 13 21:32:38.285 INFO collecting git info from project "pinprick"... |
9957 | 2024-12-13T21:32:40.335Z | [ host-image] Dec 13 21:32:38.292 INFO collecting git info from project "chelsio-t6-roms"... |
9958 | 2024-12-13T21:32:40.342Z | [ host-image] Dec 13 21:32:38.299 INFO collecting git info from project "amd-host-image-builder"... |
9959 | 2024-12-13T21:32:40.365Z | [ host-image] Dec 13 21:32:38.321 INFO collecting git info from project "image-builder"... |
9960 | 2024-12-13T21:32:40.372Z | [ host-image] Dec 13 21:32:38.328 INFO collecting git info from project "amd-firmware"... |
9961 | 2024-12-13T21:32:40.392Z | [ host-image] Dec 13 21:32:38.349 INFO collecting git info from project "phbl"... |
9962 | 2024-12-13T21:32:40.401Z | [ host-image] Dec 13 21:32:38.358 INFO collecting git info from project "bootserver"... |
9963 | 2024-12-13T21:32:40.408Z | [ host-image] Dec 13 21:32:38.364 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9964 | 2024-12-13T21:32:41.292Z | [ host-image] Dec 13 21:32:39.242 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9965 | 2024-12-13T21:32:41.888Z | [ host-image] Dec 13 21:32:39.844 INFO creating Oxide boot image... |
9966 | 2024-12-13T21:32:41.888Z | [ host-image] Dec 13 21:32:39.844 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci b650639/92ea229 2024-12-13 20:57", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9967 | 2024-12-13T21:32:43.329Z | [ host-image] Dec 13 21:32:41.285 INFO O| ok, image written! |
9968 | 2024-12-13T21:32:43.329Z | [ host-image] Dec 13 21:32:41.285 INFO O| ok, boot_image_csum file written! |
9969 | 2024-12-13T21:32:43.333Z | [ host-image] Dec 13 21:32:41.289 INFO creating boot archive (CPIO)... |
9970 | 2024-12-13T21:32:43.333Z | [ host-image] Dec 13 21:32:41.289 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 |
9971 | 2024-12-13T21:32:43.343Z | [ host-image] Dec 13 21:32:41.299 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9972 | 2024-12-13T21:32:43.343Z | [ host-image] Dec 13 21:32:41.299 INFO E| + outfile=/work/os-host/cpio |
9973 | 2024-12-13T21:32:43.345Z | [ host-image] Dec 13 21:32:41.299 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9974 | 2024-12-13T21:32:43.345Z | [ host-image] Dec 13 21:32:41.302 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9975 | 2024-12-13T21:32:43.345Z | [ host-image] Dec 13 21:32:41.302 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9976 | 2024-12-13T21:32:43.401Z | [ host-image] Dec 13 21:32:41.357 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9977 | 2024-12-13T21:32:43.401Z | [ host-image] Dec 13 21:32:41.357 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9978 | 2024-12-13T21:32:43.411Z | [ host-image] Dec 13 21:32:41.367 INFO creating compressed cpio/unix for nanobl-rs... |
9979 | 2024-12-13T21:32:43.414Z | [ host-image] Dec 13 21:32:41.368 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 |
9980 | 2024-12-13T21:32:43.813Z | [ host-image] Dec 13 21:32:41.768 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9981 | 2024-12-13T21:32:49.904Z | [ host-image] Dec 13 21:32:47.860 INFO creating reset image... |
9982 | 2024-12-13T21:32:49.904Z | [ host-image] Dec 13 21:32:47.860 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9983 | 2024-12-13T21:32:50.072Z | [ host-image] Dec 13 21:32:48.028 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
9984 | 2024-12-13T21:32:50.119Z | [ host-image] Dec 13 21:32:48.074 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9985 | 2024-12-13T21:32:50.253Z | [ host-image] Dec 13 21:32:48.208 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9986 | 2024-12-13T21:32:53.777Z | [ host-image] Dec 13 21:32:51.732 INFO E| Finished `release` profile [optimized] target(s) in 3.63s |
9987 | 2024-12-13T21:32:53.792Z | [ host-image] Dec 13 21:32:51.747 INFO building host image... |
9988 | 2024-12-13T21:32:53.795Z | [ host-image] Dec 13 21:32:51.748 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") |
9989 | 2024-12-13T21:32:54.705Z | [ host-image] Dec 13 21:32:52.660 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9990 | 2024-12-13T21:34:01.066Z | [ host-image] Dec 13 21:33:59.014 INFO image complete! materials are in "/work/os-host" |
9991 | 2024-12-13T21:34:01.070Z | [ host-image] |
9992 | 2024-12-13T21:34:01.070Z | [ host-image] real 14:38.478948461 |
9993 | 2024-12-13T21:34:01.070Z | [ host-image] user 6:24.833567703 |
9994 | 2024-12-13T21:34:01.070Z | [ host-image] sys 1:06.126900423 |
9995 | 2024-12-13T21:34:01.070Z | [ host-image] trap 0.279068487 |
9996 | 2024-12-13T21:34:01.070Z | [ host-image] tflt 0.030813327 |
9997 | 2024-12-13T21:34:01.070Z | [ host-image] dflt 0.158523587 |
9998 | 2024-12-13T21:34:01.070Z | [ host-image] kflt 0.004913475 |
9999 | 2024-12-13T21:34:01.070Z | [ host-image] lock 10:27.219420423 |
10000 | 2024-12-13T21:34:01.070Z | [ host-image] slp 1:20:18.815575257 |
10001 | 2024-12-13T21:34:01.073Z | [ host-image] lat 2:45.165683638 |
10002 | 2024-12-13T21:34:01.073Z | [ host-image] stop 3.614730194 |
10003 | 2024-12-13T21:34:01.073Z | Dec 13 21:33:59.018 INFO [host-image] process exited with exit status: 0 (878.496389223s) |
10004 | 2024-12-13T21:34:01.073Z | Dec 13 21:33:59.018 INFO [tuf-repo] running task |
10005 | 2024-12-13T21:34:16.052Z | Dec 13 21:34:13.997 INFO assembling repository in `/tmp/tufaceousmtA8Qc`, component: OmicronRepoAssembler |
10006 | 2024-12-13T21:34:22.658Z | Dec 13 21:34:20.602 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10007 | 2024-12-13T21:34:22.962Z | Dec 13 21:34:20.907 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10008 | 2024-12-13T21:34:32.203Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 14m 53s |
10009 | 2024-12-13T21:34:32.765Z | Dec 13 21:34:30.709 INFO [verify-libraries] process exited with exit status: 0 (897.26281894s) |
10010 | 2024-12-13T21:34:37.579Z | Dec 13 21:34:35.522 INFO [tuf-repo] task succeeded (36.504010769s) |
10011 | 2024-12-13T21:34:37.579Z | Dec 13 21:34:35.522 INFO all jobs completed in 2215.131210287s |
10012 | 2024-12-13T21:34:38.152Z | process exited: duration 2963054 ms, exit code 0 |
|
10013 | 2024-12-13T21:34:38.168Z | found 33 output files |
10014 | 2024-12-13T21:34:38.169Z | uploading: /work/manifest.toml (8404 bytes) |
10015 | 2024-12-13T21:34:39.186Z | uploaded: /work/manifest.toml |
10016 | 2024-12-13T21:34:39.186Z | uploading: /work/repo.zip (1945908947 bytes) |
10017 | 2024-12-13T21:35:20.055Z | uploaded: /work/repo.zip |
10018 | 2024-12-13T21:35:20.055Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10019 | 2024-12-13T21:35:21.078Z | uploaded: /work/repo.zip.sha256.txt |
10020 | 2024-12-13T21:35:21.078Z | uploading: /work/helios-setup.log (66237 bytes) |
10021 | 2024-12-13T21:35:22.090Z | uploaded: /work/helios-setup.log |
10022 | 2024-12-13T21:35:22.090Z | uploading: /work/host-image.log (198958 bytes) |
10023 | 2024-12-13T21:35:23.104Z | uploaded: /work/host-image.log |
10024 | 2024-12-13T21:35:23.104Z | uploading: /work/host-package.log (22252 bytes) |
10025 | 2024-12-13T21:35:24.114Z | uploaded: /work/host-package.log |
10026 | 2024-12-13T21:35:24.114Z | uploading: /work/host-target.log (101 bytes) |
10027 | 2024-12-13T21:35:25.123Z | uploaded: /work/host-target.log |
10028 | 2024-12-13T21:35:25.123Z | uploading: /work/omicron-package.log (5666 bytes) |
10029 | 2024-12-13T21:35:26.131Z | uploaded: /work/omicron-package.log |
10030 | 2024-12-13T21:35:26.131Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10031 | 2024-12-13T21:35:27.141Z | uploaded: /work/phbl-toolchain.log |
10032 | 2024-12-13T21:35:27.141Z | uploading: /work/recovery-image.log (595307 bytes) |
10033 | 2024-12-13T21:35:28.161Z | uploaded: /work/recovery-image.log |
10034 | 2024-12-13T21:35:28.161Z | uploading: /work/recovery-package.log (321 bytes) |
10035 | 2024-12-13T21:35:29.168Z | uploaded: /work/recovery-package.log |
10036 | 2024-12-13T21:35:29.168Z | uploading: /work/recovery-target.log (98 bytes) |
10037 | 2024-12-13T21:35:30.176Z | uploaded: /work/recovery-target.log |
10038 | 2024-12-13T21:35:30.176Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10039 | 2024-12-13T21:35:31.185Z | uploaded: /work/stamp-clickhouse.log |
10040 | 2024-12-13T21:35:31.185Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10041 | 2024-12-13T21:35:32.193Z | uploaded: /work/stamp-clickhouse_keeper.log |
10042 | 2024-12-13T21:35:32.194Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10043 | 2024-12-13T21:35:33.203Z | uploaded: /work/stamp-cockroachdb.log |
10044 | 2024-12-13T21:35:33.203Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10045 | 2024-12-13T21:35:34.211Z | uploaded: /work/stamp-crucible-dtrace.log |
10046 | 2024-12-13T21:35:34.211Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10047 | 2024-12-13T21:35:35.219Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10048 | 2024-12-13T21:35:35.219Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10049 | 2024-12-13T21:35:36.228Z | uploaded: /work/stamp-crucible-zone.log |
10050 | 2024-12-13T21:35:36.228Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10051 | 2024-12-13T21:35:37.234Z | uploaded: /work/stamp-external-dns.log |
10052 | 2024-12-13T21:35:37.234Z | uploading: /work/stamp-installinator.log (103 bytes) |
10053 | 2024-12-13T21:35:38.243Z | uploaded: /work/stamp-installinator.log |
10054 | 2024-12-13T21:35:38.243Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10055 | 2024-12-13T21:35:39.255Z | uploaded: /work/stamp-internal-dns.log |
10056 | 2024-12-13T21:35:39.255Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10057 | 2024-12-13T21:35:40.265Z | uploaded: /work/stamp-mg-ddm-gz.log |
10058 | 2024-12-13T21:35:40.265Z | uploading: /work/stamp-nexus.log (112 bytes) |
10059 | 2024-12-13T21:35:41.273Z | uploaded: /work/stamp-nexus.log |
10060 | 2024-12-13T21:35:41.274Z | uploading: /work/stamp-ntp.log (110 bytes) |
10061 | 2024-12-13T21:35:42.292Z | uploaded: /work/stamp-ntp.log |
10062 | 2024-12-13T21:35:42.292Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10063 | 2024-12-13T21:35:43.303Z | uploaded: /work/stamp-omicron-sled-agent.log |
10064 | 2024-12-13T21:35:43.303Z | uploading: /work/stamp-overlay.log (114 bytes) |
10065 | 2024-12-13T21:35:44.311Z | uploaded: /work/stamp-overlay.log |
10066 | 2024-12-13T21:35:44.311Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10067 | 2024-12-13T21:35:45.324Z | uploaded: /work/stamp-oximeter.log |
10068 | 2024-12-13T21:35:45.324Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10069 | 2024-12-13T21:35:46.346Z | uploaded: /work/stamp-oxlog.log |
10070 | 2024-12-13T21:35:46.347Z | uploading: /work/stamp-probe.log (112 bytes) |
10071 | 2024-12-13T21:35:47.738Z | uploaded: /work/stamp-probe.log |
10072 | 2024-12-13T21:35:47.738Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10073 | 2024-12-13T21:35:48.803Z | uploaded: /work/stamp-propolis-server.log |
10074 | 2024-12-13T21:35:48.803Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10075 | 2024-12-13T21:35:49.818Z | uploaded: /work/stamp-pumpkind-gz.log |
10076 | 2024-12-13T21:35:49.818Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10077 | 2024-12-13T21:35:50.834Z | uploaded: /work/stamp-switch-asic.log |
10078 | 2024-12-13T21:35:50.834Z | uploading: /work/verify-libraries.log (5773 bytes) |
10079 | 2024-12-13T21:35:51.847Z | uploaded: /work/verify-libraries.log |