|
|
|
1 | 2025-02-13T04:22:54.526Z | job assigned to worker 01JKYRNGN0VHS2KF51JVD6MMVQ [factory aws, i-0434714b5b009609c] (queued for 58 s) |
|
2 | 2025-02-13T04:23:02.948Z | starting task 0: "setup" |
3 | 2025-02-13T04:23:02.956Z | ++ uname -s |
4 | 2025-02-13T04:23:02.958Z | + kern=SunOS |
5 | 2025-02-13T04:23:02.959Z | + build_user=build |
6 | 2025-02-13T04:23:02.959Z | + build_uid=12345 |
7 | 2025-02-13T04:23:02.959Z | + work_dir=/work |
8 | 2025-02-13T04:23:02.959Z | + input_dir=/input |
9 | 2025-02-13T04:23:02.959Z | + [[ 0 == 12345 ]] |
10 | 2025-02-13T04:23:02.959Z | + case "$kern" in |
11 | 2025-02-13T04:23:02.959Z | + groupadd -g 12345 build |
12 | 2025-02-13T04:23:02.963Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-13T04:23:04.969Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-13T04:23:05.092Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-13T04:23:05.095Z | + home_fs=zfs |
16 | 2025-02-13T04:23:05.095Z | + [[ zfs == autofs ]] |
17 | 2025-02-13T04:23:05.095Z | + mkdir -p /home/build |
18 | 2025-02-13T04:23:05.098Z | + chown build:build /home/build /work |
19 | 2025-02-13T04:23:07.100Z | + chmod 0700 /home/build /work |
20 | 2025-02-13T04:23:07.103Z | process exited: duration 4152 ms, exit code 0 |
|
21 | 2025-02-13T04:23:07.109Z | starting task 1: "rust-toolchain" |
22 | 2025-02-13T04:23:07.114Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-13T04:23:07.114Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-13T04:23:07.114Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-13T04:23:07.114Z | * rust toolchain profile = "default" |
26 | 2025-02-13T04:23:07.114Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-13T04:23:07.114Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-13T04:23:07.117Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-13T04:23:07.117Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-13T04:23:07.235Z | info: downloading installer |
31 | 2025-02-13T04:23:08.566Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-13T04:23:08.566Z | warning: /opt/ooce/bin |
33 | 2025-02-13T04:23:08.566Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-13T04:23:08.566Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-13T04:23:08.566Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-13T04:23:08.566Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-13T04:23:08.566Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-13T04:23:08.566Z | error: cannot install while Rust is installed |
39 | 2025-02-13T04:23:08.566Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-13T04:23:08.578Z | info: profile set to 'default' |
41 | 2025-02-13T04:23:08.578Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-13T04:23:08.582Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-13T04:23:08.722Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-13T04:23:08.722Z | info: downloading component 'cargo' |
45 | 2025-02-13T04:23:09.470Z | info: downloading component 'clippy' |
46 | 2025-02-13T04:23:09.756Z | info: downloading component 'rust-docs' |
47 | 2025-02-13T04:23:10.777Z | info: downloading component 'rust-std' |
48 | 2025-02-13T04:23:12.427Z | info: downloading component 'rustc' |
49 | 2025-02-13T04:23:18.237Z | info: downloading component 'rustfmt' |
50 | 2025-02-13T04:23:18.455Z | info: installing component 'cargo' |
51 | 2025-02-13T04:23:19.280Z | info: installing component 'clippy' |
52 | 2025-02-13T04:23:19.659Z | info: installing component 'rust-docs' |
53 | 2025-02-13T04:23:21.310Z | info: installing component 'rust-std' |
54 | 2025-02-13T04:23:23.190Z | info: installing component 'rustc' |
55 | 2025-02-13T04:23:29.196Z | info: installing component 'rustfmt' |
56 | 2025-02-13T04:23:29.537Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-13T04:23:29.537Z | |
58 | 2025-02-13T04:23:29.928Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-13T04:23:29.928Z | |
60 | 2025-02-13T04:23:29.931Z | |
61 | 2025-02-13T04:23:29.931Z | Rust is installed now. Great! |
62 | 2025-02-13T04:23:29.931Z | |
63 | 2025-02-13T04:23:29.931Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-13T04:23:29.931Z | environment variable. This has not been done automatically. |
65 | 2025-02-13T04:23:29.931Z | |
66 | 2025-02-13T04:23:29.931Z | To configure your current shell, you need to source |
67 | 2025-02-13T04:23:29.931Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-13T04:23:29.931Z | |
69 | 2025-02-13T04:23:29.931Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-13T04:23:29.931Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-13T04:23:29.931Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-13T04:23:30.007Z | + rustup --version |
73 | 2025-02-13T04:23:30.014Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-13T04:23:30.014Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-13T04:23:30.092Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-13T04:23:30.096Z | + cargo --version |
77 | 2025-02-13T04:23:30.154Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-13T04:23:30.157Z | + rustc --version |
79 | 2025-02-13T04:23:30.218Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-13T04:23:30.222Z | process exited: duration 23110 ms, exit code 0 |
|
81 | 2025-02-13T04:23:30.227Z | starting task 2: "authentication" |
82 | 2025-02-13T04:23:30.248Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-02-13T04:23:30.254Z | starting task 3: "clone repository" |
84 | 2025-02-13T04:23:30.258Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-13T04:23:30.261Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-13T04:23:30.306Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-13T04:23:37.328Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-13T04:23:37.331Z | + git fetch origin 4bcbe5a521794e0597562f1a951aab523d49f33c |
89 | 2025-02-13T04:23:37.630Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-13T04:23:37.630Z | * branch 4bcbe5a521794e0597562f1a951aab523d49f33c -> FETCH_HEAD |
91 | 2025-02-13T04:23:37.641Z | + [[ -n renovate/derive_more-0.x ]] |
92 | 2025-02-13T04:23:37.644Z | ++ git branch --show-current |
93 | 2025-02-13T04:23:37.646Z | + current=main |
94 | 2025-02-13T04:23:37.647Z | + [[ main != renovate/derive_more-0.x ]] |
95 | 2025-02-13T04:23:37.647Z | + git branch -f renovate/derive_more-0.x 4bcbe5a521794e0597562f1a951aab523d49f33c |
96 | 2025-02-13T04:23:37.650Z | + git checkout -f renovate/derive_more-0.x |
97 | 2025-02-13T04:23:37.841Z | Switched to branch 'renovate/derive_more-0.x' |
98 | 2025-02-13T04:23:37.844Z | + git reset --hard 4bcbe5a521794e0597562f1a951aab523d49f33c |
99 | 2025-02-13T04:23:37.860Z | HEAD is now at 4bcbe5a52 Update Rust crate derive_more to 0.99.19 |
100 | 2025-02-13T04:23:37.862Z | process exited: duration 7606 ms, exit code 0 |
|
101 | 2025-02-13T04:23:37.868Z | starting task 4: "build" |
102 | 2025-02-13T04:23:37.873Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-13T04:23:37.875Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-13T04:23:37.876Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-13T04:23:37.876Z | + cargo --version |
106 | 2025-02-13T04:23:37.926Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-02-13T04:23:37.928Z | + rustc --version |
108 | 2025-02-13T04:23:37.992Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-02-13T04:23:37.994Z | + cargo tree --locked |
110 | 2025-02-13T04:23:38.237Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
111 | 2025-02-13T04:23:38.538Z | Updating crates.io index |
112 | 2025-02-13T04:23:38.599Z | Updating git repository `https://github.com/oxidecomputer/daft` |
113 | 2025-02-13T04:23:39.186Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
114 | 2025-02-13T04:23:39.652Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
115 | 2025-02-13T04:23:39.926Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
116 | 2025-02-13T04:23:40.176Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
117 | 2025-02-13T04:23:40.462Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
118 | 2025-02-13T04:23:41.504Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
119 | 2025-02-13T04:23:43.214Z | Updating git repository `https://github.com/oxidecomputer/opte` |
120 | 2025-02-13T04:23:44.151Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
121 | 2025-02-13T04:23:44.884Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
122 | 2025-02-13T04:23:45.140Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
123 | 2025-02-13T04:23:45.512Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
124 | 2025-02-13T04:23:46.133Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
125 | 2025-02-13T04:23:46.440Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
126 | 2025-02-13T04:23:46.760Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
127 | 2025-02-13T04:23:47.087Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
128 | 2025-02-13T04:23:47.324Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
129 | 2025-02-13T04:23:47.609Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
130 | 2025-02-13T04:23:47.901Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
131 | 2025-02-13T04:23:48.225Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
132 | 2025-02-13T04:23:48.489Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
133 | 2025-02-13T04:23:48.808Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
134 | 2025-02-13T04:23:49.223Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
135 | 2025-02-13T04:23:49.501Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
136 | 2025-02-13T04:23:49.969Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
137 | 2025-02-13T04:23:50.226Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
138 | 2025-02-13T04:23:50.561Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
139 | 2025-02-13T04:23:50.972Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
140 | 2025-02-13T04:23:51.401Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
141 | 2025-02-13T04:23:51.655Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
142 | 2025-02-13T04:23:51.946Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
143 | 2025-02-13T04:23:53.310Z | Downloading crates ... |
144 | 2025-02-13T04:23:53.409Z | Downloaded adler2 v2.0.0 |
145 | 2025-02-13T04:23:53.414Z | Downloaded ascii-canvas v3.0.0 |
146 | 2025-02-13T04:23:53.419Z | Downloaded anstyle-parse v0.2.5 |
147 | 2025-02-13T04:23:53.421Z | Downloaded allocator-api2 v0.2.18 |
148 | 2025-02-13T04:23:53.424Z | Downloaded atty v0.2.14 |
149 | 2025-02-13T04:23:53.426Z | Downloaded chrono-tz-build v0.4.0 |
150 | 2025-02-13T04:23:53.429Z | Downloaded foreign-types v0.5.0 |
151 | 2025-02-13T04:23:53.429Z | Downloaded escape8259 v0.5.3 |
152 | 2025-02-13T04:23:53.432Z | Downloaded event-listener v2.5.3 |
153 | 2025-02-13T04:23:53.432Z | Downloaded foreign-types-shared v0.3.1 |
154 | 2025-02-13T04:23:53.435Z | Downloaded foreign-types-shared v0.1.1 |
155 | 2025-02-13T04:23:53.435Z | Downloaded futures-channel v0.3.31 |
156 | 2025-02-13T04:23:53.438Z | Downloaded foreign-types v0.3.2 |
157 | 2025-02-13T04:23:53.440Z | Downloaded funty v2.0.0 |
158 | 2025-02-13T04:23:53.443Z | Downloaded foldhash v0.1.3 |
159 | 2025-02-13T04:23:53.443Z | Downloaded fixedbitset v0.4.2 |
160 | 2025-02-13T04:23:53.446Z | Downloaded event-listener-strategy v0.5.2 |
161 | 2025-02-13T04:23:53.446Z | Downloaded float-cmp v0.9.0 |
162 | 2025-02-13T04:23:53.448Z | Downloaded fnv v1.0.7 |
163 | 2025-02-13T04:23:53.448Z | Downloaded fd-lock v4.0.2 |
164 | 2025-02-13T04:23:53.451Z | Downloaded futures v0.3.31 |
165 | 2025-02-13T04:23:53.455Z | Downloaded fallible-streaming-iterator v0.1.9 |
166 | 2025-02-13T04:23:53.458Z | Downloaded fxhash v0.2.1 |
167 | 2025-02-13T04:23:53.461Z | Downloaded fallible-iterator v0.3.0 |
168 | 2025-02-13T04:23:53.464Z | Downloaded gethostname v0.5.0 |
169 | 2025-02-13T04:23:53.467Z | Downloaded http-range v0.1.5 |
170 | 2025-02-13T04:23:53.467Z | Downloaded ff v0.13.0 |
171 | 2025-02-13T04:23:53.469Z | Downloaded guppy-workspace-hack v0.1.0 |
172 | 2025-02-13T04:23:53.472Z | Downloaded hash32 v0.3.1 |
173 | 2025-02-13T04:23:53.477Z | Downloaded futures-io v0.3.31 |
174 | 2025-02-13T04:23:53.480Z | Downloaded cfg_aliases v0.2.1 |
175 | 2025-02-13T04:23:53.480Z | Downloaded heck v0.4.1 |
176 | 2025-02-13T04:23:53.483Z | Downloaded futures-core v0.3.31 |
177 | 2025-02-13T04:23:53.483Z | Downloaded atomicwrites v0.4.4 |
178 | 2025-02-13T04:23:53.485Z | Downloaded fs_extra v1.3.0 |
179 | 2025-02-13T04:23:53.488Z | Downloaded async-stream-impl v0.3.6 |
180 | 2025-02-13T04:23:53.488Z | Downloaded anstyle-query v1.1.1 |
181 | 2025-02-13T04:23:53.490Z | Downloaded anstyle v1.0.10 |
182 | 2025-02-13T04:23:53.493Z | Downloaded hubpack_derive v0.1.1 |
183 | 2025-02-13T04:23:53.493Z | Downloaded futures-macro v0.3.31 |
184 | 2025-02-13T04:23:53.496Z | Downloaded fs-err v2.11.0 |
185 | 2025-02-13T04:23:53.499Z | Downloaded cfg_aliases v0.1.1 |
186 | 2025-02-13T04:23:53.501Z | Downloaded heck v0.5.0 |
187 | 2025-02-13T04:23:53.501Z | Downloaded filetime v0.2.25 |
188 | 2025-02-13T04:23:53.504Z | Downloaded humantime v2.1.0 |
189 | 2025-02-13T04:23:53.504Z | Downloaded fastrand v2.1.1 |
190 | 2025-02-13T04:23:53.507Z | Downloaded async-object-pool v0.1.5 |
191 | 2025-02-13T04:23:53.507Z | Downloaded httpdate v1.0.3 |
192 | 2025-02-13T04:23:53.509Z | Downloaded futures-task v0.3.31 |
193 | 2025-02-13T04:23:53.509Z | Downloaded http-body v1.0.1 |
194 | 2025-02-13T04:23:53.513Z | Downloaded assert_matches v1.5.0 |
195 | 2025-02-13T04:23:53.513Z | Downloaded arrayref v0.3.9 |
196 | 2025-02-13T04:23:53.515Z | Downloaded hyper-staticfile v0.10.1 |
197 | 2025-02-13T04:23:53.518Z | Downloaded fallible-iterator v0.2.0 |
198 | 2025-02-13T04:23:53.518Z | Downloaded anes v0.1.6 |
199 | 2025-02-13T04:23:53.521Z | Downloaded bit-vec v0.6.3 |
200 | 2025-02-13T04:23:53.523Z | Downloaded assert-json-diff v2.0.2 |
201 | 2025-02-13T04:23:53.526Z | Downloaded approx v0.5.1 |
202 | 2025-02-13T04:23:53.526Z | Downloaded home v0.5.9 |
203 | 2025-02-13T04:23:53.529Z | Downloaded heck v0.3.3 |
204 | 2025-02-13T04:23:53.529Z | Downloaded group v0.13.0 |
205 | 2025-02-13T04:23:53.531Z | Downloaded peg-runtime v0.8.3 |
206 | 2025-02-13T04:23:53.531Z | Downloaded camino-tempfile v1.1.1 |
207 | 2025-02-13T04:23:53.534Z | Downloaded precomputed-hash v0.1.1 |
208 | 2025-02-13T04:23:53.534Z | Downloaded hashlink v0.9.1 |
209 | 2025-02-13T04:23:53.537Z | Downloaded hubpack v0.1.2 |
210 | 2025-02-13T04:23:53.540Z | Downloaded httptest v0.16.1 |
211 | 2025-02-13T04:23:53.544Z | Downloaded packed_struct v0.10.1 |
212 | 2025-02-13T04:23:53.544Z | Downloaded http-body-util v0.1.2 |
213 | 2025-02-13T04:23:53.546Z | Downloaded hyper-rustls v0.26.0 |
214 | 2025-02-13T04:23:53.549Z | Downloaded headers-core v0.3.0 |
215 | 2025-02-13T04:23:53.549Z | Downloaded blowfish v0.9.1 |
216 | 2025-02-13T04:23:53.551Z | Downloaded bitfield v0.14.0 |
217 | 2025-02-13T04:23:53.551Z | Downloaded form_urlencoded v1.2.1 |
218 | 2025-02-13T04:23:53.554Z | Downloaded autocfg v1.4.0 |
219 | 2025-02-13T04:23:53.554Z | Downloaded atomic-waker v1.1.2 |
220 | 2025-02-13T04:23:53.557Z | Downloaded hyper-rustls v0.27.3 |
221 | 2025-02-13T04:23:53.559Z | Downloaded chacha20 v0.9.1 |
222 | 2025-02-13T04:23:53.562Z | Downloaded cargo-platform v0.1.8 |
223 | 2025-02-13T04:23:53.562Z | Downloaded blocking v1.6.1 |
224 | 2025-02-13T04:23:53.565Z | Downloaded async-channel v2.3.1 |
225 | 2025-02-13T04:23:53.565Z | Downloaded globset v0.4.15 |
226 | 2025-02-13T04:23:53.569Z | Downloaded httparse v1.9.5 |
227 | 2025-02-13T04:23:53.571Z | Downloaded hex-literal v0.4.1 |
228 | 2025-02-13T04:23:53.571Z | Downloaded ghash v0.5.1 |
229 | 2025-02-13T04:23:53.574Z | Downloaded cexpr v0.6.0 |
230 | 2025-02-13T04:23:53.576Z | Downloaded olpc-cjson v0.1.4 |
231 | 2025-02-13T04:23:53.576Z | Downloaded async-recursion v1.1.1 |
232 | 2025-02-13T04:23:53.579Z | Downloaded ppv-lite86 v0.2.20 |
233 | 2025-02-13T04:23:53.582Z | Downloaded powerfmt v0.2.0 |
234 | 2025-02-13T04:23:53.584Z | Downloaded num-iter v0.1.45 |
235 | 2025-02-13T04:23:53.584Z | Downloaded hex v0.4.3 |
236 | 2025-02-13T04:23:53.587Z | Downloaded futures-timer v3.0.3 |
237 | 2025-02-13T04:23:53.590Z | Downloaded hmac v0.12.1 |
238 | 2025-02-13T04:23:53.592Z | Downloaded getrandom v0.2.15 |
239 | 2025-02-13T04:23:53.595Z | Downloaded byteorder v1.5.0 |
240 | 2025-02-13T04:23:53.597Z | Downloaded argon2 v0.5.3 |
241 | 2025-02-13T04:23:53.600Z | Downloaded psl-types v2.0.11 |
242 | 2025-02-13T04:23:53.600Z | Downloaded flume v0.11.1 |
243 | 2025-02-13T04:23:53.603Z | Downloaded sigpipe v0.1.3 |
244 | 2025-02-13T04:23:53.606Z | Downloaded flate2 v1.0.35 |
245 | 2025-02-13T04:23:53.610Z | Downloaded cbc v0.1.2 |
246 | 2025-02-13T04:23:53.613Z | Downloaded rand_chacha v0.3.1 |
247 | 2025-02-13T04:23:53.615Z | Downloaded bitfield-struct v0.6.2 |
248 | 2025-02-13T04:23:53.615Z | Downloaded pest_generator v2.7.14 |
249 | 2025-02-13T04:23:53.618Z | Downloaded futures-executor v0.3.31 |
250 | 2025-02-13T04:23:53.618Z | Downloaded highway v1.2.0 |
251 | 2025-02-13T04:23:53.621Z | Downloaded pin-project-internal v1.1.6 |
252 | 2025-02-13T04:23:53.623Z | Downloaded bitflags v1.3.2 |
253 | 2025-02-13T04:23:53.626Z | Downloaded async-lock v3.4.0 |
254 | 2025-02-13T04:23:53.629Z | Downloaded phf_codegen v0.11.2 |
255 | 2025-02-13T04:23:54.634Z | Downloaded hickory-client v0.24.2 |
256 | 2025-02-13T04:23:54.638Z | Downloaded serde-hex v0.1.0 |
257 | 2025-02-13T04:23:54.638Z | Downloaded shlex v1.3.0 |
258 | 2025-02-13T04:23:54.638Z | Downloaded proc-macro-error v1.0.4 |
259 | 2025-02-13T04:23:54.638Z | Downloaded ahash v0.8.11 |
260 | 2025-02-13T04:23:54.638Z | Downloaded hostname v0.4.0 |
261 | 2025-02-13T04:23:54.638Z | Downloaded camino v1.1.9 |
262 | 2025-02-13T04:23:54.638Z | Downloaded zone_cfg_derive v0.3.0 |
263 | 2025-02-13T04:23:54.638Z | Downloaded bzip2 v0.4.4 |
264 | 2025-02-13T04:23:54.638Z | Downloaded async-process v2.3.0 |
265 | 2025-02-13T04:23:54.638Z | Downloaded serde_tokenstream v0.2.2 |
266 | 2025-02-13T04:23:54.638Z | Downloaded write16 v1.0.0 |
267 | 2025-02-13T04:23:54.639Z | Downloaded darling_macro v0.20.10 |
268 | 2025-02-13T04:23:54.639Z | Downloaded simd-adler32 v0.3.7 |
269 | 2025-02-13T04:23:54.639Z | Downloaded heapless v0.8.0 |
270 | 2025-02-13T04:23:54.639Z | Downloaded strip-ansi-escapes v0.2.0 |
271 | 2025-02-13T04:23:54.639Z | Downloaded slog-stdlog v4.1.1 |
272 | 2025-02-13T04:23:54.639Z | Downloaded password-hash v0.4.2 |
273 | 2025-02-13T04:23:54.639Z | Downloaded event-listener v5.3.1 |
274 | 2025-02-13T04:23:54.639Z | Downloaded terminal_size v0.4.0 |
275 | 2025-02-13T04:23:54.639Z | Downloaded tiny-keccak v2.0.2 |
276 | 2025-02-13T04:23:54.639Z | Downloaded termcolor v1.4.1 |
277 | 2025-02-13T04:23:54.639Z | Downloaded cfg-expr v0.17.2 |
278 | 2025-02-13T04:23:54.639Z | Downloaded ident_case v1.0.1 |
279 | 2025-02-13T04:23:54.639Z | Downloaded doc-comment v0.3.3 |
280 | 2025-02-13T04:23:54.639Z | Downloaded anyhow v1.0.95 |
281 | 2025-02-13T04:23:54.639Z | Downloaded derive_builder_macro v0.20.2 |
282 | 2025-02-13T04:23:54.639Z | Downloaded typify-macro v0.2.0 |
283 | 2025-02-13T04:23:54.639Z | Downloaded utf8parse v0.2.2 |
284 | 2025-02-13T04:23:54.639Z | Downloaded chacha20poly1305 v0.10.1 |
285 | 2025-02-13T04:23:54.639Z | Downloaded sync_wrapper v1.0.1 |
286 | 2025-02-13T04:23:54.639Z | Downloaded async-io v2.3.4 |
287 | 2025-02-13T04:23:54.639Z | Downloaded subtle v2.6.1 |
288 | 2025-02-13T04:23:54.639Z | Downloaded new_debug_unreachable v1.0.6 |
289 | 2025-02-13T04:23:54.639Z | Downloaded progenitor-impl v0.8.0 |
290 | 2025-02-13T04:23:54.639Z | Downloaded nested v0.1.1 |
291 | 2025-02-13T04:23:54.639Z | Downloaded toml_datetime v0.6.8 |
292 | 2025-02-13T04:23:54.639Z | Downloaded fancy-regex v0.13.0 |
293 | 2025-02-13T04:23:54.639Z | Downloaded cipher v0.4.4 |
294 | 2025-02-13T04:23:54.639Z | Downloaded wyz v0.5.1 |
295 | 2025-02-13T04:23:54.639Z | Downloaded writeable v0.5.5 |
296 | 2025-02-13T04:23:54.639Z | Downloaded rustls-pemfile v1.0.4 |
297 | 2025-02-13T04:23:54.639Z | Downloaded phf_shared v0.10.0 |
298 | 2025-02-13T04:23:54.639Z | Downloaded snafu-derive v0.8.5 |
299 | 2025-02-13T04:23:54.639Z | Downloaded bytes v1.9.0 |
300 | 2025-02-13T04:23:54.639Z | Downloaded stringprep v0.1.5 |
301 | 2025-02-13T04:23:54.639Z | Downloaded newline-converter v0.3.0 |
302 | 2025-02-13T04:23:54.639Z | Downloaded blake2 v0.10.6 |
303 | 2025-02-13T04:23:54.640Z | Downloaded crc v3.2.1 |
304 | 2025-02-13T04:23:54.640Z | Downloaded cpufeatures v0.2.14 |
305 | 2025-02-13T04:23:54.640Z | Downloaded is_ci v1.2.0 |
306 | 2025-02-13T04:23:54.640Z | Downloaded display-error-chain v0.2.2 |
307 | 2025-02-13T04:23:54.640Z | Downloaded progenitor-client v0.8.0 |
308 | 2025-02-13T04:23:54.640Z | Downloaded progenitor v0.9.1 |
309 | 2025-02-13T04:23:54.640Z | Downloaded dirs-sys-next v0.1.2 |
310 | 2025-02-13T04:23:54.640Z | Downloaded sct v0.7.1 |
311 | 2025-02-13T04:23:54.640Z | Downloaded linked-hash-map v0.5.6 |
312 | 2025-02-13T04:23:54.640Z | Downloaded linear-map v1.2.0 |
313 | 2025-02-13T04:23:54.640Z | Downloaded lalrpop-util v0.19.12 |
314 | 2025-02-13T04:23:54.640Z | Downloaded walkdir v2.5.0 |
315 | 2025-02-13T04:23:54.640Z | Downloaded term v0.7.0 |
316 | 2025-02-13T04:23:54.640Z | Downloaded time-macros v0.2.18 |
317 | 2025-02-13T04:23:54.640Z | Downloaded hickory-resolver v0.24.2 |
318 | 2025-02-13T04:23:54.640Z | Downloaded stable_deref_trait v1.2.0 |
319 | 2025-02-13T04:23:54.640Z | Downloaded num-integer v0.1.46 |
320 | 2025-02-13T04:23:54.640Z | Downloaded maybe-uninit v2.0.0 |
321 | 2025-02-13T04:23:54.640Z | Downloaded kv-log-macro v1.0.7 |
322 | 2025-02-13T04:23:54.640Z | Downloaded env_filter v0.1.2 |
323 | 2025-02-13T04:23:54.640Z | Downloaded rustls-pki-types v1.10.0 |
324 | 2025-02-13T04:23:54.640Z | Downloaded sqlparser_derive v0.2.2 |
325 | 2025-02-13T04:23:54.640Z | Downloaded hickory-server v0.24.2 |
326 | 2025-02-13T04:23:54.640Z | Downloaded pbkdf2 v0.12.2 |
327 | 2025-02-13T04:23:54.640Z | Downloaded parse-display v0.10.0 |
328 | 2025-02-13T04:23:54.640Z | Downloaded rayon-core v1.12.1 |
329 | 2025-02-13T04:23:54.640Z | Downloaded phf_generator v0.11.2 |
330 | 2025-02-13T04:23:54.640Z | Downloaded icu_locid_transform v1.5.0 |
331 | 2025-02-13T04:23:54.640Z | Downloaded env_logger v0.10.2 |
332 | 2025-02-13T04:23:54.640Z | Downloaded toml v0.8.19 |
333 | 2025-02-13T04:23:54.640Z | Downloaded rustc_version v0.1.7 |
334 | 2025-02-13T04:23:54.640Z | Downloaded serde_plain v1.0.2 |
335 | 2025-02-13T04:23:54.640Z | Downloaded rusty-fork v0.3.0 |
336 | 2025-02-13T04:23:54.640Z | Downloaded ref-cast-impl v1.0.23 |
337 | 2025-02-13T04:23:54.640Z | Downloaded uuid v1.12.0 |
338 | 2025-02-13T04:23:54.640Z | Downloaded proc-macro-crate v1.3.1 |
339 | 2025-02-13T04:23:54.640Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2025-02-13T04:23:54.640Z | Downloaded proc-macro-crate v3.2.0 |
341 | 2025-02-13T04:23:54.640Z | Downloaded expectorate v1.1.0 |
342 | 2025-02-13T04:23:54.641Z | Downloaded yoke-derive v0.7.4 |
343 | 2025-02-13T04:23:54.641Z | Downloaded slog-dtrace v0.3.0 |
344 | 2025-02-13T04:23:54.641Z | Downloaded serde_yaml v0.9.34+deprecated |
345 | 2025-02-13T04:23:54.641Z | Downloaded crc-any v2.5.0 |
346 | 2025-02-13T04:23:54.641Z | Downloaded slog-bunyan v2.5.0 |
347 | 2025-02-13T04:23:54.641Z | Downloaded clang-sys v1.8.1 |
348 | 2025-02-13T04:23:54.641Z | Downloaded mirai-annotations v1.12.0 |
349 | 2025-02-13T04:23:54.641Z | Downloaded instant v0.1.13 |
350 | 2025-02-13T04:23:54.641Z | Downloaded peg v0.8.4 |
351 | 2025-02-13T04:23:54.641Z | Downloaded threadpool v1.8.1 |
352 | 2025-02-13T04:23:54.641Z | Downloaded signal-hook-mio v0.2.4 |
353 | 2025-02-13T04:23:54.641Z | Downloaded icu_locid v1.5.0 |
354 | 2025-02-13T04:23:54.641Z | Downloaded endian-type v0.1.2 |
355 | 2025-02-13T04:23:54.641Z | Downloaded thread_local v1.1.8 |
356 | 2025-02-13T04:23:54.645Z | Downloaded spki v0.7.3 |
357 | 2025-02-13T04:23:54.645Z | Downloaded scheduled-thread-pool v0.2.7 |
358 | 2025-02-13T04:23:54.645Z | Downloaded opaque-debug v0.3.1 |
359 | 2025-02-13T04:23:54.645Z | Downloaded postgres-types v0.2.8 |
360 | 2025-02-13T04:23:54.645Z | Downloaded aes v0.8.4 |
361 | 2025-02-13T04:23:54.645Z | Downloaded postgres-protocol v0.6.7 |
362 | 2025-02-13T04:23:54.645Z | Downloaded kstat-rs v0.2.4 |
363 | 2025-02-13T04:23:54.645Z | Downloaded rstest v0.23.0 |
364 | 2025-02-13T04:23:54.645Z | Downloaded universal-hash v0.5.1 |
365 | 2025-02-13T04:23:54.645Z | Downloaded hashbrown v0.12.3 |
366 | 2025-02-13T04:23:54.645Z | Downloaded test-strategy v0.3.1 |
367 | 2025-02-13T04:23:54.645Z | Downloaded path-slash v0.1.5 |
368 | 2025-02-13T04:23:54.645Z | Downloaded termtree v0.4.1 |
369 | 2025-02-13T04:23:54.645Z | Downloaded russh-cryptovec v0.7.3 |
370 | 2025-02-13T04:23:54.645Z | Downloaded instability v0.3.2 |
371 | 2025-02-13T04:23:54.645Z | Downloaded miniz_oxide v0.8.0 |
372 | 2025-02-13T04:23:54.645Z | Downloaded errno v0.3.9 |
373 | 2025-02-13T04:23:54.645Z | Downloaded pretty-hex v0.4.1 |
374 | 2025-02-13T04:23:54.645Z | Downloaded nodrop v0.1.14 |
375 | 2025-02-13T04:23:54.645Z | Downloaded mockall v0.13.0 |
376 | 2025-02-13T04:23:54.645Z | Downloaded maplit v1.0.2 |
377 | 2025-02-13T04:23:54.645Z | Downloaded managed v0.8.0 |
378 | 2025-02-13T04:23:54.645Z | Downloaded darling_core v0.20.10 |
379 | 2025-02-13T04:23:54.645Z | Downloaded deranged v0.3.11 |
380 | 2025-02-13T04:23:54.645Z | Downloaded clap_derive v4.5.24 |
381 | 2025-02-13T04:23:54.645Z | Downloaded rpassword v7.3.1 |
382 | 2025-02-13T04:23:54.645Z | Downloaded sqlformat v0.2.6 |
383 | 2025-02-13T04:23:54.645Z | Downloaded tokio-postgres v0.7.12 |
384 | 2025-02-13T04:23:54.646Z | Downloaded path-tree v0.8.1 |
385 | 2025-02-13T04:23:54.646Z | Downloaded inout v0.1.3 |
386 | 2025-02-13T04:23:54.646Z | Downloaded enum-as-inner v0.6.1 |
387 | 2025-02-13T04:23:54.646Z | Downloaded either v1.13.0 |
388 | 2025-02-13T04:23:54.646Z | Downloaded tokio-tungstenite v0.24.0 |
389 | 2025-02-13T04:23:54.646Z | Downloaded proc-macro2 v1.0.92 |
390 | 2025-02-13T04:23:54.646Z | Downloaded libefi-sys v0.1.0 |
391 | 2025-02-13T04:23:54.646Z | Downloaded usdt-attr-macro v0.5.0 |
392 | 2025-02-13T04:23:54.646Z | Downloaded pbkdf2 v0.11.0 |
393 | 2025-02-13T04:23:54.646Z | Downloaded cstr-argument v0.1.2 |
394 | 2025-02-13T04:23:54.646Z | Downloaded tokio-stream v0.1.16 |
395 | 2025-02-13T04:23:54.646Z | Downloaded resolv-conf v0.7.0 |
396 | 2025-02-13T04:23:54.646Z | Downloaded dunce v1.0.5 |
397 | 2025-02-13T04:23:54.646Z | Downloaded value-bag v1.9.0 |
398 | 2025-02-13T04:23:54.646Z | Downloaded try-lock v0.2.5 |
399 | 2025-02-13T04:23:54.646Z | Downloaded thiserror v1.0.69 |
400 | 2025-02-13T04:23:54.646Z | Downloaded paste v1.0.15 |
401 | 2025-02-13T04:23:54.646Z | Downloaded yoke v0.7.4 |
402 | 2025-02-13T04:23:54.647Z | Downloaded strum_macros v0.25.3 |
403 | 2025-02-13T04:23:54.647Z | Downloaded strum_macros v0.24.3 |
404 | 2025-02-13T04:23:54.647Z | Downloaded num-conv v0.1.0 |
405 | 2025-02-13T04:23:54.647Z | Downloaded quick-error v1.2.3 |
406 | 2025-02-13T04:23:54.647Z | Downloaded untrusted v0.9.0 |
407 | 2025-02-13T04:23:54.647Z | Downloaded xz2 v0.1.7 |
408 | 2025-02-13T04:23:54.647Z | Downloaded termtree v0.5.1 |
409 | 2025-02-13T04:23:54.647Z | Downloaded serde_urlencoded v0.7.1 |
410 | 2025-02-13T04:23:54.647Z | Downloaded rtoolbox v0.0.2 |
411 | 2025-02-13T04:23:54.647Z | Downloaded serde_spanned v0.6.8 |
412 | 2025-02-13T04:23:54.647Z | Downloaded hashbrown v0.15.1 |
413 | 2025-02-13T04:23:54.647Z | Downloaded num_threads v0.1.7 |
414 | 2025-02-13T04:23:54.647Z | Downloaded embedded-io v0.4.0 |
415 | 2025-02-13T04:23:54.647Z | Downloaded toml_edit v0.19.15 |
416 | 2025-02-13T04:23:54.647Z | Downloaded oso-derive v0.27.3 |
417 | 2025-02-13T04:23:54.647Z | Downloaded openssl-probe v0.1.5 |
418 | 2025-02-13T04:23:54.647Z | Downloaded normalize-line-endings v0.3.0 |
419 | 2025-02-13T04:23:54.647Z | Downloaded usdt v0.5.0 |
420 | 2025-02-13T04:23:54.647Z | Downloaded strum v0.26.3 |
421 | 2025-02-13T04:23:54.647Z | Downloaded smallvec v1.13.2 |
422 | 2025-02-13T04:23:54.647Z | Downloaded smallvec v0.6.14 |
423 | 2025-02-13T04:23:54.647Z | Downloaded dsl_auto_type v0.1.2 |
424 | 2025-02-13T04:23:54.647Z | Downloaded zone v0.1.8 |
425 | 2025-02-13T04:23:54.647Z | Downloaded structmeta-derive v0.3.0 |
426 | 2025-02-13T04:23:54.647Z | Downloaded slog-term v2.9.1 |
427 | 2025-02-13T04:23:54.647Z | Downloaded tokio-rustls v0.24.1 |
428 | 2025-02-13T04:23:54.648Z | Downloaded partial-io v0.5.4 |
429 | 2025-02-13T04:23:54.648Z | Downloaded samael v0.0.17 |
430 | 2025-02-13T04:23:54.648Z | Downloaded unsafe-libyaml v0.2.11 |
431 | 2025-02-13T04:23:54.648Z | Downloaded minimal-lexical v0.2.1 |
432 | 2025-02-13T04:23:54.648Z | Downloaded futures-util v0.3.31 |
433 | 2025-02-13T04:23:54.648Z | Downloaded crucible-workspace-hack v0.1.0 |
434 | 2025-02-13T04:23:54.648Z | Downloaded target-triple v0.1.3 |
435 | 2025-02-13T04:23:54.648Z | Downloaded slog-envlogger v2.2.0 |
436 | 2025-02-13T04:23:54.648Z | Downloaded polyval v0.6.2 |
437 | 2025-02-13T04:23:54.648Z | Downloaded ena v0.14.3 |
438 | 2025-02-13T04:23:54.648Z | Downloaded embedded-io v0.6.1 |
439 | 2025-02-13T04:23:54.648Z | Downloaded rustc-hash v1.1.0 |
440 | 2025-02-13T04:23:54.648Z | Downloaded aes-gcm v0.10.3 |
441 | 2025-02-13T04:23:54.648Z | Downloaded csv-core v0.1.11 |
442 | 2025-02-13T04:23:54.648Z | Downloaded console v0.15.10 |
443 | 2025-02-13T04:23:54.648Z | Downloaded dtrace-parser v0.2.0 |
444 | 2025-02-13T04:23:54.648Z | Downloaded des v0.8.1 |
445 | 2025-02-13T04:23:54.648Z | Downloaded tempfile v3.13.0 |
446 | 2025-02-13T04:23:54.648Z | Downloaded env_logger v0.11.5 |
447 | 2025-02-13T04:23:54.648Z | Downloaded tungstenite v0.23.0 |
448 | 2025-02-13T04:23:54.648Z | Downloaded hyper v1.5.2 |
449 | 2025-02-13T04:23:54.648Z | Downloaded multimap v0.10.0 |
450 | 2025-02-13T04:23:54.648Z | Downloaded synstructure v0.13.1 |
451 | 2025-02-13T04:23:54.648Z | Downloaded typify-macro v0.3.0 |
452 | 2025-02-13T04:23:54.648Z | Downloaded smf v0.2.3 |
453 | 2025-02-13T04:23:54.648Z | Downloaded mockall_derive v0.13.0 |
454 | 2025-02-13T04:23:54.648Z | Downloaded russh v0.45.0 |
455 | 2025-02-13T04:23:54.648Z | Downloaded hkdf v0.12.4 |
456 | 2025-02-13T04:23:54.653Z | Downloaded untrusted v0.7.1 |
457 | 2025-02-13T04:23:54.653Z | Downloaded structmeta v0.3.0 |
458 | 2025-02-13T04:23:54.653Z | Downloaded smawk v0.3.2 |
459 | 2025-02-13T04:23:54.653Z | Downloaded xattr v1.3.1 |
460 | 2025-02-13T04:23:54.653Z | Downloaded unicode-xid v0.2.6 |
461 | 2025-02-13T04:23:54.653Z | Downloaded p521 v0.13.3 |
462 | 2025-02-13T04:23:54.653Z | Downloaded crossbeam-epoch v0.9.18 |
463 | 2025-02-13T04:23:54.653Z | Downloaded colored v2.1.0 |
464 | 2025-02-13T04:23:54.653Z | Downloaded russh-keys v0.45.0 |
465 | 2025-02-13T04:23:54.653Z | Downloaded libtest-mimic v0.7.3 |
466 | 2025-02-13T04:23:54.653Z | Downloaded whoami v1.5.2 |
467 | 2025-02-13T04:23:54.653Z | Downloaded shell-words v1.1.0 |
468 | 2025-02-13T04:23:54.653Z | Downloaded serde_derive v1.0.217 |
469 | 2025-02-13T04:23:54.653Z | Downloaded dyn-clone v1.0.17 |
470 | 2025-02-13T04:23:54.653Z | Downloaded h2 v0.4.6 |
471 | 2025-02-13T04:23:54.653Z | Downloaded yansi v1.0.1 |
472 | 2025-02-13T04:23:54.654Z | Downloaded rusqlite v0.32.1 |
473 | 2025-02-13T04:23:54.654Z | Downloaded tower-service v0.3.3 |
474 | 2025-02-13T04:23:54.654Z | Downloaded parse-size v1.1.0 |
475 | 2025-02-13T04:23:54.654Z | Downloaded trybuild v1.0.101 |
476 | 2025-02-13T04:23:54.654Z | Downloaded utf-8 v0.7.6 |
477 | 2025-02-13T04:23:54.654Z | Downloaded hashbrown v0.14.5 |
478 | 2025-02-13T04:23:54.654Z | Downloaded diesel_table_macro_syntax v0.2.0 |
479 | 2025-02-13T04:23:54.654Z | Downloaded usdt-macro v0.5.0 |
480 | 2025-02-13T04:23:54.654Z | Downloaded defmt-parser v0.3.4 |
481 | 2025-02-13T04:23:54.654Z | Downloaded cmake v0.1.51 |
482 | 2025-02-13T04:23:54.654Z | Downloaded percent-encoding v2.3.1 |
483 | 2025-02-13T04:23:54.654Z | Downloaded const-oid v0.9.6 |
484 | 2025-02-13T04:23:54.654Z | Downloaded clap_lex v0.7.4 |
485 | 2025-02-13T04:23:54.654Z | Downloaded which v4.4.2 |
486 | 2025-02-13T04:23:54.654Z | Downloaded pin-utils v0.1.0 |
487 | 2025-02-13T04:23:54.654Z | Downloaded phf_shared v0.11.2 |
488 | 2025-02-13T04:23:54.654Z | Downloaded papergrid v0.11.0 |
489 | 2025-02-13T04:23:54.654Z | Downloaded pretty-hex v0.2.1 |
490 | 2025-02-13T04:23:54.654Z | Downloaded tinyvec_macros v0.1.1 |
491 | 2025-02-13T04:23:54.655Z | Downloaded defmt-macros v0.3.9 |
492 | 2025-02-13T04:23:54.655Z | Downloaded target-lexicon v0.12.16 |
493 | 2025-02-13T04:23:54.655Z | Downloaded signal-hook v0.3.17 |
494 | 2025-02-13T04:23:54.655Z | Downloaded idna v1.0.3 |
495 | 2025-02-13T04:23:54.655Z | Downloaded scroll_derive v0.12.0 |
496 | 2025-02-13T04:23:54.655Z | Downloaded compact_str v0.8.0 |
497 | 2025-02-13T04:23:54.655Z | Downloaded plotters v0.3.7 |
498 | 2025-02-13T04:23:54.655Z | Downloaded vte_generate_state_changes v0.1.2 |
499 | 2025-02-13T04:23:54.655Z | Downloaded toolchain_find v0.4.0 |
500 | 2025-02-13T04:23:54.655Z | Downloaded utf16_iter v1.0.5 |
501 | 2025-02-13T04:23:54.655Z | Downloaded derive_more v0.99.19 |
502 | 2025-02-13T04:23:54.655Z | Downloaded is-terminal v0.4.13 |
503 | 2025-02-13T04:23:54.655Z | Downloaded aws-lc-rs v1.10.0 |
504 | 2025-02-13T04:23:54.655Z | Downloaded openssl-macros v0.1.1 |
505 | 2025-02-13T04:23:54.655Z | Downloaded md-5 v0.10.6 |
506 | 2025-02-13T04:23:54.655Z | Downloaded scrypt v0.11.0 |
507 | 2025-02-13T04:23:54.655Z | Downloaded tabled_derive v0.7.0 |
508 | 2025-02-13T04:23:54.655Z | Downloaded strum_macros v0.26.4 |
509 | 2025-02-13T04:23:54.655Z | Downloaded serde_derive_internals v0.29.1 |
510 | 2025-02-13T04:23:54.655Z | Downloaded semver v0.1.20 |
511 | 2025-02-13T04:23:54.655Z | Downloaded rustc-hash v2.0.0 |
512 | 2025-02-13T04:23:54.655Z | Downloaded qorb v0.2.1 |
513 | 2025-02-13T04:23:54.655Z | Downloaded blake3 v1.5.4 |
514 | 2025-02-13T04:23:54.655Z | Downloaded thiserror-impl v2.0.11 |
515 | 2025-02-13T04:23:54.655Z | Downloaded tokio-rustls v0.26.0 |
516 | 2025-02-13T04:23:54.655Z | Downloaded elliptic-curve v0.13.8 |
517 | 2025-02-13T04:23:54.655Z | Downloaded aho-corasick v1.1.3 |
518 | 2025-02-13T04:23:54.655Z | Downloaded indoc v1.0.9 |
519 | 2025-02-13T04:23:54.655Z | Downloaded unicode-truncate v1.1.0 |
520 | 2025-02-13T04:23:54.655Z | Downloaded unicode-linebreak v0.1.5 |
521 | 2025-02-13T04:23:54.655Z | Downloaded pest_meta v2.7.14 |
522 | 2025-02-13T04:23:54.655Z | Downloaded debug-ignore v1.0.5 |
523 | 2025-02-13T04:23:54.655Z | Downloaded colorchoice v1.0.2 |
524 | 2025-02-13T04:23:54.655Z | Downloaded cobs v0.2.3 |
525 | 2025-02-13T04:23:54.655Z | Downloaded p256 v0.13.2 |
526 | 2025-02-13T04:23:54.655Z | Downloaded ciborium-io v0.2.2 |
527 | 2025-02-13T04:23:54.655Z | Downloaded parking_lot_core v0.8.6 |
528 | 2025-02-13T04:23:54.655Z | Downloaded tracing v0.1.40 |
529 | 2025-02-13T04:23:54.655Z | Downloaded lru v0.12.5 |
530 | 2025-02-13T04:23:54.656Z | Downloaded peg-macros v0.8.4 |
531 | 2025-02-13T04:23:54.656Z | Downloaded indexmap v1.9.3 |
532 | 2025-02-13T04:23:54.656Z | Downloaded reqwest v0.12.9 |
533 | 2025-02-13T04:23:54.656Z | Downloaded mime v0.3.17 |
534 | 2025-02-13T04:23:54.656Z | Downloaded rsa v0.9.6 |
535 | 2025-02-13T04:23:54.656Z | Downloaded piper v0.2.4 |
536 | 2025-02-13T04:23:54.656Z | Downloaded dropshot_endpoint v0.15.1 |
537 | 2025-02-13T04:23:54.656Z | Downloaded wait-timeout v0.2.0 |
538 | 2025-02-13T04:23:54.656Z | Downloaded signal-hook-tokio v0.3.1 |
539 | 2025-02-13T04:23:54.656Z | Downloaded sha2 v0.10.8 |
540 | 2025-02-13T04:23:54.656Z | Downloaded predicates v3.1.2 |
541 | 2025-02-13T04:23:54.656Z | Downloaded time-core v0.1.2 |
542 | 2025-02-13T04:23:54.656Z | Downloaded unicase v2.7.0 |
543 | 2025-02-13T04:23:54.656Z | Downloaded diff v0.1.13 |
544 | 2025-02-13T04:23:54.656Z | Downloaded tokio-macros v2.5.0 |
545 | 2025-02-13T04:23:54.656Z | Downloaded zerovec-derive v0.10.3 |
546 | 2025-02-13T04:23:54.656Z | Downloaded zeroize_derive v1.4.2 |
547 | 2025-02-13T04:23:54.656Z | Downloaded string_cache v0.8.7 |
548 | 2025-02-13T04:23:54.656Z | Downloaded static_assertions v1.1.0 |
549 | 2025-02-13T04:23:54.656Z | Downloaded icu_provider_macros v1.5.0 |
550 | 2025-02-13T04:23:54.656Z | Downloaded zone_cfg_derive v0.1.2 |
551 | 2025-02-13T04:23:54.656Z | Downloaded tls_codec_derive v0.4.1 |
552 | 2025-02-13T04:23:54.656Z | Downloaded publicsuffix v2.3.0 |
553 | 2025-02-13T04:23:54.656Z | Downloaded md5 v0.7.0 |
554 | 2025-02-13T04:23:54.656Z | Downloaded crypto-common v0.1.6 |
555 | 2025-02-13T04:23:54.656Z | Downloaded zerofrom-derive v0.1.4 |
556 | 2025-02-13T04:23:54.660Z | Downloaded defmt v0.3.8 |
557 | 2025-02-13T04:23:54.660Z | Downloaded indoc v2.0.5 |
558 | 2025-02-13T04:23:54.660Z | Downloaded diesel-dtrace v0.4.2 |
559 | 2025-02-13T04:23:54.660Z | Downloaded num-complex v0.4.6 |
560 | 2025-02-13T04:23:54.660Z | Downloaded hyper-tls v0.6.0 |
561 | 2025-02-13T04:23:54.660Z | Downloaded num-rational v0.4.2 |
562 | 2025-02-13T04:23:54.660Z | Downloaded ryu v1.0.18 |
563 | 2025-02-13T04:23:54.660Z | Downloaded ed25519 v2.2.3 |
564 | 2025-02-13T04:23:54.660Z | Downloaded pkcs1 v0.7.5 |
565 | 2025-02-13T04:23:54.660Z | Downloaded rand_xorshift v0.3.0 |
566 | 2025-02-13T04:23:54.660Z | Downloaded memoffset v0.9.1 |
567 | 2025-02-13T04:23:54.660Z | Downloaded mio v1.0.2 |
568 | 2025-02-13T04:23:54.660Z | Downloaded lockfree-object-pool v0.1.6 |
569 | 2025-02-13T04:23:54.660Z | Downloaded downcast v0.11.0 |
570 | 2025-02-13T04:23:54.660Z | Downloaded pin-project v1.1.6 |
571 | 2025-02-13T04:23:54.660Z | Downloaded want v0.3.1 |
572 | 2025-02-13T04:23:54.660Z | Downloaded rand_distr v0.4.3 |
573 | 2025-02-13T04:23:54.660Z | Downloaded keccak v0.1.5 |
574 | 2025-02-13T04:23:54.660Z | Downloaded indent_write v2.2.0 |
575 | 2025-02-13T04:23:54.660Z | Downloaded number_prefix v0.4.0 |
576 | 2025-02-13T04:23:54.660Z | Downloaded ciborium-ll v0.2.2 |
577 | 2025-02-13T04:23:54.660Z | Downloaded waitgroup v0.1.2 |
578 | 2025-02-13T04:23:54.660Z | Downloaded take_mut v0.2.2 |
579 | 2025-02-13T04:23:54.660Z | Downloaded iana-time-zone v0.1.61 |
580 | 2025-02-13T04:23:54.660Z | Downloaded ipnetwork v0.20.0 |
581 | 2025-02-13T04:23:54.661Z | Downloaded zip v2.1.3 |
582 | 2025-02-13T04:23:54.661Z | Downloaded ecdsa v0.16.9 |
583 | 2025-02-13T04:23:54.661Z | Downloaded parking_lot v0.12.3 |
584 | 2025-02-13T04:23:54.661Z | Downloaded crunchy v0.2.2 |
585 | 2025-02-13T04:23:54.661Z | Downloaded dof v0.3.0 |
586 | 2025-02-13T04:23:54.661Z | Downloaded data-encoding v2.6.0 |
587 | 2025-02-13T04:23:54.661Z | Downloaded progenitor-macro v0.9.1 |
588 | 2025-02-13T04:23:54.661Z | Downloaded topological-sort v0.2.2 |
589 | 2025-02-13T04:23:54.661Z | Downloaded lock_api v0.4.12 |
590 | 2025-02-13T04:23:54.661Z | Downloaded radium v0.7.0 |
591 | 2025-02-13T04:23:54.661Z | Downloaded gimli v0.31.1 |
592 | 2025-02-13T04:23:54.661Z | Downloaded strsim v0.11.1 |
593 | 2025-02-13T04:23:54.661Z | Downloaded tinystr v0.7.6 |
594 | 2025-02-13T04:23:54.661Z | Downloaded thiserror-impl-no-std v2.0.2 |
595 | 2025-02-13T04:23:54.661Z | Downloaded document-features v0.2.10 |
596 | 2025-02-13T04:23:54.661Z | Downloaded datatest-stable v0.2.9 |
597 | 2025-02-13T04:23:54.661Z | Downloaded tap v1.0.1 |
598 | 2025-02-13T04:23:54.661Z | Downloaded r2d2 v0.8.10 |
599 | 2025-02-13T04:23:54.661Z | Downloaded quote v1.0.38 |
600 | 2025-02-13T04:23:54.661Z | Downloaded thiserror-no-std v2.0.2 |
601 | 2025-02-13T04:23:54.661Z | Downloaded ciborium v0.2.2 |
602 | 2025-02-13T04:23:54.661Z | Downloaded swrite v0.1.0 |
603 | 2025-02-13T04:23:54.661Z | Downloaded newtype_derive v0.1.6 |
604 | 2025-02-13T04:23:54.661Z | Downloaded version_check v0.9.5 |
605 | 2025-02-13T04:23:54.661Z | Downloaded progenitor-client v0.9.1 |
606 | 2025-02-13T04:23:54.661Z | Downloaded ipnet v2.10.1 |
607 | 2025-02-13T04:23:54.662Z | Downloaded rustversion v1.0.17 |
608 | 2025-02-13T04:23:54.662Z | Downloaded diesel_derives v2.2.3 |
609 | 2025-02-13T04:23:54.662Z | Downloaded structmeta-derive v0.2.0 |
610 | 2025-02-13T04:23:54.662Z | Downloaded ctr v0.9.2 |
611 | 2025-02-13T04:23:54.662Z | Downloaded jobserver v0.1.32 |
612 | 2025-02-13T04:23:54.662Z | Downloaded winnow v0.5.40 |
613 | 2025-02-13T04:23:54.662Z | Downloaded primeorder v0.13.6 |
614 | 2025-02-13T04:23:54.662Z | Downloaded const_format v0.2.34 |
615 | 2025-02-13T04:23:54.662Z | Downloaded criterion v0.5.1 |
616 | 2025-02-13T04:23:54.662Z | Downloaded plotters-svg v0.3.7 |
617 | 2025-02-13T04:23:54.662Z | Downloaded zone v0.3.0 |
618 | 2025-02-13T04:23:54.662Z | Downloaded serde_regex v1.1.0 |
619 | 2025-02-13T04:23:54.662Z | Downloaded itertools v0.13.0 |
620 | 2025-02-13T04:23:54.662Z | Downloaded slab v0.4.9 |
621 | 2025-02-13T04:23:54.662Z | Downloaded rustls-native-certs v0.7.3 |
622 | 2025-02-13T04:23:54.662Z | Downloaded rustfmt-wrapper v0.2.1 |
623 | 2025-02-13T04:23:54.662Z | Downloaded crc-catalog v2.4.0 |
624 | 2025-02-13T04:23:54.662Z | Downloaded const_format_proc_macros v0.2.34 |
625 | 2025-02-13T04:23:54.662Z | Downloaded similar v2.6.0 |
626 | 2025-02-13T04:23:54.662Z | Downloaded rustc_version v0.4.1 |
627 | 2025-02-13T04:23:54.662Z | Downloaded unarray v0.1.4 |
628 | 2025-02-13T04:23:54.662Z | Downloaded nibble_vec v0.1.0 |
629 | 2025-02-13T04:23:54.662Z | Downloaded quick-xml v0.33.0 |
630 | 2025-02-13T04:23:54.662Z | Downloaded zerocopy-derive v0.7.35 |
631 | 2025-02-13T04:23:54.662Z | Downloaded plotters-backend v0.3.7 |
632 | 2025-02-13T04:23:54.662Z | Downloaded snafu v0.8.5 |
633 | 2025-02-13T04:23:54.662Z | Downloaded num_cpus v1.16.0 |
634 | 2025-02-13T04:23:54.662Z | Downloaded pkg-config v0.3.31 |
635 | 2025-02-13T04:23:54.662Z | Downloaded salsa20 v0.10.2 |
636 | 2025-02-13T04:23:54.662Z | Downloaded nanorand v0.7.0 |
637 | 2025-02-13T04:23:54.662Z | Downloaded icu_collections v1.5.0 |
638 | 2025-02-13T04:23:54.662Z | Downloaded memmap2 v0.9.5 |
639 | 2025-02-13T04:23:54.662Z | Downloaded itertools v0.12.1 |
640 | 2025-02-13T04:23:54.662Z | Downloaded tokio-rustls v0.25.0 |
641 | 2025-02-13T04:23:54.662Z | Downloaded tinytemplate v1.2.1 |
642 | 2025-02-13T04:23:54.662Z | Downloaded regex v1.11.1 |
643 | 2025-02-13T04:23:54.662Z | Downloaded constant_time_eq v0.3.1 |
644 | 2025-02-13T04:23:54.662Z | Downloaded stringmetrics v2.2.2 |
645 | 2025-02-13T04:23:54.662Z | Downloaded serde_with_macros v3.11.0 |
646 | 2025-02-13T04:23:54.663Z | Downloaded progenitor-impl v0.9.1 |
647 | 2025-02-13T04:23:54.663Z | Downloaded zopfli v0.8.1 |
648 | 2025-02-13T04:23:54.663Z | Downloaded socket2 v0.5.7 |
649 | 2025-02-13T04:23:54.663Z | Downloaded steno v0.4.1 |
650 | 2025-02-13T04:23:54.663Z | Downloaded ucd-trie v0.1.7 |
651 | 2025-02-13T04:23:54.663Z | Downloaded crc32fast v1.4.2 |
652 | 2025-02-13T04:23:54.663Z | Downloaded pest v2.7.14 |
653 | 2025-02-13T04:23:54.663Z | Downloaded portable-atomic v1.9.0 |
654 | 2025-02-13T04:23:54.663Z | Downloaded icu_provider v1.5.0 |
655 | 2025-02-13T04:23:54.663Z | Downloaded parse-zoneinfo v0.3.1 |
656 | 2025-02-13T04:23:54.666Z | Downloaded supports-color v3.0.1 |
657 | 2025-02-13T04:23:54.666Z | Downloaded der v0.7.9 |
658 | 2025-02-13T04:23:54.666Z | Downloaded serde_with v3.11.0 |
659 | 2025-02-13T04:23:54.666Z | Downloaded unicode-bidi v0.3.17 |
660 | 2025-02-13T04:23:54.666Z | Downloaded zerocopy-derive v0.8.10 |
661 | 2025-02-13T04:23:54.666Z | Downloaded reedline v0.35.0 |
662 | 2025-02-13T04:23:54.666Z | Downloaded num-bigint v0.4.6 |
663 | 2025-02-13T04:23:54.666Z | Downloaded native-tls v0.2.12 |
664 | 2025-02-13T04:23:54.666Z | Downloaded vergen v8.3.2 |
665 | 2025-02-13T04:23:54.666Z | Downloaded unicode-segmentation v1.12.0 |
666 | 2025-02-13T04:23:54.669Z | Downloaded icu_locid_transform_data v1.5.0 |
667 | 2025-02-13T04:23:54.671Z | Downloaded rustls v0.21.12 |
668 | 2025-02-13T04:23:54.681Z | Downloaded mime_guess v2.0.5 |
669 | 2025-02-13T04:23:54.684Z | Downloaded slog v2.7.0 |
670 | 2025-02-13T04:23:54.686Z | Downloaded multer v3.1.0 |
671 | 2025-02-13T04:23:54.689Z | Downloaded icu_normalizer_data v1.5.0 |
672 | 2025-02-13T04:23:54.691Z | Downloaded serde_json v1.0.135 |
673 | 2025-02-13T04:23:54.697Z | Downloaded libm v0.2.8 |
674 | 2025-02-13T04:23:54.705Z | Downloaded icu_normalizer v1.5.0 |
675 | 2025-02-13T04:23:54.710Z | Downloaded tokio-util v0.7.12 |
676 | 2025-02-13T04:23:54.715Z | Downloaded rcgen v0.12.1 |
677 | 2025-02-13T04:23:54.719Z | Downloaded openssl v0.10.70 |
678 | 2025-02-13T04:23:54.727Z | Downloaded subprocess v0.2.9 |
679 | 2025-02-13T04:23:54.730Z | Downloaded icu_properties v1.5.1 |
680 | 2025-02-13T04:23:54.734Z | Downloaded petname v2.0.2 |
681 | 2025-02-13T04:23:54.738Z | Downloaded rustyline v14.0.0 |
682 | 2025-02-13T04:23:54.743Z | Downloaded dropshot v0.12.0 |
683 | 2025-02-13T04:23:54.763Z | Downloaded p384 v0.13.0 |
684 | 2025-02-13T04:23:54.768Z | Downloaded hickory-proto v0.24.3 |
685 | 2025-02-13T04:23:54.784Z | Downloaded hyper-util v0.1.10 |
686 | 2025-02-13T04:23:54.787Z | Downloaded polar-core v0.27.3 |
687 | 2025-02-13T04:23:54.797Z | Downloaded sqlparser v0.45.0 |
688 | 2025-02-13T04:23:54.801Z | Downloaded nix v0.29.0 |
689 | 2025-02-13T04:23:54.812Z | Downloaded nix v0.28.0 |
690 | 2025-02-13T04:23:54.823Z | Downloaded clap_builder v4.5.27 |
691 | 2025-02-13T04:23:54.830Z | Downloaded chrono v0.4.39 |
692 | 2025-02-13T04:23:54.837Z | Downloaded regress v0.9.1 |
693 | 2025-02-13T04:23:54.846Z | Downloaded rustls-webpki v0.102.8 |
694 | 2025-02-13T04:23:54.864Z | Downloaded zerocopy v0.8.10 |
695 | 2025-02-13T04:23:54.887Z | Downloaded webpki-roots v0.26.6 |
696 | 2025-02-13T04:23:54.890Z | Downloaded regress v0.10.1 |
697 | 2025-02-13T04:23:54.898Z | Downloaded syn v2.0.96 |
698 | 2025-02-13T04:23:54.910Z | Downloaded syn v1.0.109 |
699 | 2025-02-13T04:23:54.919Z | Downloaded regex-syntax v0.8.5 |
700 | 2025-02-13T04:23:54.927Z | Downloaded curve25519-dalek v4.1.3 |
701 | 2025-02-13T04:23:54.935Z | Downloaded typify-impl v0.3.0 |
702 | 2025-02-13T04:23:54.950Z | Downloaded rustls v0.22.4 |
703 | 2025-02-13T04:23:54.963Z | Downloaded typify-impl v0.2.0 |
704 | 2025-02-13T04:23:54.983Z | Downloaded nix v0.27.1 |
705 | 2025-02-13T04:23:54.993Z | Downloaded salty v0.3.0 |
706 | 2025-02-13T04:23:54.995Z | Downloaded tabled v0.15.0 |
707 | 2025-02-13T04:23:55.010Z | Downloaded openapiv3 v2.0.0 |
708 | 2025-02-13T04:23:55.022Z | Downloaded rustls-webpki v0.101.7 |
709 | 2025-02-13T04:23:55.035Z | Downloaded regex-automata v0.4.8 |
710 | 2025-02-13T04:23:55.052Z | Downloaded rayon v1.10.0 |
711 | 2025-02-13T04:23:55.060Z | Downloaded chrono-tz v0.10.1 |
712 | 2025-02-13T04:23:55.068Z | Downloaded rustls v0.23.19 |
713 | 2025-02-13T04:23:55.079Z | Downloaded proptest v1.5.0 |
714 | 2025-02-13T04:23:55.088Z | Downloaded unicode-width v0.2.0 |
715 | 2025-02-13T04:23:55.093Z | Downloaded regex-syntax v0.6.29 |
716 | 2025-02-13T04:23:55.101Z | Downloaded unicode-width v0.1.14 |
717 | 2025-02-13T04:23:55.106Z | Downloaded bstr v1.10.0 |
718 | 2025-02-13T04:23:55.118Z | Downloaded icu_properties_data v1.5.0 |
719 | 2025-02-13T04:23:55.128Z | Downloaded libz-sys v1.1.20 |
720 | 2025-02-13T04:23:55.149Z | Downloaded vcpkg v0.2.15 |
721 | 2025-02-13T04:23:55.186Z | Downloaded smoltcp v0.9.1 |
722 | 2025-02-13T04:23:55.196Z | Downloaded object v0.36.5 |
723 | 2025-02-13T04:23:55.208Z | Downloaded object v0.30.4 |
724 | 2025-02-13T04:23:55.217Z | Downloaded radix_trie v0.2.1 |
725 | 2025-02-13T04:23:55.222Z | Downloaded csv v1.3.1 |
726 | 2025-02-13T04:23:55.242Z | Downloaded num-traits v0.2.19 |
727 | 2025-02-13T04:23:55.245Z | Downloaded tough v0.19.0 |
728 | 2025-02-13T04:23:55.253Z | Downloaded smoltcp v0.11.0 |
729 | 2025-02-13T04:23:55.265Z | Downloaded diesel v2.2.6 |
730 | 2025-02-13T04:23:55.282Z | Downloaded prettyplease v0.2.25 |
731 | 2025-02-13T04:23:55.285Z | Downloaded rand v0.8.5 |
732 | 2025-02-13T04:23:55.288Z | Downloaded nom v7.1.3 |
733 | 2025-02-13T04:23:55.293Z | Downloaded indicatif v0.17.11 |
734 | 2025-02-13T04:23:55.297Z | Downloaded toml_edit v0.22.22 |
735 | 2025-02-13T04:23:55.317Z | Downloaded rustix v0.38.37 |
736 | 2025-02-13T04:23:55.338Z | Downloaded dropshot v0.15.1 |
737 | 2025-02-13T04:23:55.359Z | Downloaded crossterm v0.28.1 |
738 | 2025-02-13T04:23:55.366Z | Downloaded crypto-bigint v0.5.5 |
739 | 2025-02-13T04:23:55.372Z | Downloaded memchr v2.7.4 |
740 | 2025-02-13T04:23:55.376Z | Downloaded lalrpop v0.19.12 |
741 | 2025-02-13T04:23:55.387Z | Downloaded serde_path_to_error v0.1.16 |
742 | 2025-02-13T04:23:55.390Z | Downloaded num_enum v0.5.11 |
743 | 2025-02-13T04:23:55.393Z | Downloaded itertools v0.10.5 |
744 | 2025-02-13T04:23:55.399Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
745 | 2025-02-13T04:23:55.411Z | Downloaded libxml v0.3.3 |
746 | 2025-02-13T04:23:55.416Z | Downloaded tinyvec v1.8.0 |
747 | 2025-02-13T04:23:55.419Z | Downloaded spin v0.9.8 |
748 | 2025-02-13T04:23:55.422Z | Downloaded bindgen v0.69.5 |
749 | 2025-02-13T04:23:55.428Z | Downloaded ratatui v0.28.1 |
750 | 2025-02-13T04:23:55.447Z | Downloaded progenitor-macro v0.8.0 |
751 | 2025-02-13T04:23:55.450Z | Downloaded sled v0.34.7 |
752 | 2025-02-13T04:23:55.458Z | Downloaded structmeta v0.2.0 |
753 | 2025-02-13T04:23:55.462Z | Downloaded httpmock v0.8.0-alpha.1 |
754 | 2025-02-13T04:23:55.476Z | Downloaded curve25519-dalek-derive v0.1.1 |
755 | 2025-02-13T04:23:55.479Z | Downloaded schemars_derive v0.8.21 |
756 | 2025-02-13T04:23:55.479Z | Downloaded litemap v0.7.3 |
757 | 2025-02-13T04:23:55.481Z | Downloaded libloading v0.8.5 |
758 | 2025-02-13T04:23:55.484Z | Downloaded bitvec v1.0.1 |
759 | 2025-02-13T04:23:55.497Z | Downloaded zerocopy-derive v0.6.6 |
760 | 2025-02-13T04:23:55.506Z | Downloaded petgraph v0.6.5 |
761 | 2025-02-13T04:23:55.523Z | Downloaded async-std v1.13.0 |
762 | 2025-02-13T04:23:55.542Z | Downloaded zeroize v1.8.1 |
763 | 2025-02-13T04:23:55.544Z | Downloaded parking v2.2.1 |
764 | 2025-02-13T04:23:55.547Z | Downloaded oorandom v11.1.4 |
765 | 2025-02-13T04:23:55.547Z | Downloaded log v0.4.22 |
766 | 2025-02-13T04:23:55.550Z | Downloaded zerocopy v0.7.35 |
767 | 2025-02-13T04:23:55.563Z | Downloaded litrs v0.4.1 |
768 | 2025-02-13T04:23:55.565Z | Downloaded libc v0.2.169 |
769 | 2025-02-13T04:23:55.590Z | Downloaded unicode-properties v0.1.3 |
770 | 2025-02-13T04:23:55.599Z | Downloaded unicode-ident v1.0.14 |
771 | 2025-02-13T04:23:55.602Z | Downloaded serde v1.0.217 |
772 | 2025-02-13T04:23:55.605Z | Downloaded unicode-normalization v0.1.24 |
773 | 2025-02-13T04:23:55.608Z | Downloaded x509-cert v0.2.5 |
774 | 2025-02-13T04:23:55.614Z | Downloaded tls_codec v0.4.1 |
775 | 2025-02-13T04:23:55.617Z | Downloaded scroll v0.12.0 |
776 | 2025-02-13T04:23:55.619Z | Downloaded rand_core v0.6.4 |
777 | 2025-02-13T04:23:55.619Z | Downloaded pkcs8 v0.10.2 |
778 | 2025-02-13T04:23:55.622Z | Downloaded lzma-sys v0.1.20 |
779 | 2025-02-13T04:23:55.650Z | Downloaded tokio v1.43.0 |
780 | 2025-02-13T04:23:55.688Z | Downloaded indexmap v2.7.1 |
781 | 2025-02-13T04:23:55.691Z | Downloaded winnow v0.6.20 |
782 | 2025-02-13T04:23:55.699Z | Downloaded pkcs5 v0.7.1 |
783 | 2025-02-13T04:23:55.703Z | Downloaded openssl-sys v0.9.105 |
784 | 2025-02-13T04:23:55.707Z | Downloaded uzers v0.12.1 |
785 | 2025-02-13T04:23:55.711Z | Downloaded sha3 v0.10.8 |
786 | 2025-02-13T04:23:55.714Z | Downloaded ed25519-dalek v2.1.1 |
787 | 2025-02-13T04:23:55.716Z | Downloaded git2 v0.19.0 |
788 | 2025-02-13T04:23:55.724Z | Downloaded dropshot_endpoint v0.12.0 |
789 | 2025-02-13T04:23:55.727Z | Downloaded pretty_assertions v1.4.1 |
790 | 2025-02-13T04:23:55.729Z | Downloaded internet-checksum v0.2.1 |
791 | 2025-02-13T04:23:55.729Z | Downloaded thiserror v2.0.11 |
792 | 2025-02-13T04:23:55.734Z | Downloaded predicates-core v1.0.8 |
793 | 2025-02-13T04:23:55.736Z | Downloaded thread-id v4.2.2 |
794 | 2025-02-13T04:23:55.737Z | Downloaded quinn-proto v0.11.8 |
795 | 2025-02-13T04:23:55.742Z | Downloaded polling v3.7.3 |
796 | 2025-02-13T04:23:55.745Z | Downloaded url v2.5.3 |
797 | 2025-02-13T04:23:55.748Z | Downloaded crossbeam-channel v0.5.13 |
798 | 2025-02-13T04:23:55.752Z | Downloaded unicode_categories v0.1.1 |
799 | 2025-02-13T04:23:55.755Z | Downloaded thiserror-impl v1.0.69 |
800 | 2025-02-13T04:23:55.757Z | Downloaded siphasher v0.3.11 |
801 | 2025-02-13T04:23:55.757Z | Downloaded similar-asserts v1.6.0 |
802 | 2025-02-13T04:23:55.760Z | Downloaded predicates-tree v1.0.11 |
803 | 2025-02-13T04:23:55.760Z | Downloaded secrecy v0.8.0 |
804 | 2025-02-13T04:23:55.762Z | Downloaded nu-ansi-term v0.50.1 |
805 | 2025-02-13T04:23:55.762Z | Downloaded tungstenite v0.21.0 |
806 | 2025-02-13T04:23:55.765Z | Downloaded tar v0.4.42 |
807 | 2025-02-13T04:23:55.768Z | Downloaded ron v0.7.1 |
808 | 2025-02-13T04:23:55.772Z | Downloaded time v0.3.36 |
809 | 2025-02-13T04:23:55.778Z | Downloaded sec1 v0.7.3 |
810 | 2025-02-13T04:23:55.781Z | Downloaded pem v3.0.4 |
811 | 2025-02-13T04:23:55.783Z | Downloaded ron v0.8.1 |
812 | 2025-02-13T04:23:55.786Z | Downloaded macaddr v1.0.1 |
813 | 2025-02-13T04:23:55.789Z | Downloaded itoa v1.0.11 |
814 | 2025-02-13T04:23:55.789Z | Downloaded semver v1.0.24 |
815 | 2025-02-13T04:23:55.791Z | Downloaded pem-rfc7468 v0.7.0 |
816 | 2025-02-13T04:23:55.794Z | Downloaded pest_derive v2.7.14 |
817 | 2025-02-13T04:23:55.796Z | Downloaded vsss-rs v3.3.4 |
818 | 2025-02-13T04:23:55.805Z | Downloaded zip v0.6.6 |
819 | 2025-02-13T04:23:55.808Z | Downloaded tracing-core v0.1.32 |
820 | 2025-02-13T04:23:55.808Z | Downloaded ssh-key v0.6.6 |
821 | 2025-02-13T04:23:55.810Z | Downloaded num v0.4.3 |
822 | 2025-02-13T04:23:55.812Z | Downloaded zerovec v0.10.4 |
823 | 2025-02-13T04:23:55.816Z | Downloaded goblin v0.8.2 |
824 | 2025-02-13T04:23:55.821Z | Downloaded owo-colors v4.1.0 |
825 | 2025-02-13T04:23:55.824Z | Downloaded tungstenite v0.24.0 |
826 | 2025-02-13T04:23:55.827Z | Downloaded tui-tree-widget v0.22.0 |
827 | 2025-02-13T04:23:55.830Z | Downloaded postcard v1.0.10 |
828 | 2025-02-13T04:23:55.830Z | Downloaded der_derive v0.7.3 |
829 | 2025-02-13T04:23:55.833Z | Downloaded num-bigint-dig v0.8.4 |
830 | 2025-02-13T04:23:55.836Z | Downloaded tracing-attributes v0.1.27 |
831 | 2025-02-13T04:23:55.839Z | Downloaded typed-path v0.9.3 |
832 | 2025-02-13T04:23:55.844Z | Downloaded encoding_rs v0.8.34 |
833 | 2025-02-13T04:23:55.870Z | Downloaded zerocopy v0.6.6 |
834 | 2025-02-13T04:23:55.874Z | Downloaded rfc6979 v0.4.0 |
835 | 2025-02-13T04:23:55.878Z | Downloaded rand_seeder v0.3.0 |
836 | 2025-02-13T04:23:55.878Z | Downloaded memmap v0.7.0 |
837 | 2025-02-13T04:23:55.878Z | Downloaded lru-cache v0.1.2 |
838 | 2025-02-13T04:23:55.881Z | Downloaded libsw v3.3.1 |
839 | 2025-02-13T04:23:55.881Z | Downloaded usdt-impl v0.5.0 |
840 | 2025-02-13T04:23:55.881Z | Downloaded serde_repr v0.1.19 |
841 | 2025-02-13T04:23:55.883Z | Downloaded password-hash v0.5.0 |
842 | 2025-02-13T04:23:55.886Z | Downloaded derive-where v1.2.7 |
843 | 2025-02-13T04:23:55.888Z | Downloaded crossbeam-utils v0.8.20 |
844 | 2025-02-13T04:23:55.891Z | Downloaded schemars v0.8.21 |
845 | 2025-02-13T04:23:55.899Z | Downloaded lazycell v1.3.0 |
846 | 2025-02-13T04:23:55.902Z | Downloaded lazy_static v1.5.0 |
847 | 2025-02-13T04:23:55.902Z | Downloaded vte v0.11.1 |
848 | 2025-02-13T04:23:55.905Z | Downloaded slog-json v2.6.1 |
849 | 2025-02-13T04:23:55.907Z | Downloaded rustc-demangle v0.1.24 |
850 | 2025-02-13T04:23:55.910Z | Downloaded rust-argon2 v2.1.0 |
851 | 2025-02-13T04:23:55.912Z | Downloaded quinn-udp v0.5.5 |
852 | 2025-02-13T04:23:55.912Z | Downloaded poly1305 v0.8.0 |
853 | 2025-02-13T04:23:55.915Z | Downloaded derive_builder_core v0.20.2 |
854 | 2025-02-13T04:23:55.918Z | Downloaded parking_lot v0.11.2 |
855 | 2025-02-13T04:23:55.920Z | Downloaded rstest_macros v0.23.0 |
856 | 2025-02-13T04:23:55.923Z | Downloaded omicron-zone-package v0.12.0 |
857 | 2025-02-13T04:23:55.925Z | Downloaded yasna v0.5.2 |
858 | 2025-02-13T04:23:55.928Z | Downloaded textwrap v0.16.1 |
859 | 2025-02-13T04:23:55.931Z | Downloaded zerofrom v0.1.4 |
860 | 2025-02-13T04:23:55.931Z | Downloaded derive_builder v0.20.2 |
861 | 2025-02-13T04:23:55.935Z | Downloaded tokio-tungstenite v0.23.1 |
862 | 2025-02-13T04:23:55.937Z | Downloaded tokio-tungstenite v0.21.0 |
863 | 2025-02-13T04:23:55.940Z | Downloaded tabwriter v1.4.0 |
864 | 2025-02-13T04:23:55.940Z | Downloaded crossbeam-deque v0.8.5 |
865 | 2025-02-13T04:23:55.943Z | Downloaded criterion-plot v0.5.0 |
866 | 2025-02-13T04:23:55.945Z | Downloaded target-spec v3.3.1 |
867 | 2025-02-13T04:23:55.945Z | Downloaded typenum v1.17.0 |
868 | 2025-02-13T04:23:55.948Z | Downloaded twox-hash v2.1.0 |
869 | 2025-02-13T04:23:55.950Z | Downloaded guppy v0.17.12 |
870 | 2025-02-13T04:23:55.954Z | Downloaded http v1.2.0 |
871 | 2025-02-13T04:23:55.958Z | Downloaded concurrent-queue v2.5.0 |
872 | 2025-02-13T04:23:55.960Z | Downloaded cookie v0.18.1 |
873 | 2025-02-13T04:23:55.963Z | Downloaded clap v4.5.27 |
874 | 2025-02-13T04:23:55.969Z | Downloaded once_cell v1.20.2 |
875 | 2025-02-13T04:23:55.972Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
876 | 2025-02-13T04:23:56.028Z | Downloaded parking_lot_core v0.9.10 |
877 | 2025-02-13T04:23:56.031Z | Downloaded quinn v0.11.5 |
878 | 2025-02-13T04:23:56.033Z | Downloaded equivalent v1.0.1 |
879 | 2025-02-13T04:23:56.033Z | Downloaded backtrace v0.3.74 |
880 | 2025-02-13T04:23:56.038Z | Downloaded slog-async v2.8.0 |
881 | 2025-02-13T04:23:56.041Z | Downloaded signal-hook-registry v1.4.2 |
882 | 2025-02-13T04:23:56.041Z | Downloaded sha1 v0.10.6 |
883 | 2025-02-13T04:23:56.044Z | Downloaded typify v0.3.0 |
884 | 2025-02-13T04:23:56.046Z | Downloaded same-file v1.0.6 |
885 | 2025-02-13T04:23:56.046Z | Downloaded ref-cast v1.0.23 |
886 | 2025-02-13T04:23:56.049Z | Downloaded progenitor v0.8.0 |
887 | 2025-02-13T04:23:56.051Z | Downloaded ssh-encoding v0.2.0 |
888 | 2025-02-13T04:23:56.051Z | Downloaded toml v0.7.8 |
889 | 2025-02-13T04:23:56.055Z | Downloaded phf v0.11.2 |
890 | 2025-02-13T04:23:56.058Z | Downloaded displaydoc v0.2.5 |
891 | 2025-02-13T04:23:56.058Z | Downloaded cookie_store v0.21.1 |
892 | 2025-02-13T04:23:56.061Z | Downloaded packed_struct_codegen v0.10.1 |
893 | 2025-02-13T04:23:56.063Z | Downloaded num-derive v0.4.2 |
894 | 2025-02-13T04:23:56.063Z | Downloaded newtype-uuid v1.2.1 |
895 | 2025-02-13T04:23:56.063Z | Downloaded sync-ptr v0.1.1 |
896 | 2025-02-13T04:23:56.066Z | Downloaded relative-path v1.9.3 |
897 | 2025-02-13T04:23:56.066Z | Downloaded darling v0.20.10 |
898 | 2025-02-13T04:23:56.069Z | Downloaded cc v1.1.30 |
899 | 2025-02-13T04:23:56.072Z | Downloaded base64 v0.22.1 |
900 | 2025-02-13T04:23:56.075Z | Downloaded base64 v0.21.7 |
901 | 2025-02-13T04:23:56.079Z | Downloaded bumpalo v3.16.0 |
902 | 2025-02-13T04:23:56.082Z | Downloaded typify v0.2.0 |
903 | 2025-02-13T04:23:56.084Z | Downloaded hashbrown v0.13.2 |
904 | 2025-02-13T04:23:56.088Z | Downloaded headers v0.4.0 |
905 | 2025-02-13T04:23:56.094Z | Downloaded dirs-next v2.0.0 |
906 | 2025-02-13T04:23:56.096Z | Downloaded digest v0.10.7 |
907 | 2025-02-13T04:23:56.096Z | Downloaded difflib v0.4.0 |
908 | 2025-02-13T04:23:56.099Z | Downloaded impl-trait-for-tuples v0.2.2 |
909 | 2025-02-13T04:23:56.099Z | Downloaded idna_adapter v1.2.0 |
910 | 2025-02-13T04:23:56.102Z | Downloaded convert_case v0.4.0 |
911 | 2025-02-13T04:23:56.102Z | Downloaded utf8_iter v1.0.4 |
912 | 2025-02-13T04:23:56.102Z | Downloaded termios v0.3.3 |
913 | 2025-02-13T04:23:56.104Z | Downloaded heapless v0.7.17 |
914 | 2025-02-13T04:23:56.108Z | Downloaded match_cfg v0.1.0 |
915 | 2025-02-13T04:23:56.110Z | Downloaded is_terminal_polyfill v1.70.1 |
916 | 2025-02-13T04:23:56.110Z | Downloaded ssh-cipher v0.2.0 |
917 | 2025-02-13T04:23:56.110Z | Downloaded rustls-pemfile v2.2.0 |
918 | 2025-02-13T04:23:56.113Z | Downloaded cassowary v0.3.0 |
919 | 2025-02-13T04:23:56.113Z | Downloaded tokio-native-tls v0.3.1 |
920 | 2025-02-13T04:23:56.116Z | Downloaded base64 v0.13.1 |
921 | 2025-02-13T04:23:56.118Z | Downloaded oso v0.27.3 |
922 | 2025-02-13T04:23:56.121Z | Downloaded slog-scope v4.4.0 |
923 | 2025-02-13T04:23:56.124Z | Downloaded signature v2.2.0 |
924 | 2025-02-13T04:23:56.124Z | Downloaded base64ct v1.6.0 |
925 | 2025-02-13T04:23:56.126Z | Downloaded async-task v4.7.1 |
926 | 2025-02-13T04:23:56.129Z | Downloaded scopeguard v1.2.0 |
927 | 2025-02-13T04:23:56.129Z | Downloaded arc-swap v1.7.1 |
928 | 2025-02-13T04:23:56.131Z | Downloaded pin-project-lite v0.2.14 |
929 | 2025-02-13T04:23:56.137Z | Downloaded generic-array v0.14.7 |
930 | 2025-02-13T04:23:56.140Z | Downloaded bitflags v2.6.0 |
931 | 2025-02-13T04:23:56.142Z | Downloaded cargo_metadata v0.19.1 |
932 | 2025-02-13T04:23:56.145Z | Downloaded blake2b_simd v1.0.2 |
933 | 2025-02-13T04:23:56.147Z | Downloaded bcs v0.1.6 |
934 | 2025-02-13T04:23:56.147Z | Downloaded async-signal v0.2.10 |
935 | 2025-02-13T04:23:56.150Z | Downloaded anstream v0.6.15 |
936 | 2025-02-13T04:23:56.153Z | Downloaded buf-list v1.0.3 |
937 | 2025-02-13T04:23:56.153Z | Downloaded bit-set v0.5.3 |
938 | 2025-02-13T04:23:56.153Z | Downloaded backoff v0.4.0 |
939 | 2025-02-13T04:23:56.156Z | Downloaded async-bb8-diesel v0.2.1 |
940 | 2025-02-13T04:23:56.158Z | Downloaded half v2.4.1 |
941 | 2025-02-13T04:23:56.161Z | Downloaded async-trait v0.1.86 |
942 | 2025-02-13T04:23:56.163Z | Downloaded fatfs v0.3.6 |
943 | 2025-02-13T04:23:56.166Z | Downloaded serde-big-array v0.5.1 |
944 | 2025-02-13T04:23:56.168Z | Downloaded cancel-safe-futures v0.1.5 |
945 | 2025-02-13T04:23:56.171Z | Downloaded assert_cmd v2.0.16 |
946 | 2025-02-13T04:23:56.171Z | Downloaded futures-lite v2.3.0 |
947 | 2025-02-13T04:23:56.174Z | Downloaded async-executor v1.13.1 |
948 | 2025-02-13T04:23:56.176Z | Downloaded bb8 v0.8.5 |
949 | 2025-02-13T04:23:56.176Z | Downloaded plain v0.2.3 |
950 | 2025-02-13T04:23:56.179Z | Downloaded ring v0.17.8 |
951 | 2025-02-13T04:23:56.245Z | Downloaded parse-display-derive v0.10.0 |
952 | 2025-02-13T04:23:56.251Z | Downloaded foreign-types-macros v0.2.3 |
953 | 2025-02-13T04:23:56.251Z | Downloaded pathdiff v0.2.3 |
954 | 2025-02-13T04:23:56.251Z | Downloaded addr2line v0.24.2 |
955 | 2025-02-13T04:23:56.252Z | Downloaded num_enum_derive v0.5.11 |
956 | 2025-02-13T04:23:56.252Z | Downloaded cfg-if v1.0.0 |
957 | 2025-02-13T04:23:56.255Z | Downloaded cast v0.3.0 |
958 | 2025-02-13T04:23:56.255Z | Downloaded cargo_metadata v0.18.1 |
959 | 2025-02-13T04:23:56.255Z | Downloaded arrayvec v0.7.6 |
960 | 2025-02-13T04:23:56.258Z | Downloaded array-init v0.0.4 |
961 | 2025-02-13T04:23:56.258Z | Downloaded async-stream v0.3.6 |
962 | 2025-02-13T04:23:56.260Z | Downloaded fragile v2.0.0 |
963 | 2025-02-13T04:23:56.260Z | Downloaded castaway v0.2.3 |
964 | 2025-02-13T04:23:56.263Z | Downloaded block-buffer v0.10.4 |
965 | 2025-02-13T04:23:56.263Z | Downloaded bcrypt-pbkdf v0.10.0 |
966 | 2025-02-13T04:23:56.263Z | Downloaded async-channel v1.9.0 |
967 | 2025-02-13T04:23:56.266Z | Downloaded async-attributes v1.1.2 |
968 | 2025-02-13T04:23:56.266Z | Downloaded float-ord v0.3.2 |
969 | 2025-02-13T04:23:56.268Z | Downloaded hostname v0.3.1 |
970 | 2025-02-13T04:23:56.268Z | Downloaded hash32 v0.2.1 |
971 | 2025-02-13T04:23:56.271Z | Downloaded bytecount v0.6.8 |
972 | 2025-02-13T04:23:56.271Z | Downloaded block-padding v0.3.3 |
973 | 2025-02-13T04:23:56.271Z | Downloaded base16ct v0.2.0 |
974 | 2025-02-13T04:23:56.274Z | Downloaded async-global-executor v2.4.1 |
975 | 2025-02-13T04:23:56.276Z | Downloaded glob v0.3.2 |
976 | 2025-02-13T04:23:56.276Z | Downloaded flagset v0.4.6 |
977 | 2025-02-13T04:23:56.279Z | Downloaded futures-sink v0.3.31 |
978 | 2025-02-13T04:23:56.279Z | Downloaded aead v0.5.2 |
979 | 2025-02-13T04:23:56.560Z | Downloaded libsqlite3-sys v0.30.1 |
980 | 2025-02-13T04:23:56.817Z | Downloaded aws-lc-sys v0.22.0 |
981 | 2025-02-13T04:23:57.343Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
982 | 2025-02-13T04:23:59.129Z | pkg list: illegal option -- F |
983 | 2025-02-13T04:23:59.129Z | Usage: |
984 | 2025-02-13T04:23:59.131Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
985 | 2025-02-13T04:23:59.131Z | [pkg_fmri_pattern ...] |
986 | 2025-02-13T04:24:00.051Z | pkg list: illegal option -- F |
987 | 2025-02-13T04:24:00.051Z | Usage: |
988 | 2025-02-13T04:24:00.054Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
989 | 2025-02-13T04:24:00.054Z | [pkg_fmri_pattern ...] |
990 | 2025-02-13T04:24:08.978Z | Startup: Refreshing catalog 'helios-dev' ... Done |
991 | 2025-02-13T04:24:13.328Z | Startup: Caching catalogs ... Done |
992 | 2025-02-13T04:24:26.040Z | Planning: Solver setup ... Done (11.734s) |
993 | 2025-02-13T04:24:26.198Z | Planning: Running solver ... Done (0.160s) |
994 | 2025-02-13T04:24:26.325Z | Planning: Finding local manifests ... Done (0.007s) |
995 | 2025-02-13T04:24:26.352Z | Planning: Fetching manifests: 0/7 0% complete |
996 | 2025-02-13T04:24:27.116Z | Planning: Fetching manifests: 7/7 100% complete |
997 | 2025-02-13T04:24:27.227Z | Planning: Package planning ... Done (0.111s) |
998 | 2025-02-13T04:24:27.286Z | Planning: Merging actions ... Done (0.059s) |
999 | 2025-02-13T04:24:27.492Z | Planning: Checking for conflicting actions ... Done (0.205s) |
1000 | 2025-02-13T04:24:29.558Z | Planning: Consolidating action changes ... Done (2.065s) |
1001 | 2025-02-13T04:24:30.003Z | Planning: Evaluating mediators ... Done (0.445s) |
1002 | 2025-02-13T04:24:30.086Z | Planning: Planning completed in 16.65 seconds |
1003 | 2025-02-13T04:24:30.105Z | Packages to install: 4 |
1004 | 2025-02-13T04:24:30.105Z | Packages to update: 3 |
1005 | 2025-02-13T04:24:30.109Z | Mediators to change: 2 |
1006 | 2025-02-13T04:24:30.109Z | Services to change: 1 |
1007 | 2025-02-13T04:24:30.109Z | Estimated space available: 155.36 GB |
1008 | 2025-02-13T04:24:30.109Z | Estimated space to be consumed: 1.65 GB |
1009 | 2025-02-13T04:24:30.109Z | Create boot environment: No |
1010 | 2025-02-13T04:24:30.109Z | Create backup boot environment: Yes |
1011 | 2025-02-13T04:24:30.109Z | Rebuild boot archive: No |
1012 | 2025-02-13T04:24:30.109Z | |
1013 | 2025-02-13T04:24:30.109Z | Changed mediators: |
1014 | 2025-02-13T04:24:30.109Z | mediator clang: |
1015 | 2025-02-13T04:24:30.109Z | version: None -> 15 (system default) |
1016 | 2025-02-13T04:24:30.109Z | |
1017 | 2025-02-13T04:24:30.109Z | mediator llvm: |
1018 | 2025-02-13T04:24:30.109Z | version: 14 (system default) -> 15 (system default) |
1019 | 2025-02-13T04:24:30.109Z | |
1020 | 2025-02-13T04:24:30.109Z | Changed packages: |
1021 | 2025-02-13T04:24:30.109Z | helios-dev |
1022 | 2025-02-13T04:24:30.109Z | developer/build-essential |
1023 | 2025-02-13T04:24:30.109Z | None -> 11-2.0 |
1024 | 2025-02-13T04:24:30.109Z | library/libxmlsec1 |
1025 | 2025-02-13T04:24:30.109Z | None -> 1.2.35-2.0 |
1026 | 2025-02-13T04:24:30.109Z | ooce/developer/clang-15 |
1027 | 2025-02-13T04:24:30.109Z | None -> 15.0.7-2.0 |
1028 | 2025-02-13T04:24:30.109Z | ooce/developer/llvm-15 |
1029 | 2025-02-13T04:24:30.109Z | None -> 15.0.7-2.0 |
1030 | 2025-02-13T04:24:30.109Z | package/pkg |
1031 | 2025-02-13T04:24:30.109Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1032 | 2025-02-13T04:24:30.109Z | system/library/g++-runtime |
1033 | 2025-02-13T04:24:30.109Z | 13-2.0 -> 14-2.0 |
1034 | 2025-02-13T04:24:30.109Z | system/library/gcc-runtime |
1035 | 2025-02-13T04:24:30.109Z | 13-2.0 -> 14-2.0 |
1036 | 2025-02-13T04:24:30.109Z | |
1037 | 2025-02-13T04:24:30.110Z | Services: |
1038 | 2025-02-13T04:24:30.110Z | restart_fmri: |
1039 | 2025-02-13T04:24:30.110Z | svc:/system/update-man-index:default |
1040 | 2025-02-13T04:24:30.110Z | |
1041 | 2025-02-13T04:24:30.110Z | Editable files to change: |
1042 | 2025-02-13T04:24:30.110Z | Update: |
1043 | 2025-02-13T04:24:30.110Z | usr/share/lib/pkg/web/config.shtml |
1044 | 2025-02-13T04:24:30.188Z | |
1045 | 2025-02-13T04:24:30.188Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
1046 | 2025-02-13T04:24:35.233Z | Download: 296/4301 items 2.0/225.4MB 0% complete (398k/s) |
1047 | 2025-02-13T04:24:40.238Z | Download: 961/4301 items 19.3/225.4MB 8% complete (1.9M/s) |
1048 | 2025-02-13T04:24:45.546Z | Download: 1196/4301 items 75.1/225.4MB 33% complete (7.2M/s) |
1049 | 2025-02-13T04:24:50.360Z | Download: 1315/4301 items 114.5/225.4MB 50% complete (9.9M/s) |
1050 | 2025-02-13T04:24:55.352Z | Download: 1664/4301 items 117.3/225.4MB 52% complete (4.4M/s) |
1051 | 2025-02-13T04:25:00.358Z | Download: 2048/4301 items 118.4/225.4MB 52% complete (416k/s) |
1052 | 2025-02-13T04:25:05.585Z | Download: 2216/4301 items 119.2/225.4MB 52% complete (312k/s) |
1053 | 2025-02-13T04:25:11.917Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (280k/s) |
1054 | 2025-02-13T04:25:19.222Z | Download: 2223/4301 items 119.2/225.4MB 52% complete |
1055 | 2025-02-13T04:25:24.264Z | Download: 2265/4301 items 119.5/225.4MB 52% complete (28.0k/s) |
1056 | 2025-02-13T04:25:29.254Z | Download: 2702/4301 items 120.8/225.4MB 53% complete (169k/s) |
1057 | 2025-02-13T04:25:34.294Z | Download: 2874/4301 items 121.1/225.4MB 53% complete (190k/s) |
1058 | 2025-02-13T04:25:39.323Z | Download: 2943/4301 items 121.2/225.4MB 53% complete (76.8k/s) |
1059 | 2025-02-13T04:25:44.346Z | Download: 3046/4301 items 121.4/225.4MB 53% complete (27.5k/s) |
1060 | 2025-02-13T04:25:49.360Z | Download: 3158/4301 items 177.6/225.4MB 78% complete (5.6M/s) |
1061 | 2025-02-13T04:25:56.837Z | Download: 3239/4301 items 201.9/225.4MB 89% complete (7.9M/s) |
1062 | 2025-02-13T04:26:02.860Z | Download: 3242/4301 items 202.0/225.4MB 89% complete (7.1M/s) |
1063 | 2025-02-13T04:26:14.148Z | Download: 3243/4301 items 202.1/225.4MB 89% complete |
1064 | 2025-02-13T04:26:19.513Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (213k/s) |
1065 | 2025-02-13T04:26:25.613Z | Download: 3286/4301 items 211.6/225.4MB 93% complete (1.1M/s) |
1066 | 2025-02-13T04:26:32.014Z | Download: 3288/4301 items 212.6/225.4MB 94% complete (1.0M/s) |
1067 | 2025-02-13T04:26:37.090Z | Download: 3444/4301 items 215.2/225.4MB 95% complete (375k/s) |
1068 | 2025-02-13T04:26:42.094Z | Download: 3648/4301 items 216.5/225.4MB 96% complete (406k/s) |
1069 | 2025-02-13T04:26:47.617Z | Download: 3812/4301 items 217.4/225.4MB 96% complete (229k/s) |
1070 | 2025-02-13T04:26:52.618Z | Download: 3957/4301 items 218.5/225.4MB 96% complete (197k/s) |
1071 | 2025-02-13T04:26:57.662Z | Download: 4156/4301 items 220.3/225.4MB 97% complete (296k/s) |
1072 | 2025-02-13T04:27:05.038Z | Download: 4204/4301 items 220.5/225.4MB 97% complete (258k/s) |
1073 | 2025-02-13T04:27:11.392Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (237k/s) |
1074 | 2025-02-13T04:27:16.633Z | Download: 4296/4301 items 224.7/225.4MB 99% complete (568k/s) |
1075 | 2025-02-13T04:27:16.670Z | Download: Completed 225.42 MB in 166.46 seconds (1.4M/s) |
1076 | 2025-02-13T04:27:18.752Z | Actions: 1/5122 actions (Removing old actions) |
1077 | 2025-02-13T04:27:18.775Z | Actions: 194/5122 actions (Installing new actions) |
1078 | 2025-02-13T04:27:23.517Z | Actions: 4267/5122 actions (Updating modified actions) |
1079 | 2025-02-13T04:27:23.883Z | Actions: Completed 5122 actions in 5.13 seconds. |
1080 | 2025-02-13T04:27:24.119Z | Done (0.228s) |
1081 | 2025-02-13T04:27:24.122Z | Done (0.001s) |
1082 | 2025-02-13T04:27:24.725Z | Done (0.604s) |
1083 | 2025-02-13T04:27:29.461Z | Done (4.507s) |
1084 | 2025-02-13T04:27:29.555Z | Done (0.018s) |
1085 | 2025-02-13T04:27:29.558Z | Done (0.000s) |
1086 | 2025-02-13T04:27:29.727Z | Done (0.000s) |
1087 | 2025-02-13T04:27:30.463Z | Planning: Evaluating mediator changes ... Done |
1088 | 2025-02-13T04:27:30.626Z | Planning: Checking for conflicting actions ... Done |
1089 | 2025-02-13T04:27:30.629Z | Planning: Consolidating action changes ... Done |
1090 | 2025-02-13T04:27:30.896Z | Planning: Evaluating mediators ... Done |
1091 | 2025-02-13T04:27:30.899Z | Planning: Planning completed in 0.43 seconds |
1092 | 2025-02-13T04:27:30.938Z | Mediators to change: 2 |
1093 | 2025-02-13T04:27:30.938Z | Create boot environment: No |
1094 | 2025-02-13T04:27:30.942Z | Create backup boot environment: No |
1095 | 2025-02-13T04:27:31.027Z | Done |
1096 | 2025-02-13T04:27:31.027Z | Done |
1097 | 2025-02-13T04:27:31.408Z | Done |
1098 | 2025-02-13T04:27:35.037Z | Done |
1099 | 2025-02-13T04:27:35.132Z | Done |
1100 | 2025-02-13T04:27:35.135Z | Done |
1101 | 2025-02-13T04:27:35.275Z | Done |
1102 | 2025-02-13T04:27:35.885Z | Planning: Evaluating mediator changes ... Done |
1103 | 2025-02-13T04:27:35.888Z | Planning: Merging actions ... Done |
1104 | 2025-02-13T04:27:36.077Z | Planning: Checking for conflicting actions ... Done |
1105 | 2025-02-13T04:27:36.079Z | Planning: Consolidating action changes ... Done |
1106 | 2025-02-13T04:27:36.342Z | Planning: Evaluating mediators ... Done |
1107 | 2025-02-13T04:27:36.399Z | Planning: Planning completed in 0.76 seconds |
1108 | 2025-02-13T04:27:36.441Z | Packages to change: 1 |
1109 | 2025-02-13T04:27:36.444Z | Mediators to change: 1 |
1110 | 2025-02-13T04:27:36.444Z | Services to change: 1 |
1111 | 2025-02-13T04:27:36.444Z | Create boot environment: No |
1112 | 2025-02-13T04:27:36.444Z | Create backup boot environment: Yes |
1113 | 2025-02-13T04:27:38.640Z | Actions: 1/6 actions (Updating modified actions) |
1114 | 2025-02-13T04:27:38.644Z | Actions: Completed 6 actions in 0.00 seconds. |
1115 | 2025-02-13T04:27:38.646Z | Done |
1116 | 2025-02-13T04:27:38.646Z | Done |
1117 | 2025-02-13T04:27:38.767Z | Done |
1118 | 2025-02-13T04:27:42.518Z | Done |
1119 | 2025-02-13T04:27:42.613Z | Done |
1120 | 2025-02-13T04:27:42.616Z | Done |
1121 | 2025-02-13T04:27:42.749Z | Done |
1122 | 2025-02-13T04:27:43.188Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1123 | 2025-02-13T04:27:43.188Z | clang system 15 system |
1124 | 2025-02-13T04:27:43.188Z | csh system system illumos |
1125 | 2025-02-13T04:27:43.188Z | ctags system system illumos |
1126 | 2025-02-13T04:27:43.188Z | gcc vendor 12 vendor |
1127 | 2025-02-13T04:27:43.188Z | gcc system 10 system |
1128 | 2025-02-13T04:27:43.188Z | gcc system 7 system |
1129 | 2025-02-13T04:27:43.188Z | go system 1.20 system |
1130 | 2025-02-13T04:27:43.188Z | go system 1.19 system |
1131 | 2025-02-13T04:27:43.188Z | llvm system 15 system |
1132 | 2025-02-13T04:27:43.188Z | llvm system 14 system |
1133 | 2025-02-13T04:27:43.188Z | mariadb system 10.6 system |
1134 | 2025-02-13T04:27:43.188Z | mta vendor vendor dma |
1135 | 2025-02-13T04:27:43.188Z | openjdk system 17 system |
1136 | 2025-02-13T04:27:43.188Z | openjdk system 11 system |
1137 | 2025-02-13T04:27:43.188Z | openjdk system 1.8 system |
1138 | 2025-02-13T04:27:43.188Z | openssl vendor 3 vendor |
1139 | 2025-02-13T04:27:43.188Z | perl system 5.36 system |
1140 | 2025-02-13T04:27:43.188Z | postgresql system 15 system |
1141 | 2025-02-13T04:27:43.188Z | postgresql system 13 system |
1142 | 2025-02-13T04:27:43.188Z | python vendor 3 vendor |
1143 | 2025-02-13T04:27:43.188Z | python system 2 system |
1144 | 2025-02-13T04:27:43.188Z | python3 system 3.11 system |
1145 | 2025-02-13T04:27:43.188Z | ruby system 3.0 system |
1146 | 2025-02-13T04:27:43.188Z | words vendor vendor american-english |
1147 | 2025-02-13T04:27:43.188Z | words system system australian-english |
1148 | 2025-02-13T04:27:43.188Z | words system system british-english |
1149 | 2025-02-13T04:27:43.188Z | words system system canadian-english |
1150 | 2025-02-13T04:27:43.188Z | words system system french |
1151 | 2025-02-13T04:27:43.188Z | words system system italian |
1152 | 2025-02-13T04:27:43.188Z | words system system ngerman |
1153 | 2025-02-13T04:27:43.189Z | words system system ogerman |
1154 | 2025-02-13T04:27:43.189Z | words system system spanish |
1155 | 2025-02-13T04:27:43.538Z | PUBLISHER TYPE STATUS P LOCATION |
1156 | 2025-02-13T04:27:43.538Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1157 | 2025-02-13T04:27:46.478Z | FMRI IFO |
1158 | 2025-02-13T04:27:46.478Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1159 | 2025-02-13T04:27:46.478Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1160 | 2025-02-13T04:27:46.478Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1161 | 2025-02-13T04:27:46.479Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1162 | 2025-02-13T04:27:46.479Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1163 | 2025-02-13T04:27:46.479Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1164 | 2025-02-13T04:27:46.479Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1165 | 2025-02-13T04:27:46.479Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1166 | 2025-02-13T04:27:46.479Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1167 | 2025-02-13T04:27:46.479Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
1168 | 2025-02-13T04:27:46.479Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
1169 | 2025-02-13T04:27:46.479Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1170 | 2025-02-13T04:27:46.479Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
1171 | 2025-02-13T04:27:46.479Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
1172 | 2025-02-13T04:27:46.479Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1173 | 2025-02-13T04:27:47.572Z | Downloading crates ... |
1174 | 2025-02-13T04:27:47.687Z | Downloaded cargo_toml v0.20.5 |
1175 | 2025-02-13T04:27:47.827Z | Compiling proc-macro2 v1.0.92 |
1176 | 2025-02-13T04:27:47.829Z | Compiling unicode-ident v1.0.14 |
1177 | 2025-02-13T04:27:47.829Z | Compiling version_check v0.9.5 |
1178 | 2025-02-13T04:27:47.830Z | Compiling serde v1.0.217 |
1179 | 2025-02-13T04:27:47.830Z | Compiling thiserror v1.0.69 |
1180 | 2025-02-13T04:27:47.830Z | Compiling memchr v2.7.4 |
1181 | 2025-02-13T04:27:47.851Z | Compiling libc v0.2.169 |
1182 | 2025-02-13T04:27:47.855Z | Compiling ryu v1.0.18 |
1183 | 2025-02-13T04:27:48.108Z | Compiling ucd-trie v0.1.7 |
1184 | 2025-02-13T04:27:48.227Z | Compiling itoa v1.0.11 |
1185 | 2025-02-13T04:27:48.457Z | Compiling once_cell v1.20.2 |
1186 | 2025-02-13T04:27:48.572Z | Compiling byteorder v1.5.0 |
1187 | 2025-02-13T04:27:48.800Z | Compiling serde_json v1.0.135 |
1188 | 2025-02-13T04:27:48.819Z | Compiling rustix v0.38.37 |
1189 | 2025-02-13T04:27:49.106Z | Compiling bitflags v2.6.0 |
1190 | 2025-02-13T04:27:49.131Z | Compiling usdt-impl v0.5.0 |
1191 | 2025-02-13T04:27:49.324Z | Compiling proc-macro-error-attr v1.0.4 |
1192 | 2025-02-13T04:27:49.376Z | Compiling syn v1.0.109 |
1193 | 2025-02-13T04:27:49.488Z | Compiling proc-macro-error v1.0.4 |
1194 | 2025-02-13T04:27:49.567Z | Compiling utf8parse v0.2.2 |
1195 | 2025-02-13T04:27:49.592Z | Compiling quote v1.0.38 |
1196 | 2025-02-13T04:27:49.662Z | Compiling errno v0.3.9 |
1197 | 2025-02-13T04:27:49.726Z | Compiling log v0.4.22 |
1198 | 2025-02-13T04:27:49.771Z | Compiling hashbrown v0.15.1 |
1199 | 2025-02-13T04:27:49.898Z | Compiling thread-id v4.2.2 |
1200 | 2025-02-13T04:27:49.937Z | Compiling syn v2.0.96 |
1201 | 2025-02-13T04:27:50.013Z | Compiling plain v0.2.3 |
1202 | 2025-02-13T04:27:50.033Z | Compiling equivalent v1.0.1 |
1203 | 2025-02-13T04:27:50.056Z | Compiling camino v1.1.9 |
1204 | 2025-02-13T04:27:50.197Z | Compiling anstyle-parse v0.2.5 |
1205 | 2025-02-13T04:27:50.523Z | Compiling anstyle-query v1.1.1 |
1206 | 2025-02-13T04:27:50.654Z | Compiling anstyle v1.0.10 |
1207 | 2025-02-13T04:27:50.665Z | Compiling autocfg v1.4.0 |
1208 | 2025-02-13T04:27:50.702Z | Compiling pretty-hex v0.4.1 |
1209 | 2025-02-13T04:27:50.901Z | Compiling indexmap v2.7.1 |
1210 | 2025-02-13T04:27:50.925Z | Compiling semver v1.0.24 |
1211 | 2025-02-13T04:27:51.062Z | Compiling is_terminal_polyfill v1.70.1 |
1212 | 2025-02-13T04:27:51.079Z | Compiling colorchoice v1.0.2 |
1213 | 2025-02-13T04:27:51.190Z | Compiling winnow v0.6.20 |
1214 | 2025-02-13T04:27:51.250Z | Compiling unicode-width v0.1.14 |
1215 | 2025-02-13T04:27:51.506Z | Compiling anstream v0.6.15 |
1216 | 2025-02-13T04:27:51.609Z | Compiling fs-err v2.11.0 |
1217 | 2025-02-13T04:27:51.904Z | Compiling terminal_size v0.4.0 |
1218 | 2025-02-13T04:27:52.065Z | Compiling cfg-if v1.0.0 |
1219 | 2025-02-13T04:27:52.095Z | Compiling heck v0.4.1 |
1220 | 2025-02-13T04:27:52.122Z | Compiling bytecount v0.6.8 |
1221 | 2025-02-13T04:27:52.138Z | Compiling heck v0.5.0 |
1222 | 2025-02-13T04:27:52.156Z | Compiling anyhow v1.0.95 |
1223 | 2025-02-13T04:27:52.335Z | Compiling fastrand v2.1.1 |
1224 | 2025-02-13T04:27:52.503Z | Compiling clap_lex v0.7.4 |
1225 | 2025-02-13T04:27:52.597Z | Compiling strsim v0.11.1 |
1226 | 2025-02-13T04:27:52.764Z | Compiling fnv v1.0.7 |
1227 | 2025-02-13T04:27:52.879Z | Compiling papergrid v0.11.0 |
1228 | 2025-02-13T04:27:52.923Z | Compiling tempfile v3.13.0 |
1229 | 2025-02-13T04:27:53.001Z | Compiling clap_builder v4.5.27 |
1230 | 2025-02-13T04:27:53.682Z | Compiling memmap v0.7.0 |
1231 | 2025-02-13T04:27:53.746Z | Compiling smawk v0.3.2 |
1232 | 2025-02-13T04:27:53.780Z | Compiling unicode-linebreak v0.1.5 |
1233 | 2025-02-13T04:27:54.279Z | Compiling textwrap v0.16.1 |
1234 | 2025-02-13T04:27:54.565Z | Compiling swrite v0.1.0 |
1235 | 2025-02-13T04:27:55.307Z | Compiling tabled_derive v0.7.0 |
1236 | 2025-02-13T04:27:56.734Z | Compiling tabled v0.15.0 |
1237 | 2025-02-13T04:27:56.927Z | Compiling serde_derive v1.0.217 |
1238 | 2025-02-13T04:27:56.927Z | Compiling thiserror-impl v1.0.69 |
1239 | 2025-02-13T04:27:56.994Z | Compiling zerocopy-derive v0.7.35 |
1240 | 2025-02-13T04:27:57.008Z | Compiling scroll_derive v0.12.0 |
1241 | 2025-02-13T04:27:57.268Z | Compiling clap_derive v4.5.24 |
1242 | 2025-02-13T04:27:58.479Z | Compiling scroll v0.12.0 |
1243 | 2025-02-13T04:27:58.906Z | Compiling goblin v0.8.2 |
1244 | 2025-02-13T04:27:58.919Z | Compiling zerocopy v0.7.35 |
1245 | 2025-02-13T04:27:59.316Z | Compiling pest v2.7.14 |
1246 | 2025-02-13T04:28:00.452Z | Compiling clap v4.5.27 |
1247 | 2025-02-13T04:28:01.618Z | Compiling pest_meta v2.7.14 |
1248 | 2025-02-13T04:28:02.482Z | Compiling pest_generator v2.7.14 |
1249 | 2025-02-13T04:28:03.827Z | Compiling pest_derive v2.7.14 |
1250 | 2025-02-13T04:28:04.610Z | Compiling dtrace-parser v0.2.0 |
1251 | 2025-02-13T04:28:05.816Z | Compiling serde_tokenstream v0.2.2 |
1252 | 2025-02-13T04:28:05.869Z | Compiling toml_datetime v0.6.8 |
1253 | 2025-02-13T04:28:05.873Z | Compiling serde_spanned v0.6.8 |
1254 | 2025-02-13T04:28:06.161Z | Compiling cargo-platform v0.1.8 |
1255 | 2025-02-13T04:28:06.229Z | Compiling toml_edit v0.22.22 |
1256 | 2025-02-13T04:28:06.343Z | Compiling macaddr v1.0.1 |
1257 | 2025-02-13T04:28:06.583Z | Compiling camino-tempfile v1.1.1 |
1258 | 2025-02-13T04:28:07.280Z | Compiling dof v0.3.0 |
1259 | 2025-02-13T04:28:07.326Z | Compiling cargo_metadata v0.18.1 |
1260 | 2025-02-13T04:28:08.662Z | Compiling usdt-attr-macro v0.5.0 |
1261 | 2025-02-13T04:28:08.662Z | Compiling usdt-macro v0.5.0 |
1262 | 2025-02-13T04:28:09.119Z | Compiling toml v0.8.19 |
1263 | 2025-02-13T04:28:09.736Z | Compiling usdt v0.5.0 |
1264 | 2025-02-13T04:28:09.845Z | Compiling cargo_toml v0.20.5 |
1265 | 2025-02-13T04:28:12.636Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1266 | 2025-02-13T04:28:15.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.80s |
1267 | 2025-02-13T04:28:15.932Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1268 | 2025-02-13T04:28:16.784Z | Compiling serde v1.0.217 |
1269 | 2025-02-13T04:28:16.787Z | Compiling lock_api v0.4.12 |
1270 | 2025-02-13T04:28:16.787Z | Compiling value-bag v1.9.0 |
1271 | 2025-02-13T04:28:16.787Z | Compiling scopeguard v1.2.0 |
1272 | 2025-02-13T04:28:16.787Z | Compiling typenum v1.17.0 |
1273 | 2025-02-13T04:28:16.787Z | Compiling generic-array v0.14.7 |
1274 | 2025-02-13T04:28:16.788Z | Compiling syn v2.0.96 |
1275 | 2025-02-13T04:28:16.916Z | Compiling getrandom v0.2.15 |
1276 | 2025-02-13T04:28:17.047Z | Compiling subtle v2.6.1 |
1277 | 2025-02-13T04:28:17.254Z | Compiling rand_core v0.6.4 |
1278 | 2025-02-13T04:28:17.390Z | Compiling shlex v1.3.0 |
1279 | 2025-02-13T04:28:17.441Z | Compiling log v0.4.22 |
1280 | 2025-02-13T04:28:17.455Z | Compiling jobserver v0.1.32 |
1281 | 2025-02-13T04:28:17.533Z | Compiling smallvec v1.13.2 |
1282 | 2025-02-13T04:28:17.760Z | Compiling const-oid v0.9.6 |
1283 | 2025-02-13T04:28:17.784Z | Compiling pin-project-lite v0.2.14 |
1284 | 2025-02-13T04:28:17.800Z | Compiling rustix v0.38.37 |
1285 | 2025-02-13T04:28:17.909Z | Compiling cc v1.1.30 |
1286 | 2025-02-13T04:28:17.945Z | Compiling spin v0.9.8 |
1287 | 2025-02-13T04:28:18.245Z | Compiling parking_lot_core v0.9.10 |
1288 | 2025-02-13T04:28:18.365Z | Compiling futures-core v0.3.31 |
1289 | 2025-02-13T04:28:18.368Z | Compiling signal-hook-registry v1.4.2 |
1290 | 2025-02-13T04:28:18.609Z | Compiling mio v1.0.2 |
1291 | 2025-02-13T04:28:18.629Z | Compiling aho-corasick v1.1.3 |
1292 | 2025-02-13T04:28:19.064Z | Compiling parking_lot v0.12.3 |
1293 | 2025-02-13T04:28:19.271Z | Compiling cpufeatures v0.2.14 |
1294 | 2025-02-13T04:28:19.287Z | Compiling either v1.13.0 |
1295 | 2025-02-13T04:28:19.379Z | Compiling regex-syntax v0.8.5 |
1296 | 2025-02-13T04:28:19.661Z | Compiling stable_deref_trait v1.2.0 |
1297 | 2025-02-13T04:28:19.685Z | Compiling futures-sink v0.3.31 |
1298 | 2025-02-13T04:28:19.785Z | Compiling glob v0.3.2 |
1299 | 2025-02-13T04:28:19.806Z | Compiling socket2 v0.5.7 |
1300 | 2025-02-13T04:28:19.850Z | Compiling slab v0.4.9 |
1301 | 2025-02-13T04:28:19.877Z | Compiling prettyplease v0.2.25 |
1302 | 2025-02-13T04:28:20.227Z | Compiling lazy_static v1.5.0 |
1303 | 2025-02-13T04:28:20.313Z | Compiling serde_json v1.0.135 |
1304 | 2025-02-13T04:28:20.366Z | Compiling minimal-lexical v0.2.1 |
1305 | 2025-02-13T04:28:20.642Z | Compiling clang-sys v1.8.1 |
1306 | 2025-02-13T04:28:20.705Z | Compiling libloading v0.8.5 |
1307 | 2025-02-13T04:28:20.858Z | Compiling nom v7.1.3 |
1308 | 2025-02-13T04:28:20.945Z | Compiling bindgen v0.69.5 |
1309 | 2025-02-13T04:28:21.066Z | Compiling home v0.5.9 |
1310 | 2025-02-13T04:28:21.334Z | Compiling futures-channel v0.3.31 |
1311 | 2025-02-13T04:28:21.609Z | Compiling itertools v0.12.1 |
1312 | 2025-02-13T04:28:21.734Z | Compiling futures-task v0.3.31 |
1313 | 2025-02-13T04:28:21.795Z | Compiling libm v0.2.8 |
1314 | 2025-02-13T04:28:22.036Z | Compiling rustc-hash v1.1.0 |
1315 | 2025-02-13T04:28:22.107Z | Compiling foldhash v0.1.3 |
1316 | 2025-02-13T04:28:22.203Z | Compiling pin-utils v0.1.0 |
1317 | 2025-02-13T04:28:22.309Z | Compiling futures-io v0.3.31 |
1318 | 2025-02-13T04:28:22.418Z | Compiling allocator-api2 v0.2.18 |
1319 | 2025-02-13T04:28:22.586Z | Compiling lazycell v1.3.0 |
1320 | 2025-02-13T04:28:22.843Z | Compiling cmake v0.1.51 |
1321 | 2025-02-13T04:28:23.172Z | Compiling regex-automata v0.4.8 |
1322 | 2025-02-13T04:28:23.230Z | Compiling hashbrown v0.15.1 |
1323 | 2025-02-13T04:28:23.722Z | Compiling num-traits v0.2.19 |
1324 | 2025-02-13T04:28:24.015Z | Compiling cexpr v0.6.0 |
1325 | 2025-02-13T04:28:24.315Z | Compiling synstructure v0.13.1 |
1326 | 2025-02-13T04:28:24.483Z | Compiling fs_extra v1.3.0 |
1327 | 2025-02-13T04:28:25.062Z | Compiling pkg-config v0.3.31 |
1328 | 2025-02-13T04:28:25.576Z | Compiling dunce v1.0.5 |
1329 | 2025-02-13T04:28:25.782Z | Compiling litemap v0.7.3 |
1330 | 2025-02-13T04:28:25.923Z | Compiling writeable v0.5.5 |
1331 | 2025-02-13T04:28:26.162Z | Compiling ring v0.17.8 |
1332 | 2025-02-13T04:28:26.442Z | Compiling base64ct v1.6.0 |
1333 | 2025-02-13T04:28:26.470Z | Compiling paste v1.0.15 |
1334 | 2025-02-13T04:28:27.076Z | Compiling pem-rfc7468 v0.7.0 |
1335 | 2025-02-13T04:28:27.104Z | Compiling flagset v0.4.6 |
1336 | 2025-02-13T04:28:27.165Z | Compiling aws-lc-rs v1.10.0 |
1337 | 2025-02-13T04:28:27.313Z | Compiling icu_locid_transform_data v1.5.0 |
1338 | 2025-02-13T04:28:27.428Z | Compiling httparse v1.9.5 |
1339 | 2025-02-13T04:28:27.723Z | Compiling tracing-core v0.1.32 |
1340 | 2025-02-13T04:28:28.225Z | Compiling rustls-pki-types v1.10.0 |
1341 | 2025-02-13T04:28:28.632Z | Compiling regex v1.11.1 |
1342 | 2025-02-13T04:28:28.710Z | Compiling percent-encoding v2.3.1 |
1343 | 2025-02-13T04:28:28.903Z | Compiling icu_properties_data v1.5.0 |
1344 | 2025-02-13T04:28:29.053Z | Compiling crossbeam-utils v0.8.20 |
1345 | 2025-02-13T04:28:29.177Z | Compiling icu_normalizer_data v1.5.0 |
1346 | 2025-02-13T04:28:29.313Z | Compiling untrusted v0.9.0 |
1347 | 2025-02-13T04:28:29.493Z | Compiling time-core v0.1.2 |
1348 | 2025-02-13T04:28:29.595Z | Compiling write16 v1.0.0 |
1349 | 2025-02-13T04:28:29.598Z | Compiling vcpkg v0.2.15 |
1350 | 2025-02-13T04:28:29.667Z | Compiling mirai-annotations v1.12.0 |
1351 | 2025-02-13T04:28:29.734Z | Compiling num-conv v0.1.0 |
1352 | 2025-02-13T04:28:29.782Z | Compiling untrusted v0.7.1 |
1353 | 2025-02-13T04:28:29.849Z | Compiling utf8_iter v1.0.4 |
1354 | 2025-02-13T04:28:29.961Z | Compiling utf16_iter v1.0.5 |
1355 | 2025-02-13T04:28:30.018Z | Compiling powerfmt v0.2.0 |
1356 | 2025-02-13T04:28:30.044Z | Compiling serde_derive v1.0.217 |
1357 | 2025-02-13T04:28:30.097Z | Compiling zeroize_derive v1.4.2 |
1358 | 2025-02-13T04:28:30.163Z | Compiling zerocopy-derive v0.7.35 |
1359 | 2025-02-13T04:28:30.411Z | Compiling tokio-macros v2.5.0 |
1360 | 2025-02-13T04:28:31.397Z | Compiling zerofrom-derive v0.1.4 |
1361 | 2025-02-13T04:28:31.557Z | Compiling zeroize v1.8.1 |
1362 | 2025-02-13T04:28:31.924Z | Compiling yoke-derive v0.7.4 |
1363 | 2025-02-13T04:28:32.015Z | Compiling thiserror-impl v1.0.69 |
1364 | 2025-02-13T04:28:32.127Z | Compiling zerocopy v0.7.35 |
1365 | 2025-02-13T04:28:33.094Z | Compiling crypto-common v0.1.6 |
1366 | 2025-02-13T04:28:33.164Z | Compiling block-buffer v0.10.4 |
1367 | 2025-02-13T04:28:33.360Z | Compiling zerovec-derive v0.10.3 |
1368 | 2025-02-13T04:28:33.459Z | Compiling digest v0.10.7 |
1369 | 2025-02-13T04:28:33.547Z | Compiling displaydoc v0.2.5 |
1370 | 2025-02-13T04:28:33.956Z | Compiling hmac v0.12.1 |
1371 | 2025-02-13T04:28:34.214Z | Compiling futures-macro v0.3.31 |
1372 | 2025-02-13T04:28:34.419Z | Compiling block-padding v0.3.3 |
1373 | 2025-02-13T04:28:34.675Z | Compiling inout v0.1.3 |
1374 | 2025-02-13T04:28:34.695Z | Compiling sha2 v0.10.8 |
1375 | 2025-02-13T04:28:34.934Z | Compiling zerofrom v0.1.4 |
1376 | 2025-02-13T04:28:34.952Z | Compiling cipher v0.4.4 |
1377 | 2025-02-13T04:28:35.074Z | Compiling thiserror v1.0.69 |
1378 | 2025-02-13T04:28:35.131Z | Compiling icu_provider_macros v1.5.0 |
1379 | 2025-02-13T04:28:35.153Z | Compiling yoke v0.7.4 |
1380 | 2025-02-13T04:28:35.226Z | Compiling ppv-lite86 v0.2.20 |
1381 | 2025-02-13T04:28:35.449Z | Compiling der_derive v0.7.3 |
1382 | 2025-02-13T04:28:35.496Z | Compiling tracing-attributes v0.1.27 |
1383 | 2025-02-13T04:28:35.843Z | Compiling zerovec v0.10.4 |
1384 | 2025-02-13T04:28:35.951Z | Compiling rand_chacha v0.3.1 |
1385 | 2025-02-13T04:28:36.095Z | Compiling futures-util v0.3.31 |
1386 | 2025-02-13T04:28:36.225Z | Compiling salsa20 v0.10.2 |
1387 | 2025-02-13T04:28:36.466Z | Compiling rand v0.8.5 |
1388 | 2025-02-13T04:28:37.805Z | Compiling tinystr v0.7.6 |
1389 | 2025-02-13T04:28:37.977Z | Compiling der v0.7.9 |
1390 | 2025-02-13T04:28:38.190Z | Compiling icu_locid v1.5.0 |
1391 | 2025-02-13T04:28:38.236Z | Compiling icu_collections v1.5.0 |
1392 | 2025-02-13T04:28:38.362Z | Compiling pest v2.7.14 |
1393 | 2025-02-13T04:28:38.510Z | Compiling pbkdf2 v0.12.2 |
1394 | 2025-02-13T04:28:38.699Z | Compiling scrypt v0.11.0 |
1395 | 2025-02-13T04:28:39.003Z | Compiling tracing v0.1.40 |
1396 | 2025-02-13T04:28:39.247Z | Compiling aes v0.8.4 |
1397 | 2025-02-13T04:28:39.477Z | Compiling icu_provider v1.5.0 |
1398 | 2025-02-13T04:28:39.513Z | Compiling cbc v0.1.2 |
1399 | 2025-02-13T04:28:40.242Z | Compiling icu_locid_transform v1.5.0 |
1400 | 2025-02-13T04:28:40.472Z | Compiling spki v0.7.3 |
1401 | 2025-02-13T04:28:40.862Z | Compiling openssl-sys v0.9.105 |
1402 | 2025-02-13T04:28:41.083Z | Compiling pest_meta v2.7.14 |
1403 | 2025-02-13T04:28:41.435Z | Compiling deranged v0.3.11 |
1404 | 2025-02-13T04:28:41.516Z | Compiling icu_properties v1.5.1 |
1405 | 2025-02-13T04:28:41.909Z | Compiling scroll_derive v0.12.0 |
1406 | 2025-02-13T04:28:42.027Z | Compiling time-macros v0.2.18 |
1407 | 2025-02-13T04:28:42.922Z | Compiling atomic-waker v1.1.2 |
1408 | 2025-02-13T04:28:43.138Z | Compiling bitflags v2.6.0 |
1409 | 2025-02-13T04:28:43.316Z | Compiling bytes v1.9.0 |
1410 | 2025-02-13T04:28:43.396Z | Compiling indexmap v2.7.1 |
1411 | 2025-02-13T04:28:43.888Z | Compiling semver v1.0.24 |
1412 | 2025-02-13T04:28:44.497Z | Compiling tokio v1.43.0 |
1413 | 2025-02-13T04:28:44.630Z | Compiling http v1.2.0 |
1414 | 2025-02-13T04:28:44.753Z | Compiling rustc_version v0.4.1 |
1415 | 2025-02-13T04:28:45.137Z | Compiling tinyvec_macros v0.1.1 |
1416 | 2025-02-13T04:28:45.242Z | Compiling icu_normalizer v1.5.0 |
1417 | 2025-02-13T04:28:45.425Z | Compiling num_threads v0.1.7 |
1418 | 2025-02-13T04:28:45.575Z | Compiling time v0.3.36 |
1419 | 2025-02-13T04:28:45.595Z | Compiling tinyvec v1.8.0 |
1420 | 2025-02-13T04:28:46.173Z | Compiling idna_adapter v1.2.0 |
1421 | 2025-02-13T04:28:46.321Z | Compiling http-body v1.0.1 |
1422 | 2025-02-13T04:28:46.413Z | Compiling scroll v0.12.0 |
1423 | 2025-02-13T04:28:46.583Z | Compiling pest_generator v2.7.14 |
1424 | 2025-02-13T04:28:46.956Z | Compiling pkcs5 v0.7.1 |
1425 | 2025-02-13T04:28:46.977Z | Compiling form_urlencoded v1.2.1 |
1426 | 2025-02-13T04:28:47.087Z | Compiling slog v2.7.0 |
1427 | 2025-02-13T04:28:47.107Z | Compiling try-lock v0.2.5 |
1428 | 2025-02-13T04:28:47.265Z | Compiling which v4.4.2 |
1429 | 2025-02-13T04:28:47.297Z | Compiling goblin v0.8.2 |
1430 | 2025-02-13T04:28:47.959Z | Compiling pkcs8 v0.10.2 |
1431 | 2025-02-13T04:28:48.100Z | Compiling want v0.3.1 |
1432 | 2025-02-13T04:28:48.389Z | Compiling idna v1.0.3 |
1433 | 2025-02-13T04:28:48.410Z | Compiling uuid v1.12.0 |
1434 | 2025-02-13T04:28:48.500Z | Compiling pest_derive v2.7.14 |
1435 | 2025-02-13T04:28:48.650Z | Compiling iana-time-zone v0.1.61 |
1436 | 2025-02-13T04:28:49.060Z | Compiling httpdate v1.0.3 |
1437 | 2025-02-13T04:28:49.338Z | Compiling dtrace-parser v0.2.0 |
1438 | 2025-02-13T04:28:49.527Z | Compiling chrono v0.4.39 |
1439 | 2025-02-13T04:28:49.998Z | Compiling toml_datetime v0.6.8 |
1440 | 2025-02-13T04:28:50.408Z | Compiling serde_tokenstream v0.2.2 |
1441 | 2025-02-13T04:28:50.503Z | Compiling serde_spanned v0.6.8 |
1442 | 2025-02-13T04:28:50.641Z | Compiling adler2 v2.0.0 |
1443 | 2025-02-13T04:28:50.735Z | Compiling base64 v0.22.1 |
1444 | 2025-02-13T04:28:50.857Z | Compiling openssl v0.10.70 |
1445 | 2025-02-13T04:28:50.999Z | Compiling rustversion v1.0.17 |
1446 | 2025-02-13T04:28:51.262Z | Compiling foreign-types-shared v0.1.1 |
1447 | 2025-02-13T04:28:51.264Z | Compiling match_cfg v0.1.0 |
1448 | 2025-02-13T04:28:51.385Z | Compiling tower-service v0.3.3 |
1449 | 2025-02-13T04:28:51.388Z | Compiling foreign-types v0.3.2 |
1450 | 2025-02-13T04:28:51.436Z | Compiling hostname v0.3.1 |
1451 | 2025-02-13T04:28:51.529Z | Compiling miniz_oxide v0.8.0 |
1452 | 2025-02-13T04:28:51.553Z | Compiling url v2.5.3 |
1453 | 2025-02-13T04:28:51.737Z | Compiling async-trait v0.1.86 |
1454 | 2025-02-13T04:28:52.927Z | Compiling tokio-util v0.7.12 |
1455 | 2025-02-13T04:28:52.994Z | Compiling openssl-macros v0.1.1 |
1456 | 2025-02-13T04:28:53.013Z | Compiling dof v0.3.0 |
1457 | 2025-02-13T04:28:53.442Z | Compiling serde_derive_internals v0.29.1 |
1458 | 2025-02-13T04:28:53.759Z | Compiling dirs-sys-next v0.1.2 |
1459 | 2025-02-13T04:28:54.219Z | Compiling h2 v0.4.6 |
1460 | 2025-02-13T04:28:54.342Z | Compiling usdt-impl v0.5.0 |
1461 | 2025-02-13T04:28:54.389Z | Compiling schemars v0.8.21 |
1462 | 2025-02-13T04:28:54.725Z | Compiling data-encoding v2.6.0 |
1463 | 2025-02-13T04:28:54.874Z | Compiling rustls v0.23.19 |
1464 | 2025-02-13T04:28:55.177Z | Compiling native-tls v0.2.12 |
1465 | 2025-02-13T04:28:55.525Z | Compiling syn v1.0.109 |
1466 | 2025-02-13T04:28:55.744Z | Compiling rustls v0.22.4 |
1467 | 2025-02-13T04:28:55.795Z | Compiling siphasher v0.3.11 |
1468 | 2025-02-13T04:28:56.062Z | Compiling schemars_derive v0.8.21 |
1469 | 2025-02-13T04:28:56.214Z | Compiling dirs-next v2.0.0 |
1470 | 2025-02-13T04:28:56.727Z | Compiling unicode-normalization v0.1.24 |
1471 | 2025-02-13T04:28:56.796Z | Compiling http-body-util v0.1.2 |
1472 | 2025-02-13T04:28:57.304Z | Compiling heapless v0.7.17 |
1473 | 2025-02-13T04:28:57.608Z | Compiling crossbeam-epoch v0.9.18 |
1474 | 2025-02-13T04:28:57.780Z | Compiling signature v2.2.0 |
1475 | 2025-02-13T04:28:57.868Z | Compiling sha1 v0.10.6 |
1476 | 2025-02-13T04:28:58.090Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1477 | 2025-02-13T04:28:58.227Z | Compiling thread_local v1.1.8 |
1478 | 2025-02-13T04:28:58.320Z | Compiling encoding_rs v0.8.34 |
1479 | 2025-02-13T04:28:58.368Z | Compiling cookie v0.18.1 |
1480 | 2025-02-13T04:28:58.586Z | Compiling multer v3.1.0 |
1481 | 2025-02-13T04:28:58.631Z | Compiling rayon-core v1.12.1 |
1482 | 2025-02-13T04:28:58.686Z | Compiling signal-hook v0.3.17 |
1483 | 2025-02-13T04:28:58.885Z | Compiling ipnet v2.10.1 |
1484 | 2025-02-13T04:28:58.915Z | Compiling unicode-bidi v0.3.17 |
1485 | 2025-02-13T04:28:58.941Z | Compiling slog-async v2.8.0 |
1486 | 2025-02-13T04:28:59.250Z | Compiling openssl-probe v0.1.5 |
1487 | 2025-02-13T04:28:59.432Z | Compiling mime v0.3.17 |
1488 | 2025-02-13T04:28:59.602Z | Compiling gimli v0.31.1 |
1489 | 2025-02-13T04:28:59.977Z | Compiling dyn-clone v1.0.17 |
1490 | 2025-02-13T04:28:59.997Z | Compiling unicode-properties v0.1.3 |
1491 | 2025-02-13T04:29:00.131Z | Compiling toml_edit v0.22.22 |
1492 | 2025-02-13T04:29:00.402Z | Compiling stringprep v0.1.5 |
1493 | 2025-02-13T04:29:01.488Z | Compiling hyper v1.5.2 |
1494 | 2025-02-13T04:29:03.708Z | Compiling crossbeam-deque v0.8.5 |
1495 | 2025-02-13T04:29:04.042Z | Compiling hyper-util v0.1.10 |
1496 | 2025-02-13T04:29:04.229Z | Compiling addr2line v0.24.2 |
1497 | 2025-02-13T04:29:04.562Z | Compiling usdt-attr-macro v0.5.0 |
1498 | 2025-02-13T04:29:04.709Z | Compiling usdt-macro v0.5.0 |
1499 | 2025-02-13T04:29:04.907Z | Compiling term v0.7.0 |
1500 | 2025-02-13T04:29:05.233Z | Compiling slog-json v2.6.1 |
1501 | 2025-02-13T04:29:05.635Z | Compiling serde_urlencoded v0.7.1 |
1502 | 2025-02-13T04:29:06.133Z | Compiling curve25519-dalek v4.1.3 |
1503 | 2025-02-13T04:29:06.153Z | Compiling crossbeam-channel v0.5.13 |
1504 | 2025-02-13T04:29:06.156Z | Compiling futures-executor v0.3.31 |
1505 | 2025-02-13T04:29:06.210Z | Compiling md-5 v0.10.6 |
1506 | 2025-02-13T04:29:06.501Z | Compiling enum-as-inner v0.6.1 |
1507 | 2025-02-13T04:29:06.703Z | Compiling async-stream-impl v0.3.6 |
1508 | 2025-02-13T04:29:06.821Z | Compiling rustls-pemfile v2.2.0 |
1509 | 2025-02-13T04:29:06.912Z | Compiling num-integer v0.1.46 |
1510 | 2025-02-13T04:29:07.165Z | Compiling hash32 v0.2.1 |
1511 | 2025-02-13T04:29:07.189Z | Compiling ff v0.13.0 |
1512 | 2025-02-13T04:29:07.435Z | Compiling is-terminal v0.4.13 |
1513 | 2025-02-13T04:29:07.536Z | Compiling object v0.36.5 |
1514 | 2025-02-13T04:29:07.579Z | Compiling dropshot v0.12.0 |
1515 | 2025-02-13T04:29:07.599Z | Compiling linked-hash-map v0.5.6 |
1516 | 2025-02-13T04:29:07.653Z | Compiling litrs v0.4.1 |
1517 | 2025-02-13T04:29:07.741Z | Compiling fallible-iterator v0.2.0 |
1518 | 2025-02-13T04:29:07.930Z | Compiling take_mut v0.2.2 |
1519 | 2025-02-13T04:29:07.952Z | Compiling anyhow v1.0.95 |
1520 | 2025-02-13T04:29:08.084Z | Compiling utf-8 v0.7.6 |
1521 | 2025-02-13T04:29:08.107Z | Compiling num-bigint-dig v0.8.4 |
1522 | 2025-02-13T04:29:08.397Z | Compiling quick-error v1.2.3 |
1523 | 2025-02-13T04:29:08.417Z | Compiling portable-atomic v1.9.0 |
1524 | 2025-02-13T04:29:08.420Z | Compiling base16ct v0.2.0 |
1525 | 2025-02-13T04:29:08.533Z | Compiling smoltcp v0.9.1 |
1526 | 2025-02-13T04:29:08.552Z | Compiling psl-types v2.0.11 |
1527 | 2025-02-13T04:29:08.771Z | Compiling rustc-demangle v0.1.24 |
1528 | 2025-02-13T04:29:08.776Z | Compiling publicsuffix v2.3.0 |
1529 | 2025-02-13T04:29:08.786Z | Compiling document-features v0.2.10 |
1530 | 2025-02-13T04:29:09.054Z | Compiling sec1 v0.7.3 |
1531 | 2025-02-13T04:29:09.503Z | Compiling resolv-conf v0.7.0 |
1532 | 2025-02-13T04:29:09.624Z | Compiling postgres-protocol v0.6.7 |
1533 | 2025-02-13T04:29:09.667Z | Compiling tungstenite v0.24.0 |
1534 | 2025-02-13T04:29:09.670Z | Compiling async-stream v0.3.6 |
1535 | 2025-02-13T04:29:10.049Z | Compiling lru-cache v0.1.2 |
1536 | 2025-02-13T04:29:10.248Z | Compiling hickory-proto v0.24.3 |
1537 | 2025-02-13T04:29:10.268Z | Compiling slog-term v2.9.1 |
1538 | 2025-02-13T04:29:10.970Z | Compiling usdt v0.5.0 |
1539 | 2025-02-13T04:29:11.444Z | Compiling num-iter v0.1.45 |
1540 | 2025-02-13T04:29:11.465Z | Compiling group v0.13.0 |
1541 | 2025-02-13T04:29:11.762Z | Compiling futures v0.3.31 |
1542 | 2025-02-13T04:29:11.765Z | Compiling slog-bunyan v2.5.0 |
1543 | 2025-02-13T04:29:11.916Z | Compiling toml v0.8.19 |
1544 | 2025-02-13T04:29:13.011Z | Compiling tokio-native-tls v0.3.1 |
1545 | 2025-02-13T04:29:13.327Z | Compiling camino v1.1.9 |
1546 | 2025-02-13T04:29:13.487Z | Compiling phf_shared v0.11.2 |
1547 | 2025-02-13T04:29:13.506Z | Compiling dropshot_endpoint v0.12.0 |
1548 | 2025-02-13T04:29:13.845Z | Compiling terminal_size v0.4.0 |
1549 | 2025-02-13T04:29:13.917Z | Compiling openapiv3 v2.0.0 |
1550 | 2025-02-13T04:29:14.078Z | Compiling waitgroup v0.1.2 |
1551 | 2025-02-13T04:29:14.187Z | Compiling backtrace v0.3.74 |
1552 | 2025-02-13T04:29:14.310Z | Compiling serde_path_to_error v0.1.16 |
1553 | 2025-02-13T04:29:14.822Z | Compiling hkdf v0.12.4 |
1554 | 2025-02-13T04:29:15.087Z | Compiling crypto-bigint v0.5.5 |
1555 | 2025-02-13T04:29:15.105Z | Compiling curve25519-dalek-derive v0.1.1 |
1556 | 2025-02-13T04:29:16.575Z | Compiling zerocopy-derive v0.6.6 |
1557 | 2025-02-13T04:29:17.339Z | Compiling webpki-roots v0.26.6 |
1558 | 2025-02-13T04:29:17.562Z | Compiling hostname v0.4.0 |
1559 | 2025-02-13T04:29:17.810Z | Compiling fs-err v2.11.0 |
1560 | 2025-02-13T04:29:17.862Z | Compiling ahash v0.8.11 |
1561 | 2025-02-13T04:29:17.958Z | Compiling hubpack_derive v0.1.1 |
1562 | 2025-02-13T04:29:17.998Z | Compiling crc32fast v1.4.2 |
1563 | 2025-02-13T04:29:18.119Z | Compiling managed v0.8.0 |
1564 | 2025-02-13T04:29:18.176Z | Compiling bitflags v1.3.2 |
1565 | 2025-02-13T04:29:18.300Z | Compiling unicode-width v0.2.0 |
1566 | 2025-02-13T04:29:18.361Z | Compiling debug-ignore v1.0.5 |
1567 | 2025-02-13T04:29:18.526Z | Compiling winnow v0.5.40 |
1568 | 2025-02-13T04:29:18.529Z | Compiling newtype-uuid v1.2.1 |
1569 | 2025-02-13T04:29:18.629Z | Compiling zerocopy v0.6.6 |
1570 | 2025-02-13T04:29:18.835Z | Compiling console v0.15.10 |
1571 | 2025-02-13T04:29:18.856Z | Compiling hubpack v0.1.2 |
1572 | 2025-02-13T04:29:19.294Z | Compiling flate2 v1.0.35 |
1573 | 2025-02-13T04:29:19.381Z | Compiling clap_builder v4.5.27 |
1574 | 2025-02-13T04:29:19.656Z | Compiling strum_macros v0.25.3 |
1575 | 2025-02-13T04:29:20.192Z | Compiling elliptic-curve v0.13.8 |
1576 | 2025-02-13T04:29:20.942Z | Compiling hickory-resolver v0.24.2 |
1577 | 2025-02-13T04:29:21.165Z | Compiling phf v0.11.2 |
1578 | 2025-02-13T04:29:21.463Z | Compiling signal-hook-mio v0.2.4 |
1579 | 2025-02-13T04:29:21.649Z | Compiling hyper-tls v0.6.0 |
1580 | 2025-02-13T04:29:21.821Z | Compiling toml_edit v0.19.15 |
1581 | 2025-02-13T04:29:22.058Z | Compiling rayon v1.10.0 |
1582 | 2025-02-13T04:29:22.098Z | Compiling cookie_store v0.21.1 |
1583 | 2025-02-13T04:29:23.513Z | Compiling bzip2 v0.4.4 |
1584 | 2025-02-13T04:29:23.933Z | Compiling tokio-tungstenite v0.24.0 |
1585 | 2025-02-13T04:29:24.476Z | Compiling postgres-types v0.2.8 |
1586 | 2025-02-13T04:29:26.532Z | Compiling ed25519 v2.2.3 |
1587 | 2025-02-13T04:29:27.051Z | Compiling phf_shared v0.10.0 |
1588 | 2025-02-13T04:29:27.095Z | Compiling tokio-stream v0.1.16 |
1589 | 2025-02-13T04:29:27.448Z | Compiling pkcs1 v0.7.5 |
1590 | 2025-02-13T04:29:27.867Z | Compiling serde-big-array v0.5.1 |
1591 | 2025-02-13T04:29:28.086Z | Compiling rfc6979 v0.4.0 |
1592 | 2025-02-13T04:29:28.119Z | Compiling serde_repr v0.1.19 |
1593 | 2025-02-13T04:29:28.289Z | Compiling clap_derive v4.5.24 |
1594 | 2025-02-13T04:29:28.329Z | Compiling derive-where v1.2.7 |
1595 | 2025-02-13T04:29:28.367Z | Compiling bstr v1.10.0 |
1596 | 2025-02-13T04:29:28.431Z | Compiling float-cmp v0.9.0 |
1597 | 2025-02-13T04:29:28.666Z | Compiling sync_wrapper v1.0.1 |
1598 | 2025-02-13T04:29:28.828Z | Compiling precomputed-hash v0.1.1 |
1599 | 2025-02-13T04:29:28.957Z | Compiling unicode-segmentation v1.12.0 |
1600 | 2025-02-13T04:29:29.119Z | Compiling static_assertions v1.1.0 |
1601 | 2025-02-13T04:29:29.223Z | Compiling number_prefix v0.4.0 |
1602 | 2025-02-13T04:29:29.246Z | Compiling normalize-line-endings v0.3.0 |
1603 | 2025-02-13T04:29:29.393Z | Compiling fixedbitset v0.4.2 |
1604 | 2025-02-13T04:29:29.477Z | Compiling bit-vec v0.6.3 |
1605 | 2025-02-13T04:29:29.855Z | Compiling new_debug_unreachable v1.0.6 |
1606 | 2025-02-13T04:29:29.860Z | Compiling predicates-core v1.0.8 |
1607 | 2025-02-13T04:29:29.891Z | Compiling difflib v0.4.0 |
1608 | 2025-02-13T04:29:29.943Z | Compiling whoami v1.5.2 |
1609 | 2025-02-13T04:29:29.966Z | Compiling string_cache v0.8.7 |
1610 | 2025-02-13T04:29:30.193Z | Compiling bit-set v0.5.3 |
1611 | 2025-02-13T04:29:30.389Z | Compiling predicates v3.1.2 |
1612 | 2025-02-13T04:29:30.493Z | Compiling tokio-postgres v0.7.12 |
1613 | 2025-02-13T04:29:30.534Z | Compiling petgraph v0.6.5 |
1614 | 2025-02-13T04:29:31.297Z | Compiling similar v2.6.0 |
1615 | 2025-02-13T04:29:31.610Z | Compiling indicatif v0.17.11 |
1616 | 2025-02-13T04:29:31.962Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1617 | 2025-02-13T04:29:32.992Z | Compiling clap v4.5.27 |
1618 | 2025-02-13T04:29:33.121Z | Compiling ecdsa v0.16.9 |
1619 | 2025-02-13T04:29:33.500Z | Compiling rsa v0.9.6 |
1620 | 2025-02-13T04:29:33.704Z | Compiling ed25519-dalek v2.1.1 |
1621 | 2025-02-13T04:29:33.947Z | Compiling toml v0.7.8 |
1622 | 2025-02-13T04:29:34.186Z | Compiling zip v0.6.6 |
1623 | 2025-02-13T04:29:35.069Z | Compiling crossterm v0.28.1 |
1624 | 2025-02-13T04:29:36.222Z | Compiling hex v0.4.3 |
1625 | 2025-02-13T04:29:36.307Z | Compiling x509-cert v0.2.5 |
1626 | 2025-02-13T04:29:36.441Z | Compiling itertools v0.10.5 |
1627 | 2025-02-13T04:29:36.788Z | Compiling lalrpop-util v0.19.12 |
1628 | 2025-02-13T04:29:37.150Z | Compiling peg-runtime v0.8.3 |
1629 | 2025-02-13T04:29:37.762Z | Compiling unicode-xid v0.2.6 |
1630 | 2025-02-13T04:29:37.805Z | Compiling strum_macros v0.26.4 |
1631 | 2025-02-13T04:29:37.974Z | Compiling xattr v1.3.1 |
1632 | 2025-02-13T04:29:38.264Z | Compiling filetime v0.2.25 |
1633 | 2025-02-13T04:29:38.581Z | Compiling tar v0.4.42 |
1634 | 2025-02-13T04:29:42.555Z | Compiling strum v0.26.3 |
1635 | 2025-02-13T04:29:45.930Z | Compiling aws-lc-sys v0.22.0 |
1636 | 2025-02-13T04:30:13.943Z | Compiling rustls-webpki v0.102.8 |
1637 | 2025-02-13T04:30:17.331Z | Compiling tokio-rustls v0.25.0 |
1638 | 2025-02-13T04:30:18.975Z | Compiling tokio-rustls v0.26.0 |
1639 | 2025-02-13T04:30:19.275Z | Compiling hyper-rustls v0.27.3 |
1640 | 2025-02-13T04:30:19.656Z | Compiling reqwest v0.12.9 |
1641 | 2025-02-13T04:30:21.125Z | Compiling qorb v0.2.1 |
1642 | 2025-02-13T04:30:24.283Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1643 | 2025-02-13T04:30:24.532Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1644 | 2025-02-13T04:30:29.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1645 | 2025-02-13T04:30:29.295Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1646 | 2025-02-13T04:30:29.340Z | Feb 13 04:30:27.757 INFO Starting download, target: Cockroach |
1647 | 2025-02-13T04:30:29.340Z | Feb 13 04:30:27.757 INFO Starting download, target: Clickhouse |
1648 | 2025-02-13T04:30:29.340Z | Feb 13 04:30:27.757 INFO Starting download, target: Console |
1649 | 2025-02-13T04:30:29.340Z | Feb 13 04:30:27.757 INFO Starting download, target: DendriteOpenapi |
1650 | 2025-02-13T04:30:29.343Z | Feb 13 04:30:27.757 INFO Starting download, target: DendriteStub |
1651 | 2025-02-13T04:30:29.343Z | Feb 13 04:30:27.757 INFO Starting download, target: MaghemiteMgd |
1652 | 2025-02-13T04:30:29.343Z | Feb 13 04:30:27.757 INFO Starting download, target: TransceiverControl |
1653 | 2025-02-13T04:30:29.343Z | Feb 13 04:30:27.758 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1654 | 2025-02-13T04:30:29.343Z | Feb 13 04:30:27.758 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1655 | 2025-02-13T04:30:29.343Z | Feb 13 04:30:27.758 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1656 | 2025-02-13T04:30:29.343Z | Feb 13 04:30:27.758 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1657 | 2025-02-13T04:30:29.343Z | Feb 13 04:30:27.758 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1658 | 2025-02-13T04:30:29.343Z | Feb 13 04:30:27.758 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1659 | 2025-02-13T04:30:29.343Z | Feb 13 04:30:27.758 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1660 | 2025-02-13T04:30:29.502Z | Feb 13 04:30:27.910 INFO Download complete, target: DendriteOpenapi |
1661 | 2025-02-13T04:30:29.716Z | Feb 13 04:30:28.112 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1662 | 2025-02-13T04:30:29.829Z | Feb 13 04:30:28.235 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1663 | 2025-02-13T04:30:30.156Z | Feb 13 04:30:28.568 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1664 | 2025-02-13T04:30:30.184Z | Feb 13 04:30:28.595 INFO Download complete, target: Console |
1665 | 2025-02-13T04:30:30.214Z | Feb 13 04:30:28.630 INFO Download complete, target: TransceiverControl |
1666 | 2025-02-13T04:30:30.260Z | Feb 13 04:30:28.658 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1667 | 2025-02-13T04:30:31.049Z | Feb 13 04:30:29.466 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1668 | 2025-02-13T04:30:31.049Z | Feb 13 04:30:29.466 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1669 | 2025-02-13T04:30:31.394Z | Feb 13 04:30:29.811 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1670 | 2025-02-13T04:30:33.013Z | Feb 13 04:30:31.430 INFO Download complete, target: DendriteStub |
1671 | 2025-02-13T04:30:33.125Z | Feb 13 04:30:31.542 INFO Download complete, target: MaghemiteMgd |
1672 | 2025-02-13T04:30:38.501Z | Feb 13 04:30:36.916 INFO Checking that binary works, target: Cockroach |
1673 | 2025-02-13T04:30:38.678Z | Feb 13 04:30:37.095 INFO Download complete, target: Cockroach |
1674 | 2025-02-13T04:30:43.947Z | Feb 13 04:30:42.358 INFO Checking that binary works, target: Clickhouse |
1675 | 2025-02-13T04:30:44.064Z | Feb 13 04:30:42.478 INFO Download complete, target: Clickhouse |
1676 | 2025-02-13T04:30:44.070Z | All prerequisites installed successfully |
1677 | 2025-02-13T04:30:44.073Z | |
1678 | 2025-02-13T04:30:44.073Z | real 6:46.676833975 |
1679 | 2025-02-13T04:30:44.073Z | user 16:00.200671371 |
1680 | 2025-02-13T04:30:44.073Z | sys 2:02.459283623 |
1681 | 2025-02-13T04:30:44.073Z | trap 0.560548653 |
1682 | 2025-02-13T04:30:44.073Z | tflt 1.800789820 |
1683 | 2025-02-13T04:30:44.073Z | dflt 1.615461053 |
1684 | 2025-02-13T04:30:44.073Z | kflt 0.029106248 |
1685 | 2025-02-13T04:30:44.073Z | lock 27:31.428563151 |
1686 | 2025-02-13T04:30:44.073Z | slp 1:00:15.073250943 |
1687 | 2025-02-13T04:30:44.073Z | lat 58.532525171 |
1688 | 2025-02-13T04:30:44.073Z | stop 2:13.488103522 |
1689 | 2025-02-13T04:30:44.073Z | + source ./tools/include/force-git-over-https.sh |
1690 | 2025-02-13T04:30:44.074Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1691 | 2025-02-13T04:30:44.074Z | ++ (( i = 0 )) |
1692 | 2025-02-13T04:30:44.074Z | ++ (( i < 5 )) |
1693 | 2025-02-13T04:30:44.074Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1694 | 2025-02-13T04:30:44.079Z | ++ (( i++ )) |
1695 | 2025-02-13T04:30:44.079Z | ++ (( i < 5 )) |
1696 | 2025-02-13T04:30:44.079Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1697 | 2025-02-13T04:30:44.082Z | ++ (( i++ )) |
1698 | 2025-02-13T04:30:44.082Z | ++ (( i < 5 )) |
1699 | 2025-02-13T04:30:44.082Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1700 | 2025-02-13T04:30:44.082Z | ++ (( i++ )) |
1701 | 2025-02-13T04:30:44.082Z | ++ (( i < 5 )) |
1702 | 2025-02-13T04:30:44.082Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1703 | 2025-02-13T04:30:44.084Z | ++ (( i++ )) |
1704 | 2025-02-13T04:30:44.084Z | ++ (( i < 5 )) |
1705 | 2025-02-13T04:30:44.085Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1706 | 2025-02-13T04:30:44.087Z | ++ (( i++ )) |
1707 | 2025-02-13T04:30:44.087Z | ++ (( i < 5 )) |
1708 | 2025-02-13T04:30:44.090Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1709 | 2025-02-13T04:30:44.090Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1710 | 2025-02-13T04:30:44.090Z | + rc=0 |
1711 | 2025-02-13T04:30:44.090Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1712 | 2025-02-13T04:31:17.499Z | + case $rc in |
1713 | 2025-02-13T04:31:17.499Z | + pfexec zfs create -p rpool/images/build/host |
1714 | 2025-02-13T04:31:17.776Z | + pfexec zfs create -p rpool/images/build/recovery |
1715 | 2025-02-13T04:31:17.850Z | + cargo xtask releng --output-dir /work |
1716 | 2025-02-13T04:31:18.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1717 | 2025-02-13T04:31:18.405Z | Running `target/debug/xtask releng --output-dir /work` |
1718 | 2025-02-13T04:31:19.342Z | Compiling proc-macro2 v1.0.92 |
1719 | 2025-02-13T04:31:19.342Z | Compiling unicode-ident v1.0.14 |
1720 | 2025-02-13T04:31:19.345Z | Compiling libc v0.2.169 |
1721 | 2025-02-13T04:31:19.345Z | Compiling serde v1.0.217 |
1722 | 2025-02-13T04:31:19.345Z | Compiling autocfg v1.4.0 |
1723 | 2025-02-13T04:31:19.345Z | Compiling version_check v0.9.5 |
1724 | 2025-02-13T04:31:19.345Z | Compiling cfg-if v1.0.0 |
1725 | 2025-02-13T04:31:19.671Z | Compiling memchr v2.7.4 |
1726 | 2025-02-13T04:31:19.717Z | Compiling typenum v1.17.0 |
1727 | 2025-02-13T04:31:19.750Z | Compiling shlex v1.3.0 |
1728 | 2025-02-13T04:31:20.211Z | Compiling generic-array v0.14.7 |
1729 | 2025-02-13T04:31:20.256Z | Compiling value-bag v1.9.0 |
1730 | 2025-02-13T04:31:20.367Z | Compiling lock_api v0.4.12 |
1731 | 2025-02-13T04:31:20.504Z | Compiling scopeguard v1.2.0 |
1732 | 2025-02-13T04:31:20.673Z | Compiling log v0.4.22 |
1733 | 2025-02-13T04:31:20.785Z | Compiling parking_lot_core v0.9.10 |
1734 | 2025-02-13T04:31:20.987Z | Compiling rustix v0.38.37 |
1735 | 2025-02-13T04:31:21.217Z | Compiling serde_json v1.0.135 |
1736 | 2025-02-13T04:31:21.378Z | Compiling quote v1.0.38 |
1737 | 2025-02-13T04:31:21.402Z | Compiling jobserver v0.1.32 |
1738 | 2025-02-13T04:31:21.492Z | Compiling getrandom v0.2.15 |
1739 | 2025-02-13T04:31:21.602Z | Compiling libm v0.2.8 |
1740 | 2025-02-13T04:31:21.803Z | Compiling syn v2.0.96 |
1741 | 2025-02-13T04:31:21.859Z | Compiling cc v1.1.30 |
1742 | 2025-02-13T04:31:21.883Z | Compiling num-traits v0.2.19 |
1743 | 2025-02-13T04:31:21.883Z | Compiling once_cell v1.20.2 |
1744 | 2025-02-13T04:31:21.957Z | Compiling itoa v1.0.11 |
1745 | 2025-02-13T04:31:21.980Z | Compiling thiserror v1.0.69 |
1746 | 2025-02-13T04:31:22.172Z | Compiling aho-corasick v1.1.3 |
1747 | 2025-02-13T04:31:22.247Z | Compiling regex-syntax v0.8.5 |
1748 | 2025-02-13T04:31:22.290Z | Compiling spin v0.9.8 |
1749 | 2025-02-13T04:31:22.618Z | Compiling slab v0.4.9 |
1750 | 2025-02-13T04:31:23.027Z | Compiling errno v0.3.9 |
1751 | 2025-02-13T04:31:23.259Z | Compiling byteorder v1.5.0 |
1752 | 2025-02-13T04:31:23.329Z | Compiling either v1.13.0 |
1753 | 2025-02-13T04:31:23.781Z | Compiling glob v0.3.2 |
1754 | 2025-02-13T04:31:23.781Z | Compiling rand_core v0.6.4 |
1755 | 2025-02-13T04:31:24.272Z | Compiling subtle v2.6.1 |
1756 | 2025-02-13T04:31:24.500Z | Compiling prettyplease v0.2.25 |
1757 | 2025-02-13T04:31:24.524Z | Compiling lazy_static v1.5.0 |
1758 | 2025-02-13T04:31:24.547Z | Compiling clang-sys v1.8.1 |
1759 | 2025-02-13T04:31:24.639Z | Compiling minimal-lexical v0.2.1 |
1760 | 2025-02-13T04:31:25.113Z | Compiling libloading v0.8.5 |
1761 | 2025-02-13T04:31:25.231Z | Compiling nom v7.1.3 |
1762 | 2025-02-13T04:31:25.234Z | Compiling home v0.5.9 |
1763 | 2025-02-13T04:31:25.280Z | Compiling bindgen v0.69.5 |
1764 | 2025-02-13T04:31:25.536Z | Compiling itertools v0.12.1 |
1765 | 2025-02-13T04:31:26.085Z | Compiling smallvec v1.13.2 |
1766 | 2025-02-13T04:31:26.187Z | Compiling regex-automata v0.4.8 |
1767 | 2025-02-13T04:31:26.572Z | Compiling rustc-hash v1.1.0 |
1768 | 2025-02-13T04:31:26.624Z | Compiling lazycell v1.3.0 |
1769 | 2025-02-13T04:31:26.886Z | Compiling cmake v0.1.51 |
1770 | 2025-02-13T04:31:28.072Z | Compiling dunce v1.0.5 |
1771 | 2025-02-13T04:31:28.211Z | Compiling fs_extra v1.3.0 |
1772 | 2025-02-13T04:31:28.235Z | Compiling pkg-config v0.3.31 |
1773 | 2025-02-13T04:31:28.538Z | Compiling cexpr v0.6.0 |
1774 | 2025-02-13T04:31:28.678Z | Compiling semver v1.0.24 |
1775 | 2025-02-13T04:31:28.748Z | Compiling ring v0.17.8 |
1776 | 2025-02-13T04:31:28.845Z | Compiling paste v1.0.15 |
1777 | 2025-02-13T04:31:29.784Z | Compiling synstructure v0.13.1 |
1778 | 2025-02-13T04:31:29.802Z | Compiling heck v0.5.0 |
1779 | 2025-02-13T04:31:29.961Z | Compiling ryu v1.0.18 |
1780 | 2025-02-13T04:31:30.391Z | Compiling aws-lc-rs v1.10.0 |
1781 | 2025-02-13T04:31:30.421Z | Compiling httparse v1.9.5 |
1782 | 2025-02-13T04:31:30.896Z | Compiling pin-project-lite v0.2.14 |
1783 | 2025-02-13T04:31:31.028Z | Compiling const-oid v0.9.6 |
1784 | 2025-02-13T04:31:31.200Z | Compiling allocator-api2 v0.2.18 |
1785 | 2025-02-13T04:31:32.041Z | Compiling regex v1.11.1 |
1786 | 2025-02-13T04:31:32.091Z | Compiling futures-core v0.3.31 |
1787 | 2025-02-13T04:31:32.574Z | Compiling signal-hook-registry v1.4.2 |
1788 | 2025-02-13T04:31:33.418Z | Compiling time-core v0.1.2 |
1789 | 2025-02-13T04:31:33.418Z | Compiling num-conv v0.1.0 |
1790 | 2025-02-13T04:31:33.469Z | Compiling parking_lot v0.12.3 |
1791 | 2025-02-13T04:31:33.564Z | Compiling time-macros v0.2.18 |
1792 | 2025-02-13T04:31:33.607Z | Compiling mio v1.0.2 |
1793 | 2025-02-13T04:31:34.110Z | Compiling schemars v0.8.21 |
1794 | 2025-02-13T04:31:34.158Z | Compiling serde_derive v1.0.217 |
1795 | 2025-02-13T04:31:34.359Z | Compiling zeroize_derive v1.4.2 |
1796 | 2025-02-13T04:31:34.598Z | Compiling zerocopy-derive v0.7.35 |
1797 | 2025-02-13T04:31:35.284Z | Compiling tokio-macros v2.5.0 |
1798 | 2025-02-13T04:31:35.307Z | Compiling thiserror-impl v1.0.69 |
1799 | 2025-02-13T04:31:35.783Z | Compiling zerofrom-derive v0.1.4 |
1800 | 2025-02-13T04:31:35.884Z | Compiling zeroize v1.8.1 |
1801 | 2025-02-13T04:31:36.528Z | Compiling yoke-derive v0.7.4 |
1802 | 2025-02-13T04:31:36.639Z | Compiling zerovec-derive v0.10.3 |
1803 | 2025-02-13T04:31:36.770Z | Compiling displaydoc v0.2.5 |
1804 | 2025-02-13T04:31:36.883Z | Compiling futures-macro v0.3.31 |
1805 | 2025-02-13T04:31:38.168Z | Compiling zerocopy v0.7.35 |
1806 | 2025-02-13T04:31:38.421Z | Compiling icu_provider_macros v1.5.0 |
1807 | 2025-02-13T04:31:39.049Z | Compiling crypto-common v0.1.6 |
1808 | 2025-02-13T04:31:39.099Z | Compiling tracing-attributes v0.1.27 |
1809 | 2025-02-13T04:31:39.135Z | Compiling block-buffer v0.10.4 |
1810 | 2025-02-13T04:31:39.400Z | Compiling der_derive v0.7.3 |
1811 | 2025-02-13T04:31:39.552Z | Compiling digest v0.10.7 |
1812 | 2025-02-13T04:31:39.640Z | Compiling crossbeam-utils v0.8.20 |
1813 | 2025-02-13T04:31:39.758Z | Compiling vcpkg v0.2.15 |
1814 | 2025-02-13T04:31:39.980Z | Compiling serde_derive_internals v0.29.1 |
1815 | 2025-02-13T04:31:41.446Z | Compiling openssl-sys v0.9.105 |
1816 | 2025-02-13T04:31:41.578Z | Compiling socket2 v0.5.7 |
1817 | 2025-02-13T04:31:41.825Z | Compiling fnv v1.0.7 |
1818 | 2025-02-13T04:31:42.307Z | Compiling schemars_derive v0.8.21 |
1819 | 2025-02-13T04:31:43.229Z | Compiling ahash v0.8.11 |
1820 | 2025-02-13T04:31:43.397Z | Compiling stable_deref_trait v1.2.0 |
1821 | 2025-02-13T04:31:43.487Z | Compiling futures-sink v0.3.31 |
1822 | 2025-02-13T04:31:44.283Z | Compiling equivalent v1.0.1 |
1823 | 2025-02-13T04:31:44.816Z | Compiling foldhash v0.1.3 |
1824 | 2025-02-13T04:31:44.820Z | Compiling cpufeatures v0.2.14 |
1825 | 2025-02-13T04:31:44.820Z | Compiling hashbrown v0.15.1 |
1826 | 2025-02-13T04:31:44.820Z | Compiling slog v2.7.0 |
1827 | 2025-02-13T04:31:45.131Z | Compiling zerofrom v0.1.4 |
1828 | 2025-02-13T04:31:45.367Z | Compiling futures-channel v0.3.31 |
1829 | 2025-02-13T04:31:45.396Z | Compiling yoke v0.7.4 |
1830 | 2025-02-13T04:31:45.910Z | Compiling openssl v0.10.70 |
1831 | 2025-02-13T04:31:45.952Z | Compiling pin-utils v0.1.0 |
1832 | 2025-02-13T04:31:45.956Z | Compiling futures-task v0.3.31 |
1833 | 2025-02-13T04:31:46.109Z | Compiling futures-io v0.3.31 |
1834 | 2025-02-13T04:31:46.324Z | Compiling zerovec v0.10.4 |
1835 | 2025-02-13T04:31:46.386Z | Compiling futures-util v0.3.31 |
1836 | 2025-02-13T04:31:46.484Z | Compiling scroll_derive v0.12.0 |
1837 | 2025-02-13T04:31:46.579Z | Compiling ucd-trie v0.1.7 |
1838 | 2025-02-13T04:31:47.157Z | Compiling pest v2.7.14 |
1839 | 2025-02-13T04:31:47.192Z | Compiling hmac v0.12.1 |
1840 | 2025-02-13T04:31:47.517Z | Compiling bitflags v2.6.0 |
1841 | 2025-02-13T04:31:47.760Z | Compiling bytes v1.9.0 |
1842 | 2025-02-13T04:31:49.573Z | Compiling tokio v1.43.0 |
1843 | 2025-02-13T04:31:49.710Z | Compiling indexmap v2.7.1 |
1844 | 2025-02-13T04:31:50.760Z | Compiling serde_tokenstream v0.2.2 |
1845 | 2025-02-13T04:31:51.407Z | Compiling http v1.2.0 |
1846 | 2025-02-13T04:31:51.582Z | Compiling rustc_version v0.4.1 |
1847 | 2025-02-13T04:31:51.996Z | Compiling which v4.4.2 |
1848 | 2025-02-13T04:31:52.892Z | Compiling uuid v1.12.0 |
1849 | 2025-02-13T04:31:53.156Z | Compiling openssl-macros v0.1.1 |
1850 | 2025-02-13T04:31:53.979Z | Compiling native-tls v0.2.12 |
1851 | 2025-02-13T04:31:54.082Z | Compiling rustls v0.23.19 |
1852 | 2025-02-13T04:31:54.154Z | Compiling iana-time-zone v0.1.61 |
1853 | 2025-02-13T04:31:54.458Z | Compiling chrono v0.4.39 |
1854 | 2025-02-13T04:31:54.665Z | Compiling pest_meta v2.7.14 |
1855 | 2025-02-13T04:31:56.842Z | Compiling tinystr v0.7.6 |
1856 | 2025-02-13T04:31:57.314Z | Compiling block-padding v0.3.3 |
1857 | 2025-02-13T04:31:57.487Z | Compiling writeable v0.5.5 |
1858 | 2025-02-13T04:31:57.568Z | Compiling litemap v0.7.3 |
1859 | 2025-02-13T04:31:58.100Z | Compiling icu_locid v1.5.0 |
1860 | 2025-02-13T04:31:58.192Z | Compiling inout v0.1.3 |
1861 | 2025-02-13T04:31:58.533Z | Compiling pest_generator v2.7.14 |
1862 | 2025-02-13T04:31:59.195Z | Compiling cookie v0.18.1 |
1863 | 2025-02-13T04:32:00.572Z | Compiling pest_derive v2.7.14 |
1864 | 2025-02-13T04:32:01.428Z | Compiling icu_provider v1.5.0 |
1865 | 2025-02-13T04:32:02.832Z | Compiling cipher v0.4.4 |
1866 | 2025-02-13T04:32:03.387Z | Compiling sha2 v0.10.8 |
1867 | 2025-02-13T04:32:04.274Z | Compiling async-trait v0.1.86 |
1868 | 2025-02-13T04:32:04.436Z | Compiling tracing-core v0.1.32 |
1869 | 2025-02-13T04:32:04.511Z | Compiling usdt-impl v0.5.0 |
1870 | 2025-02-13T04:32:04.910Z | Compiling icu_locid_transform_data v1.5.0 |
1871 | 2025-02-13T04:32:05.042Z | Compiling base64ct v1.6.0 |
1872 | 2025-02-13T04:32:05.691Z | Compiling rustls-pki-types v1.10.0 |
1873 | 2025-02-13T04:32:05.815Z | Compiling percent-encoding v2.3.1 |
1874 | 2025-02-13T04:32:06.408Z | Compiling aws-lc-sys v0.22.0 |
1875 | 2025-02-13T04:32:06.431Z | Compiling dyn-clone v1.0.17 |
1876 | 2025-02-13T04:32:06.647Z | Compiling pem-rfc7468 v0.7.0 |
1877 | 2025-02-13T04:32:06.762Z | Compiling tracing v0.1.40 |
1878 | 2025-02-13T04:32:07.255Z | Compiling icu_locid_transform v1.5.0 |
1879 | 2025-02-13T04:32:08.829Z | Compiling tokio-util v0.7.12 |
1880 | 2025-02-13T04:32:08.832Z | Compiling icu_collections v1.5.0 |
1881 | 2025-02-13T04:32:10.054Z | Compiling scroll v0.12.0 |
1882 | 2025-02-13T04:32:11.345Z | Compiling ppv-lite86 v0.2.20 |
1883 | 2025-02-13T04:32:12.174Z | Compiling untrusted v0.9.0 |
1884 | 2025-02-13T04:32:12.300Z | Compiling mirai-annotations v1.12.0 |
1885 | 2025-02-13T04:32:12.381Z | Compiling powerfmt v0.2.0 |
1886 | 2025-02-13T04:32:12.511Z | Compiling untrusted v0.7.1 |
1887 | 2025-02-13T04:32:12.606Z | Compiling flagset v0.4.6 |
1888 | 2025-02-13T04:32:12.756Z | Compiling camino v1.1.9 |
1889 | 2025-02-13T04:32:12.849Z | Compiling plain v0.2.3 |
1890 | 2025-02-13T04:32:12.871Z | Compiling icu_properties_data v1.5.0 |
1891 | 2025-02-13T04:32:13.018Z | Compiling syn v1.0.109 |
1892 | 2025-02-13T04:32:13.150Z | Compiling icu_properties v1.5.1 |
1893 | 2025-02-13T04:32:13.350Z | Compiling goblin v0.8.2 |
1894 | 2025-02-13T04:32:15.331Z | Compiling der v0.7.9 |
1895 | 2025-02-13T04:32:17.908Z | Compiling deranged v0.3.11 |
1896 | 2025-02-13T04:32:18.289Z | Compiling rand_chacha v0.3.1 |
1897 | 2025-02-13T04:32:19.862Z | Compiling rayon-core v1.12.1 |
1898 | 2025-02-13T04:32:20.685Z | Compiling num_threads v0.1.7 |
1899 | 2025-02-13T04:32:20.884Z | Compiling utf16_iter v1.0.5 |
1900 | 2025-02-13T04:32:21.130Z | Compiling rustls v0.22.4 |
1901 | 2025-02-13T04:32:21.196Z | Compiling utf8_iter v1.0.4 |
1902 | 2025-02-13T04:32:21.500Z | Compiling litrs v0.4.1 |
1903 | 2025-02-13T04:32:21.542Z | Compiling atomic-waker v1.1.2 |
1904 | 2025-02-13T04:32:21.591Z | Compiling pretty-hex v0.4.1 |
1905 | 2025-02-13T04:32:21.894Z | Compiling write16 v1.0.0 |
1906 | 2025-02-13T04:32:22.087Z | Compiling icu_normalizer_data v1.5.0 |
1907 | 2025-02-13T04:32:22.124Z | Compiling time v0.3.36 |
1908 | 2025-02-13T04:32:22.236Z | Compiling icu_normalizer v1.5.0 |
1909 | 2025-02-13T04:32:22.359Z | Compiling dof v0.3.0 |
1910 | 2025-02-13T04:32:22.751Z | Compiling document-features v0.2.10 |
1911 | 2025-02-13T04:32:24.243Z | Compiling rand v0.8.5 |
1912 | 2025-02-13T04:32:24.438Z | Compiling spki v0.7.3 |
1913 | 2025-02-13T04:32:25.002Z | Compiling form_urlencoded v1.2.1 |
1914 | 2025-02-13T04:32:25.841Z | Compiling salsa20 v0.10.2 |
1915 | 2025-02-13T04:32:25.885Z | Compiling dtrace-parser v0.2.0 |
1916 | 2025-02-13T04:32:27.485Z | Compiling http-body v1.0.1 |
1917 | 2025-02-13T04:32:27.537Z | Compiling pbkdf2 v0.12.2 |
1918 | 2025-02-13T04:32:27.800Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1919 | 2025-02-13T04:32:27.854Z | Compiling thread-id v4.2.2 |
1920 | 2025-02-13T04:32:28.324Z | Compiling try-lock v0.2.5 |
1921 | 2025-02-13T04:32:30.808Z | Compiling want v0.3.1 |
1922 | 2025-02-13T04:32:32.507Z | Compiling scrypt v0.11.0 |
1923 | 2025-02-13T04:32:32.588Z | Compiling idna_adapter v1.2.0 |
1924 | 2025-02-13T04:32:32.796Z | Compiling h2 v0.4.6 |
1925 | 2025-02-13T04:32:32.884Z | Compiling cbc v0.1.2 |
1926 | 2025-02-13T04:32:32.991Z | Compiling aes v0.8.4 |
1927 | 2025-02-13T04:32:33.368Z | Compiling multer v3.1.0 |
1928 | 2025-02-13T04:32:33.615Z | Compiling base64 v0.22.1 |
1929 | 2025-02-13T04:32:33.772Z | Compiling httpdate v1.0.3 |
1930 | 2025-02-13T04:32:34.431Z | Compiling tinyvec_macros v0.1.1 |
1931 | 2025-02-13T04:32:34.791Z | Compiling slog-async v2.8.0 |
1932 | 2025-02-13T04:32:35.419Z | Compiling tinyvec v1.8.0 |
1933 | 2025-02-13T04:32:35.725Z | Compiling pkcs5 v0.7.1 |
1934 | 2025-02-13T04:32:37.441Z | Compiling idna v1.0.3 |
1935 | 2025-02-13T04:32:41.812Z | Compiling hyper v1.5.2 |
1936 | 2025-02-13T04:32:43.659Z | Compiling heapless v0.7.17 |
1937 | 2025-02-13T04:32:44.185Z | Compiling zerocopy-derive v0.6.6 |
1938 | 2025-02-13T04:32:44.599Z | Compiling signal-hook v0.3.17 |
1939 | 2025-02-13T04:32:45.077Z | Compiling anyhow v1.0.95 |
1940 | 2025-02-13T04:32:45.518Z | Compiling num-bigint-dig v0.8.4 |
1941 | 2025-02-13T04:32:45.796Z | Compiling tower-service v0.3.3 |
1942 | 2025-02-13T04:32:45.961Z | Compiling hyper-util v0.1.10 |
1943 | 2025-02-13T04:32:49.823Z | Compiling pkcs8 v0.10.2 |
1944 | 2025-02-13T04:32:50.639Z | Compiling usdt-macro v0.5.0 |
1945 | 2025-02-13T04:32:51.207Z | Compiling usdt-attr-macro v0.5.0 |
1946 | 2025-02-13T04:32:52.740Z | Compiling async-stream-impl v0.3.6 |
1947 | 2025-02-13T04:32:52.797Z | Compiling strsim v0.11.1 |
1948 | 2025-02-13T04:32:53.029Z | Compiling foreign-types-shared v0.1.1 |
1949 | 2025-02-13T04:32:53.175Z | Compiling rustversion v1.0.17 |
1950 | 2025-02-13T04:32:53.476Z | Compiling foreign-types v0.3.2 |
1951 | 2025-02-13T04:32:54.324Z | Compiling url v2.5.3 |
1952 | 2025-02-13T04:32:54.914Z | Compiling http-body-util v0.1.2 |
1953 | 2025-02-13T04:32:55.838Z | Compiling curve25519-dalek v4.1.3 |
1954 | 2025-02-13T04:32:56.141Z | Compiling openapiv3 v2.0.0 |
1955 | 2025-02-13T04:32:56.482Z | Compiling toml_datetime v0.6.8 |
1956 | 2025-02-13T04:32:56.548Z | Compiling serde_spanned v0.6.8 |
1957 | 2025-02-13T04:32:56.949Z | Compiling enum-as-inner v0.6.1 |
1958 | 2025-02-13T04:32:58.252Z | Compiling dropshot v0.12.0 |
1959 | 2025-02-13T04:32:58.604Z | Compiling encoding_rs v0.8.34 |
1960 | 2025-02-13T04:33:00.256Z | Compiling smoltcp v0.9.1 |
1961 | 2025-02-13T04:33:00.310Z | Compiling portable-atomic v1.9.0 |
1962 | 2025-02-13T04:33:00.630Z | Compiling mime v0.3.17 |
1963 | 2025-02-13T04:33:01.387Z | Compiling adler2 v2.0.0 |
1964 | 2025-02-13T04:33:01.617Z | Compiling match_cfg v0.1.0 |
1965 | 2025-02-13T04:33:01.670Z | Compiling newtype-uuid v1.2.1 |
1966 | 2025-02-13T04:33:01.977Z | Compiling hostname v0.3.1 |
1967 | 2025-02-13T04:33:02.158Z | Compiling miniz_oxide v0.8.0 |
1968 | 2025-02-13T04:33:13.499Z | Compiling serde_urlencoded v0.7.1 |
1969 | 2025-02-13T04:33:13.583Z | Compiling rustls-pemfile v2.2.0 |
1970 | 2025-02-13T04:33:14.105Z | Compiling clap_derive v4.5.24 |
1971 | 2025-02-13T04:33:14.183Z | Compiling dirs-sys-next v0.1.2 |
1972 | 2025-02-13T04:33:14.776Z | Compiling siphasher v0.3.11 |
1973 | 2025-02-13T04:33:15.175Z | Compiling ipnet v2.10.1 |
1974 | 2025-02-13T04:33:18.839Z | Compiling data-encoding v2.6.0 |
1975 | 2025-02-13T04:33:18.926Z | Compiling openssl-probe v0.1.5 |
1976 | 2025-02-13T04:33:20.416Z | Compiling dirs-next v2.0.0 |
1977 | 2025-02-13T04:33:23.168Z | Compiling hubpack_derive v0.1.1 |
1978 | 2025-02-13T04:33:23.628Z | Compiling unicode-normalization v0.1.24 |
1979 | 2025-02-13T04:33:23.760Z | Compiling crossbeam-epoch v0.9.18 |
1980 | 2025-02-13T04:33:24.296Z | Compiling dropshot_endpoint v0.12.0 |
1981 | 2025-02-13T04:33:25.339Z | Compiling sha1 v0.10.6 |
1982 | 2025-02-13T04:33:25.615Z | Compiling rustls-webpki v0.102.8 |
1983 | 2025-02-13T04:33:25.777Z | Compiling signature v2.2.0 |
1984 | 2025-02-13T04:33:26.077Z | Compiling curve25519-dalek-derive v0.1.1 |
1985 | 2025-02-13T04:33:26.626Z | Compiling thread_local v1.1.8 |
1986 | 2025-02-13T04:33:27.182Z | Compiling fs-err v2.11.0 |
1987 | 2025-02-13T04:33:27.512Z | Compiling utf8parse v0.2.2 |
1988 | 2025-02-13T04:33:27.715Z | Compiling gimli v0.31.1 |
1989 | 2025-02-13T04:33:27.756Z | Compiling unicode-bidi v0.3.17 |
1990 | 2025-02-13T04:33:29.006Z | Compiling winnow v0.6.20 |
1991 | 2025-02-13T04:33:29.252Z | Compiling anstyle v1.0.10 |
1992 | 2025-02-13T04:33:30.033Z | Compiling unicode-properties v0.1.3 |
1993 | 2025-02-13T04:33:30.331Z | Compiling psl-types v2.0.11 |
1994 | 2025-02-13T04:33:30.416Z | Compiling stringprep v0.1.5 |
1995 | 2025-02-13T04:33:30.579Z | Compiling publicsuffix v2.3.0 |
1996 | 2025-02-13T04:33:31.167Z | Compiling anstyle-parse v0.2.5 |
1997 | 2025-02-13T04:33:32.355Z | Compiling toml_edit v0.22.22 |
1998 | 2025-02-13T04:33:32.466Z | Compiling addr2line v0.24.2 |
1999 | 2025-02-13T04:33:32.718Z | Compiling crossbeam-deque v0.8.5 |
2000 | 2025-02-13T04:33:33.157Z | Compiling term v0.7.0 |
2001 | 2025-02-13T04:33:34.301Z | Compiling tokio-native-tls v0.3.1 |
2002 | 2025-02-13T04:33:34.650Z | Compiling slog-json v2.6.1 |
2003 | 2025-02-13T04:33:35.716Z | Compiling crossbeam-channel v0.5.13 |
2004 | 2025-02-13T04:33:37.071Z | Compiling webpki-roots v0.26.6 |
2005 | 2025-02-13T04:33:37.276Z | Compiling futures-executor v0.3.31 |
2006 | 2025-02-13T04:33:37.471Z | Compiling num-integer v0.1.46 |
2007 | 2025-02-13T04:33:37.710Z | Compiling md-5 v0.10.6 |
2008 | 2025-02-13T04:33:37.998Z | Compiling ff v0.13.0 |
2009 | 2025-02-13T04:33:38.190Z | Compiling hash32 v0.2.1 |
2010 | 2025-02-13T04:33:38.252Z | Compiling memmap v0.7.0 |
2011 | 2025-02-13T04:33:38.566Z | Compiling is-terminal v0.4.13 |
2012 | 2025-02-13T04:33:38.593Z | Compiling object v0.36.5 |
2013 | 2025-02-13T04:33:38.726Z | Compiling anstyle-query v1.1.1 |
2014 | 2025-02-13T04:33:38.854Z | Compiling is_terminal_polyfill v1.70.1 |
2015 | 2025-02-13T04:33:38.937Z | Compiling heck v0.4.1 |
2016 | 2025-02-13T04:33:39.015Z | Compiling fallible-iterator v0.2.0 |
2017 | 2025-02-13T04:33:39.039Z | Compiling take_mut v0.2.2 |
2018 | 2025-02-13T04:33:39.214Z | Compiling rustc-demangle v0.1.24 |
2019 | 2025-02-13T04:33:39.328Z | Compiling quick-error v1.2.3 |
2020 | 2025-02-13T04:33:39.506Z | Compiling utf-8 v0.7.6 |
2021 | 2025-02-13T04:33:39.684Z | Compiling base16ct v0.2.0 |
2022 | 2025-02-13T04:33:39.799Z | Compiling linked-hash-map v0.5.6 |
2023 | 2025-02-13T04:33:40.041Z | Compiling colorchoice v1.0.2 |
2024 | 2025-02-13T04:33:40.157Z | Compiling lru-cache v0.1.2 |
2025 | 2025-02-13T04:33:40.211Z | Compiling anstream v0.6.15 |
2026 | 2025-02-13T04:33:40.357Z | Compiling sec1 v0.7.3 |
2027 | 2025-02-13T04:33:40.537Z | Compiling tungstenite v0.24.0 |
2028 | 2025-02-13T04:33:40.832Z | Compiling postgres-protocol v0.6.7 |
2029 | 2025-02-13T04:33:40.905Z | Compiling resolv-conf v0.7.0 |
2030 | 2025-02-13T04:33:41.556Z | Compiling strum_macros v0.25.3 |
2031 | 2025-02-13T04:33:42.356Z | Compiling slog-term v2.9.1 |
2032 | 2025-02-13T04:33:43.328Z | Compiling usdt v0.5.0 |
2033 | 2025-02-13T04:33:43.463Z | Compiling group v0.13.0 |
2034 | 2025-02-13T04:33:43.795Z | Compiling num-iter v0.1.45 |
2035 | 2025-02-13T04:33:43.817Z | Compiling tokio-rustls v0.26.0 |
2036 | 2025-02-13T04:33:43.962Z | Compiling futures v0.3.31 |
2037 | 2025-02-13T04:33:44.883Z | Compiling toml v0.8.19 |
2038 | 2025-02-13T04:33:45.033Z | Compiling tokio-rustls v0.25.0 |
2039 | 2025-02-13T04:33:45.487Z | Compiling backtrace v0.3.74 |
2040 | 2025-02-13T04:33:45.656Z | Compiling slog-bunyan v2.5.0 |
2041 | 2025-02-13T04:33:45.891Z | Compiling hyper-tls v0.6.0 |
2042 | 2025-02-13T04:33:45.898Z | Compiling cookie_store v0.21.1 |
2043 | 2025-02-13T04:33:46.321Z | Compiling hickory-proto v0.24.3 |
2044 | 2025-02-13T04:33:46.402Z | Compiling phf_shared v0.11.2 |
2045 | 2025-02-13T04:33:46.772Z | Compiling async-stream v0.3.6 |
2046 | 2025-02-13T04:33:47.053Z | Compiling waitgroup v0.1.2 |
2047 | 2025-02-13T04:33:47.320Z | Compiling hashbrown v0.14.5 |
2048 | 2025-02-13T04:33:47.599Z | Compiling terminal_size v0.4.0 |
2049 | 2025-02-13T04:33:48.060Z | Compiling hkdf v0.12.4 |
2050 | 2025-02-13T04:33:48.368Z | Compiling serde_path_to_error v0.1.16 |
2051 | 2025-02-13T04:33:48.535Z | Compiling crypto-bigint v0.5.5 |
2052 | 2025-02-13T04:33:48.606Z | Compiling serde_repr v0.1.19 |
2053 | 2025-02-13T04:33:49.116Z | Compiling derive-where v1.2.7 |
2054 | 2025-02-13T04:33:49.701Z | Compiling sync_wrapper v1.0.1 |
2055 | 2025-02-13T04:33:49.887Z | Compiling hostname v0.4.0 |
2056 | 2025-02-13T04:33:49.911Z | Compiling crc32fast v1.4.2 |
2057 | 2025-02-13T04:33:50.289Z | Compiling unicode-width v0.2.0 |
2058 | 2025-02-13T04:33:50.351Z | Compiling clap_lex v0.7.4 |
2059 | 2025-02-13T04:33:50.777Z | Compiling bitflags v1.3.2 |
2060 | 2025-02-13T04:33:50.833Z | Compiling managed v0.8.0 |
2061 | 2025-02-13T04:33:50.899Z | Compiling winnow v0.5.40 |
2062 | 2025-02-13T04:33:51.270Z | Compiling debug-ignore v1.0.5 |
2063 | 2025-02-13T04:33:51.994Z | Compiling hickory-resolver v0.24.2 |
2064 | 2025-02-13T04:33:52.535Z | Compiling elliptic-curve v0.13.8 |
2065 | 2025-02-13T04:33:54.467Z | Compiling toml_edit v0.19.15 |
2066 | 2025-02-13T04:33:54.911Z | Compiling console v0.15.10 |
2067 | 2025-02-13T04:33:55.797Z | Compiling clap_builder v4.5.27 |
2068 | 2025-02-13T04:33:56.800Z | Compiling flate2 v1.0.35 |
2069 | 2025-02-13T04:33:57.147Z | Compiling regress v0.10.1 |
2070 | 2025-02-13T04:33:58.959Z | Compiling hyper-rustls v0.27.3 |
2071 | 2025-02-13T04:34:00.842Z | Compiling phf v0.11.2 |
2072 | 2025-02-13T04:34:02.217Z | Compiling signal-hook-mio v0.2.4 |
2073 | 2025-02-13T04:34:02.239Z | Compiling rayon v1.10.0 |
2074 | 2025-02-13T04:34:02.339Z | Compiling bzip2 v0.4.4 |
2075 | 2025-02-13T04:34:02.383Z | Compiling postgres-types v0.2.8 |
2076 | 2025-02-13T04:34:02.496Z | Compiling tokio-tungstenite v0.24.0 |
2077 | 2025-02-13T04:34:02.902Z | Compiling ed25519 v2.2.3 |
2078 | 2025-02-13T04:34:03.084Z | Compiling hubpack v0.1.2 |
2079 | 2025-02-13T04:34:03.365Z | Compiling phf_shared v0.10.0 |
2080 | 2025-02-13T04:34:03.662Z | Compiling pkcs1 v0.7.5 |
2081 | 2025-02-13T04:34:03.739Z | Compiling zerocopy v0.6.6 |
2082 | 2025-02-13T04:34:04.540Z | Compiling tokio-stream v0.1.16 |
2083 | 2025-02-13T04:34:05.775Z | Compiling rfc6979 v0.4.0 |
2084 | 2025-02-13T04:34:05.985Z | Compiling serde-big-array v0.5.1 |
2085 | 2025-02-13T04:34:06.242Z | Compiling float-cmp v0.9.0 |
2086 | 2025-02-13T04:34:06.666Z | Compiling bstr v1.10.0 |
2087 | 2025-02-13T04:34:07.244Z | Compiling precomputed-hash v0.1.1 |
2088 | 2025-02-13T04:34:07.887Z | Compiling unicode-segmentation v1.12.0 |
2089 | 2025-02-13T04:34:07.907Z | Compiling new_debug_unreachable v1.0.6 |
2090 | 2025-02-13T04:34:08.030Z | Compiling number_prefix v0.4.0 |
2091 | 2025-02-13T04:34:08.127Z | Compiling fixedbitset v0.4.2 |
2092 | 2025-02-13T04:34:08.536Z | Compiling normalize-line-endings v0.3.0 |
2093 | 2025-02-13T04:34:08.557Z | Compiling predicates-core v1.0.8 |
2094 | 2025-02-13T04:34:08.698Z | Compiling whoami v1.5.2 |
2095 | 2025-02-13T04:34:08.736Z | Compiling static_assertions v1.1.0 |
2096 | 2025-02-13T04:34:08.908Z | Compiling bit-vec v0.6.3 |
2097 | 2025-02-13T04:34:08.943Z | Compiling difflib v0.4.0 |
2098 | 2025-02-13T04:34:09.232Z | Compiling tokio-postgres v0.7.12 |
2099 | 2025-02-13T04:34:09.325Z | Compiling bit-set v0.5.3 |
2100 | 2025-02-13T04:34:09.633Z | Compiling predicates v3.1.2 |
2101 | 2025-02-13T04:34:10.085Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2102 | 2025-02-13T04:34:10.108Z | Compiling similar v2.6.0 |
2103 | 2025-02-13T04:34:11.008Z | Compiling petgraph v0.6.5 |
2104 | 2025-02-13T04:34:11.910Z | Compiling indicatif v0.17.11 |
2105 | 2025-02-13T04:34:14.518Z | Compiling string_cache v0.8.7 |
2106 | 2025-02-13T04:34:14.905Z | Compiling reqwest v0.12.9 |
2107 | 2025-02-13T04:34:15.089Z | Compiling ecdsa v0.16.9 |
2108 | 2025-02-13T04:34:15.576Z | Compiling qorb v0.2.1 |
2109 | 2025-02-13T04:34:16.225Z | Compiling rsa v0.9.6 |
2110 | 2025-02-13T04:34:16.691Z | Compiling ed25519-dalek v2.1.1 |
2111 | 2025-02-13T04:34:17.221Z | Compiling zip v0.6.6 |
2112 | 2025-02-13T04:34:17.569Z | Compiling crossterm v0.28.1 |
2113 | 2025-02-13T04:34:17.772Z | Compiling typify-impl v0.2.0 |
2114 | 2025-02-13T04:34:18.424Z | Compiling clap v4.5.27 |
2115 | 2025-02-13T04:34:18.561Z | Compiling toml v0.7.8 |
2116 | 2025-02-13T04:34:21.465Z | Compiling x509-cert v0.2.5 |
2117 | 2025-02-13T04:34:22.765Z | Compiling hex v0.4.3 |
2118 | 2025-02-13T04:34:24.956Z | Compiling itertools v0.10.5 |
2119 | 2025-02-13T04:34:27.453Z | Compiling unicode-xid v0.2.6 |
2120 | 2025-02-13T04:34:27.587Z | Compiling lalrpop-util v0.19.12 |
2121 | 2025-02-13T04:34:28.721Z | Compiling peg-runtime v0.8.3 |
2122 | 2025-02-13T04:34:29.972Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2123 | 2025-02-13T04:34:30.166Z | Compiling typify-macro v0.2.0 |
2124 | 2025-02-13T04:34:58.384Z | Compiling radium v0.7.0 |
2125 | 2025-02-13T04:35:04.802Z | Compiling maybe-uninit v2.0.0 |
2126 | 2025-02-13T04:35:05.809Z | Compiling ident_case v1.0.1 |
2127 | 2025-02-13T04:35:06.315Z | Compiling tap v1.0.1 |
2128 | 2025-02-13T04:35:06.525Z | Compiling wyz v0.5.1 |
2129 | 2025-02-13T04:35:09.674Z | Compiling darling_core v0.20.10 |
2130 | 2025-02-13T04:35:16.915Z | Compiling typify v0.2.0 |
2131 | 2025-02-13T04:35:19.373Z | Compiling unsafe-libyaml v0.2.11 |
2132 | 2025-02-13T04:35:19.567Z | Compiling funty v2.0.0 |
2133 | 2025-02-13T04:35:21.640Z | Compiling packed_struct v0.10.1 |
2134 | 2025-02-13T04:35:29.874Z | Compiling serde_yaml v0.9.34+deprecated |
2135 | 2025-02-13T04:35:30.969Z | Compiling bitvec v1.0.1 |
2136 | 2025-02-13T04:35:35.488Z | Compiling progenitor-impl v0.8.0 |
2137 | 2025-02-13T04:35:35.567Z | Compiling darling_macro v0.20.10 |
2138 | 2025-02-13T04:35:39.453Z | Compiling ipnetwork v0.20.0 |
2139 | 2025-02-13T04:35:39.524Z | Compiling packed_struct_codegen v0.10.1 |
2140 | 2025-02-13T04:35:40.615Z | Compiling structmeta-derive v0.3.0 |
2141 | 2025-02-13T04:35:41.590Z | Compiling indexmap v1.9.3 |
2142 | 2025-02-13T04:35:41.944Z | Compiling fastrand v2.1.1 |
2143 | 2025-02-13T04:35:42.333Z | Compiling crc-catalog v2.4.0 |
2144 | 2025-02-13T04:35:42.508Z | Compiling nodrop v0.1.14 |
2145 | 2025-02-13T04:35:42.635Z | Compiling thiserror v2.0.11 |
2146 | 2025-02-13T04:35:42.889Z | Compiling array-init v0.0.4 |
2147 | 2025-02-13T04:35:43.088Z | Compiling structmeta v0.3.0 |
2148 | 2025-02-13T04:35:43.387Z | Compiling crc v3.2.1 |
2149 | 2025-02-13T04:35:43.505Z | Compiling tempfile v3.13.0 |
2150 | 2025-02-13T04:35:43.925Z | Compiling progenitor-macro v0.8.0 |
2151 | 2025-02-13T04:35:43.948Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2152 | 2025-02-13T04:35:44.212Z | Compiling darling v0.20.10 |
2153 | 2025-02-13T04:35:44.357Z | Compiling smallvec v0.6.14 |
2154 | 2025-02-13T04:35:45.219Z | Compiling progenitor-client v0.8.0 |
2155 | 2025-02-13T04:35:45.401Z | Compiling xattr v1.3.1 |
2156 | 2025-02-13T04:35:45.747Z | Compiling thiserror-impl v2.0.11 |
2157 | 2025-02-13T04:35:46.126Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2158 | 2025-02-13T04:35:47.247Z | Compiling pin-project-internal v1.1.6 |
2159 | 2025-02-13T04:35:47.724Z | Compiling filetime v0.2.25 |
2160 | 2025-02-13T04:35:47.841Z | Compiling dropshot v0.15.1 |
2161 | 2025-02-13T04:35:48.098Z | Compiling base64 v0.21.7 |
2162 | 2025-02-13T04:35:48.187Z | Compiling hashbrown v0.12.3 |
2163 | 2025-02-13T04:35:48.596Z | Compiling termcolor v1.4.1 |
2164 | 2025-02-13T04:35:49.239Z | Compiling same-file v1.0.6 |
2165 | 2025-02-13T04:35:49.496Z | Compiling bitfield v0.14.0 |
2166 | 2025-02-13T04:35:49.543Z | Compiling walkdir v2.5.0 |
2167 | 2025-02-13T04:35:49.779Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2168 | 2025-02-13T04:35:49.901Z | Compiling pin-project v1.1.6 |
2169 | 2025-02-13T04:35:50.082Z | Compiling env_logger v0.10.2 |
2170 | 2025-02-13T04:35:50.731Z | Compiling ron v0.8.1 |
2171 | 2025-02-13T04:35:51.476Z | Compiling tar v0.4.42 |
2172 | 2025-02-13T04:35:53.241Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2173 | 2025-02-13T04:35:53.757Z | Compiling serde-hex v0.1.0 |
2174 | 2025-02-13T04:35:55.040Z | Compiling progenitor v0.8.0 |
2175 | 2025-02-13T04:35:55.290Z | Compiling serde_with_macros v3.11.0 |
2176 | 2025-02-13T04:35:56.620Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2177 | 2025-02-13T04:35:56.970Z | Compiling parse-display-derive v0.10.0 |
2178 | 2025-02-13T04:35:57.462Z | Compiling strum_macros v0.26.4 |
2179 | 2025-02-13T04:35:57.755Z | Compiling hashbrown v0.13.2 |
2180 | 2025-02-13T04:35:58.811Z | Compiling dropshot_endpoint v0.15.1 |
2181 | 2025-02-13T04:35:59.072Z | Compiling snafu-derive v0.8.5 |
2182 | 2025-02-13T04:36:00.612Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2183 | 2025-02-13T04:36:01.367Z | Compiling blake3 v1.5.4 |
2184 | 2025-02-13T04:36:01.721Z | Compiling instant v0.1.13 |
2185 | 2025-02-13T04:36:01.927Z | Compiling zip v2.1.3 |
2186 | 2025-02-13T04:36:01.998Z | Compiling bumpalo v3.16.0 |
2187 | 2025-02-13T04:36:02.253Z | Compiling buf-list v1.0.3 |
2188 | 2025-02-13T04:36:02.570Z | Compiling simd-adler32 v0.3.7 |
2189 | 2025-02-13T04:36:02.772Z | Compiling lockfree-object-pool v0.1.6 |
2190 | 2025-02-13T04:36:02.854Z | Compiling crc-any v2.5.0 |
2191 | 2025-02-13T04:36:03.105Z | Compiling zopfli v0.8.1 |
2192 | 2025-02-13T04:36:03.427Z | Compiling snafu v0.8.5 |
2193 | 2025-02-13T04:36:03.836Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2194 | 2025-02-13T04:36:05.365Z | Compiling backoff v0.4.0 |
2195 | 2025-02-13T04:36:05.388Z | Compiling strum v0.26.3 |
2196 | 2025-02-13T04:36:05.618Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2197 | 2025-02-13T04:36:05.749Z | Compiling parse-display v0.10.0 |
2198 | 2025-02-13T04:36:05.870Z | Compiling object v0.30.4 |
2199 | 2025-02-13T04:36:07.398Z | Compiling serde_with v3.11.0 |
2200 | 2025-02-13T04:36:07.675Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2201 | 2025-02-13T04:36:09.347Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2202 | 2025-02-13T04:36:11.355Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2203 | 2025-02-13T04:36:12.120Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2204 | 2025-02-13T04:36:12.675Z | Compiling camino-tempfile v1.1.1 |
2205 | 2025-02-13T04:36:12.841Z | Compiling globset v0.4.15 |
2206 | 2025-02-13T04:36:13.479Z | Compiling regress v0.9.1 |
2207 | 2025-02-13T04:36:18.171Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2208 | 2025-02-13T04:36:18.384Z | Compiling progenitor-client v0.9.1 |
2209 | 2025-02-13T04:36:18.770Z | Compiling olpc-cjson v0.1.4 |
2210 | 2025-02-13T04:36:19.160Z | Compiling pem v3.0.4 |
2211 | 2025-02-13T04:36:19.390Z | Compiling macaddr v1.0.1 |
2212 | 2025-02-13T04:36:20.090Z | Compiling cargo-platform v0.1.8 |
2213 | 2025-02-13T04:36:20.295Z | Compiling serde_plain v1.0.2 |
2214 | 2025-02-13T04:36:20.650Z | Compiling async-recursion v1.1.1 |
2215 | 2025-02-13T04:36:20.850Z | Compiling memmap2 v0.9.5 |
2216 | 2025-02-13T04:36:21.150Z | Compiling constant_time_eq v0.3.1 |
2217 | 2025-02-13T04:36:21.365Z | Compiling arrayvec v0.7.6 |
2218 | 2025-02-13T04:36:21.495Z | Compiling path-slash v0.1.5 |
2219 | 2025-02-13T04:36:21.786Z | Compiling typed-path v0.9.3 |
2220 | 2025-02-13T04:36:21.811Z | Compiling arrayref v0.3.9 |
2221 | 2025-02-13T04:36:21.972Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2222 | 2025-02-13T04:36:22.014Z | Compiling cargo_metadata v0.18.1 |
2223 | 2025-02-13T04:36:22.080Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2224 | 2025-02-13T04:36:24.569Z | Compiling tough v0.19.0 |
2225 | 2025-02-13T04:36:27.641Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2226 | 2025-02-13T04:36:28.147Z | Compiling itertools v0.13.0 |
2227 | 2025-02-13T04:36:28.440Z | Compiling parse-size v1.1.0 |
2228 | 2025-02-13T04:36:28.773Z | Compiling topological-sort v0.2.2 |
2229 | 2025-02-13T04:36:28.799Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2230 | 2025-02-13T04:36:29.077Z | Compiling omicron-zone-package v0.12.0 |
2231 | 2025-02-13T04:36:31.672Z | Compiling shell-words v1.1.0 |
2232 | 2025-02-13T04:36:34.795Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2233 | 2025-02-13T04:36:47.890Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2234 | 2025-02-13T04:37:03.425Z | Finished `release` profile [optimized] target(s) in 5m 44s |
2235 | 2025-02-13T04:37:03.583Z | Running `target/release/omicron-releng --output-dir /work` |
2236 | 2025-02-13T04:37:03.632Z | Feb 13 04:37:02.004 DEBG changing working directory to /work/oxidecomputer/omicron |
2237 | 2025-02-13T04:37:03.744Z | Feb 13 04:37:02.115 DEBG running: git rev-parse HEAD |
2238 | 2025-02-13T04:37:03.752Z | Feb 13 04:37:02.122 DEBG process exited with exit status: 0 (7.063158ms) |
2239 | 2025-02-13T04:37:03.752Z | Feb 13 04:37:02.122 INFO version: 13.0.0-0.ci+git4bcbe5a5217 |
2240 | 2025-02-13T04:37:03.794Z | Feb 13 04:37:02.166 INFO cloning helios to /work/oxidecomputer/helios |
2241 | 2025-02-13T04:37:03.794Z | Feb 13 04:37:02.166 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2242 | 2025-02-13T04:37:03.800Z | Cloning into '/work/oxidecomputer/helios'... |
2243 | 2025-02-13T04:37:04.343Z | Feb 13 04:37:02.714 DEBG process exited with exit status: 0 (548.188452ms) |
2244 | 2025-02-13T04:37:04.343Z | Feb 13 04:37:02.714 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2245 | 2025-02-13T04:37:05.267Z | Feb 13 04:37:03.637 DEBG process exited with exit status: 0 (922.479934ms) |
2246 | 2025-02-13T04:37:05.267Z | Feb 13 04:37:03.637 DEBG running: zfs list rpool/images/build/host |
2247 | 2025-02-13T04:37:05.272Z | NAME USED AVAIL REFER MOUNTPOINT |
2248 | 2025-02-13T04:37:05.272Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2249 | 2025-02-13T04:37:05.275Z | Feb 13 04:37:03.644 DEBG process exited with exit status: 0 (7.448853ms) |
2250 | 2025-02-13T04:37:05.275Z | Feb 13 04:37:03.645 DEBG running: zfs list rpool/images/build/recovery |
2251 | 2025-02-13T04:37:05.279Z | NAME USED AVAIL REFER MOUNTPOINT |
2252 | 2025-02-13T04:37:05.279Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2253 | 2025-02-13T04:37:05.281Z | Feb 13 04:37:03.651 DEBG process exited with exit status: 0 (6.477742ms) |
2254 | 2025-02-13T04:37:05.281Z | Feb 13 04:37:03.651 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2255 | 2025-02-13T04:37:05.287Z | # branch.oid 6f70a2d0ac0dd1cd4770e572051ba364029292ff |
2256 | 2025-02-13T04:37:05.288Z | # branch.head master |
2257 | 2025-02-13T04:37:05.288Z | # branch.upstream origin/master |
2258 | 2025-02-13T04:37:05.288Z | # branch.ab +0 -0 |
2259 | 2025-02-13T04:37:05.290Z | Feb 13 04:37:03.660 DEBG process exited with exit status: 0 (8.327028ms) |
2260 | 2025-02-13T04:37:05.290Z | Feb 13 04:37:03.660 INFO [hubris-production] running task |
2261 | 2025-02-13T04:37:05.290Z | Feb 13 04:37:03.661 INFO [hubris-staging] running task |
2262 | 2025-02-13T04:37:05.290Z | Feb 13 04:37:03.661 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2263 | 2025-02-13T04:37:05.293Z | Feb 13 04:37:03.665 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2264 | 2025-02-13T04:37:05.361Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2265 | 2025-02-13T04:37:05.764Z | [ omicron-package] Blocking waiting for file lock on package cache |
2266 | 2025-02-13T04:37:06.245Z | [ omicron-package] Blocking waiting for file lock on package cache |
2267 | 2025-02-13T04:37:06.542Z | [ omicron-package] Blocking waiting for file lock on package cache |
2268 | 2025-02-13T04:37:07.347Z | Feb 13 04:37:05.718 INFO [hubris-production] task succeeded (2.057330933s) |
2269 | 2025-02-13T04:37:07.504Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2270 | 2025-02-13T04:37:07.504Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2271 | 2025-02-13T04:37:07.508Z | [ omicron-package] Compiling itertools v0.13.0 |
2272 | 2025-02-13T04:37:07.508Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2273 | 2025-02-13T04:37:07.508Z | [ omicron-package] Compiling heapless v0.8.0 |
2274 | 2025-02-13T04:37:07.508Z | [ omicron-package] Compiling hash32 v0.3.1 |
2275 | 2025-02-13T04:37:07.508Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2276 | 2025-02-13T04:37:07.508Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2277 | 2025-02-13T04:37:09.038Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2278 | 2025-02-13T04:37:09.107Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2279 | 2025-02-13T04:37:09.277Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2280 | 2025-02-13T04:37:09.300Z | [ omicron-package] Compiling cobs v0.2.3 |
2281 | 2025-02-13T04:37:09.971Z | [ omicron-package] Compiling postcard v1.0.10 |
2282 | 2025-02-13T04:37:10.085Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2283 | 2025-02-13T04:37:10.185Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2284 | 2025-02-13T04:37:10.280Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2285 | 2025-02-13T04:37:10.882Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2286 | 2025-02-13T04:37:11.200Z | [ omicron-package] Compiling unicode-width v0.1.14 |
2287 | 2025-02-13T04:37:11.350Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2288 | 2025-02-13T04:37:12.149Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2289 | 2025-02-13T04:37:13.012Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2290 | 2025-02-13T04:37:13.276Z | [ omicron-package] Compiling num_enum v0.5.11 |
2291 | 2025-02-13T04:37:13.483Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2292 | 2025-02-13T04:37:13.823Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2293 | 2025-02-13T04:37:14.042Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2294 | 2025-02-13T04:37:14.152Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2295 | 2025-02-13T04:37:14.296Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2296 | 2025-02-13T04:37:14.575Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2297 | 2025-02-13T04:37:14.740Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2298 | 2025-02-13T04:37:14.963Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2299 | 2025-02-13T04:37:15.027Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2300 | 2025-02-13T04:37:15.664Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2301 | 2025-02-13T04:37:15.937Z | [ omicron-package] Compiling colored v2.1.0 |
2302 | 2025-02-13T04:37:15.940Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2303 | 2025-02-13T04:37:16.951Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2304 | 2025-02-13T04:37:17.220Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2305 | 2025-02-13T04:37:17.677Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2306 | 2025-02-13T04:37:18.092Z | [ omicron-package] Compiling num-derive v0.4.2 |
2307 | 2025-02-13T04:37:18.312Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2308 | 2025-02-13T04:37:18.315Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2309 | 2025-02-13T04:37:19.086Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2310 | 2025-02-13T04:37:19.402Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2311 | 2025-02-13T04:37:19.710Z | [ omicron-package] Compiling zone v0.3.0 |
2312 | 2025-02-13T04:37:19.991Z | [ omicron-package] Compiling smf v0.2.3 |
2313 | 2025-02-13T04:37:20.240Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2314 | 2025-02-13T04:37:20.842Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2315 | 2025-02-13T04:37:21.890Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2316 | 2025-02-13T04:37:23.144Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2317 | 2025-02-13T04:37:23.874Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2318 | 2025-02-13T04:37:24.077Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2319 | 2025-02-13T04:37:24.201Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2320 | 2025-02-13T04:37:24.319Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2321 | 2025-02-13T04:37:24.653Z | [ omicron-package] Compiling gethostname v0.5.0 |
2322 | 2025-02-13T04:37:24.800Z | [ omicron-package] Compiling indent_write v2.2.0 |
2323 | 2025-02-13T04:37:24.896Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2324 | 2025-02-13T04:37:26.256Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2325 | 2025-02-13T04:37:28.250Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2326 | 2025-02-13T04:37:29.403Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2327 | 2025-02-13T04:37:30.730Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2328 | 2025-02-13T04:37:33.869Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2329 | 2025-02-13T04:37:33.982Z | Feb 13 04:37:32.351 INFO [hubris-staging] task succeeded (28.690109366s) |
2330 | 2025-02-13T04:37:34.383Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2331 | 2025-02-13T04:37:36.544Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2332 | 2025-02-13T04:37:44.447Z | [ helios-setup] Feb 13 04:37:42.814 INFO helios repository root is: /work/oxidecomputer/helios |
2333 | 2025-02-13T04:37:44.450Z | [ helios-setup] Feb 13 04:37:42.816 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2334 | 2025-02-13T04:37:44.450Z | [ helios-setup] Feb 13 04:37:42.816 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 |
2335 | 2025-02-13T04:37:44.450Z | [ helios-setup] Feb 13 04:37:42.816 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2336 | 2025-02-13T04:37:44.455Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2337 | 2025-02-13T04:37:45.265Z | [ helios-setup] Feb 13 04:37:43.632 INFO clone ok!, project: chelsio-t6-roms |
2338 | 2025-02-13T04:37:45.268Z | [ helios-setup] Feb 13 04:37:43.632 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 |
2339 | 2025-02-13T04:37:45.268Z | [ helios-setup] Feb 13 04:37:43.632 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2340 | 2025-02-13T04:37:45.271Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2341 | 2025-02-13T04:37:45.769Z | [ helios-setup] Feb 13 04:37:44.136 INFO clone ok!, project: bootserver |
2342 | 2025-02-13T04:37:45.772Z | [ helios-setup] Feb 13 04:37:44.136 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 |
2343 | 2025-02-13T04:37:45.772Z | [ helios-setup] Feb 13 04:37:44.136 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2344 | 2025-02-13T04:37:45.775Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2345 | 2025-02-13T04:37:46.672Z | [ helios-setup] Feb 13 04:37:45.039 INFO clone ok!, project: pilot |
2346 | 2025-02-13T04:37:46.675Z | [ helios-setup] Feb 13 04:37:45.039 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 |
2347 | 2025-02-13T04:37:46.675Z | [ helios-setup] Feb 13 04:37:45.039 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2348 | 2025-02-13T04:37:46.678Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2349 | 2025-02-13T04:37:47.412Z | [ helios-setup] Feb 13 04:37:45.778 INFO clone ok!, project: phbl |
2350 | 2025-02-13T04:37:47.415Z | [ helios-setup] Feb 13 04:37:45.779 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 |
2351 | 2025-02-13T04:37:47.415Z | [ helios-setup] Feb 13 04:37:45.779 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2352 | 2025-02-13T04:37:47.418Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2353 | 2025-02-13T04:37:53.519Z | [ helios-setup] Feb 13 04:37:51.885 INFO clone ok!, project: amd-firmware |
2354 | 2025-02-13T04:37:53.522Z | [ helios-setup] Feb 13 04:37:51.885 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2355 | 2025-02-13T04:37:53.522Z | [ helios-setup] Feb 13 04:37:51.886 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 |
2356 | 2025-02-13T04:37:53.522Z | [ helios-setup] Feb 13 04:37:51.886 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2357 | 2025-02-13T04:37:53.525Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2358 | 2025-02-13T04:37:53.975Z | [ helios-setup] Feb 13 04:37:52.340 INFO clone ok!, project: pinprick |
2359 | 2025-02-13T04:37:53.980Z | [ helios-setup] Feb 13 04:37:52.341 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder |
2360 | 2025-02-13T04:37:53.980Z | [ helios-setup] Feb 13 04:37:52.341 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2361 | 2025-02-13T04:37:53.982Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2362 | 2025-02-13T04:37:54.448Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 49.14s |
2363 | 2025-02-13T04:37:54.505Z | [ helios-setup] Feb 13 04:37:52.871 INFO clone ok!, project: image-builder |
2364 | 2025-02-13T04:37:54.508Z | [ helios-setup] Feb 13 04:37:52.871 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 |
2365 | 2025-02-13T04:37:54.508Z | [ helios-setup] Feb 13 04:37:52.871 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 |
2366 | 2025-02-13T04:37:54.511Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2367 | 2025-02-13T04:37:54.690Z | [ omicron-package] |
2368 | 2025-02-13T04:37:54.690Z | [ omicron-package] real 49.347421327 |
2369 | 2025-02-13T04:37:54.690Z | [ omicron-package] user 3:02.736057696 |
2370 | 2025-02-13T04:37:54.693Z | [ omicron-package] sys 18.376058113 |
2371 | 2025-02-13T04:37:54.693Z | [ omicron-package] trap 0.355333148 |
2372 | 2025-02-13T04:37:54.693Z | [ omicron-package] tflt 0.733423425 |
2373 | 2025-02-13T04:37:54.693Z | [ omicron-package] dflt 0.735527921 |
2374 | 2025-02-13T04:37:54.693Z | [ omicron-package] kflt 0.010301997 |
2375 | 2025-02-13T04:37:54.693Z | [ omicron-package] lock 5:13.813388931 |
2376 | 2025-02-13T04:37:54.693Z | [ omicron-package] slp 9:30.315798543 |
2377 | 2025-02-13T04:37:54.693Z | [ omicron-package] lat 1:40.831320521 |
2378 | 2025-02-13T04:37:54.694Z | [ omicron-package] stop 1:01.600540713 |
2379 | 2025-02-13T04:37:54.694Z | Feb 13 04:37:53.057 INFO [omicron-package] process exited with exit status: 0 (49.392136362s) |
2380 | 2025-02-13T04:37:54.694Z | Feb 13 04:37:53.057 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
2381 | 2025-02-13T04:37:54.758Z | Feb 13 04:37:53.123 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
2382 | 2025-02-13T04:37:54.769Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2383 | 2025-02-13T04:37:54.771Z | [ host-target] Created new build target 'host' and set it as active |
2384 | 2025-02-13T04:37:54.771Z | Feb 13 04:37:53.137 INFO [host-target] process exited with exit status: 0 (80.080804ms) |
2385 | 2025-02-13T04:37:54.774Z | Feb 13 04:37:53.138 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2386 | 2025-02-13T04:37:54.778Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2387 | 2025-02-13T04:37:54.778Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2388 | 2025-02-13T04:37:54.780Z | Feb 13 04:37:53.145 INFO [recovery-target] process exited with exit status: 0 (21.490292ms) |
2389 | 2025-02-13T04:37:54.786Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2390 | 2025-02-13T04:37:55.595Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2391 | 2025-02-13T04:37:55.603Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2392 | 2025-02-13T04:37:56.003Z | [ host-package] Compiling thiserror v2.0.11 |
2393 | 2025-02-13T04:37:56.143Z | [ host-package] Compiling typify-impl v0.3.0 |
2394 | 2025-02-13T04:37:56.157Z | [ host-package] Compiling convert_case v0.4.0 |
2395 | 2025-02-13T04:37:56.160Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2396 | 2025-02-13T04:37:56.161Z | [ host-package] Compiling newline-converter v0.3.0 |
2397 | 2025-02-13T04:37:56.185Z | [ host-package] Compiling password-hash v0.5.0 |
2398 | 2025-02-13T04:37:56.188Z | [ host-package] Compiling blake2 v0.10.6 |
2399 | 2025-02-13T04:37:56.242Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2400 | 2025-02-13T04:37:56.367Z | [ host-package] Compiling expectorate v1.1.0 |
2401 | 2025-02-13T04:37:56.403Z | [ host-package] Compiling atomicwrites v0.4.4 |
2402 | 2025-02-13T04:37:56.678Z | [ host-package] Compiling owo-colors v4.1.0 |
2403 | 2025-02-13T04:37:56.818Z | [ host-package] Compiling derive_more v0.99.19 |
2404 | 2025-02-13T04:37:56.943Z | [ host-package] Compiling argon2 v0.5.3 |
2405 | 2025-02-13T04:37:57.005Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2406 | 2025-02-13T04:37:57.085Z | [ host-package] Compiling num-rational v0.4.2 |
2407 | 2025-02-13T04:37:57.424Z | [ host-package] Compiling progenitor-client v0.9.1 |
2408 | 2025-02-13T04:37:57.459Z | [ host-package] Compiling num-complex v0.4.6 |
2409 | 2025-02-13T04:37:58.011Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2410 | 2025-02-13T04:37:58.659Z | [ host-package] Compiling num v0.4.3 |
2411 | 2025-02-13T04:37:58.813Z | [ host-package] Compiling libsw v3.3.1 |
2412 | 2025-02-13T04:37:59.214Z | [ host-package] Compiling float-ord v0.3.2 |
2413 | 2025-02-13T04:37:59.251Z | [ host-package] Compiling linear-map v1.2.0 |
2414 | 2025-02-13T04:37:59.347Z | [ host-package] Compiling swrite v0.1.0 |
2415 | 2025-02-13T04:37:59.427Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2416 | 2025-02-13T04:37:59.544Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2417 | 2025-02-13T04:37:59.667Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2418 | 2025-02-13T04:37:59.753Z | [ host-package] Compiling highway v1.2.0 |
2419 | 2025-02-13T04:38:01.315Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2420 | 2025-02-13T04:38:01.388Z | [ host-package] Compiling semver v0.1.20 |
2421 | 2025-02-13T04:38:01.975Z | [ host-package] Compiling rustc_version v0.1.7 |
2422 | 2025-02-13T04:38:02.425Z | [ host-package] Compiling newtype_derive v0.1.6 |
2423 | 2025-02-13T04:38:02.775Z | [ host-package] Compiling tungstenite v0.21.0 |
2424 | 2025-02-13T04:38:03.320Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2425 | 2025-02-13T04:38:03.731Z | [ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de' |
2426 | 2025-02-13T04:38:03.747Z | [ helios-setup] Feb 13 04:38:02.111 INFO clone ok!, project: amd-host-image-builder |
2427 | 2025-02-13T04:38:03.749Z | [ helios-setup] Feb 13 04:38:02.112 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2428 | 2025-02-13T04:38:03.749Z | [ helios-setup] Feb 13 04:38:02.112 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2429 | 2025-02-13T04:38:04.813Z | [ helios-setup] Feb 13 04:38:03.177 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2430 | 2025-02-13T04:38:05.398Z | [ helios-setup] Feb 13 04:38:03.763 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2431 | 2025-02-13T04:38:05.398Z | [ helios-setup] Feb 13 04:38:03.763 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2432 | 2025-02-13T04:38:05.994Z | [ helios-setup] Feb 13 04:38:04.359 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2433 | 2025-02-13T04:38:06.617Z | [ helios-setup] Feb 13 04:38:04.982 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2434 | 2025-02-13T04:38:06.618Z | [ helios-setup] Feb 13 04:38:04.982 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2435 | 2025-02-13T04:38:07.288Z | [ helios-setup] Feb 13 04:38:05.652 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2436 | 2025-02-13T04:38:07.939Z | [ helios-setup] Feb 13 04:38:06.303 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2437 | 2025-02-13T04:38:07.946Z | [ helios-setup] Feb 13 04:38:06.303 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2438 | 2025-02-13T04:38:07.946Z | [ helios-setup] Feb 13 04:38:06.303 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2439 | 2025-02-13T04:38:07.947Z | [ helios-setup] Feb 13 04:38:06.304 INFO ok! |
2440 | 2025-02-13T04:38:07.947Z | [ helios-setup] Feb 13 04:38:06.304 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2441 | 2025-02-13T04:38:07.947Z | [ helios-setup] Feb 13 04:38:06.304 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2442 | 2025-02-13T04:38:07.947Z | [ helios-setup] Feb 13 04:38:06.304 INFO ok! |
2443 | 2025-02-13T04:38:07.947Z | [ helios-setup] Feb 13 04:38:06.304 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2444 | 2025-02-13T04:38:07.947Z | [ helios-setup] Feb 13 04:38:06.304 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2445 | 2025-02-13T04:38:07.947Z | [ helios-setup] Feb 13 04:38:06.304 INFO ok! |
2446 | 2025-02-13T04:38:07.947Z | [ helios-setup] Feb 13 04:38:06.304 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2447 | 2025-02-13T04:38:07.947Z | [ helios-setup] Feb 13 04:38:06.304 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2448 | 2025-02-13T04:38:07.991Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2449 | 2025-02-13T04:38:08.246Z | [ helios-setup] Feb 13 04:38:06.609 INFO E| Downloading crates ... |
2450 | 2025-02-13T04:38:08.305Z | [ host-package] Compiling typify-macro v0.3.0 |
2451 | 2025-02-13T04:38:08.362Z | [ host-package] Compiling ipnetwork v0.20.0 |
2452 | 2025-02-13T04:38:08.367Z | [ helios-setup] Feb 13 04:38:06.727 INFO E| Downloaded unicode-width v0.1.10 |
2453 | 2025-02-13T04:38:08.371Z | [ helios-setup] Feb 13 04:38:06.735 INFO E| Downloaded typenum v1.15.0 |
2454 | 2025-02-13T04:38:08.375Z | [ helios-setup] Feb 13 04:38:06.739 INFO E| Downloaded block-buffer v0.10.3 |
2455 | 2025-02-13T04:38:08.379Z | [ helios-setup] Feb 13 04:38:06.741 INFO E| Downloaded anyhow v1.0.62 |
2456 | 2025-02-13T04:38:08.383Z | [ helios-setup] Feb 13 04:38:06.747 INFO E| Downloaded sha2 v0.10.5 |
2457 | 2025-02-13T04:38:08.386Z | [ helios-setup] Feb 13 04:38:06.751 INFO E| Downloaded digest v0.10.3 |
2458 | 2025-02-13T04:38:08.389Z | [ helios-setup] Feb 13 04:38:06.753 INFO E| Downloaded generic-array v0.14.6 |
2459 | 2025-02-13T04:38:08.392Z | [ helios-setup] Feb 13 04:38:06.755 INFO E| Downloaded bytes v1.2.1 |
2460 | 2025-02-13T04:38:08.397Z | [ helios-setup] Feb 13 04:38:06.761 INFO E| Downloaded flate2 v1.0.25 |
2461 | 2025-02-13T04:38:08.404Z | [ helios-setup] Feb 13 04:38:06.768 INFO E| Downloaded miniz_oxide v0.6.2 |
2462 | 2025-02-13T04:38:08.407Z | [ helios-setup] Feb 13 04:38:06.771 INFO E| Downloaded cpufeatures v0.2.5 |
2463 | 2025-02-13T04:38:08.473Z | [ helios-setup] Feb 13 04:38:06.837 INFO E| Compiling typenum v1.15.0 |
2464 | 2025-02-13T04:38:08.473Z | [ helios-setup] Feb 13 04:38:06.837 INFO E| Compiling version_check v0.9.4 |
2465 | 2025-02-13T04:38:08.474Z | [ helios-setup] Feb 13 04:38:06.838 INFO E| Compiling cfg-if v1.0.0 |
2466 | 2025-02-13T04:38:08.474Z | [ helios-setup] Feb 13 04:38:06.838 INFO E| Compiling crc32fast v1.3.2 |
2467 | 2025-02-13T04:38:08.474Z | [ helios-setup] Feb 13 04:38:06.838 INFO E| Compiling anyhow v1.0.62 |
2468 | 2025-02-13T04:38:08.476Z | [ helios-setup] Feb 13 04:38:06.838 INFO E| Compiling adler v1.0.2 |
2469 | 2025-02-13T04:38:08.476Z | [ helios-setup] Feb 13 04:38:06.838 INFO E| Compiling unicode-width v0.1.10 |
2470 | 2025-02-13T04:38:08.476Z | [ helios-setup] Feb 13 04:38:06.838 INFO E| Compiling cpufeatures v0.2.5 |
2471 | 2025-02-13T04:38:08.974Z | [ helios-setup] Feb 13 04:38:07.338 INFO E| Compiling bitflags v1.3.2 |
2472 | 2025-02-13T04:38:09.188Z | [ helios-setup] Feb 13 04:38:07.552 INFO E| Compiling miniz_oxide v0.6.2 |
2473 | 2025-02-13T04:38:09.212Z | [ helios-setup] Feb 13 04:38:07.576 INFO E| Compiling getopts v0.2.21 |
2474 | 2025-02-13T04:38:09.233Z | [ helios-setup] Feb 13 04:38:07.597 INFO E| Compiling bytes v1.2.1 |
2475 | 2025-02-13T04:38:09.813Z | [ helios-setup] Feb 13 04:38:08.176 INFO E| Compiling generic-array v0.14.6 |
2476 | 2025-02-13T04:38:09.840Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2477 | 2025-02-13T04:38:10.015Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2478 | 2025-02-13T04:38:11.012Z | [ helios-setup] Feb 13 04:38:09.376 INFO E| Compiling flate2 v1.0.25 |
2479 | 2025-02-13T04:38:11.066Z | [ host-package] Compiling progenitor-client v0.8.0 |
2480 | 2025-02-13T04:38:11.142Z | [ host-package] Compiling humantime v2.1.0 |
2481 | 2025-02-13T04:38:11.869Z | [ host-package] Compiling progenitor v0.8.0 |
2482 | 2025-02-13T04:38:12.403Z | [ host-package] Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2483 | 2025-02-13T04:38:12.526Z | [ host-package] Compiling dropshot v0.15.1 |
2484 | 2025-02-13T04:38:12.776Z | [ host-package] Compiling instant v0.1.13 |
2485 | 2025-02-13T04:38:12.870Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2486 | 2025-02-13T04:38:13.212Z | [ host-package] Compiling backoff v0.4.0 |
2487 | 2025-02-13T04:38:13.669Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2488 | 2025-02-13T04:38:13.787Z | [ host-package] Compiling steno v0.4.1 |
2489 | 2025-02-13T04:38:13.812Z | [ host-package] Compiling typify v0.3.0 |
2490 | 2025-02-13T04:38:14.019Z | [ host-package] Compiling progenitor-impl v0.9.1 |
2491 | 2025-02-13T04:38:14.287Z | [ helios-setup] Feb 13 04:38:12.650 INFO E| Compiling block-buffer v0.10.3 |
2492 | 2025-02-13T04:38:14.287Z | [ helios-setup] Feb 13 04:38:12.650 INFO E| Compiling crypto-common v0.1.6 |
2493 | 2025-02-13T04:38:14.559Z | [ helios-setup] Feb 13 04:38:12.923 INFO E| Compiling digest v0.10.3 |
2494 | 2025-02-13T04:38:14.963Z | [ helios-setup] Feb 13 04:38:13.326 INFO E| Compiling sha2 v0.10.5 |
2495 | 2025-02-13T04:38:15.498Z | [ helios-setup] Feb 13 04:38:13.861 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2496 | 2025-02-13T04:38:20.539Z | [ helios-setup] Feb 13 04:38:18.902 INFO E| Finished `release` profile [optimized] target(s) in 12.50s |
2497 | 2025-02-13T04:38:20.554Z | [ helios-setup] Feb 13 04:38:18.917 INFO building project "bootserver" ok (12 seconds) |
2498 | 2025-02-13T04:38:20.557Z | [ helios-setup] Feb 13 04:38:18.917 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2499 | 2025-02-13T04:38:20.557Z | [ helios-setup] Feb 13 04:38:18.917 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2500 | 2025-02-13T04:38:20.805Z | [ helios-setup] Feb 13 04:38:19.166 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2501 | 2025-02-13T04:38:22.079Z | [ host-package] Compiling progenitor-macro v0.9.1 |
2502 | 2025-02-13T04:38:22.178Z | [ helios-setup] Feb 13 04:38:20.540 INFO E| From https://github.com/oxidecomputer/progenitor |
2503 | 2025-02-13T04:38:22.178Z | [ helios-setup] Feb 13 04:38:20.540 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2504 | 2025-02-13T04:38:22.286Z | [ helios-setup] Feb 13 04:38:20.648 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2505 | 2025-02-13T04:38:22.830Z | [ helios-setup] Feb 13 04:38:21.192 INFO E| From https://github.com/jclulow/hiercmd |
2506 | 2025-02-13T04:38:22.831Z | [ helios-setup] Feb 13 04:38:21.192 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2507 | 2025-02-13T04:38:22.850Z | [ helios-setup] Feb 13 04:38:21.212 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2508 | 2025-02-13T04:38:23.082Z | [ host-package] Compiling parse-display v0.10.0 |
2509 | 2025-02-13T04:38:23.386Z | [ helios-setup] Feb 13 04:38:21.749 INFO E| From https://github.com/jclulow/network-interface |
2510 | 2025-02-13T04:38:23.386Z | [ helios-setup] Feb 13 04:38:21.749 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2511 | 2025-02-13T04:38:23.407Z | [ helios-setup] Feb 13 04:38:21.769 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2512 | 2025-02-13T04:38:23.559Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2513 | 2025-02-13T04:38:23.658Z | [ host-package] Compiling strum v0.26.3 |
2514 | 2025-02-13T04:38:23.767Z | [ host-package] Compiling serde_with v3.11.0 |
2515 | 2025-02-13T04:38:23.812Z | [ helios-setup] Feb 13 04:38:22.168 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2516 | 2025-02-13T04:38:23.812Z | [ helios-setup] Feb 13 04:38:22.168 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2517 | 2025-02-13T04:38:23.841Z | [ helios-setup] Feb 13 04:38:22.203 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2518 | 2025-02-13T04:38:23.883Z | [ host-package] Compiling regress v0.9.1 |
2519 | 2025-02-13T04:38:24.836Z | [ helios-setup] Feb 13 04:38:23.199 INFO E| From https://github.com/oxidecomputer/facade |
2520 | 2025-02-13T04:38:24.836Z | [ helios-setup] Feb 13 04:38:23.199 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2521 | 2025-02-13T04:38:24.882Z | [ helios-setup] Feb 13 04:38:23.243 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2522 | 2025-02-13T04:38:25.920Z | [ helios-setup] Feb 13 04:38:24.282 INFO E| From https://github.com/oxidecomputer/dropshot |
2523 | 2025-02-13T04:38:25.920Z | [ helios-setup] Feb 13 04:38:24.282 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2524 | 2025-02-13T04:38:25.963Z | [ helios-setup] Feb 13 04:38:24.325 INFO E| Updating crates.io index |
2525 | 2025-02-13T04:38:25.993Z | [ helios-setup] Feb 13 04:38:24.355 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2526 | 2025-02-13T04:38:26.973Z | [ helios-setup] Feb 13 04:38:25.335 INFO E| From https://github.com/oxidecomputer/typify |
2527 | 2025-02-13T04:38:26.973Z | [ helios-setup] Feb 13 04:38:25.335 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2528 | 2025-02-13T04:38:27.303Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2529 | 2025-02-13T04:38:27.578Z | [ helios-setup] Feb 13 04:38:25.940 INFO E| Downloading crates ... |
2530 | 2025-02-13T04:38:27.770Z | [ helios-setup] Feb 13 04:38:26.132 INFO E| Downloaded const-random v0.1.15 |
2531 | 2025-02-13T04:38:27.773Z | [ helios-setup] Feb 13 04:38:26.135 INFO E| Downloaded ahash v0.7.6 |
2532 | 2025-02-13T04:38:27.785Z | [ helios-setup] Feb 13 04:38:26.147 INFO E| Downloaded async-trait v0.1.68 |
2533 | 2025-02-13T04:38:27.797Z | [ helios-setup] Feb 13 04:38:26.159 INFO E| Downloaded scopeguard v1.1.0 |
2534 | 2025-02-13T04:38:27.799Z | [ helios-setup] Feb 13 04:38:26.161 INFO E| Downloaded concolor-override v1.0.0 |
2535 | 2025-02-13T04:38:27.802Z | [ helios-setup] Feb 13 04:38:26.162 INFO E| Downloaded ahash v0.8.3 |
2536 | 2025-02-13T04:38:27.805Z | [ helios-setup] Feb 13 04:38:26.167 INFO E| Downloaded autocfg v1.1.0 |
2537 | 2025-02-13T04:38:27.825Z | [ helios-setup] Feb 13 04:38:26.187 INFO E| Downloaded try-lock v0.2.4 |
2538 | 2025-02-13T04:38:27.838Z | [ helios-setup] Feb 13 04:38:26.189 INFO E| Downloaded httpdate v1.0.2 |
2539 | 2025-02-13T04:38:27.842Z | [ helios-setup] Feb 13 04:38:26.191 INFO E| Downloaded futures-macro v0.3.28 |
2540 | 2025-02-13T04:38:27.842Z | [ helios-setup] Feb 13 04:38:26.193 INFO E| Downloaded iana-time-zone v0.1.56 |
2541 | 2025-02-13T04:38:27.842Z | [ helios-setup] Feb 13 04:38:26.197 INFO E| Downloaded percent-encoding v2.2.0 |
2542 | 2025-02-13T04:38:27.842Z | [ helios-setup] Feb 13 04:38:26.199 INFO E| Downloaded built v0.6.0 |
2543 | 2025-02-13T04:38:27.842Z | [ helios-setup] Feb 13 04:38:26.201 INFO E| Downloaded num-integer v0.1.45 |
2544 | 2025-02-13T04:38:27.870Z | [ helios-setup] Feb 13 04:38:26.232 INFO E| Downloaded thiserror-impl v1.0.38 |
2545 | 2025-02-13T04:38:27.873Z | [ helios-setup] Feb 13 04:38:26.235 INFO E| Downloaded slab v0.4.7 |
2546 | 2025-02-13T04:38:27.876Z | [ helios-setup] Feb 13 04:38:26.237 INFO E| Downloaded signal-hook-registry v1.4.0 |
2547 | 2025-02-13T04:38:27.882Z | [ helios-setup] Feb 13 04:38:26.239 INFO E| Downloaded sha1 v0.10.5 |
2548 | 2025-02-13T04:38:27.882Z | [ helios-setup] Feb 13 04:38:26.243 INFO E| Downloaded jobserver v0.1.26 |
2549 | 2025-02-13T04:38:27.885Z | [ helios-setup] Feb 13 04:38:26.247 INFO E| Downloaded sha2 v0.10.6 |
2550 | 2025-02-13T04:38:27.889Z | [ helios-setup] Feb 13 04:38:26.251 INFO E| Downloaded slog-bunyan v2.4.0 |
2551 | 2025-02-13T04:38:27.894Z | [ helios-setup] Feb 13 04:38:26.253 INFO E| Downloaded walkdir v2.3.3 |
2552 | 2025-02-13T04:38:27.897Z | [ helios-setup] Feb 13 04:38:26.257 INFO E| Downloaded toml_datetime v0.6.1 |
2553 | 2025-02-13T04:38:27.899Z | [ helios-setup] Feb 13 04:38:26.259 INFO E| Downloaded utf8parse v0.2.1 |
2554 | 2025-02-13T04:38:27.899Z | [ helios-setup] Feb 13 04:38:26.261 INFO E| Downloaded futures-io v0.3.28 |
2555 | 2025-02-13T04:38:27.903Z | [ helios-setup] Feb 13 04:38:26.263 INFO E| Downloaded pkg-config v0.3.26 |
2556 | 2025-02-13T04:38:27.906Z | [ helios-setup] Feb 13 04:38:26.265 INFO E| Downloaded fastrand v1.9.0 |
2557 | 2025-02-13T04:38:27.906Z | [ helios-setup] Feb 13 04:38:26.267 INFO E| Downloaded tokio-macros v2.0.0 |
2558 | 2025-02-13T04:38:27.908Z | [ helios-setup] Feb 13 04:38:26.270 INFO E| Downloaded log v0.4.17 |
2559 | 2025-02-13T04:38:27.912Z | [ helios-setup] Feb 13 04:38:26.274 INFO E| Downloaded want v0.3.0 |
2560 | 2025-02-13T04:38:27.914Z | [ helios-setup] Feb 13 04:38:26.275 INFO E| Downloaded tower-service v0.3.2 |
2561 | 2025-02-13T04:38:27.917Z | [ helios-setup] Feb 13 04:38:26.277 INFO E| Downloaded semver v1.0.17 |
2562 | 2025-02-13T04:38:27.920Z | [ helios-setup] Feb 13 04:38:26.281 INFO E| Downloaded spin v0.5.2 |
2563 | 2025-02-13T04:38:27.923Z | [ helios-setup] Feb 13 04:38:26.283 INFO E| Downloaded base64 v0.21.0 |
2564 | 2025-02-13T04:38:27.926Z | [ helios-setup] Feb 13 04:38:26.288 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2565 | 2025-02-13T04:38:27.930Z | [ helios-setup] Feb 13 04:38:26.292 INFO E| Downloaded bincode v1.3.3 |
2566 | 2025-02-13T04:38:27.934Z | [ helios-setup] Feb 13 04:38:26.296 INFO E| Downloaded thiserror v1.0.38 |
2567 | 2025-02-13T04:38:27.942Z | [ helios-setup] Feb 13 04:38:26.304 INFO E| Downloaded strsim v0.10.0 |
2568 | 2025-02-13T04:38:27.944Z | [ helios-setup] Feb 13 04:38:26.306 INFO E| Downloaded time v0.1.45 |
2569 | 2025-02-13T04:38:27.947Z | [ helios-setup] Feb 13 04:38:26.309 INFO E| Downloaded smartstring v1.0.1 |
2570 | 2025-02-13T04:38:27.951Z | [ helios-setup] Feb 13 04:38:26.313 INFO E| Downloaded num-traits v0.2.15 |
2571 | 2025-02-13T04:38:27.956Z | [ helios-setup] Feb 13 04:38:26.318 INFO E| Downloaded unicode-bidi v0.3.13 |
2572 | 2025-02-13T04:38:27.973Z | [ helios-setup] Feb 13 04:38:26.322 INFO E| Downloaded schemars_derive v0.8.12 |
2573 | 2025-02-13T04:38:27.977Z | [ helios-setup] Feb 13 04:38:26.324 INFO E| Downloaded toml v0.5.11 |
2574 | 2025-02-13T04:38:27.978Z | [ helios-setup] Feb 13 04:38:26.329 INFO E| Downloaded parking_lot v0.12.1 |
2575 | 2025-02-13T04:38:27.978Z | [ helios-setup] Feb 13 04:38:26.333 INFO E| Downloaded tokio-rustls v0.24.0 |
2576 | 2025-02-13T04:38:27.978Z | [ helios-setup] Feb 13 04:38:26.336 INFO E| Downloaded ucd-trie v0.1.5 |
2577 | 2025-02-13T04:38:27.980Z | [ helios-setup] Feb 13 04:38:26.339 INFO E| Downloaded uuid v1.3.0 |
2578 | 2025-02-13T04:38:27.983Z | [ helios-setup] Feb 13 04:38:26.345 INFO E| Downloaded tinyvec v1.6.0 |
2579 | 2025-02-13T04:38:27.989Z | [ helios-setup] Feb 13 04:38:26.351 INFO E| Downloaded sct v0.7.0 |
2580 | 2025-02-13T04:38:27.996Z | [ helios-setup] Feb 13 04:38:26.358 INFO E| Downloaded unicode-ident v1.0.8 |
2581 | 2025-02-13T04:38:28.003Z | [ helios-setup] Feb 13 04:38:26.364 INFO E| Downloaded url v2.3.1 |
2582 | 2025-02-13T04:38:28.007Z | [ helios-setup] Feb 13 04:38:26.369 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2583 | 2025-02-13T04:38:28.012Z | [ helios-setup] Feb 13 04:38:26.374 INFO E| Downloaded tracing v0.1.37 |
2584 | 2025-02-13T04:38:28.020Z | [ helios-setup] Feb 13 04:38:26.382 INFO E| Downloaded unicode-linebreak v0.1.4 |
2585 | 2025-02-13T04:38:28.023Z | [ helios-setup] Feb 13 04:38:26.385 INFO E| Downloaded toml_edit v0.19.8 |
2586 | 2025-02-13T04:38:28.127Z | [ helios-setup] Feb 13 04:38:26.489 INFO E| Downloaded mio v0.8.5 |
2587 | 2025-02-13T04:38:28.136Z | [ helios-setup] Feb 13 04:38:26.498 INFO E| Downloaded tokio-util v0.7.7 |
2588 | 2025-02-13T04:38:28.145Z | [ helios-setup] Feb 13 04:38:26.507 INFO E| Downloaded unicode-normalization v0.1.22 |
2589 | 2025-02-13T04:38:28.152Z | [ helios-setup] Feb 13 04:38:26.513 INFO E| Downloaded pest v2.5.7 |
2590 | 2025-02-13T04:38:28.160Z | [ helios-setup] Feb 13 04:38:26.522 INFO E| Downloaded winnow v0.4.1 |
2591 | 2025-02-13T04:38:28.173Z | [ helios-setup] Feb 13 04:38:26.535 INFO E| Downloaded http v0.2.9 |
2592 | 2025-02-13T04:38:28.179Z | [ helios-setup] Feb 13 04:38:26.541 INFO E| Downloaded crossbeam-channel v0.5.6 |
2593 | 2025-02-13T04:38:28.186Z | [ helios-setup] Feb 13 04:38:26.548 INFO E| Downloaded serde_json v1.0.95 |
2594 | 2025-02-13T04:38:28.199Z | [ helios-setup] Feb 13 04:38:26.561 INFO E| Downloaded ryu v1.0.13 |
2595 | 2025-02-13T04:38:28.204Z | [ helios-setup] Feb 13 04:38:26.566 INFO E| Downloaded syn v1.0.107 |
2596 | 2025-02-13T04:38:28.222Z | [ helios-setup] Feb 13 04:38:26.584 INFO E| Downloaded syn v2.0.72 |
2597 | 2025-02-13T04:38:28.240Z | [ helios-setup] Feb 13 04:38:26.602 INFO E| Downloaded rayon v1.6.1 |
2598 | 2025-02-13T04:38:28.252Z | [ helios-setup] Feb 13 04:38:26.614 INFO E| Downloaded h2 v0.3.16 |
2599 | 2025-02-13T04:38:28.263Z | [ helios-setup] Feb 13 04:38:26.625 INFO E| Downloaded git2 v0.16.1 |
2600 | 2025-02-13T04:38:28.276Z | [ helios-setup] Feb 13 04:38:26.638 INFO E| Downloaded hyper v0.14.25 |
2601 | 2025-02-13T04:38:28.290Z | [ helios-setup] Feb 13 04:38:26.652 INFO E| Downloaded regress v0.5.0 |
2602 | 2025-02-13T04:38:28.301Z | [ helios-setup] Feb 13 04:38:26.663 INFO E| Downloaded regex v1.7.3 |
2603 | 2025-02-13T04:38:28.316Z | [ helios-setup] Feb 13 04:38:26.678 INFO E| Downloaded chrono v0.4.24 |
2604 | 2025-02-13T04:38:28.328Z | [ helios-setup] Feb 13 04:38:26.690 INFO E| Downloaded rustls v0.21.0 |
2605 | 2025-02-13T04:38:28.369Z | [ helios-setup] Feb 13 04:38:26.730 INFO E| Downloaded rhai v1.14.0 |
2606 | 2025-02-13T04:38:28.387Z | [ helios-setup] Feb 13 04:38:26.749 INFO E| Downloaded rustix v0.37.3 |
2607 | 2025-02-13T04:38:28.419Z | [ helios-setup] Feb 13 04:38:26.781 INFO E| Downloaded idna v0.3.0 |
2608 | 2025-02-13T04:38:28.432Z | [ helios-setup] Feb 13 04:38:26.794 INFO E| Downloaded clap_builder v4.2.1 |
2609 | 2025-02-13T04:38:28.445Z | [ helios-setup] Feb 13 04:38:26.807 INFO E| Downloaded openapiv3 v1.0.2 |
2610 | 2025-02-13T04:38:28.465Z | [ helios-setup] Feb 13 04:38:26.827 INFO E| Downloaded reqwest v0.11.16 |
2611 | 2025-02-13T04:38:28.477Z | [ helios-setup] Feb 13 04:38:26.839 INFO E| Downloaded futures-util v0.3.28 |
2612 | 2025-02-13T04:38:28.495Z | [ helios-setup] Feb 13 04:38:26.857 INFO E| Downloaded serde_derive v1.0.204 |
2613 | 2025-02-13T04:38:28.499Z | [ helios-setup] Feb 13 04:38:26.861 INFO E| Downloaded serde v1.0.204 |
2614 | 2025-02-13T04:38:28.504Z | [ helios-setup] Feb 13 04:38:26.865 INFO E| Downloaded rustls-webpki v0.100.1 |
2615 | 2025-02-13T04:38:28.513Z | [ helios-setup] Feb 13 04:38:26.875 INFO E| Downloaded aho-corasick v0.7.20 |
2616 | 2025-02-13T04:38:28.520Z | [ helios-setup] Feb 13 04:38:26.882 INFO E| Downloaded toml v0.7.3 |
2617 | 2025-02-13T04:38:28.525Z | [ helios-setup] Feb 13 04:38:26.887 INFO E| Downloaded serde_yaml v0.9.21 |
2618 | 2025-02-13T04:38:28.532Z | [ helios-setup] Feb 13 04:38:26.894 INFO E| Downloaded memchr v2.5.0 |
2619 | 2025-02-13T04:38:28.539Z | [ helios-setup] Feb 13 04:38:26.901 INFO E| Downloaded tungstenite v0.18.0 |
2620 | 2025-02-13T04:38:28.547Z | [ helios-setup] Feb 13 04:38:26.906 INFO E| Downloaded tracing-core v0.1.30 |
2621 | 2025-02-13T04:38:28.550Z | [ helios-setup] Feb 13 04:38:26.911 INFO E| Downloaded tokio v1.27.0 |
2622 | 2025-02-13T04:38:28.606Z | [ helios-setup] Feb 13 04:38:26.968 INFO E| Downloaded socket2 v0.4.9 |
2623 | 2025-02-13T04:38:28.610Z | [ helios-setup] Feb 13 04:38:26.971 INFO E| Downloaded rayon-core v1.10.2 |
2624 | 2025-02-13T04:38:28.614Z | [ helios-setup] Feb 13 04:38:26.976 INFO E| Downloaded bytes v1.4.0 |
2625 | 2025-02-13T04:38:28.622Z | [ helios-setup] Feb 13 04:38:26.983 INFO E| Downloaded libc v0.2.139 |
2626 | 2025-02-13T04:38:28.670Z | [ helios-setup] Feb 13 04:38:27.032 INFO E| Downloaded textwrap v0.16.0 |
2627 | 2025-02-13T04:38:28.674Z | [ helios-setup] Feb 13 04:38:27.036 INFO E| Downloaded cc v1.0.78 |
2628 | 2025-02-13T04:38:28.678Z | [ helios-setup] Feb 13 04:38:27.040 INFO E| Downloaded typenum v1.16.0 |
2629 | 2025-02-13T04:38:28.682Z | [ helios-setup] Feb 13 04:38:27.044 INFO E| Downloaded once_cell v1.17.0 |
2630 | 2025-02-13T04:38:28.686Z | [ helios-setup] Feb 13 04:38:27.048 INFO E| Downloaded smallvec v1.10.0 |
2631 | 2025-02-13T04:38:28.689Z | [ helios-setup] Feb 13 04:38:27.051 INFO E| Downloaded rhai_codegen v1.5.0 |
2632 | 2025-02-13T04:38:28.704Z | [ helios-setup] Feb 13 04:38:27.066 INFO E| Downloaded proc-macro2 v1.0.86 |
2633 | 2025-02-13T04:38:28.709Z | [ helios-setup] Feb 13 04:38:27.071 INFO E| Downloaded crossbeam-utils v0.8.14 |
2634 | 2025-02-13T04:38:28.714Z | [ helios-setup] Feb 13 04:38:27.076 INFO E| Downloaded schemars v0.8.12 |
2635 | 2025-02-13T04:38:28.735Z | [ helios-setup] Feb 13 04:38:27.096 INFO E| Downloaded clap v4.2.1 |
2636 | 2025-02-13T04:38:28.747Z | [ helios-setup] Feb 13 04:38:27.109 INFO E| Downloaded cargo-lock v8.0.3 |
2637 | 2025-02-13T04:38:28.752Z | [ helios-setup] Feb 13 04:38:27.113 INFO E| Downloaded futures-channel v0.3.28 |
2638 | 2025-02-13T04:38:28.755Z | [ helios-setup] Feb 13 04:38:27.117 INFO E| Downloaded futures v0.3.28 |
2639 | 2025-02-13T04:38:28.776Z | [ helios-setup] Feb 13 04:38:27.133 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2640 | 2025-02-13T04:38:28.776Z | [ helios-setup] Feb 13 04:38:27.138 INFO E| Downloaded anyhow v1.0.68 |
2641 | 2025-02-13T04:38:28.783Z | [ helios-setup] Feb 13 04:38:27.145 INFO E| Downloaded tempfile v3.5.0 |
2642 | 2025-02-13T04:38:28.786Z | [ helios-setup] Feb 13 04:38:27.148 INFO E| Downloaded ipnet v2.7.2 |
2643 | 2025-02-13T04:38:28.789Z | [ helios-setup] Feb 13 04:38:27.151 INFO E| Downloaded quote v1.0.36 |
2644 | 2025-02-13T04:38:28.794Z | [ helios-setup] Feb 13 04:38:27.156 INFO E| Downloaded proc-macro-crate v1.2.1 |
2645 | 2025-02-13T04:38:28.796Z | [ helios-setup] Feb 13 04:38:27.157 INFO E| Downloaded pin-project-lite v0.2.9 |
2646 | 2025-02-13T04:38:28.803Z | [ helios-setup] Feb 13 04:38:27.165 INFO E| Downloaded parking_lot_core v0.9.6 |
2647 | 2025-02-13T04:38:28.807Z | [ helios-setup] Feb 13 04:38:27.169 INFO E| Downloaded lock_api v0.4.9 |
2648 | 2025-02-13T04:38:28.810Z | [ helios-setup] Feb 13 04:38:27.172 INFO E| Downloaded io-lifetimes v1.0.10 |
2649 | 2025-02-13T04:38:28.814Z | [ helios-setup] Feb 13 04:38:27.176 INFO E| Downloaded httparse v1.8.0 |
2650 | 2025-02-13T04:38:28.817Z | [ helios-setup] Feb 13 04:38:27.179 INFO E| Downloaded clap_derive v4.2.0 |
2651 | 2025-02-13T04:38:28.821Z | [ helios-setup] Feb 13 04:38:27.183 INFO E| Downloaded serde_derive_internals v0.26.0 |
2652 | 2025-02-13T04:38:28.824Z | [ helios-setup] Feb 13 04:38:27.186 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2653 | 2025-02-13T04:38:28.827Z | [ helios-setup] Feb 13 04:38:27.188 INFO E| Downloaded smawk v0.3.1 |
2654 | 2025-02-13T04:38:28.829Z | [ helios-setup] Feb 13 04:38:27.190 INFO E| Downloaded getrandom v0.2.8 |
2655 | 2025-02-13T04:38:28.832Z | [ helios-setup] Feb 13 04:38:27.194 INFO E| Downloaded rustls-pemfile v1.0.2 |
2656 | 2025-02-13T04:38:28.835Z | [ helios-setup] Feb 13 04:38:27.197 INFO E| Downloaded camino v1.1.4 |
2657 | 2025-02-13T04:38:28.843Z | [ helios-setup] Feb 13 04:38:27.201 INFO E| Downloaded terminal_size v0.2.6 |
2658 | 2025-02-13T04:38:28.846Z | [ helios-setup] Feb 13 04:38:27.203 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2659 | 2025-02-13T04:38:28.846Z | [ helios-setup] Feb 13 04:38:27.206 INFO E| Downloaded anstyle-parse v0.1.1 |
2660 | 2025-02-13T04:38:28.849Z | [ host-package] Compiling macaddr v1.0.1 |
2661 | 2025-02-13T04:38:28.849Z | [ helios-setup] Feb 13 04:38:27.209 INFO E| Downloaded ppv-lite86 v0.2.17 |
2662 | 2025-02-13T04:38:28.870Z | [ helios-setup] Feb 13 04:38:27.224 INFO E| Downloaded num_enum_derive v0.5.7 |
2663 | 2025-02-13T04:38:28.870Z | [ helios-setup] Feb 13 04:38:27.224 INFO E| Downloaded futures-executor v0.3.28 |
2664 | 2025-02-13T04:38:28.870Z | [ helios-setup] Feb 13 04:38:27.224 INFO E| Downloaded digest v0.10.6 |
2665 | 2025-02-13T04:38:28.870Z | [ helios-setup] Feb 13 04:38:27.224 INFO E| Downloaded slog-async v2.7.0 |
2666 | 2025-02-13T04:38:28.870Z | [ helios-setup] Feb 13 04:38:27.224 INFO E| Downloaded serde_path_to_error v0.1.11 |
2667 | 2025-02-13T04:38:28.870Z | [ helios-setup] Feb 13 04:38:27.224 INFO E| Downloaded itoa v1.0.6 |
2668 | 2025-02-13T04:38:28.870Z | [ helios-setup] Feb 13 04:38:27.224 INFO E| Downloaded errno v0.3.1 |
2669 | 2025-02-13T04:38:28.870Z | [ helios-setup] Feb 13 04:38:27.224 INFO E| Downloaded semver v0.11.0 |
2670 | 2025-02-13T04:38:28.870Z | [ helios-setup] Feb 13 04:38:27.227 INFO E| Downloaded home v0.5.4 |
2671 | 2025-02-13T04:38:28.870Z | [ helios-setup] Feb 13 04:38:27.228 INFO E| Downloaded form_urlencoded v1.1.0 |
2672 | 2025-02-13T04:38:28.870Z | [ helios-setup] Feb 13 04:38:27.229 INFO E| Downloaded either v1.8.0 |
2673 | 2025-02-13T04:38:28.870Z | [ helios-setup] Feb 13 04:38:27.231 INFO E| Downloaded clap_lex v0.4.1 |
2674 | 2025-02-13T04:38:28.874Z | [ helios-setup] Feb 13 04:38:27.232 INFO E| Downloaded serde_tokenstream v0.2.0 |
2675 | 2025-02-13T04:38:28.876Z | [ helios-setup] Feb 13 04:38:27.237 INFO E| Downloaded semver-parser v0.10.2 |
2676 | 2025-02-13T04:38:28.879Z | [ helios-setup] Feb 13 04:38:27.240 INFO E| Downloaded encoding_rs v0.8.32 |
2677 | 2025-02-13T04:38:28.930Z | [ helios-setup] Feb 13 04:38:27.292 INFO E| Downloaded paste v1.0.12 |
2678 | 2025-02-13T04:38:28.935Z | [ helios-setup] Feb 13 04:38:27.297 INFO E| Downloaded num_enum v0.5.7 |
2679 | 2025-02-13T04:38:28.943Z | [ helios-setup] Feb 13 04:38:27.305 INFO E| Downloaded is-terminal v0.4.7 |
2680 | 2025-02-13T04:38:28.946Z | [ helios-setup] Feb 13 04:38:27.306 INFO E| Downloaded futures-sink v0.3.28 |
2681 | 2025-02-13T04:38:28.948Z | [ helios-setup] Feb 13 04:38:27.308 INFO E| Downloaded num_cpus v1.15.0 |
2682 | 2025-02-13T04:38:28.951Z | [ helios-setup] Feb 13 04:38:27.312 INFO E| Downloaded futures-task v0.3.28 |
2683 | 2025-02-13T04:38:28.953Z | [ helios-setup] Feb 13 04:38:27.314 INFO E| Downloaded http-body v0.4.5 |
2684 | 2025-02-13T04:38:28.956Z | [ helios-setup] Feb 13 04:38:27.317 INFO E| Downloaded futures-core v0.3.28 |
2685 | 2025-02-13T04:38:28.960Z | [ helios-setup] Feb 13 04:38:27.319 INFO E| Downloaded dyn-clone v1.0.11 |
2686 | 2025-02-13T04:38:28.963Z | [ helios-setup] Feb 13 04:38:27.322 INFO E| Downloaded crossbeam-deque v0.8.2 |
2687 | 2025-02-13T04:38:28.966Z | [ helios-setup] Feb 13 04:38:27.325 INFO E| Downloaded const-random-macro v0.1.15 |
2688 | 2025-02-13T04:38:28.966Z | [ helios-setup] Feb 13 04:38:27.326 INFO E| Downloaded concolor-query v0.3.3 |
2689 | 2025-02-13T04:38:28.968Z | [ helios-setup] Feb 13 04:38:27.328 INFO E| Downloaded byteorder v1.4.3 |
2690 | 2025-02-13T04:38:28.971Z | [ helios-setup] Feb 13 04:38:27.332 INFO E| Downloaded anstyle v0.3.5 |
2691 | 2025-02-13T04:38:28.974Z | [ helios-setup] Feb 13 04:38:27.334 INFO E| Downloaded anstream v0.2.6 |
2692 | 2025-02-13T04:38:28.976Z | [ helios-setup] Feb 13 04:38:27.338 INFO E| Downloaded toolchain_find v0.2.0 |
2693 | 2025-02-13T04:38:28.980Z | [ helios-setup] Feb 13 04:38:27.339 INFO E| Downloaded serde_spanned v0.6.1 |
2694 | 2025-02-13T04:38:28.983Z | [ helios-setup] Feb 13 04:38:27.341 INFO E| Downloaded project-root v0.2.2 |
2695 | 2025-02-13T04:38:28.983Z | [ helios-setup] Feb 13 04:38:27.342 INFO E| Downloaded memoffset v0.7.1 |
2696 | 2025-02-13T04:38:28.985Z | [ helios-setup] Feb 13 04:38:27.344 INFO E| Downloaded lazy_static v1.4.0 |
2697 | 2025-02-13T04:38:28.986Z | [ helios-setup] Feb 13 04:38:27.347 INFO E| Downloaded async-stream v0.3.5 |
2698 | 2025-02-13T04:38:28.988Z | [ helios-setup] Feb 13 04:38:27.350 INFO E| Downloaded async-stream-impl v0.3.5 |
2699 | 2025-02-13T04:38:28.991Z | [ helios-setup] Feb 13 04:38:27.353 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2700 | 2025-02-13T04:38:29.174Z | [ helios-setup] Feb 13 04:38:27.536 INFO E| Downloaded libz-sys v1.1.8 |
2701 | 2025-02-13T04:38:29.344Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2702 | 2025-02-13T04:38:29.418Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2703 | 2025-02-13T04:38:29.553Z | [ helios-setup] Feb 13 04:38:27.915 INFO E| Downloaded ring v0.16.20 |
2704 | 2025-02-13T04:38:29.646Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2705 | 2025-02-13T04:38:29.932Z | [ helios-setup] Feb 13 04:38:28.293 INFO E| Compiling proc-macro2 v1.0.86 |
2706 | 2025-02-13T04:38:29.932Z | [ helios-setup] Feb 13 04:38:28.294 INFO E| Compiling libc v0.2.139 |
2707 | 2025-02-13T04:38:29.935Z | [ helios-setup] Feb 13 04:38:28.294 INFO E| Compiling unicode-ident v1.0.8 |
2708 | 2025-02-13T04:38:29.935Z | [ helios-setup] Feb 13 04:38:28.294 INFO E| Compiling autocfg v1.1.0 |
2709 | 2025-02-13T04:38:29.935Z | [ helios-setup] Feb 13 04:38:28.294 INFO E| Compiling cfg-if v1.0.0 |
2710 | 2025-02-13T04:38:29.935Z | [ helios-setup] Feb 13 04:38:28.294 INFO E| Compiling version_check v0.9.4 |
2711 | 2025-02-13T04:38:29.935Z | [ helios-setup] Feb 13 04:38:28.294 INFO E| Compiling serde v1.0.204 |
2712 | 2025-02-13T04:38:29.935Z | [ helios-setup] Feb 13 04:38:28.294 INFO E| Compiling syn v1.0.107 |
2713 | 2025-02-13T04:38:30.314Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2714 | 2025-02-13T04:38:30.369Z | [ host-package] Compiling prettyplease v0.2.25 |
2715 | 2025-02-13T04:38:30.778Z | [ helios-setup] Feb 13 04:38:29.138 INFO E| Compiling memchr v2.5.0 |
2716 | 2025-02-13T04:38:31.001Z | [ helios-setup] Feb 13 04:38:29.362 INFO E| Compiling once_cell v1.17.0 |
2717 | 2025-02-13T04:38:31.942Z | [ helios-setup] Feb 13 04:38:30.302 INFO E| Compiling thiserror v1.0.38 |
2718 | 2025-02-13T04:38:32.030Z | [ helios-setup] Feb 13 04:38:30.391 INFO E| Compiling log v0.4.17 |
2719 | 2025-02-13T04:38:32.663Z | [ helios-setup] Feb 13 04:38:31.025 INFO E| Compiling itoa v1.0.6 |
2720 | 2025-02-13T04:38:33.123Z | [ helios-setup] Feb 13 04:38:31.484 INFO E| Compiling quote v1.0.36 |
2721 | 2025-02-13T04:38:33.194Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2722 | 2025-02-13T04:38:33.435Z | [ helios-setup] Feb 13 04:38:31.797 INFO E| Compiling serde_json v1.0.95 |
2723 | 2025-02-13T04:38:33.803Z | [ helios-setup] Feb 13 04:38:32.164 INFO E| Compiling syn v2.0.72 |
2724 | 2025-02-13T04:38:34.714Z | [ helios-setup] Feb 13 04:38:33.075 INFO E| Compiling getrandom v0.2.8 |
2725 | 2025-02-13T04:38:34.895Z | [ helios-setup] Feb 13 04:38:33.255 INFO E| Compiling jobserver v0.1.26 |
2726 | 2025-02-13T04:38:35.097Z | [ helios-setup] Feb 13 04:38:33.458 INFO E| Compiling scopeguard v1.1.0 |
2727 | 2025-02-13T04:38:35.593Z | [ helios-setup] Feb 13 04:38:33.923 INFO E| Compiling pin-project-lite v0.2.9 |
2728 | 2025-02-13T04:38:35.763Z | [ helios-setup] Feb 13 04:38:34.083 INFO E| Compiling cc v1.0.78 |
2729 | 2025-02-13T04:38:35.868Z | [ helios-setup] Feb 13 04:38:34.218 INFO E| Compiling indexmap v1.9.3 |
2730 | 2025-02-13T04:38:35.921Z | [ helios-setup] Feb 13 04:38:34.247 INFO E| Compiling bytes v1.4.0 |
2731 | 2025-02-13T04:38:36.030Z | [ helios-setup] Feb 13 04:38:34.374 INFO E| Compiling futures-core v0.3.28 |
2732 | 2025-02-13T04:38:36.092Z | [ host-package] Compiling progenitor v0.9.1 |
2733 | 2025-02-13T04:38:36.132Z | [ helios-setup] Feb 13 04:38:34.480 INFO E| Compiling num-integer v0.1.45 |
2734 | 2025-02-13T04:38:36.687Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2735 | 2025-02-13T04:38:36.871Z | [ helios-setup] Feb 13 04:38:35.232 INFO E| Compiling ryu v1.0.13 |
2736 | 2025-02-13T04:38:38.170Z | [ helios-setup] Feb 13 04:38:36.531 INFO E| Compiling lock_api v0.4.9 |
2737 | 2025-02-13T04:38:38.222Z | [ helios-setup] Feb 13 04:38:36.583 INFO E| Compiling parking_lot_core v0.9.6 |
2738 | 2025-02-13T04:38:38.755Z | [ helios-setup] Feb 13 04:38:37.115 INFO E| Compiling bitflags v1.3.2 |
2739 | 2025-02-13T04:38:38.862Z | [ helios-setup] Feb 13 04:38:37.222 INFO E| Compiling typenum v1.16.0 |
2740 | 2025-02-13T04:38:39.391Z | [ helios-setup] Feb 13 04:38:37.750 INFO E| Compiling num_cpus v1.15.0 |
2741 | 2025-02-13T04:38:39.553Z | [ helios-setup] Feb 13 04:38:37.914 INFO E| Compiling slab v0.4.7 |
2742 | 2025-02-13T04:38:39.735Z | [ helios-setup] Feb 13 04:38:38.096 INFO E| Compiling generic-array v0.14.6 |
2743 | 2025-02-13T04:38:39.866Z | [ helios-setup] Feb 13 04:38:38.227 INFO E| Compiling futures-channel v0.3.28 |
2744 | 2025-02-13T04:38:39.867Z | [ helios-setup] Feb 13 04:38:38.227 INFO E| Compiling futures-sink v0.3.28 |
2745 | 2025-02-13T04:38:39.891Z | [ helios-setup] Feb 13 04:38:38.251 INFO E| Compiling futures-task v0.3.28 |
2746 | 2025-02-13T04:38:40.099Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2747 | 2025-02-13T04:38:40.678Z | [ helios-setup] Feb 13 04:38:39.039 INFO E| Compiling tokio v1.27.0 |
2748 | 2025-02-13T04:38:40.858Z | [ helios-setup] Feb 13 04:38:39.219 INFO E| Compiling futures-util v0.3.28 |
2749 | 2025-02-13T04:38:41.921Z | [ helios-setup] Feb 13 04:38:40.282 INFO E| Compiling mio v0.8.5 |
2750 | 2025-02-13T04:38:42.149Z | [ helios-setup] Feb 13 04:38:40.509 INFO E| Compiling socket2 v0.4.9 |
2751 | 2025-02-13T04:38:42.243Z | [ helios-setup] Feb 13 04:38:40.603 INFO E| Compiling signal-hook-registry v1.4.0 |
2752 | 2025-02-13T04:38:42.335Z | [ helios-setup] Feb 13 04:38:40.695 INFO E| Compiling futures-io v0.3.28 |
2753 | 2025-02-13T04:38:42.643Z | [ helios-setup] Feb 13 04:38:41.003 INFO E| Compiling pin-utils v0.1.0 |
2754 | 2025-02-13T04:38:42.981Z | [ helios-setup] Feb 13 04:38:41.341 INFO E| Compiling schemars v0.8.12 |
2755 | 2025-02-13T04:38:43.184Z | [ helios-setup] Feb 13 04:38:41.544 INFO E| Compiling num-traits v0.2.15 |
2756 | 2025-02-13T04:38:43.877Z | [ helios-setup] Feb 13 04:38:42.237 INFO E| Compiling ahash v0.7.6 |
2757 | 2025-02-13T04:38:44.331Z | [ helios-setup] Feb 13 04:38:42.691 INFO E| Compiling crunchy v0.2.2 |
2758 | 2025-02-13T04:38:44.995Z | [ helios-setup] Feb 13 04:38:43.355 INFO E| Compiling serde_derive_internals v0.26.0 |
2759 | 2025-02-13T04:38:45.292Z | [ helios-setup] Feb 13 04:38:43.652 INFO E| Compiling io-lifetimes v1.0.10 |
2760 | 2025-02-13T04:38:45.749Z | [ helios-setup] Feb 13 04:38:44.109 INFO E| Compiling ahash v0.8.3 |
2761 | 2025-02-13T04:38:46.414Z | [ helios-setup] Feb 13 04:38:44.774 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2762 | 2025-02-13T04:38:46.475Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2763 | 2025-02-13T04:38:46.738Z | [ helios-setup] Feb 13 04:38:45.096 INFO E| Compiling block-buffer v0.10.3 |
2764 | 2025-02-13T04:38:46.930Z | [ helios-setup] Feb 13 04:38:45.290 INFO E| Compiling crypto-common v0.1.6 |
2765 | 2025-02-13T04:38:47.352Z | [ helios-setup] Feb 13 04:38:45.711 INFO E| Compiling hashbrown v0.12.3 |
2766 | 2025-02-13T04:38:47.445Z | [ helios-setup] Feb 13 04:38:45.805 INFO E| Compiling tiny-keccak v2.0.2 |
2767 | 2025-02-13T04:38:47.516Z | [ helios-setup] Feb 13 04:38:45.876 INFO E| Compiling slog v2.7.0 |
2768 | 2025-02-13T04:38:47.659Z | [ helios-setup] Feb 13 04:38:46.018 INFO E| Compiling crossbeam-utils v0.8.14 |
2769 | 2025-02-13T04:38:47.765Z | [ helios-setup] Feb 13 04:38:46.125 INFO E| Compiling rustix v0.37.3 |
2770 | 2025-02-13T04:38:49.323Z | [ helios-setup] Feb 13 04:38:47.683 INFO E| Compiling digest v0.10.6 |
2771 | 2025-02-13T04:38:50.354Z | [ helios-setup] Feb 13 04:38:48.713 INFO E| Compiling errno v0.3.1 |
2772 | 2025-02-13T04:38:50.917Z | [ helios-setup] Feb 13 04:38:49.276 INFO E| Compiling pkg-config v0.3.26 |
2773 | 2025-02-13T04:38:50.920Z | [ helios-setup] Feb 13 04:38:49.277 INFO E| Compiling cpufeatures v0.2.5 |
2774 | 2025-02-13T04:38:51.043Z | [ helios-setup] Feb 13 04:38:49.402 INFO E| Compiling anyhow v1.0.68 |
2775 | 2025-02-13T04:38:51.043Z | [ helios-setup] Feb 13 04:38:49.402 INFO E| Compiling unicode-width v0.1.10 |
2776 | 2025-02-13T04:38:51.477Z | [ helios-setup] Feb 13 04:38:49.807 INFO E| Compiling fnv v1.0.7 |
2777 | 2025-02-13T04:38:52.149Z | [ helios-setup] Feb 13 04:38:50.507 INFO E| Compiling http v0.2.9 |
2778 | 2025-02-13T04:38:52.391Z | [ helios-setup] Feb 13 04:38:50.750 INFO E| Compiling thiserror-impl v1.0.38 |
2779 | 2025-02-13T04:38:52.489Z | [ helios-setup] Feb 13 04:38:50.848 INFO E| Compiling schemars_derive v0.8.12 |
2780 | 2025-02-13T04:38:54.241Z | [ helios-setup] Feb 13 04:38:52.600 INFO E| Compiling serde_derive v1.0.204 |
2781 | 2025-02-13T04:38:54.302Z | [ helios-setup] Feb 13 04:38:52.661 INFO E| Compiling tokio-macros v2.0.0 |
2782 | 2025-02-13T04:38:54.398Z | [ helios-setup] Feb 13 04:38:52.756 INFO E| Compiling futures-macro v0.3.28 |
2783 | 2025-02-13T04:38:58.628Z | [ helios-setup] Feb 13 04:38:56.986 INFO E| Compiling aho-corasick v0.7.20 |
2784 | 2025-02-13T04:38:58.743Z | [ helios-setup] Feb 13 04:38:57.102 INFO E| Compiling regex-syntax v0.6.29 |
2785 | 2025-02-13T04:38:59.348Z | [ helios-setup] Feb 13 04:38:57.706 INFO E| Compiling tinyvec_macros v0.1.1 |
2786 | 2025-02-13T04:38:59.784Z | [ helios-setup] Feb 13 04:38:58.142 INFO E| Compiling httparse v1.8.0 |
2787 | 2025-02-13T04:38:59.967Z | [ helios-setup] Feb 13 04:38:58.324 INFO E| Compiling percent-encoding v2.2.0 |
2788 | 2025-02-13T04:39:00.357Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2789 | 2025-02-13T04:39:00.819Z | [ helios-setup] Feb 13 04:38:59.176 INFO E| Compiling heck v0.4.1 |
2790 | 2025-02-13T04:39:00.960Z | [ helios-setup] Feb 13 04:38:59.317 INFO E| Compiling tinyvec v1.6.0 |
2791 | 2025-02-13T04:39:01.031Z | [ helios-setup] Feb 13 04:38:59.389 INFO E| Compiling form_urlencoded v1.1.0 |
2792 | 2025-02-13T04:39:01.456Z | [ helios-setup] Feb 13 04:38:59.814 INFO E| Compiling const-random-macro v0.1.15 |
2793 | 2025-02-13T04:39:02.226Z | [ helios-setup] Feb 13 04:39:00.584 INFO E| Compiling hashbrown v0.13.2 |
2794 | 2025-02-13T04:39:02.728Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2795 | 2025-02-13T04:39:04.212Z | [ helios-setup] Feb 13 04:39:02.564 INFO E| Compiling libz-sys v1.1.8 |
2796 | 2025-02-13T04:39:04.498Z | [ helios-setup] Feb 13 04:39:02.855 INFO E| Compiling chrono v0.4.24 |
2797 | 2025-02-13T04:39:04.909Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2798 | 2025-02-13T04:39:05.169Z | [ helios-setup] Feb 13 04:39:03.526 INFO E| Compiling getopts v0.2.21 |
2799 | 2025-02-13T04:39:05.669Z | [ helios-setup] Feb 13 04:39:04.026 INFO E| Compiling memoffset v0.7.1 |
2800 | 2025-02-13T04:39:05.784Z | [ helios-setup] Feb 13 04:39:04.141 INFO E| Compiling regex v1.7.3 |
2801 | 2025-02-13T04:39:06.815Z | [ helios-setup] Feb 13 04:39:05.172 INFO E| Compiling time-core v0.1.2 |
2802 | 2025-02-13T04:39:07.354Z | [ helios-setup] Feb 13 04:39:05.712 INFO E| Compiling num-conv v0.1.0 |
2803 | 2025-02-13T04:39:07.628Z | [ host-package] Compiling half v2.4.1 |
2804 | 2025-02-13T04:39:07.743Z | [ helios-setup] Feb 13 04:39:06.100 INFO E| Compiling uuid v1.3.0 |
2805 | 2025-02-13T04:39:07.829Z | [ helios-setup] Feb 13 04:39:06.186 INFO E| Compiling powerfmt v0.2.0 |
2806 | 2025-02-13T04:39:08.216Z | [ helios-setup] Feb 13 04:39:06.574 INFO E| Compiling dyn-clone v1.0.11 |
2807 | 2025-02-13T04:39:08.466Z | [ helios-setup] Feb 13 04:39:06.823 INFO E| Compiling deranged v0.3.11 |
2808 | 2025-02-13T04:39:08.816Z | [ helios-setup] Feb 13 04:39:07.173 INFO E| Compiling time-macros v0.2.18 |
2809 | 2025-02-13T04:39:09.164Z | [ host-package] Compiling ciborium-io v0.2.2 |
2810 | 2025-02-13T04:39:09.444Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2811 | 2025-02-13T04:39:09.616Z | [ helios-setup] Feb 13 04:39:07.973 INFO E| Compiling unicode-normalization v0.1.22 |
2812 | 2025-02-13T04:39:09.705Z | [ helios-setup] Feb 13 04:39:08.062 INFO E| Compiling regress v0.5.0 |
2813 | 2025-02-13T04:39:10.603Z | [ host-package] Compiling ciborium v0.2.2 |
2814 | 2025-02-13T04:39:12.369Z | [ helios-setup] Feb 13 04:39:10.725 INFO E| Compiling const-random v0.1.15 |
2815 | 2025-02-13T04:39:13.313Z | [ helios-setup] Feb 13 04:39:11.669 INFO E| Compiling tracing-core v0.1.30 |
2816 | 2025-02-13T04:39:13.571Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2817 | 2025-02-13T04:39:13.895Z | [ helios-setup] Feb 13 04:39:12.252 INFO E| Compiling crossbeam-epoch v0.9.13 |
2818 | 2025-02-13T04:39:14.895Z | [ host-package] Compiling display-error-chain v0.2.2 |
2819 | 2025-02-13T04:39:15.277Z | [ helios-setup] Feb 13 04:39:13.633 INFO E| Compiling unicode-bidi v0.3.13 |
2820 | 2025-02-13T04:39:15.520Z | [ helios-setup] Feb 13 04:39:13.877 INFO E| Compiling ucd-trie v0.1.5 |
2821 | 2025-02-13T04:39:15.544Z | [ host-package] Compiling same-file v1.0.6 |
2822 | 2025-02-13T04:39:15.785Z | [ host-package] Compiling fastrand v2.1.1 |
2823 | 2025-02-13T04:39:15.859Z | [ helios-setup] Feb 13 04:39:14.215 INFO E| Compiling num_threads v0.1.6 |
2824 | 2025-02-13T04:39:16.136Z | [ host-package] Compiling walkdir v2.5.0 |
2825 | 2025-02-13T04:39:16.926Z | [ host-package] Compiling tempfile v3.13.0 |
2826 | 2025-02-13T04:39:17.040Z | [ helios-setup] Feb 13 04:39:15.396 INFO E| Compiling time v0.3.36 |
2827 | 2025-02-13T04:39:17.262Z | [ helios-setup] Feb 13 04:39:15.617 INFO E| Compiling idna v0.3.0 |
2828 | 2025-02-13T04:39:17.355Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2829 | 2025-02-13T04:39:18.278Z | [ helios-setup] Feb 13 04:39:16.634 INFO E| Compiling pest v2.5.7 |
2830 | 2025-02-13T04:39:18.798Z | [ host-package] Compiling blake3 v1.5.4 |
2831 | 2025-02-13T04:39:19.220Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2832 | 2025-02-13T04:39:20.272Z | [ helios-setup] Feb 13 04:39:18.628 INFO E| Compiling toml v0.5.11 |
2833 | 2025-02-13T04:39:20.322Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
2834 | 2025-02-13T04:39:20.808Z | [ helios-setup] Feb 13 04:39:19.164 INFO E| Compiling serde_tokenstream v0.2.0 |
2835 | 2025-02-13T04:39:21.976Z | [ helios-setup] Feb 13 04:39:20.331 INFO E| Compiling smallvec v1.10.0 |
2836 | 2025-02-13T04:39:24.128Z | [ host-package] Compiling xattr v1.3.1 |
2837 | 2025-02-13T04:39:24.345Z | [ helios-setup] Feb 13 04:39:22.699 INFO E| Compiling parking_lot v0.12.1 |
2838 | 2025-02-13T04:39:24.924Z | [ host-package] Compiling memmap2 v0.9.5 |
2839 | 2025-02-13T04:39:25.425Z | [ host-package] Compiling filetime v0.2.25 |
2840 | 2025-02-13T04:39:25.998Z | [ host-package] Compiling arrayvec v0.7.6 |
2841 | 2025-02-13T04:39:26.441Z | [ host-package] Compiling crunchy v0.2.2 |
2842 | 2025-02-13T04:39:26.814Z | [ host-package] Compiling arrayref v0.3.9 |
2843 | 2025-02-13T04:39:27.204Z | [ host-package] Compiling keccak v0.1.5 |
2844 | 2025-02-13T04:39:27.422Z | [ host-package] Compiling maplit v1.0.2 |
2845 | 2025-02-13T04:39:27.613Z | [ helios-setup] Feb 13 04:39:25.967 INFO E| Compiling tracing v0.1.37 |
2846 | 2025-02-13T04:39:27.731Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2847 | 2025-02-13T04:39:29.376Z | [ helios-setup] Feb 13 04:39:27.726 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2848 | 2025-02-13T04:39:29.432Z | [ host-package] Compiling sha3 v0.10.8 |
2849 | 2025-02-13T04:39:29.549Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2850 | 2025-02-13T04:39:30.666Z | [ host-package] Compiling tar v0.4.42 |
2851 | 2025-02-13T04:39:30.726Z | [ helios-setup] Feb 13 04:39:29.080 INFO E| Compiling crossbeam-channel v0.5.6 |
2852 | 2025-02-13T04:39:31.157Z | [ host-package] Compiling const_format v0.2.34 |
2853 | 2025-02-13T04:39:31.610Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2854 | 2025-02-13T04:39:31.732Z | [ helios-setup] Feb 13 04:39:30.087 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2855 | 2025-02-13T04:39:32.421Z | [ host-package] Compiling toolchain_find v0.4.0 |
2856 | 2025-02-13T04:39:32.611Z | [ host-package] Compiling topological-sort v0.2.2 |
2857 | 2025-02-13T04:39:33.185Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2858 | 2025-02-13T04:39:33.670Z | [ helios-setup] Feb 13 04:39:32.022 INFO E| Compiling dirs-sys-next v0.1.2 |
2859 | 2025-02-13T04:39:33.732Z | [ helios-setup] Feb 13 04:39:32.086 INFO E| Compiling time v0.1.45 |
2860 | 2025-02-13T04:39:33.838Z | [ host-package] Compiling omicron-zone-package v0.12.0 |
2861 | 2025-02-13T04:39:34.065Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2862 | 2025-02-13T04:39:34.303Z | [ helios-setup] Feb 13 04:39:32.655 INFO E| Compiling semver v1.0.17 |
2863 | 2025-02-13T04:39:34.924Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2864 | 2025-02-13T04:39:35.057Z | [ helios-setup] Feb 13 04:39:33.411 INFO E| Compiling iana-time-zone v0.1.56 |
2865 | 2025-02-13T04:39:35.436Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2866 | 2025-02-13T04:39:35.621Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2867 | 2025-02-13T04:39:35.725Z | [ helios-setup] Feb 13 04:39:34.079 INFO E| Compiling crc32fast v1.3.2 |
2868 | 2025-02-13T04:39:36.379Z | [ host-package] Compiling r2d2 v0.8.10 |
2869 | 2025-02-13T04:39:37.303Z | [ helios-setup] Feb 13 04:39:35.655 INFO E| Compiling dirs-next v2.0.0 |
2870 | 2025-02-13T04:39:37.422Z | [ host-package] Compiling diesel_derives v2.2.3 |
2871 | 2025-02-13T04:39:37.971Z | [ host-package] Compiling phf_generator v0.11.2 |
2872 | 2025-02-13T04:39:38.296Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2873 | 2025-02-13T04:39:38.585Z | [ host-package] Compiling secrecy v0.8.0 |
2874 | 2025-02-13T04:39:38.716Z | [ helios-setup] Feb 13 04:39:37.070 INFO E| Compiling proc-macro-crate v1.2.1 |
2875 | 2025-02-13T04:39:39.442Z | [ host-package] Compiling ena v0.14.3 |
2876 | 2025-02-13T04:39:39.491Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2877 | 2025-02-13T04:39:40.191Z | [ host-package] Compiling diff v0.1.13 |
2878 | 2025-02-13T04:39:40.257Z | [ host-package] Compiling arc-swap v1.7.1 |
2879 | 2025-02-13T04:39:40.346Z | [ host-package] Compiling regex-syntax v0.6.29 |
2880 | 2025-02-13T04:39:40.353Z | [ helios-setup] Feb 13 04:39:38.707 INFO E| Compiling semver-parser v0.10.2 |
2881 | 2025-02-13T04:39:40.465Z | [ helios-setup] Feb 13 04:39:38.818 INFO E| Compiling url v2.3.1 |
2882 | 2025-02-13T04:39:41.784Z | [ host-package] Compiling slog-scope v4.4.0 |
2883 | 2025-02-13T04:39:41.816Z | [ helios-setup] Feb 13 04:39:40.169 INFO E| Compiling tokio-util v0.7.7 |
2884 | 2025-02-13T04:39:41.957Z | [ host-package] Compiling phf_codegen v0.11.2 |
2885 | 2025-02-13T04:39:42.061Z | [ helios-setup] Feb 13 04:39:40.414 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2886 | 2025-02-13T04:39:42.651Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2887 | 2025-02-13T04:39:43.110Z | [ helios-setup] Feb 13 04:39:41.463 INFO E| Compiling futures-executor v0.3.28 |
2888 | 2025-02-13T04:39:43.371Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2889 | 2025-02-13T04:39:43.453Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2890 | 2025-02-13T04:39:44.142Z | [ helios-setup] Feb 13 04:39:42.495 INFO E| Compiling thread_local v1.1.7 |
2891 | 2025-02-13T04:39:44.340Z | [ host-package] Compiling universal-hash v0.5.1 |
2892 | 2025-02-13T04:39:44.679Z | [ helios-setup] Feb 13 04:39:43.031 INFO E| Compiling same-file v1.0.6 |
2893 | 2025-02-13T04:39:44.938Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2894 | 2025-02-13T04:39:45.141Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2895 | 2025-02-13T04:39:45.218Z | [ helios-setup] Feb 13 04:39:43.571 INFO E| Compiling rayon-core v1.10.2 |
2896 | 2025-02-13T04:39:45.502Z | [ helios-setup] Feb 13 04:39:43.853 INFO E| Compiling try-lock v0.2.4 |
2897 | 2025-02-13T04:39:45.886Z | [ helios-setup] Feb 13 04:39:44.238 INFO E| Compiling adler v1.0.2 |
2898 | 2025-02-13T04:39:46.402Z | [ helios-setup] Feb 13 04:39:44.755 INFO E| Compiling miniz_oxide v0.6.2 |
2899 | 2025-02-13T04:39:46.643Z | [ helios-setup] Feb 13 04:39:44.996 INFO E| Compiling want v0.3.0 |
2900 | 2025-02-13T04:39:46.735Z | [ helios-setup] Feb 13 04:39:45.088 INFO E| Compiling walkdir v2.3.3 |
2901 | 2025-02-13T04:39:49.008Z | [ helios-setup] Feb 13 04:39:47.361 INFO E| Compiling h2 v0.3.16 |
2902 | 2025-02-13T04:39:49.441Z | [ host-package] Compiling lalrpop v0.19.12 |
2903 | 2025-02-13T04:39:50.288Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2904 | 2025-02-13T04:39:50.350Z | [ helios-setup] Feb 13 04:39:48.702 INFO E| Compiling futures v0.3.28 |
2905 | 2025-02-13T04:39:50.663Z | [ helios-setup] Feb 13 04:39:49.015 INFO E| Compiling semver v0.11.0 |
2906 | 2025-02-13T04:39:50.749Z | [ host-package] Compiling unicase v2.7.0 |
2907 | 2025-02-13T04:39:51.460Z | [ helios-setup] Feb 13 04:39:49.812 INFO E| Compiling num_enum_derive v0.5.7 |
2908 | 2025-02-13T04:39:51.827Z | [ helios-setup] Feb 13 04:39:50.180 INFO E| Compiling crossbeam-deque v0.8.2 |
2909 | 2025-02-13T04:39:51.865Z | [ host-package] Compiling ref-cast v1.0.23 |
2910 | 2025-02-13T04:39:52.713Z | [ helios-setup] Feb 13 04:39:51.064 INFO E| Compiling term v0.7.0 |
2911 | 2025-02-13T04:39:52.843Z | [ host-package] Compiling opaque-debug v0.3.1 |
2912 | 2025-02-13T04:39:53.192Z | [ host-package] Compiling poly1305 v0.8.0 |
2913 | 2025-02-13T04:39:53.601Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2914 | 2025-02-13T04:39:54.954Z | [ helios-setup] Feb 13 04:39:53.306 INFO E| Compiling http-body v0.4.5 |
2915 | 2025-02-13T04:39:55.719Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2916 | 2025-02-13T04:39:55.942Z | [ helios-setup] Feb 13 04:39:54.292 INFO E| Compiling sha2 v0.10.6 |
2917 | 2025-02-13T04:39:56.079Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2918 | 2025-02-13T04:39:56.810Z | [ helios-setup] Feb 13 04:39:55.161 INFO E| Compiling ring v0.16.20 |
2919 | 2025-02-13T04:39:57.833Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2920 | 2025-02-13T04:39:58.268Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2921 | 2025-02-13T04:39:58.909Z | [ helios-setup] Feb 13 04:39:57.260 INFO E| Compiling rand_core v0.6.4 |
2922 | 2025-02-13T04:39:58.956Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2923 | 2025-02-13T04:39:59.283Z | [ host-package] Compiling chacha20 v0.9.1 |
2924 | 2025-02-13T04:40:00.098Z | [ helios-setup] Feb 13 04:39:58.447 INFO E| Compiling atty v0.2.14 |
2925 | 2025-02-13T04:40:00.580Z | [ helios-setup] Feb 13 04:39:58.931 INFO E| Compiling tower-service v0.3.2 |
2926 | 2025-02-13T04:40:00.656Z | [ helios-setup] Feb 13 04:39:59.007 INFO E| Compiling ppv-lite86 v0.2.17 |
2927 | 2025-02-13T04:40:00.705Z | [ host-package] Compiling diesel v2.2.6 |
2928 | 2025-02-13T04:40:00.841Z | [ host-package] Compiling headers-core v0.3.0 |
2929 | 2025-02-13T04:40:01.315Z | [ host-package] Compiling aead v0.5.2 |
2930 | 2025-02-13T04:40:02.184Z | [ host-package] Compiling libxml v0.3.3 |
2931 | 2025-02-13T04:40:02.618Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2932 | 2025-02-13T04:40:02.711Z | [ helios-setup] Feb 13 04:40:01.059 INFO E| Compiling utf8parse v0.2.1 |
2933 | 2025-02-13T04:40:02.754Z | [ helios-setup] Feb 13 04:40:01.105 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2934 | 2025-02-13T04:40:02.793Z | [ helios-setup] Feb 13 04:40:01.144 INFO E| Compiling fastrand v1.9.0 |
2935 | 2025-02-13T04:40:03.064Z | [ helios-setup] Feb 13 04:40:01.415 INFO E| Compiling httpdate v1.0.2 |
2936 | 2025-02-13T04:40:03.321Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2937 | 2025-02-13T04:40:03.885Z | [ helios-setup] Feb 13 04:40:02.236 INFO E| Compiling base64 v0.21.0 |
2938 | 2025-02-13T04:40:03.944Z | [ helios-setup] Feb 13 04:40:02.294 INFO E| Compiling home v0.5.4 |
2939 | 2025-02-13T04:40:04.555Z | [ helios-setup] Feb 13 04:40:02.906 INFO E| Compiling lazy_static v1.4.0 |
2940 | 2025-02-13T04:40:04.713Z | [ host-package] Compiling vte v0.11.1 |
2941 | 2025-02-13T04:40:04.926Z | [ helios-setup] Feb 13 04:40:03.277 INFO E| Compiling toolchain_find v0.2.0 |
2942 | 2025-02-13T04:40:05.650Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2943 | 2025-02-13T04:40:05.999Z | [ helios-setup] Feb 13 04:40:04.350 INFO E| Compiling hyper v0.14.25 |
2944 | 2025-02-13T04:40:06.039Z | [ helios-setup] Feb 13 04:40:04.390 INFO E| Compiling tempfile v3.5.0 |
2945 | 2025-02-13T04:40:07.325Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2946 | 2025-02-13T04:40:07.467Z | [ helios-setup] Feb 13 04:40:05.817 INFO E| Compiling anstyle-parse v0.1.1 |
2947 | 2025-02-13T04:40:07.772Z | [ host-package] Compiling headers v0.4.0 |
2948 | 2025-02-13T04:40:08.189Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2949 | 2025-02-13T04:40:09.341Z | [ helios-setup] Feb 13 04:40:07.691 INFO E| Compiling rand_chacha v0.3.1 |
2950 | 2025-02-13T04:40:09.707Z | [ helios-setup] Feb 13 04:40:08.056 INFO E| Compiling slog-term v2.9.0 |
2951 | 2025-02-13T04:40:13.162Z | [ host-package] Compiling vsss-rs v3.3.4 |
2952 | 2025-02-13T04:40:14.518Z | [ host-package] Compiling chrono-tz v0.10.1 |
2953 | 2025-02-13T04:40:16.019Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2954 | 2025-02-13T04:40:18.340Z | [ helios-setup] Feb 13 04:40:16.689 INFO E| Compiling num_enum v0.5.7 |
2955 | 2025-02-13T04:40:18.840Z | [ helios-setup] Feb 13 04:40:17.189 INFO E| Compiling cargo-lock v8.0.3 |
2956 | 2025-02-13T04:40:18.843Z | [ helios-setup] Feb 13 04:40:17.190 INFO E| Compiling flate2 v1.0.25 |
2957 | 2025-02-13T04:40:22.084Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2958 | 2025-02-13T04:40:22.131Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2959 | 2025-02-13T04:40:23.085Z | [ host-package] Compiling strum_macros v0.24.3 |
2960 | 2025-02-13T04:40:24.653Z | [ helios-setup] Feb 13 04:40:23.002 INFO E| Compiling serde_urlencoded v0.7.1 |
2961 | 2025-02-13T04:40:25.975Z | [ helios-setup] Feb 13 04:40:24.324 INFO E| Compiling is-terminal v0.4.7 |
2962 | 2025-02-13T04:40:26.270Z | [ helios-setup] Feb 13 04:40:24.618 INFO E| Compiling sha1 v0.10.5 |
2963 | 2025-02-13T04:40:29.293Z | [ helios-setup] Feb 13 04:40:27.640 INFO E| Compiling concolor-query v0.3.3 |
2964 | 2025-02-13T04:40:29.502Z | [ host-package] Compiling fxhash v0.2.1 |
2965 | 2025-02-13T04:40:29.974Z | [ helios-setup] Feb 13 04:40:28.251 INFO E| Compiling either v1.8.0 |
2966 | 2025-02-13T04:40:30.152Z | [ host-package] Compiling samael v0.0.17 |
2967 | 2025-02-13T04:40:30.568Z | [ host-package] Compiling bytecount v0.6.8 |
2968 | 2025-02-13T04:40:30.712Z | [ helios-setup] Feb 13 04:40:29.060 INFO E| Compiling concolor-override v1.0.0 |
2969 | 2025-02-13T04:40:31.076Z | [ host-package] Compiling indoc v1.0.9 |
2970 | 2025-02-13T04:40:31.330Z | [ helios-setup] Feb 13 04:40:29.678 INFO E| Compiling anstyle v0.3.5 |
2971 | 2025-02-13T04:40:32.441Z | [ helios-setup] Feb 13 04:40:30.789 INFO E| Compiling anstream v0.2.6 |
2972 | 2025-02-13T04:40:32.733Z | [ host-package] Compiling papergrid v0.11.0 |
2973 | 2025-02-13T04:40:32.987Z | [ helios-setup] Feb 13 04:40:31.334 INFO E| Compiling rayon v1.6.1 |
2974 | 2025-02-13T04:40:34.955Z | [ helios-setup] Feb 13 04:40:33.301 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2975 | 2025-02-13T04:40:36.839Z | [ host-package] Compiling polar-core v0.27.3 |
2976 | 2025-02-13T04:40:37.237Z | [ helios-setup] Feb 13 04:40:35.582 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2977 | 2025-02-13T04:40:37.588Z | [ helios-setup] Feb 13 04:40:35.916 INFO E| Compiling rand v0.8.5 |
2978 | 2025-02-13T04:40:37.985Z | [ helios-setup] Feb 13 04:40:36.332 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2979 | 2025-02-13T04:40:39.896Z | [ helios-setup] Feb 13 04:40:38.241 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2980 | 2025-02-13T04:40:41.824Z | [ helios-setup] Feb 13 04:40:40.170 INFO E| Compiling openapiv3 v1.0.2 |
2981 | 2025-02-13T04:40:42.026Z | [ helios-setup] Feb 13 04:40:40.372 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2982 | 2025-02-13T04:40:42.403Z | [ helios-setup] Feb 13 04:40:40.749 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2983 | 2025-02-13T04:40:42.459Z | [ helios-setup] Feb 13 04:40:40.804 INFO E| Compiling encoding_rs v0.8.32 |
2984 | 2025-02-13T04:40:43.700Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2985 | 2025-02-13T04:40:44.281Z | [ helios-setup] Feb 13 04:40:42.627 INFO E| Compiling ipnet v2.7.2 |
2986 | 2025-02-13T04:40:45.431Z | [ host-package] Compiling derive_builder v0.20.2 |
2987 | 2025-02-13T04:40:47.980Z | [ helios-setup] Feb 13 04:40:46.326 INFO E| Compiling base64 v0.13.1 |
2988 | 2025-02-13T04:40:49.771Z | [ helios-setup] Feb 13 04:40:48.116 INFO E| Compiling unsafe-libyaml v0.2.8 |
2989 | 2025-02-13T04:40:49.794Z | [ helios-setup] Feb 13 04:40:48.139 INFO E| Compiling strsim v0.10.0 |
2990 | 2025-02-13T04:40:49.975Z | [ helios-setup] Feb 13 04:40:48.320 INFO E| Compiling untrusted v0.7.1 |
2991 | 2025-02-13T04:40:50.575Z | [ helios-setup] Feb 13 04:40:48.920 INFO E| Compiling utf-8 v0.7.6 |
2992 | 2025-02-13T04:40:51.941Z | [ helios-setup] Feb 13 04:40:50.285 INFO E| Compiling spin v0.5.2 |
2993 | 2025-02-13T04:40:52.182Z | [ helios-setup] Feb 13 04:40:50.527 INFO E| Compiling clap_lex v0.4.1 |
2994 | 2025-02-13T04:40:52.824Z | [ helios-setup] Feb 13 04:40:51.169 INFO E| Compiling byteorder v1.4.3 |
2995 | 2025-02-13T04:40:53.231Z | [ helios-setup] Feb 13 04:40:51.577 INFO E| Compiling mime v0.3.17 |
2996 | 2025-02-13T04:40:53.356Z | [ helios-setup] Feb 13 04:40:51.701 INFO E| Compiling project-root v0.2.2 |
2997 | 2025-02-13T04:40:53.785Z | [ helios-setup] Feb 13 04:40:52.130 INFO E| Compiling clap_builder v4.2.1 |
2998 | 2025-02-13T04:40:53.993Z | [ helios-setup] Feb 13 04:40:52.338 INFO E| Compiling tungstenite v0.18.0 |
2999 | 2025-02-13T04:40:54.166Z | [ helios-setup] Feb 13 04:40:52.512 INFO E| Compiling reqwest v0.11.16 |
3000 | 2025-02-13T04:40:54.581Z | [ helios-setup] Feb 13 04:40:52.925 INFO E| Compiling serde_yaml v0.9.21 |
3001 | 2025-02-13T04:40:54.822Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3002 | 2025-02-13T04:40:55.338Z | [ helios-setup] Feb 13 04:40:53.683 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3003 | 2025-02-13T04:40:55.809Z | [ host-package] Compiling tabled_derive v0.7.0 |
3004 | 2025-02-13T04:40:59.311Z | [ host-package] Compiling fd-lock v4.0.2 |
3005 | 2025-02-13T04:40:59.842Z | [ host-package] Compiling peg-macros v0.8.4 |
3006 | 2025-02-13T04:41:00.005Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3007 | 2025-02-13T04:41:01.313Z | [ helios-setup] Feb 13 04:40:59.657 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3008 | 2025-02-13T04:41:01.910Z | [ host-package] Compiling kstat-rs v0.2.4 |
3009 | 2025-02-13T04:41:04.470Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
3010 | 2025-02-13T04:41:05.478Z | [ helios-setup] Feb 13 04:41:03.822 INFO E| Compiling clap_derive v4.2.0 |
3011 | 2025-02-13T04:41:05.837Z | [ host-package] Compiling oso-derive v0.27.3 |
3012 | 2025-02-13T04:41:05.975Z | [ helios-setup] Feb 13 04:41:04.318 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3013 | 2025-02-13T04:41:07.937Z | [ host-package] Compiling quick-xml v0.33.0 |
3014 | 2025-02-13T04:41:12.137Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
3015 | 2025-02-13T04:41:13.103Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
3016 | 2025-02-13T04:41:13.960Z | [ helios-setup] Feb 13 04:41:12.303 INFO E| Compiling clap v4.2.1 |
3017 | 2025-02-13T04:41:16.047Z | [ host-package] Compiling reedline v0.35.0 |
3018 | 2025-02-13T04:41:16.587Z | [ host-package] Compiling peg v0.8.4 |
3019 | 2025-02-13T04:41:16.831Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3020 | 2025-02-13T04:41:18.687Z | [ host-package] Compiling tabled v0.15.0 |
3021 | 2025-02-13T04:41:32.180Z | [ helios-setup] Feb 13 04:41:30.521 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3022 | 2025-02-13T04:41:35.829Z | [ helios-setup] Feb 13 04:41:34.168 INFO E| Compiling tokio-tungstenite v0.18.0 |
3023 | 2025-02-13T04:41:36.395Z | [ helios-setup] Feb 13 04:41:34.731 INFO E| Compiling smartstring v1.0.1 |
3024 | 2025-02-13T04:41:37.375Z | [ helios-setup] Feb 13 04:41:35.715 INFO E| Compiling rustls v0.21.0 |
3025 | 2025-02-13T04:41:38.520Z | [ host-package] Compiling oso v0.27.3 |
3026 | 2025-02-13T04:41:38.574Z | [ helios-setup] Feb 13 04:41:36.914 INFO E| Compiling serde_spanned v0.6.1 |
3027 | 2025-02-13T04:41:38.608Z | [ helios-setup] Feb 13 04:41:36.948 INFO E| Compiling toml_datetime v0.6.1 |
3028 | 2025-02-13T04:41:39.482Z | [ helios-setup] Feb 13 04:41:37.822 INFO E| Compiling async-trait v0.1.68 |
3029 | 2025-02-13T04:41:40.229Z | [ helios-setup] Feb 13 04:41:38.569 INFO E| Compiling camino v1.1.4 |
3030 | 2025-02-13T04:41:40.809Z | [ helios-setup] Feb 13 04:41:39.149 INFO E| Compiling winnow v0.4.1 |
3031 | 2025-02-13T04:41:41.625Z | [ helios-setup] Feb 13 04:41:39.965 INFO E| Compiling match_cfg v0.1.0 |
3032 | 2025-02-13T04:41:41.902Z | [ helios-setup] Feb 13 04:41:40.242 INFO E| Compiling slog-async v2.7.0 |
3033 | 2025-02-13T04:41:43.679Z | [ helios-setup] Feb 13 04:41:42.017 INFO E| Compiling static_assertions v1.1.0 |
3034 | 2025-02-13T04:41:43.903Z | [ helios-setup] Feb 13 04:41:42.241 INFO E| Compiling paste v1.0.12 |
3035 | 2025-02-13T04:41:47.188Z | [ helios-setup] Feb 13 04:41:45.527 INFO E| Compiling hostname v0.3.1 |
3036 | 2025-02-13T04:41:47.900Z | [ helios-setup] Feb 13 04:41:46.238 INFO E| Compiling toml_edit v0.19.8 |
3037 | 2025-02-13T04:41:48.459Z | [ helios-setup] Feb 13 04:41:46.798 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3038 | 2025-02-13T04:41:48.624Z | [ helios-setup] Feb 13 04:41:46.963 INFO E| Compiling slog-json v2.6.1 |
3039 | 2025-02-13T04:41:49.101Z | [ helios-setup] Feb 13 04:41:47.439 INFO E| Compiling bincode v1.3.3 |
3040 | 2025-02-13T04:41:49.960Z | [ helios-setup] Feb 13 04:41:48.299 INFO E| Compiling unicode-linebreak v0.1.4 |
3041 | 2025-02-13T04:41:51.103Z | [ helios-setup] Feb 13 04:41:49.441 INFO E| Compiling async-stream-impl v0.3.5 |
3042 | 2025-02-13T04:41:53.763Z | [ helios-setup] Feb 13 04:41:52.101 INFO E| Compiling rhai_codegen v1.5.0 |
3043 | 2025-02-13T04:41:54.934Z | [ helios-setup] Feb 13 04:41:53.272 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3044 | 2025-02-13T04:41:56.858Z | [ helios-setup] Feb 13 04:41:55.195 INFO E| Compiling take_mut v0.2.2 |
3045 | 2025-02-13T04:41:58.294Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3046 | 2025-02-13T04:41:58.946Z | [ helios-setup] Feb 13 04:41:57.283 INFO E| Compiling rhai v1.14.0 |
3047 | 2025-02-13T04:42:02.970Z | [ helios-setup] Feb 13 04:42:01.307 INFO E| Compiling toml v0.7.3 |
3048 | 2025-02-13T04:42:03.984Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3049 | 2025-02-13T04:42:04.723Z | [ helios-setup] Feb 13 04:42:03.059 INFO E| Compiling async-stream v0.3.5 |
3050 | 2025-02-13T04:42:05.492Z | [ helios-setup] Feb 13 04:42:03.829 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3051 | 2025-02-13T04:42:09.192Z | [ helios-setup] Feb 13 04:42:07.528 INFO E| Compiling slog-bunyan v2.4.0 |
3052 | 2025-02-13T04:42:13.109Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3053 | 2025-02-13T04:42:14.284Z | [ helios-setup] Feb 13 04:42:12.620 INFO E| Compiling rustls-pemfile v1.0.2 |
3054 | 2025-02-13T04:42:15.594Z | [ helios-setup] Feb 13 04:42:13.930 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3055 | 2025-02-13T04:42:15.698Z | [ helios-setup] Feb 13 04:42:14.033 INFO E| Compiling serde_path_to_error v0.1.11 |
3056 | 2025-02-13T04:42:16.556Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
3057 | 2025-02-13T04:42:17.085Z | [ helios-setup] Feb 13 04:42:15.421 INFO E| Compiling terminal_size v0.2.6 |
3058 | 2025-02-13T04:42:17.563Z | [ helios-setup] Feb 13 04:42:15.898 INFO E| Compiling smawk v0.3.1 |
3059 | 2025-02-13T04:42:17.737Z | [ helios-setup] Feb 13 04:42:16.073 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
3060 | 2025-02-13T04:42:18.563Z | [ helios-setup] Feb 13 04:42:16.899 INFO E| Compiling textwrap v0.16.0 |
3061 | 2025-02-13T04:42:24.780Z | [ helios-setup] Feb 13 04:42:23.115 INFO E| Compiling rustls-webpki v0.100.1 |
3062 | 2025-02-13T04:42:24.809Z | [ helios-setup] Feb 13 04:42:23.144 INFO E| Compiling sct v0.7.0 |
3063 | 2025-02-13T04:42:25.438Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3064 | 2025-02-13T04:42:26.417Z | [ host-package] Compiling bb8 v0.8.5 |
3065 | 2025-02-13T04:42:27.776Z | [ host-package] Compiling bcs v0.1.6 |
3066 | 2025-02-13T04:42:27.957Z | [ host-package] Compiling libz-sys v1.1.20 |
3067 | 2025-02-13T04:42:29.793Z | [ host-package] Compiling nanorand v0.7.0 |
3068 | 2025-02-13T04:42:29.876Z | [ host-package] Compiling parking_lot_core v0.8.6 |
3069 | 2025-02-13T04:42:30.905Z | [ host-package] Compiling termtree v0.5.1 |
3070 | 2025-02-13T04:42:31.819Z | [ host-package] Compiling flume v0.11.1 |
3071 | 2025-02-13T04:42:34.452Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3072 | 2025-02-13T04:42:35.262Z | [ helios-setup] Feb 13 04:42:33.595 INFO E| Compiling git2 v0.16.1 |
3073 | 2025-02-13T04:42:35.774Z | [ host-package] Compiling mime_guess v2.0.5 |
3074 | 2025-02-13T04:42:35.838Z | [ helios-setup] Feb 13 04:42:34.171 INFO E| Compiling tokio-rustls v0.24.0 |
3075 | 2025-02-13T04:42:37.991Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3076 | 2025-02-13T04:42:38.419Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3077 | 2025-02-13T04:42:46.956Z | [ helios-setup] Feb 13 04:42:45.287 INFO E| Compiling built v0.6.0 |
3078 | 2025-02-13T04:42:47.773Z | [ host-package] Compiling nibble_vec v0.1.0 |
3079 | 2025-02-13T04:42:48.061Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3080 | 2025-02-13T04:42:48.160Z | [ helios-setup] Feb 13 04:42:46.492 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3081 | 2025-02-13T04:42:48.851Z | [ host-package] Compiling atty v0.2.14 |
3082 | 2025-02-13T04:42:49.497Z | [ host-package] Compiling salty v0.3.0 |
3083 | 2025-02-13T04:42:49.616Z | [ host-package] Compiling http-range v0.1.5 |
3084 | 2025-02-13T04:42:50.445Z | [ host-package] Compiling endian-type v0.1.2 |
3085 | 2025-02-13T04:42:50.499Z | [ helios-setup] Feb 13 04:42:48.831 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3086 | 2025-02-13T04:42:50.936Z | [ host-package] Compiling radix_trie v0.2.1 |
3087 | 2025-02-13T04:42:51.497Z | [ helios-setup] Feb 13 04:42:49.829 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3088 | 2025-02-13T04:42:53.225Z | [ host-package] Compiling parking_lot v0.11.2 |
3089 | 2025-02-13T04:42:59.788Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3090 | 2025-02-13T04:43:00.397Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3091 | 2025-02-13T04:43:08.321Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3092 | 2025-02-13T04:43:11.293Z | [ host-package] Compiling sled v0.34.7 |
3093 | 2025-02-13T04:43:11.629Z | [ host-package] Compiling hickory-client v0.24.2 |
3094 | 2025-02-13T04:43:19.980Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3095 | 2025-02-13T04:43:21.312Z | [ helios-setup] Feb 13 04:43:19.640 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3096 | 2025-02-13T04:43:21.444Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3097 | 2025-02-13T04:43:23.981Z | [ helios-setup] Feb 13 04:43:22.308 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3098 | 2025-02-13T04:43:24.252Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3099 | 2025-02-13T04:43:29.473Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3100 | 2025-02-13T04:43:40.460Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3101 | 2025-02-13T04:43:49.746Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3102 | 2025-02-13T04:43:51.259Z | [ host-package] Compiling hickory-server v0.24.2 |
3103 | 2025-02-13T04:43:53.256Z | [ host-package] Compiling primeorder v0.13.6 |
3104 | 2025-02-13T04:43:54.398Z | [ host-package] Compiling castaway v0.2.3 |
3105 | 2025-02-13T04:43:54.954Z | [ host-package] Compiling vergen v8.3.2 |
3106 | 2025-02-13T04:43:56.015Z | [ host-package] Compiling env_filter v0.1.2 |
3107 | 2025-02-13T04:43:57.606Z | [ host-package] Compiling cargo-platform v0.1.8 |
3108 | 2025-02-13T04:43:58.667Z | [ host-package] Compiling memoffset v0.9.1 |
3109 | 2025-02-13T04:43:58.954Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3110 | 2025-02-13T04:44:00.251Z | [ host-package] Compiling git2 v0.19.0 |
3111 | 2025-02-13T04:44:01.223Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3112 | 2025-02-13T04:44:03.751Z | [ host-package] Compiling env_logger v0.11.5 |
3113 | 2025-02-13T04:44:05.536Z | [ host-package] Compiling compact_str v0.8.0 |
3114 | 2025-02-13T04:44:05.952Z | [ helios-setup] Feb 13 04:44:04.274 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3115 | 2025-02-13T04:44:06.441Z | [ host-package] Compiling p384 v0.13.0 |
3116 | 2025-02-13T04:44:07.096Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3117 | 2025-02-13T04:44:08.516Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3118 | 2025-02-13T04:44:08.749Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3119 | 2025-02-13T04:44:10.608Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3120 | 2025-02-13T04:44:14.044Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3121 | 2025-02-13T04:44:14.460Z | [ host-package] Compiling lru v0.12.5 |
3122 | 2025-02-13T04:44:14.889Z | [ host-package] Compiling rand_seeder v0.3.0 |
3123 | 2025-02-13T04:44:15.481Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3124 | 2025-02-13T04:44:16.196Z | [ host-package] Compiling lzma-sys v0.1.20 |
3125 | 2025-02-13T04:44:17.386Z | [ host-package] Compiling instability v0.3.2 |
3126 | 2025-02-13T04:44:20.164Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3127 | 2025-02-13T04:44:20.421Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3128 | 2025-02-13T04:44:21.345Z | [ host-package] Compiling cassowary v0.3.0 |
3129 | 2025-02-13T04:44:21.500Z | [ host-package] Compiling rustls v0.21.12 |
3130 | 2025-02-13T04:44:22.476Z | [ host-package] Compiling ratatui v0.28.1 |
3131 | 2025-02-13T04:44:23.394Z | [ host-package] Compiling nix v0.29.0 |
3132 | 2025-02-13T04:44:25.827Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3133 | 2025-02-13T04:44:26.539Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3134 | 2025-02-13T04:44:31.203Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3135 | 2025-02-13T04:44:34.539Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3136 | 2025-02-13T04:44:36.104Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3137 | 2025-02-13T04:44:37.154Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3138 | 2025-02-13T04:44:37.296Z | [ host-package] Compiling sct v0.7.1 |
3139 | 2025-02-13T04:44:38.385Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3140 | 2025-02-13T04:44:43.734Z | [ host-package] Compiling heck v0.3.3 |
3141 | 2025-02-13T04:44:44.529Z | [ host-package] Compiling csv-core v0.1.11 |
3142 | 2025-02-13T04:44:45.657Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3143 | 2025-02-13T04:44:46.427Z | [ host-package] Compiling glob v0.3.2 |
3144 | 2025-02-13T04:44:46.856Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3145 | 2025-02-13T04:44:47.827Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3146 | 2025-02-13T04:44:50.815Z | [ host-package] Compiling csv v1.3.1 |
3147 | 2025-02-13T04:44:53.682Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3148 | 2025-02-13T04:44:56.272Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3149 | 2025-02-13T04:44:56.982Z | [ host-package] Compiling nix v0.27.1 |
3150 | 2025-02-13T04:44:59.102Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3151 | 2025-02-13T04:45:00.307Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3152 | 2025-02-13T04:45:01.359Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3153 | 2025-02-13T04:45:01.362Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3154 | 2025-02-13T04:45:04.260Z | [ helios-setup] Feb 13 04:45:02.577 INFO E| Finished `release` profile [optimized] target(s) in 6m 43s |
3155 | 2025-02-13T04:45:04.402Z | [ helios-setup] Feb 13 04:45:02.713 INFO building project "pilot" ok (403 seconds) |
3156 | 2025-02-13T04:45:04.402Z | [ helios-setup] Feb 13 04:45:02.713 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3157 | 2025-02-13T04:45:04.404Z | [ helios-setup] Feb 13 04:45:02.714 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3158 | 2025-02-13T04:45:04.668Z | [ helios-setup] Feb 13 04:45:02.984 INFO E| Downloading crates ... |
3159 | 2025-02-13T04:45:04.822Z | [ helios-setup] Feb 13 04:45:03.138 INFO E| Downloaded miniz_oxide v0.7.2 |
3160 | 2025-02-13T04:45:04.886Z | [ helios-setup] Feb 13 04:45:03.203 INFO E| Compiling adler v1.0.2 |
3161 | 2025-02-13T04:45:05.037Z | [ helios-setup] Feb 13 04:45:03.353 INFO E| Compiling miniz_oxide v0.7.2 |
3162 | 2025-02-13T04:45:08.367Z | [ helios-setup] Feb 13 04:45:06.683 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3163 | 2025-02-13T04:45:09.182Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3164 | 2025-02-13T04:45:09.344Z | [ helios-setup] Feb 13 04:45:07.660 INFO E| Finished `release` profile [optimized] target(s) in 4.84s |
3165 | 2025-02-13T04:45:09.356Z | [ helios-setup] Feb 13 04:45:07.672 INFO building project "pinprick" ok (4 seconds) |
3166 | 2025-02-13T04:45:09.356Z | [ helios-setup] Feb 13 04:45:07.672 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3167 | 2025-02-13T04:45:09.356Z | [ helios-setup] Feb 13 04:45:07.672 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3168 | 2025-02-13T04:45:09.612Z | [ helios-setup] Feb 13 04:45:07.927 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3169 | 2025-02-13T04:45:10.010Z | [ helios-setup] Feb 13 04:45:08.325 INFO E| From https://github.com/jclulow/rust-jmclib |
3170 | 2025-02-13T04:45:10.010Z | [ helios-setup] Feb 13 04:45:08.325 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3171 | 2025-02-13T04:45:10.031Z | [ helios-setup] Feb 13 04:45:08.346 INFO E| Updating crates.io index |
3172 | 2025-02-13T04:45:10.135Z | [ helios-setup] Feb 13 04:45:08.451 INFO E| Downloading crates ... |
3173 | 2025-02-13T04:45:10.265Z | [ helios-setup] Feb 13 04:45:08.581 INFO E| Downloaded opaque-debug v0.3.0 |
3174 | 2025-02-13T04:45:10.356Z | [ helios-setup] Feb 13 04:45:08.671 INFO E| Downloaded serde v1.0.193 |
3175 | 2025-02-13T04:45:10.361Z | [ helios-setup] Feb 13 04:45:08.676 INFO E| Downloaded glob v0.3.1 |
3176 | 2025-02-13T04:45:10.363Z | [ helios-setup] Feb 13 04:45:08.678 INFO E| Downloaded fastrand v2.0.0 |
3177 | 2025-02-13T04:45:10.365Z | [ helios-setup] Feb 13 04:45:08.680 INFO E| Downloaded digest v0.9.0 |
3178 | 2025-02-13T04:45:10.368Z | [ helios-setup] Feb 13 04:45:08.682 INFO E| Downloaded sha-1 v0.9.8 |
3179 | 2025-02-13T04:45:10.381Z | [ helios-setup] Feb 13 04:45:08.685 INFO E| Downloaded cpufeatures v0.2.9 |
3180 | 2025-02-13T04:45:10.381Z | [ helios-setup] Feb 13 04:45:08.687 INFO E| Downloaded block-buffer v0.9.0 |
3181 | 2025-02-13T04:45:10.384Z | [ helios-setup] Feb 13 04:45:08.688 INFO E| Downloaded getrandom v0.2.10 |
3182 | 2025-02-13T04:45:10.384Z | [ helios-setup] Feb 13 04:45:08.692 INFO E| Downloaded once_cell v1.18.0 |
3183 | 2025-02-13T04:45:10.384Z | [ helios-setup] Feb 13 04:45:08.696 INFO E| Downloaded itoa v1.0.9 |
3184 | 2025-02-13T04:45:10.384Z | [ helios-setup] Feb 13 04:45:08.698 INFO E| Downloaded quote v1.0.31 |
3185 | 2025-02-13T04:45:10.387Z | [ helios-setup] Feb 13 04:45:08.703 INFO E| Downloaded uuid v0.8.2 |
3186 | 2025-02-13T04:45:10.392Z | [ helios-setup] Feb 13 04:45:08.708 INFO E| Downloaded unicode-ident v1.0.11 |
3187 | 2025-02-13T04:45:10.397Z | [ helios-setup] Feb 13 04:45:08.713 INFO E| Downloaded md-5 v0.9.1 |
3188 | 2025-02-13T04:45:10.399Z | [ helios-setup] Feb 13 04:45:08.715 INFO E| Downloaded anyhow v1.0.72 |
3189 | 2025-02-13T04:45:10.406Z | [ helios-setup] Feb 13 04:45:08.721 INFO E| Downloaded serde_derive v1.0.193 |
3190 | 2025-02-13T04:45:10.411Z | [ helios-setup] Feb 13 04:45:08.726 INFO E| Downloaded tempfile v3.7.0 |
3191 | 2025-02-13T04:45:10.415Z | [ helios-setup] Feb 13 04:45:08.730 INFO E| Downloaded ryu v1.0.15 |
3192 | 2025-02-13T04:45:10.419Z | [ helios-setup] Feb 13 04:45:08.735 INFO E| Downloaded proc-macro2 v1.0.66 |
3193 | 2025-02-13T04:45:10.422Z | [ helios-setup] Feb 13 04:45:08.738 INFO E| Downloaded bitflags v2.3.3 |
3194 | 2025-02-13T04:45:10.426Z | [ helios-setup] Feb 13 04:45:08.742 INFO E| Downloaded serde_json v1.0.103 |
3195 | 2025-02-13T04:45:10.436Z | [ helios-setup] Feb 13 04:45:08.751 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3196 | 2025-02-13T04:45:10.443Z | [ helios-setup] Feb 13 04:45:08.758 INFO E| Downloaded syn v2.0.32 |
3197 | 2025-02-13T04:45:10.459Z | [ helios-setup] Feb 13 04:45:08.774 INFO E| Downloaded rustix v0.38.4 |
3198 | 2025-02-13T04:45:10.498Z | [ helios-setup] Feb 13 04:45:08.813 INFO E| Downloaded libc v0.2.147 |
3199 | 2025-02-13T04:45:10.647Z | [ helios-setup] Feb 13 04:45:08.963 INFO E| Compiling libc v0.2.147 |
3200 | 2025-02-13T04:45:10.666Z | [ helios-setup] Feb 13 04:45:08.982 INFO E| Compiling proc-macro2 v1.0.66 |
3201 | 2025-02-13T04:45:10.667Z | [ helios-setup] Feb 13 04:45:08.982 INFO E| Compiling cfg-if v1.0.0 |
3202 | 2025-02-13T04:45:10.669Z | [ helios-setup] Feb 13 04:45:08.982 INFO E| Compiling unicode-ident v1.0.11 |
3203 | 2025-02-13T04:45:10.669Z | [ helios-setup] Feb 13 04:45:08.982 INFO E| Compiling typenum v1.16.0 |
3204 | 2025-02-13T04:45:10.669Z | [ helios-setup] Feb 13 04:45:08.982 INFO E| Compiling version_check v0.9.4 |
3205 | 2025-02-13T04:45:10.669Z | [ helios-setup] Feb 13 04:45:08.982 INFO E| Compiling serde v1.0.193 |
3206 | 2025-02-13T04:45:10.669Z | [ helios-setup] Feb 13 04:45:08.982 INFO E| Compiling itoa v1.0.9 |
3207 | 2025-02-13T04:45:11.001Z | [ helios-setup] Feb 13 04:45:09.316 INFO E| Compiling powerfmt v0.2.0 |
3208 | 2025-02-13T04:45:11.244Z | [ helios-setup] Feb 13 04:45:09.559 INFO E| Compiling rustix v0.38.4 |
3209 | 2025-02-13T04:45:11.400Z | [ helios-setup] Feb 13 04:45:09.715 INFO E| Compiling num-conv v0.1.0 |
3210 | 2025-02-13T04:45:11.867Z | [ helios-setup] Feb 13 04:45:10.183 INFO E| Compiling slog v2.7.0 |
3211 | 2025-02-13T04:45:11.867Z | [ helios-setup] Feb 13 04:45:10.183 INFO E| Compiling time-core v0.1.2 |
3212 | 2025-02-13T04:45:12.033Z | [ helios-setup] Feb 13 04:45:10.348 INFO E| Compiling generic-array v0.14.7 |
3213 | 2025-02-13T04:45:12.197Z | [ helios-setup] Feb 13 04:45:10.512 INFO E| Compiling time-macros v0.2.18 |
3214 | 2025-02-13T04:45:12.403Z | [ helios-setup] Feb 13 04:45:10.719 INFO E| Compiling deranged v0.3.11 |
3215 | 2025-02-13T04:45:13.009Z | [ helios-setup] Feb 13 04:45:11.324 INFO E| Compiling num_threads v0.1.6 |
3216 | 2025-02-13T04:45:13.172Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3217 | 2025-02-13T04:45:13.186Z | [ helios-setup] Feb 13 04:45:11.495 INFO E| Compiling bitflags v2.3.3 |
3218 | 2025-02-13T04:45:13.354Z | [ helios-setup] Feb 13 04:45:11.669 INFO E| Compiling once_cell v1.18.0 |
3219 | 2025-02-13T04:45:13.964Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3220 | 2025-02-13T04:45:14.098Z | [ helios-setup] Feb 13 04:45:12.410 INFO E| Compiling quote v1.0.31 |
3221 | 2025-02-13T04:45:14.343Z | [ helios-setup] Feb 13 04:45:12.658 INFO E| Compiling thread_local v1.1.7 |
3222 | 2025-02-13T04:45:14.475Z | [ helios-setup] Feb 13 04:45:12.790 INFO E| Compiling serde_json v1.0.103 |
3223 | 2025-02-13T04:45:14.933Z | [ helios-setup] Feb 13 04:45:13.248 INFO E| Compiling syn v2.0.32 |
3224 | 2025-02-13T04:45:15.137Z | [ helios-setup] Feb 13 04:45:13.452 INFO E| Compiling dirs-sys-next v0.1.2 |
3225 | 2025-02-13T04:45:15.344Z | [ helios-setup] Feb 13 04:45:13.659 INFO E| Compiling errno v0.3.1 |
3226 | 2025-02-13T04:45:15.379Z | [ helios-setup] Feb 13 04:45:13.692 INFO E| Compiling atty v0.2.14 |
3227 | 2025-02-13T04:45:15.564Z | [ helios-setup] Feb 13 04:45:13.879 INFO E| Compiling dirs-next v2.0.0 |
3228 | 2025-02-13T04:45:15.875Z | [ helios-setup] Feb 13 04:45:14.189 INFO E| Compiling term v0.7.0 |
3229 | 2025-02-13T04:45:15.908Z | [ helios-setup] Feb 13 04:45:14.223 INFO E| Compiling anyhow v1.0.72 |
3230 | 2025-02-13T04:45:15.941Z | [ helios-setup] Feb 13 04:45:14.256 INFO E| Compiling opaque-debug v0.3.0 |
3231 | 2025-02-13T04:45:16.119Z | [ helios-setup] Feb 13 04:45:14.434 INFO E| Compiling fastrand v2.0.0 |
3232 | 2025-02-13T04:45:16.465Z | [ helios-setup] Feb 13 04:45:14.780 INFO E| Compiling getrandom v0.2.10 |
3233 | 2025-02-13T04:45:16.946Z | [ helios-setup] Feb 13 04:45:15.260 INFO E| Compiling digest v0.9.0 |
3234 | 2025-02-13T04:45:17.087Z | [ helios-setup] Feb 13 04:45:15.401 INFO E| Compiling block-buffer v0.9.0 |
3235 | 2025-02-13T04:45:17.097Z | [ helios-setup] Feb 13 04:45:15.412 INFO E| Compiling same-file v1.0.6 |
3236 | 2025-02-13T04:45:17.495Z | [ helios-setup] Feb 13 04:45:15.809 INFO E| Compiling cpufeatures v0.2.9 |
3237 | 2025-02-13T04:45:17.534Z | [ helios-setup] Feb 13 04:45:15.849 INFO E| Compiling unicode-width v0.1.10 |
3238 | 2025-02-13T04:45:17.669Z | [ helios-setup] Feb 13 04:45:15.983 INFO E| Compiling ryu v1.0.15 |
3239 | 2025-02-13T04:45:17.777Z | [ helios-setup] Feb 13 04:45:16.091 INFO E| Compiling getopts v0.2.21 |
3240 | 2025-02-13T04:45:17.871Z | [ helios-setup] Feb 13 04:45:16.185 INFO E| Compiling sha-1 v0.9.8 |
3241 | 2025-02-13T04:45:17.873Z | [ helios-setup] Feb 13 04:45:16.185 INFO E| Compiling time v0.3.36 |
3242 | 2025-02-13T04:45:18.695Z | [ helios-setup] Feb 13 04:45:17.010 INFO E| Compiling walkdir v2.3.3 |
3243 | 2025-02-13T04:45:19.040Z | [ helios-setup] Feb 13 04:45:17.355 INFO E| Compiling tempfile v3.7.0 |
3244 | 2025-02-13T04:45:19.152Z | [ helios-setup] Feb 13 04:45:17.467 INFO E| Compiling md-5 v0.9.1 |
3245 | 2025-02-13T04:45:19.530Z | [ helios-setup] Feb 13 04:45:17.844 INFO E| Compiling glob v0.3.1 |
3246 | 2025-02-13T04:45:19.772Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3247 | 2025-02-13T04:45:19.810Z | [ helios-setup] Feb 13 04:45:18.123 INFO E| Compiling libdevinfo-sys v1.0.0 |
3248 | 2025-02-13T04:45:20.647Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3249 | 2025-02-13T04:45:21.105Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3250 | 2025-02-13T04:45:21.465Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3251 | 2025-02-13T04:45:21.550Z | [ helios-setup] Feb 13 04:45:19.860 INFO E| Compiling slog-term v2.9.0 |
3252 | 2025-02-13T04:45:21.822Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3253 | 2025-02-13T04:45:22.100Z | [ helios-setup] Feb 13 04:45:20.414 INFO E| Compiling serde_derive v1.0.193 |
3254 | 2025-02-13T04:45:23.047Z | [ host-package] Compiling tungstenite v0.23.0 |
3255 | 2025-02-13T04:45:23.659Z | [ host-package] Compiling hashlink v0.9.1 |
3256 | 2025-02-13T04:45:23.748Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3257 | 2025-02-13T04:45:24.268Z | [ host-package] Compiling base64 v0.13.1 |
3258 | 2025-02-13T04:45:24.524Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3259 | 2025-02-13T04:45:24.682Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3260 | 2025-02-13T04:45:24.920Z | [ host-package] Compiling ron v0.7.1 |
3261 | 2025-02-13T04:45:25.201Z | [ host-package] Compiling rusqlite v0.32.1 |
3262 | 2025-02-13T04:45:25.671Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3263 | 2025-02-13T04:45:26.633Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3264 | 2025-02-13T04:45:30.503Z | [ host-package] Compiling xz2 v0.1.7 |
3265 | 2025-02-13T04:45:31.163Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3266 | 2025-02-13T04:45:31.200Z | [ host-package] Compiling zone v0.1.8 |
3267 | 2025-02-13T04:45:31.662Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3268 | 2025-02-13T04:45:34.657Z | [ helios-setup] Feb 13 04:45:32.970 INFO E| Compiling toml v0.5.11 |
3269 | 2025-02-13T04:45:34.657Z | [ helios-setup] Feb 13 04:45:32.970 INFO E| Compiling uuid v0.8.2 |
3270 | 2025-02-13T04:45:34.751Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3271 | 2025-02-13T04:45:36.644Z | [ helios-setup] Feb 13 04:45:34.957 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3272 | 2025-02-13T04:45:38.604Z | [ helios-setup] Feb 13 04:45:36.916 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3273 | 2025-02-13T04:45:49.586Z | [ helios-setup] Feb 13 04:45:47.896 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.12s |
3274 | 2025-02-13T04:45:49.622Z | [ helios-setup] Feb 13 04:45:47.933 INFO building project "image-builder" ok (40 seconds) |
3275 | 2025-02-13T04:45:49.622Z | [ helios-setup] Feb 13 04:45:47.933 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3276 | 2025-02-13T04:45:49.625Z | [ helios-setup] Feb 13 04:45:47.933 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3277 | 2025-02-13T04:45:49.635Z | [ helios-setup] Feb 13 04:45:47.945 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3278 | 2025-02-13T04:45:49.945Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3279 | 2025-02-13T04:45:49.947Z | [ helios-setup] Feb 13 04:45:48.256 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3280 | 2025-02-13T04:45:49.948Z | [ helios-setup] Feb 13 04:45:48.256 INFO E| info: downloading component 'cargo' |
3281 | 2025-02-13T04:45:50.685Z | [ helios-setup] Feb 13 04:45:48.996 INFO E| info: downloading component 'clippy' |
3282 | 2025-02-13T04:45:50.986Z | [ helios-setup] Feb 13 04:45:49.297 INFO E| info: downloading component 'rust-docs' |
3283 | 2025-02-13T04:45:50.989Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3284 | 2025-02-13T04:45:51.794Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3285 | 2025-02-13T04:45:51.840Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3286 | 2025-02-13T04:45:52.174Z | [ helios-setup] Feb 13 04:45:50.484 INFO E| info: downloading component 'rust-src' |
3287 | 2025-02-13T04:45:52.339Z | [ helios-setup] Feb 13 04:45:50.650 INFO E| info: downloading component 'rust-std' |
3288 | 2025-02-13T04:45:52.376Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3289 | 2025-02-13T04:45:54.244Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3290 | 2025-02-13T04:45:54.582Z | [ helios-setup] Feb 13 04:45:52.892 INFO E| info: downloading component 'rustc' |
3291 | 2025-02-13T04:45:55.412Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3292 | 2025-02-13T04:45:57.721Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3293 | 2025-02-13T04:45:58.647Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3294 | 2025-02-13T04:45:59.017Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3295 | 2025-02-13T04:45:59.111Z | [ helios-setup] Feb 13 04:45:57.421 INFO E| info: downloading component 'rustfmt' |
3296 | 2025-02-13T04:45:59.233Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3297 | 2025-02-13T04:45:59.431Z | [ helios-setup] Feb 13 04:45:57.741 INFO E| info: installing component 'cargo' |
3298 | 2025-02-13T04:45:59.515Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3299 | 2025-02-13T04:46:00.774Z | [ helios-setup] Feb 13 04:45:59.084 INFO E| info: installing component 'clippy' |
3300 | 2025-02-13T04:46:01.183Z | [ helios-setup] Feb 13 04:45:59.492 INFO E| info: installing component 'rust-docs' |
3301 | 2025-02-13T04:46:05.387Z | [ host-package] Compiling yasna v0.5.2 |
3302 | 2025-02-13T04:46:07.730Z | [ host-package] Compiling twox-hash v2.1.0 |
3303 | 2025-02-13T04:46:07.791Z | [ helios-setup] Feb 13 04:46:06.099 INFO E| info: installing component 'rust-src' |
3304 | 2025-02-13T04:46:08.385Z | [ helios-setup] Feb 13 04:46:06.694 INFO E| info: installing component 'rust-std' |
3305 | 2025-02-13T04:46:09.034Z | [ host-package] Compiling smawk v0.3.2 |
3306 | 2025-02-13T04:46:09.428Z | [ host-package] Compiling is_ci v1.2.0 |
3307 | 2025-02-13T04:46:09.462Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3308 | 2025-02-13T04:46:09.949Z | [ host-package] Compiling supports-color v3.0.1 |
3309 | 2025-02-13T04:46:10.195Z | [ host-package] Compiling textwrap v0.16.1 |
3310 | 2025-02-13T04:46:10.559Z | [ host-package] Compiling rcgen v0.12.1 |
3311 | 2025-02-13T04:46:10.949Z | [ helios-setup] Feb 13 04:46:09.257 INFO E| info: installing component 'rustc' |
3312 | 2025-02-13T04:46:11.527Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3313 | 2025-02-13T04:46:14.441Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3314 | 2025-02-13T04:46:14.767Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3315 | 2025-02-13T04:46:17.582Z | [ helios-setup] Feb 13 04:46:15.890 INFO E| info: installing component 'rustfmt' |
3316 | 2025-02-13T04:46:18.509Z | [ helios-setup] Feb 13 04:46:16.817 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3317 | 2025-02-13T04:46:19.525Z | [ helios-setup] Feb 13 04:46:17.832 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3318 | 2025-02-13T04:46:19.528Z | [ helios-setup] Feb 13 04:46:17.832 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 |
3319 | 2025-02-13T04:46:19.528Z | [ helios-setup] Feb 13 04:46:17.832 INFO E| * [new tag] v0.4.5 -> v0.4.5 |
3320 | 2025-02-13T04:46:19.558Z | [ helios-setup] Feb 13 04:46:17.866 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3321 | 2025-02-13T04:46:19.558Z | [ helios-setup] Feb 13 04:46:17.866 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3322 | 2025-02-13T04:46:19.561Z | [ helios-setup] Feb 13 04:46:17.866 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3323 | 2025-02-13T04:46:19.561Z | [ helios-setup] Feb 13 04:46:17.866 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3324 | 2025-02-13T04:46:19.561Z | [ helios-setup] Feb 13 04:46:17.866 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3325 | 2025-02-13T04:46:19.561Z | [ helios-setup] Feb 13 04:46:17.866 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3326 | 2025-02-13T04:46:19.561Z | [ helios-setup] Feb 13 04:46:17.867 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3327 | 2025-02-13T04:46:19.561Z | [ helios-setup] Feb 13 04:46:17.867 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3328 | 2025-02-13T04:46:19.561Z | [ helios-setup] Feb 13 04:46:17.867 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3329 | 2025-02-13T04:46:19.561Z | [ helios-setup] Feb 13 04:46:17.867 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3330 | 2025-02-13T04:46:19.561Z | [ helios-setup] Feb 13 04:46:17.867 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3331 | 2025-02-13T04:46:19.561Z | [ helios-setup] Feb 13 04:46:17.867 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3332 | 2025-02-13T04:46:19.561Z | [ helios-setup] Feb 13 04:46:17.867 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
3333 | 2025-02-13T04:46:19.618Z | [ helios-setup] Feb 13 04:46:17.926 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3334 | 2025-02-13T04:46:20.846Z | [ helios-setup] Feb 13 04:46:19.153 INFO E| From https://github.com/oxidecomputer/amd-efs |
3335 | 2025-02-13T04:46:20.846Z | [ helios-setup] Feb 13 04:46:19.153 INFO E| * [new branch] empty -> origin/empty |
3336 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.153 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3337 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.153 INFO E| * [new branch] main -> origin/main |
3338 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.153 INFO E| * [new branch] review -> origin/review |
3339 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.154 INFO E| * [new ref] -> origin/HEAD |
3340 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.154 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3341 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.154 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3342 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.154 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3343 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.154 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3344 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.154 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3345 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.154 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3346 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.155 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3347 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.155 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3348 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.155 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3349 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.155 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3350 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.155 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3351 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.155 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3352 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.155 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3353 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.155 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3354 | 2025-02-13T04:46:20.849Z | [ helios-setup] Feb 13 04:46:19.155 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
3355 | 2025-02-13T04:46:20.871Z | [ helios-setup] Feb 13 04:46:19.179 INFO E| Updating crates.io index |
3356 | 2025-02-13T04:46:21.021Z | [ helios-setup] Feb 13 04:46:19.328 INFO E| Downloading crates ... |
3357 | 2025-02-13T04:46:21.226Z | [ helios-setup] Feb 13 04:46:19.533 INFO E| Downloaded scroll_derive v0.10.5 |
3358 | 2025-02-13T04:46:21.264Z | [ helios-setup] Feb 13 04:46:19.571 INFO E| Downloaded unic-common v0.9.0 |
3359 | 2025-02-13T04:46:21.267Z | [ helios-setup] Feb 13 04:46:19.572 INFO E| Downloaded unic-char-property v0.9.0 |
3360 | 2025-02-13T04:46:21.267Z | [ helios-setup] Feb 13 04:46:19.574 INFO E| Downloaded strum v0.23.0 |
3361 | 2025-02-13T04:46:21.269Z | [ helios-setup] Feb 13 04:46:19.575 INFO E| Downloaded pre-proc-macro v0.2.1 |
3362 | 2025-02-13T04:46:21.272Z | [ helios-setup] Feb 13 04:46:19.578 INFO E| Downloaded pest_meta v2.7.15 |
3363 | 2025-02-13T04:46:21.275Z | [ helios-setup] Feb 13 04:46:19.582 INFO E| Downloaded unic-ucd-version v0.9.0 |
3364 | 2025-02-13T04:46:21.278Z | [ helios-setup] Feb 13 04:46:19.583 INFO E| Downloaded pre v0.2.1 |
3365 | 2025-02-13T04:46:21.278Z | [ helios-setup] Feb 13 04:46:19.585 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3366 | 2025-02-13T04:46:21.280Z | [ helios-setup] Feb 13 04:46:19.588 INFO E| Downloaded rustversion v1.0.19 |
3367 | 2025-02-13T04:46:21.284Z | [ helios-setup] Feb 13 04:46:19.592 INFO E| Downloaded vec_map v0.8.2 |
3368 | 2025-02-13T04:46:21.286Z | [ helios-setup] Feb 13 04:46:19.593 INFO E| Downloaded unic-char-range v0.9.0 |
3369 | 2025-02-13T04:46:21.289Z | [ helios-setup] Feb 13 04:46:19.595 INFO E| Downloaded semver-parser v0.7.0 |
3370 | 2025-02-13T04:46:21.289Z | [ helios-setup] Feb 13 04:46:19.596 INFO E| Downloaded structopt-derive v0.4.18 |
3371 | 2025-02-13T04:46:21.292Z | [ helios-setup] Feb 13 04:46:19.598 INFO E| Downloaded rustc_version v0.2.3 |
3372 | 2025-02-13T04:46:21.294Z | [ helios-setup] Feb 13 04:46:19.600 INFO E| Downloaded cpufeatures v0.2.16 |
3373 | 2025-02-13T04:46:21.294Z | [ helios-setup] Feb 13 04:46:19.602 INFO E| Downloaded semver v0.9.0 |
3374 | 2025-02-13T04:46:21.297Z | [ helios-setup] Feb 13 04:46:19.604 INFO E| Downloaded strum_macros v0.23.1 |
3375 | 2025-02-13T04:46:21.300Z | [ helios-setup] Feb 13 04:46:19.607 INFO E| Downloaded strsim v0.8.0 |
3376 | 2025-02-13T04:46:21.302Z | [ helios-setup] Feb 13 04:46:19.609 INFO E| Downloaded modular-bitfield v0.11.2 |
3377 | 2025-02-13T04:46:21.320Z | [ helios-setup] Feb 13 04:46:19.627 INFO E| Downloaded structopt v0.3.26 |
3378 | 2025-02-13T04:46:21.332Z | [ helios-setup] Feb 13 04:46:19.639 INFO E| Downloaded pest v2.7.15 |
3379 | 2025-02-13T04:46:21.340Z | [ helios-setup] Feb 13 04:46:19.647 INFO E| Downloaded goblin v0.4.3 |
3380 | 2025-02-13T04:46:21.348Z | [ helios-setup] Feb 13 04:46:19.655 INFO E| Downloaded clap v2.34.0 |
3381 | 2025-02-13T04:46:21.358Z | [ helios-setup] Feb 13 04:46:19.665 INFO E| Downloaded scroll v0.10.2 |
3382 | 2025-02-13T04:46:21.361Z | [ helios-setup] Feb 13 04:46:19.668 INFO E| Downloaded proc-macro2 v1.0.93 |
3383 | 2025-02-13T04:46:21.364Z | [ helios-setup] Feb 13 04:46:19.672 INFO E| Downloaded pest_derive v2.7.15 |
3384 | 2025-02-13T04:46:21.367Z | [ helios-setup] Feb 13 04:46:19.675 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3385 | 2025-02-13T04:46:21.370Z | [ helios-setup] Feb 13 04:46:19.677 INFO E| Downloaded cfg-if v0.1.10 |
3386 | 2025-02-13T04:46:21.373Z | [ helios-setup] Feb 13 04:46:19.678 INFO E| Downloaded ansi_term v0.12.1 |
3387 | 2025-02-13T04:46:21.375Z | [ helios-setup] Feb 13 04:46:19.681 INFO E| Downloaded four-cc v0.3.0 |
3388 | 2025-02-13T04:46:21.376Z | [ helios-setup] Feb 13 04:46:19.682 INFO E| Downloaded proc-macro-crate v0.1.5 |
3389 | 2025-02-13T04:46:21.378Z | [ helios-setup] Feb 13 04:46:19.683 INFO E| Downloaded bytesize v1.3.0 |
3390 | 2025-02-13T04:46:21.378Z | [ helios-setup] Feb 13 04:46:19.685 INFO E| Downloaded textwrap v0.11.0 |
3391 | 2025-02-13T04:46:21.381Z | [ helios-setup] Feb 13 04:46:19.687 INFO E| Downloaded parse_int v0.6.0 |
3392 | 2025-02-13T04:46:21.381Z | [ helios-setup] Feb 13 04:46:19.688 INFO E| Downloaded itoa v1.0.14 |
3393 | 2025-02-13T04:46:21.384Z | [ helios-setup] Feb 13 04:46:19.690 INFO E| Downloaded pest_generator v2.7.15 |
3394 | 2025-02-13T04:46:21.386Z | [ helios-setup] Feb 13 04:46:19.692 INFO E| Downloaded memoffset v0.5.6 |
3395 | 2025-02-13T04:46:21.386Z | [ helios-setup] Feb 13 04:46:19.693 INFO E| Downloaded fletcher v0.1.0 |
3396 | 2025-02-13T04:46:21.482Z | [ helios-setup] Feb 13 04:46:19.789 INFO E| Compiling proc-macro2 v1.0.93 |
3397 | 2025-02-13T04:46:21.482Z | [ helios-setup] Feb 13 04:46:19.790 INFO E| Compiling unicode-ident v1.0.14 |
3398 | 2025-02-13T04:46:21.490Z | [ helios-setup] Feb 13 04:46:19.790 INFO E| Compiling syn v1.0.109 |
3399 | 2025-02-13T04:46:21.490Z | [ helios-setup] Feb 13 04:46:19.790 INFO E| Compiling version_check v0.9.5 |
3400 | 2025-02-13T04:46:21.490Z | [ helios-setup] Feb 13 04:46:19.790 INFO E| Compiling memchr v2.7.4 |
3401 | 2025-02-13T04:46:21.490Z | [ helios-setup] Feb 13 04:46:19.790 INFO E| Compiling autocfg v1.4.0 |
3402 | 2025-02-13T04:46:21.490Z | [ helios-setup] Feb 13 04:46:19.790 INFO E| Compiling semver-parser v0.7.0 |
3403 | 2025-02-13T04:46:21.490Z | [ helios-setup] Feb 13 04:46:19.790 INFO E| Compiling serde v1.0.217 |
3404 | 2025-02-13T04:46:22.313Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3405 | 2025-02-13T04:46:22.947Z | [ helios-setup] Feb 13 04:46:21.253 INFO E| Compiling semver v0.9.0 |
3406 | 2025-02-13T04:46:23.055Z | [ helios-setup] Feb 13 04:46:21.362 INFO E| Compiling serde_json v1.0.135 |
3407 | 2025-02-13T04:46:23.259Z | [ helios-setup] Feb 13 04:46:21.565 INFO E| Compiling thiserror v2.0.11 |
3408 | 2025-02-13T04:46:23.291Z | [ helios-setup] Feb 13 04:46:21.598 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3409 | 2025-02-13T04:46:23.383Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3410 | 2025-02-13T04:46:23.537Z | [ helios-setup] Feb 13 04:46:21.844 INFO E| Compiling proc-macro-error v1.0.4 |
3411 | 2025-02-13T04:46:23.759Z | [ helios-setup] Feb 13 04:46:22.066 INFO E| Compiling rustc_version v0.2.3 |
3412 | 2025-02-13T04:46:24.048Z | [ helios-setup] Feb 13 04:46:22.355 INFO E| Compiling num-traits v0.2.19 |
3413 | 2025-02-13T04:46:24.261Z | [ helios-setup] Feb 13 04:46:22.567 INFO E| Compiling schemars v0.8.21 |
3414 | 2025-02-13T04:46:24.445Z | [ helios-setup] Feb 13 04:46:22.752 INFO E| Compiling itoa v1.0.14 |
3415 | 2025-02-13T04:46:24.470Z | [ helios-setup] Feb 13 04:46:22.777 INFO E| Compiling unicode-segmentation v1.12.0 |
3416 | 2025-02-13T04:46:24.799Z | [ helios-setup] Feb 13 04:46:23.106 INFO E| Compiling ryu v1.0.18 |
3417 | 2025-02-13T04:46:24.940Z | [ helios-setup] Feb 13 04:46:23.247 INFO E| Compiling pre-proc-macro v0.2.1 |
3418 | 2025-02-13T04:46:25.235Z | [ helios-setup] Feb 13 04:46:23.542 INFO E| Compiling quote v1.0.38 |
3419 | 2025-02-13T04:46:25.455Z | [ helios-setup] Feb 13 04:46:23.762 INFO E| Compiling memoffset v0.5.6 |
3420 | 2025-02-13T04:46:25.515Z | [ helios-setup] Feb 13 04:46:23.822 INFO E| Compiling thiserror v1.0.69 |
3421 | 2025-02-13T04:46:25.696Z | [ helios-setup] Feb 13 04:46:24.003 INFO E| Compiling ucd-trie v0.1.7 |
3422 | 2025-02-13T04:46:25.946Z | [ helios-setup] Feb 13 04:46:24.253 INFO E| Compiling syn v2.0.96 |
3423 | 2025-02-13T04:46:26.546Z | [ helios-setup] Feb 13 04:46:24.853 INFO E| Compiling heck v0.3.3 |
3424 | 2025-02-13T04:46:26.642Z | [ helios-setup] Feb 13 04:46:24.949 INFO E| Compiling paste v1.0.15 |
3425 | 2025-02-13T04:46:26.709Z | [ helios-setup] Feb 13 04:46:25.016 INFO E| Compiling dyn-clone v1.0.17 |
3426 | 2025-02-13T04:46:27.129Z | [ helios-setup] Feb 13 04:46:25.436 INFO E| Compiling libc v0.2.169 |
3427 | 2025-02-13T04:46:27.327Z | [ helios-setup] Feb 13 04:46:25.633 INFO E| Compiling rustversion v1.0.19 |
3428 | 2025-02-13T04:46:27.418Z | [ helios-setup] Feb 13 04:46:25.725 INFO E| Compiling lazy_static v1.5.0 |
3429 | 2025-02-13T04:46:28.216Z | [ helios-setup] Feb 13 04:46:26.522 INFO E| Compiling pre v0.2.1 |
3430 | 2025-02-13T04:46:28.695Z | [ helios-setup] Feb 13 04:46:27.002 INFO E| Compiling once_cell v1.20.2 |
3431 | 2025-02-13T04:46:28.731Z | [ helios-setup] Feb 13 04:46:27.038 INFO E| Compiling byteorder v1.5.0 |
3432 | 2025-02-13T04:46:28.937Z | [ helios-setup] Feb 13 04:46:27.244 INFO E| Compiling cfg-if v0.1.10 |
3433 | 2025-02-13T04:46:29.021Z | [ helios-setup] Feb 13 04:46:27.327 INFO E| Compiling static_assertions v1.1.0 |
3434 | 2025-02-13T04:46:29.910Z | [ helios-setup] Feb 13 04:46:28.140 INFO E| Compiling unicode-width v0.1.14 |
3435 | 2025-02-13T04:46:30.893Z | [ helios-setup] Feb 13 04:46:29.199 INFO E| Compiling textwrap v0.11.0 |
3436 | 2025-02-13T04:46:30.913Z | [ helios-setup] Feb 13 04:46:29.220 INFO E| Compiling atty v0.2.14 |
3437 | 2025-02-13T04:46:31.285Z | [ helios-setup] Feb 13 04:46:29.591 INFO E| Compiling strum v0.23.0 |
3438 | 2025-02-13T04:46:31.701Z | [ helios-setup] Feb 13 04:46:30.007 INFO E| Compiling unic-char-range v0.9.0 |
3439 | 2025-02-13T04:46:31.874Z | [ helios-setup] Feb 13 04:46:30.180 INFO E| Compiling ansi_term v0.12.1 |
3440 | 2025-02-13T04:46:32.047Z | [ helios-setup] Feb 13 04:46:30.354 INFO E| Compiling bitflags v1.3.2 |
3441 | 2025-02-13T04:46:32.088Z | [ helios-setup] Feb 13 04:46:30.394 INFO E| Compiling strsim v0.8.0 |
3442 | 2025-02-13T04:46:32.139Z | [ helios-setup] Feb 13 04:46:30.445 INFO E| Compiling fletcher v0.1.0 |
3443 | 2025-02-13T04:46:32.262Z | [ helios-setup] Feb 13 04:46:30.568 INFO E| Compiling unic-common v0.9.0 |
3444 | 2025-02-13T04:46:32.444Z | [ helios-setup] Feb 13 04:46:30.750 INFO E| Compiling vec_map v0.8.2 |
3445 | 2025-02-13T04:46:32.468Z | [ helios-setup] Feb 13 04:46:30.774 INFO E| Compiling parse_int v0.6.0 |
3446 | 2025-02-13T04:46:32.841Z | [ helios-setup] Feb 13 04:46:31.147 INFO E| Compiling unic-ucd-version v0.9.0 |
3447 | 2025-02-13T04:46:32.984Z | [ helios-setup] Feb 13 04:46:31.290 INFO E| Compiling clap v2.34.0 |
3448 | 2025-02-13T04:46:32.989Z | [ helios-setup] Feb 13 04:46:31.291 INFO E| Compiling unic-char-property v0.9.0 |
3449 | 2025-02-13T04:46:33.035Z | [ helios-setup] Feb 13 04:46:31.341 INFO E| Compiling log v0.4.22 |
3450 | 2025-02-13T04:46:33.280Z | [ helios-setup] Feb 13 04:46:31.586 INFO E| Compiling plain v0.2.3 |
3451 | 2025-02-13T04:46:33.286Z | [ helios-setup] Feb 13 04:46:31.592 INFO E| Compiling unic-ucd-ident v0.9.0 |
3452 | 2025-02-13T04:46:33.487Z | [ helios-setup] Feb 13 04:46:31.793 INFO E| Compiling bytesize v1.3.0 |
3453 | 2025-02-13T04:46:34.573Z | [ helios-setup] Feb 13 04:46:32.879 INFO E| Compiling serde_derive_internals v0.29.1 |
3454 | 2025-02-13T04:46:36.734Z | [ helios-setup] Feb 13 04:46:35.039 INFO E| Compiling toml v0.5.11 |
3455 | 2025-02-13T04:46:40.022Z | [ helios-setup] Feb 13 04:46:38.326 INFO E| Compiling serde_derive v1.0.217 |
3456 | 2025-02-13T04:46:40.022Z | [ helios-setup] Feb 13 04:46:38.327 INFO E| Compiling thiserror-impl v2.0.11 |
3457 | 2025-02-13T04:46:40.025Z | [ helios-setup] Feb 13 04:46:38.327 INFO E| Compiling schemars_derive v0.8.21 |
3458 | 2025-02-13T04:46:40.222Z | [ helios-setup] Feb 13 04:46:38.527 INFO E| Compiling zerocopy-derive v0.6.6 |
3459 | 2025-02-13T04:46:40.828Z | [ helios-setup] Feb 13 04:46:39.133 INFO E| Compiling proc-macro-crate v0.1.5 |
3460 | 2025-02-13T04:46:42.517Z | [ helios-setup] Feb 13 04:46:40.822 INFO E| Compiling thiserror-impl v1.0.69 |
3461 | 2025-02-13T04:46:43.558Z | [ helios-setup] Feb 13 04:46:41.862 INFO E| Compiling num-derive v0.4.2 |
3462 | 2025-02-13T04:46:44.229Z | [ helios-setup] Feb 13 04:46:42.534 INFO E| Compiling zerocopy v0.6.6 |
3463 | 2025-02-13T04:46:46.099Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3464 | 2025-02-13T04:46:46.873Z | [ helios-setup] Feb 13 04:46:45.177 INFO E| Compiling pest v2.7.15 |
3465 | 2025-02-13T04:46:49.333Z | [ helios-setup] Feb 13 04:46:47.637 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3466 | 2025-02-13T04:46:49.700Z | [ helios-setup] Feb 13 04:46:48.005 INFO E| Compiling strum_macros v0.23.1 |
3467 | 2025-02-13T04:46:50.706Z | [ helios-setup] Feb 13 04:46:49.010 INFO E| Compiling scroll_derive v0.10.5 |
3468 | 2025-02-13T04:46:52.106Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3469 | 2025-02-13T04:46:52.182Z | [ helios-setup] Feb 13 04:46:50.486 INFO E| Compiling pest_meta v2.7.15 |
3470 | 2025-02-13T04:46:53.038Z | [ helios-setup] Feb 13 04:46:51.342 INFO E| Compiling structopt-derive v0.4.18 |
3471 | 2025-02-13T04:46:54.255Z | [ helios-setup] Feb 13 04:46:52.558 INFO E| Compiling scroll v0.10.2 |
3472 | 2025-02-13T04:46:54.837Z | [ helios-setup] Feb 13 04:46:53.141 INFO E| Compiling pest_generator v2.7.15 |
3473 | 2025-02-13T04:46:55.113Z | [ helios-setup] Feb 13 04:46:53.417 INFO E| Compiling modular-bitfield v0.11.2 |
3474 | 2025-02-13T04:46:55.362Z | [ helios-setup] Feb 13 04:46:53.666 INFO E| Compiling goblin v0.4.3 |
3475 | 2025-02-13T04:46:58.683Z | [ helios-setup] Feb 13 04:46:56.986 INFO E| Compiling structopt v0.3.26 |
3476 | 2025-02-13T04:46:59.088Z | [ helios-setup] Feb 13 04:46:57.390 INFO E| Compiling pest_derive v2.7.15 |
3477 | 2025-02-13T04:47:00.698Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3478 | 2025-02-13T04:47:02.640Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3479 | 2025-02-13T04:47:04.512Z | [ helios-setup] Feb 13 04:47:02.815 INFO E| Compiling json5 v0.4.1 |
3480 | 2025-02-13T04:47:10.687Z | [ helios-setup] Feb 13 04:47:08.988 INFO E| Compiling four-cc v0.3.0 |
3481 | 2025-02-13T04:47:10.692Z | [ helios-setup] Feb 13 04:47:08.988 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3482 | 2025-02-13T04:47:10.926Z | [ helios-setup] Feb 13 04:47:09.228 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc) |
3483 | 2025-02-13T04:47:18.771Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3484 | 2025-02-13T04:47:19.666Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3485 | 2025-02-13T04:47:27.225Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3486 | 2025-02-13T04:47:27.228Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3487 | 2025-02-13T04:47:27.679Z | [ host-package] Compiling fatfs v0.3.6 |
3488 | 2025-02-13T04:47:29.413Z | [ host-package] Compiling rtoolbox v0.0.2 |
3489 | 2025-02-13T04:47:29.942Z | [ host-package] Compiling subprocess v0.2.9 |
3490 | 2025-02-13T04:47:30.913Z | [ host-package] Compiling assert_matches v1.5.0 |
3491 | 2025-02-13T04:47:35.331Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3492 | 2025-02-13T04:47:38.919Z | [ host-package] Compiling rpassword v7.3.1 |
3493 | 2025-02-13T04:47:39.629Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3494 | 2025-02-13T04:47:42.527Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3495 | 2025-02-13T04:47:44.637Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3496 | 2025-02-13T04:47:50.540Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3497 | 2025-02-13T04:47:51.062Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3498 | 2025-02-13T04:47:52.756Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3499 | 2025-02-13T04:47:53.164Z | [ host-package] Compiling uzers v0.12.1 |
3500 | 2025-02-13T04:47:56.498Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3501 | 2025-02-13T04:47:56.669Z | [ helios-setup] Feb 13 04:47:54.966 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3502 | 2025-02-13T04:48:06.303Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3503 | 2025-02-13T04:48:08.476Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3504 | 2025-02-13T04:48:15.736Z | [ helios-setup] Feb 13 04:48:14.030 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3505 | 2025-02-13T04:48:36.533Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3506 | 2025-02-13T04:48:40.118Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3507 | 2025-02-13T04:48:45.882Z | [ host-package] Compiling multimap v0.10.0 |
3508 | 2025-02-13T04:49:10.317Z | [ helios-setup] Feb 13 04:49:08.605 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 51s |
3509 | 2025-02-13T04:49:10.357Z | [ helios-setup] Feb 13 04:49:08.645 INFO building project "amd-host-image-builder" ok (200 seconds) |
3510 | 2025-02-13T04:49:10.360Z | [ helios-setup] rm -f helios-build |
3511 | 2025-02-13T04:49:10.363Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3512 | 2025-02-13T04:49:10.366Z | [ helios-setup] |
3513 | 2025-02-13T04:49:10.369Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3514 | 2025-02-13T04:49:10.369Z | [ helios-setup] |
3515 | 2025-02-13T04:49:10.372Z | [ helios-setup] |
3516 | 2025-02-13T04:49:10.372Z | [ helios-setup] real 12:04.991294888 |
3517 | 2025-02-13T04:49:10.372Z | [ helios-setup] user 29:28.765787219 |
3518 | 2025-02-13T04:49:10.372Z | [ helios-setup] sys 2:48.753395804 |
3519 | 2025-02-13T04:49:10.372Z | [ helios-setup] trap 1.871671311 |
3520 | 2025-02-13T04:49:10.372Z | [ helios-setup] tflt 6.512620598 |
3521 | 2025-02-13T04:49:10.372Z | [ helios-setup] dflt 25.412056546 |
3522 | 2025-02-13T04:49:10.372Z | [ helios-setup] kflt 0.041880102 |
3523 | 2025-02-13T04:49:10.372Z | [ helios-setup] lock 2:03:52.945660914 |
3524 | 2025-02-13T04:49:10.372Z | [ helios-setup] slp 3:41:41.036107002 |
3525 | 2025-02-13T04:49:10.372Z | [ helios-setup] lat 32:54.814702616 |
3526 | 2025-02-13T04:49:10.372Z | [ helios-setup] stop 5:01.232068644 |
3527 | 2025-02-13T04:49:10.372Z | Feb 13 04:49:08.659 INFO [helios-setup] process exited with exit status: 0 (724.997682012s) |
3528 | 2025-02-13T04:49:10.372Z | Feb 13 04:49:08.659 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3529 | 2025-02-13T04:49:10.413Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3530 | 2025-02-13T04:49:11.055Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3531 | 2025-02-13T04:49:11.062Z | [ phbl-toolchain] info: downloading component 'cargo' |
3532 | 2025-02-13T04:49:12.829Z | [ phbl-toolchain] info: downloading component 'clippy' |
3533 | 2025-02-13T04:49:13.399Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3534 | 2025-02-13T04:49:18.516Z | [ phbl-toolchain] info: downloading component 'miri' |
3535 | 2025-02-13T04:49:18.956Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3536 | 2025-02-13T04:49:20.564Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3537 | 2025-02-13T04:49:21.013Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3538 | 2025-02-13T04:49:23.407Z | [ phbl-toolchain] info: downloading component 'rustc' |
3539 | 2025-02-13T04:49:32.316Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3540 | 2025-02-13T04:49:32.843Z | [ phbl-toolchain] info: installing component 'cargo' |
3541 | 2025-02-13T04:49:34.172Z | [ phbl-toolchain] info: installing component 'clippy' |
3542 | 2025-02-13T04:49:34.726Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3543 | 2025-02-13T04:49:40.404Z | [ phbl-toolchain] info: installing component 'miri' |
3544 | 2025-02-13T04:49:40.758Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3545 | 2025-02-13T04:49:48.605Z | [ phbl-toolchain] info: installing component 'rust-src' |
3546 | 2025-02-13T04:49:49.397Z | [ phbl-toolchain] info: installing component 'rust-std' |
3547 | 2025-02-13T04:49:51.793Z | [ phbl-toolchain] info: installing component 'rustc' |
3548 | 2025-02-13T04:50:01.063Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3549 | 2025-02-13T04:50:02.042Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3550 | 2025-02-13T04:50:02.045Z | Feb 13 04:50:00.327 INFO [phbl-toolchain] process exited with exit status: 0 (51.667295561s) |
3551 | 2025-02-13T04:51:20.055Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3552 | 2025-02-13T04:51:35.320Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3553 | 2025-02-13T04:58:51.578Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 56s |
3554 | 2025-02-13T04:59:58.762Z | Feb 13 04:59:56.975 INFO [host-package] process exited with exit status: 0 (1323.837399485s) |
3555 | 2025-02-13T04:59:58.765Z | Feb 13 04:59:56.975 INFO [host-stamp] running task |
3556 | 2025-02-13T04:59:58.765Z | Feb 13 04:59:56.976 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3557 | 2025-02-13T04:59:58.771Z | Feb 13 04:59:56.985 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 13.0.0-0.ci+git4bcbe5a5217 |
3558 | 2025-02-13T04:59:58.778Z | Feb 13 04:59:56.992 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 13.0.0-0.ci+git4bcbe5a5217 |
3559 | 2025-02-13T04:59:58.783Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3560 | 2025-02-13T04:59:58.786Z | Feb 13 04:59:56.999 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 13.0.0-0.ci+git4bcbe5a5217 |
3561 | 2025-02-13T04:59:58.795Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3562 | 2025-02-13T04:59:58.795Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3563 | 2025-02-13T04:59:58.798Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3564 | 2025-02-13T04:59:58.800Z | Feb 13 04:59:57.012 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 13.0.0-0.ci+git4bcbe5a5217 |
3565 | 2025-02-13T04:59:58.813Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3566 | 2025-02-13T04:59:58.813Z | Feb 13 04:59:57.026 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 13.0.0-0.ci+git4bcbe5a5217 |
3567 | 2025-02-13T04:59:58.826Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3568 | 2025-02-13T04:59:58.826Z | Feb 13 04:59:57.040 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 13.0.0-0.ci+git4bcbe5a5217 |
3569 | 2025-02-13T04:59:58.836Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3570 | 2025-02-13T04:59:58.839Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3571 | 2025-02-13T04:59:58.842Z | Feb 13 04:59:57.053 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 13.0.0-0.ci+git4bcbe5a5217 |
3572 | 2025-02-13T04:59:58.856Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3573 | 2025-02-13T04:59:58.856Z | Feb 13 04:59:57.069 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 13.0.0-0.ci+git4bcbe5a5217 |
3574 | 2025-02-13T04:59:58.872Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3575 | 2025-02-13T04:59:58.872Z | Feb 13 04:59:57.085 INFO [stamp-overlay] process exited with exit status: 0 (100.065817ms) |
3576 | 2025-02-13T04:59:58.875Z | Feb 13 04:59:57.085 INFO [stamp-oxlog] process exited with exit status: 0 (72.967987ms) |
3577 | 2025-02-13T04:59:58.885Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3578 | 2025-02-13T04:59:58.887Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3579 | 2025-02-13T04:59:58.891Z | Feb 13 04:59:57.105 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (35.504143ms) |
3580 | 2025-02-13T04:59:58.934Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3581 | 2025-02-13T04:59:58.937Z | Feb 13 04:59:57.151 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (124.727742ms) |
3582 | 2025-02-13T04:59:59.001Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3583 | 2025-02-13T04:59:59.004Z | Feb 13 04:59:57.218 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (226.065178ms) |
3584 | 2025-02-13T04:59:59.243Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3585 | 2025-02-13T04:59:59.247Z | Feb 13 04:59:57.460 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (407.590774ms) |
3586 | 2025-02-13T05:00:00.007Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3587 | 2025-02-13T05:00:00.010Z | Feb 13 04:59:58.223 INFO [stamp-propolis-server] process exited with exit status: 0 (1.22426739s) |
3588 | 2025-02-13T05:00:00.110Z | [recovery-package] Compiling newtype-uuid v1.2.1 |
3589 | 2025-02-13T05:00:00.639Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3590 | 2025-02-13T05:00:00.969Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3591 | 2025-02-13T05:00:00.969Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3592 | 2025-02-13T05:00:00.969Z | [recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3593 | 2025-02-13T05:00:01.022Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3594 | 2025-02-13T05:00:01.757Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3595 | 2025-02-13T05:00:08.871Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3596 | 2025-02-13T05:00:08.874Z | Feb 13 05:00:07.087 INFO [stamp-switch-asic] process exited with exit status: 0 (10.047089914s) |
3597 | 2025-02-13T05:00:08.877Z | Feb 13 05:00:07.087 INFO [host-stamp] task succeeded (10.111689035s) |
3598 | 2025-02-13T05:00:08.877Z | Feb 13 05:00:07.087 INFO [host-proto] running task |
3599 | 2025-02-13T05:00:09.337Z | Feb 13 05:00:07.549 INFO [host-proto] task succeeded (461.633446ms) |
3600 | 2025-02-13T05:00:09.337Z | Feb 13 05:00:07.549 INFO [host-profile] running task |
3601 | 2025-02-13T05:00:09.340Z | Feb 13 05:00:07.549 INFO [host-profile] task succeeded (279.839µs) |
3602 | 2025-02-13T05:00:09.340Z | Feb 13 05:00:07.549 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/.tmpTHrw9f/proto/host/root -N 'ci 4bcbe5a/${os_short_commit} 2025-02-13 04:37' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3603 | 2025-02-13T05:00:09.356Z | [ host-image] Feb 13 05:00:07.567 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3604 | 2025-02-13T05:00:09.356Z | [ host-image] Feb 13 05:00:07.568 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3605 | 2025-02-13T05:00:09.370Z | [ host-image] Feb 13 05:00:07.582 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpTHrw9f/proto/host/root" |
3606 | 2025-02-13T05:00:09.370Z | [ host-image] Feb 13 05:00:07.582 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3607 | 2025-02-13T05:00:09.373Z | [ host-image] Feb 13 05:00:07.582 INFO image builder template: ramdisk-01-os... |
3608 | 2025-02-13T05:00:09.373Z | [ host-image] Feb 13 05:00:07.582 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/.tmpTHrw9f/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 |
3609 | 2025-02-13T05:00:09.394Z | [ host-image] Feb 13 05:00:07.606 INFO O| Feb 13 05:00:07.606 INFO CREATE DATASET: rpool/images/build/host/output |
3610 | 2025-02-13T05:00:09.743Z | [ host-image] Feb 13 05:00:07.955 INFO O| Feb 13 05:00:07.955 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3611 | 2025-02-13T05:00:09.749Z | [ host-image] Feb 13 05:00:07.961 INFO O| Feb 13 05:00:07.961 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3612 | 2025-02-13T05:00:09.993Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3613 | 2025-02-13T05:00:09.993Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3614 | 2025-02-13T05:00:09.996Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3615 | 2025-02-13T05:00:09.996Z | [recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3616 | 2025-02-13T05:00:09.998Z | [ host-image] Feb 13 05:00:08.209 INFO O| Feb 13 05:00:08.209 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3617 | 2025-02-13T05:00:10.095Z | [ host-image] Feb 13 05:00:08.307 INFO O| Feb 13 05:00:08.307 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3618 | 2025-02-13T05:00:10.098Z | [ host-image] Feb 13 05:00:08.307 INFO O| Feb 13 05:00:08.307 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3619 | 2025-02-13T05:00:10.098Z | [ host-image] Feb 13 05:00:08.307 INFO O| Feb 13 05:00:08.307 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3620 | 2025-02-13T05:00:10.098Z | [ host-image] Feb 13 05:00:08.308 INFO O| Feb 13 05:00:08.307 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3621 | 2025-02-13T05:00:10.109Z | [ host-image] Feb 13 05:00:08.321 INFO O| Feb 13 05:00:08.321 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3622 | 2025-02-13T05:00:10.358Z | [ host-image] Feb 13 05:00:08.570 INFO O| Feb 13 05:00:08.570 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3623 | 2025-02-13T05:00:10.378Z | [ host-image] Feb 13 05:00:08.590 INFO O| Feb 13 05:00:08.590 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3624 | 2025-02-13T05:00:10.971Z | [ host-image] Feb 13 05:00:09.182 INFO O| Feb 13 05:00:09.182 INFO O| Caching catalogs ... Done |
3625 | 2025-02-13T05:00:11.133Z | [ host-image] Feb 13 05:00:09.344 INFO O| Feb 13 05:00:09.344 INFO STEP 0 (pkg_image_create) COMPLETE |
3626 | 2025-02-13T05:00:11.133Z | [ host-image] Feb 13 05:00:09.344 INFO O| Feb 13 05:00:09.344 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3627 | 2025-02-13T05:00:11.136Z | [ host-image] Feb 13 05:00:09.344 INFO O| Feb 13 05:00:09.344 INFO skip step because feature "repo_redist" is not enabled |
3628 | 2025-02-13T05:00:11.136Z | [ host-image] Feb 13 05:00:09.344 INFO O| Feb 13 05:00:09.344 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3629 | 2025-02-13T05:00:11.153Z | [ host-image] Feb 13 05:00:09.365 INFO O| Feb 13 05:00:09.365 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"] |
3630 | 2025-02-13T05:00:11.881Z | [ host-image] Feb 13 05:00:10.093 INFO O| Feb 13 05:00:10.093 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3631 | 2025-02-13T05:00:11.882Z | [ host-image] Feb 13 05:00:10.093 INFO O| Feb 13 05:00:10.093 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3632 | 2025-02-13T05:00:11.904Z | [ host-image] Feb 13 05:00:10.115 INFO O| Feb 13 05:00:10.115 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"] |
3633 | 2025-02-13T05:00:12.557Z | [ host-image] Feb 13 05:00:10.768 INFO O| Feb 13 05:00:10.768 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3634 | 2025-02-13T05:00:12.557Z | [ host-image] Feb 13 05:00:10.768 INFO O| Feb 13 05:00:10.768 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3635 | 2025-02-13T05:00:12.558Z | [ host-image] Feb 13 05:00:10.768 INFO O| Feb 13 05:00:10.768 INFO skip step because feature "repo_redist" is not enabled |
3636 | 2025-02-13T05:00:12.558Z | [ host-image] Feb 13 05:00:10.768 INFO O| Feb 13 05:00:10.768 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3637 | 2025-02-13T05:00:13.178Z | [ host-image] Feb 13 05:00:11.389 INFO O| Feb 13 05:00:11.389 INFO variant opensolaris.zone is already global |
3638 | 2025-02-13T05:00:13.178Z | [ host-image] Feb 13 05:00:11.390 INFO O| Feb 13 05:00:11.389 INFO STEP 5 (pkg_change_variant) COMPLETE |
3639 | 2025-02-13T05:00:13.181Z | [ host-image] Feb 13 05:00:11.390 INFO O| Feb 13 05:00:11.389 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3640 | 2025-02-13T05:00:13.767Z | [ host-image] Feb 13 05:00:11.978 INFO O| Feb 13 05:00:11.978 INFO variant opensolaris.imagetype is full; changing to partial |
3641 | 2025-02-13T05:00:13.767Z | [ host-image] Feb 13 05:00:11.978 INFO O| Feb 13 05:00:11.978 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3642 | 2025-02-13T05:00:15.171Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3643 | 2025-02-13T05:00:15.448Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3644 | 2025-02-13T05:00:17.802Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3645 | 2025-02-13T05:00:20.729Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3646 | 2025-02-13T05:00:22.706Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3647 | 2025-02-13T05:00:22.764Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3648 | 2025-02-13T05:00:25.457Z | [ host-image] Feb 13 05:00:23.667 INFO O| Feb 13 05:00:23.666 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3649 | 2025-02-13T05:00:27.569Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3650 | 2025-02-13T05:00:33.268Z | [ host-image] Feb 13 05:00:31.476 INFO O| Feb 13 05:00:31.476 INFO O| Startup: Caching catalogs ... Done |
3651 | 2025-02-13T05:00:33.398Z | [ host-image] Feb 13 05:00:31.607 INFO O| Feb 13 05:00:31.607 INFO O| Planning: Planning completed in 0.00 seconds |
3652 | 2025-02-13T05:00:33.401Z | [ host-image] Feb 13 05:00:31.608 INFO O| Feb 13 05:00:31.608 INFO O| Planning: Consolidating action changes ... Done |
3653 | 2025-02-13T05:00:33.401Z | [ host-image] Feb 13 05:00:31.608 INFO O| Feb 13 05:00:31.608 INFO O| Planning: Evaluating mediators ... Done |
3654 | 2025-02-13T05:00:33.401Z | [ host-image] Feb 13 05:00:31.608 INFO O| Feb 13 05:00:31.608 INFO O| Planning: Planning completed in 0.00 seconds |
3655 | 2025-02-13T05:00:33.401Z | [ host-image] Feb 13 05:00:31.608 INFO O| Feb 13 05:00:31.608 INFO O| Variants/Facets to change: 1 |
3656 | 2025-02-13T05:00:33.477Z | [ host-image] Feb 13 05:00:31.686 INFO O| Feb 13 05:00:31.686 INFO O| Done |
3657 | 2025-02-13T05:00:33.477Z | [ host-image] Feb 13 05:00:31.686 INFO O| Feb 13 05:00:31.686 INFO O| Done |
3658 | 2025-02-13T05:00:34.420Z | [ host-image] Feb 13 05:00:32.629 INFO O| Feb 13 05:00:32.629 INFO O| Done |
3659 | 2025-02-13T05:00:34.471Z | [ host-image] Feb 13 05:00:32.680 INFO O| Feb 13 05:00:32.680 INFO O| Done |
3660 | 2025-02-13T05:00:34.474Z | [ host-image] Feb 13 05:00:32.681 INFO O| Feb 13 05:00:32.681 INFO O| Done |
3661 | 2025-02-13T05:00:34.474Z | [ host-image] Feb 13 05:00:32.681 INFO O| Feb 13 05:00:32.681 INFO O| Done |
3662 | 2025-02-13T05:00:34.474Z | [ host-image] Feb 13 05:00:32.683 INFO O| Feb 13 05:00:32.683 INFO O| Done |
3663 | 2025-02-13T05:00:34.915Z | [ host-image] Feb 13 05:00:33.124 INFO O| Feb 13 05:00:33.123 INFO STEP 6 (pkg_change_variant) COMPLETE |
3664 | 2025-02-13T05:00:34.915Z | [ host-image] Feb 13 05:00:33.124 INFO O| Feb 13 05:00:33.123 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3665 | 2025-02-13T05:00:34.917Z | [ host-image] Feb 13 05:00:33.124 INFO O| Feb 13 05:00:33.124 INFO skip step because feature "debug_variant" is not enabled |
3666 | 2025-02-13T05:00:34.917Z | [ host-image] Feb 13 05:00:33.124 INFO O| Feb 13 05:00:33.124 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3667 | 2025-02-13T05:00:35.252Z | [ host-image] Feb 13 05:00:33.460 INFO O| Feb 13 05:00:33.460 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3668 | 2025-02-13T05:00:35.749Z | [ host-image] Feb 13 05:00:33.957 INFO O| Feb 13 05:00:33.957 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3669 | 2025-02-13T05:00:35.752Z | [ host-image] Feb 13 05:00:33.958 INFO O| Feb 13 05:00:33.958 INFO O| Planning: Planning completed in 0.00 seconds |
3670 | 2025-02-13T05:00:35.752Z | [ host-image] Feb 13 05:00:33.959 INFO O| Feb 13 05:00:33.959 INFO O| Planning: Consolidating action changes ... Done |
3671 | 2025-02-13T05:00:35.752Z | [ host-image] Feb 13 05:00:33.959 INFO O| Feb 13 05:00:33.959 INFO O| Planning: Evaluating mediators ... Done |
3672 | 2025-02-13T05:00:35.752Z | [ host-image] Feb 13 05:00:33.959 INFO O| Feb 13 05:00:33.959 INFO O| Planning: Planning completed in 0.00 seconds |
3673 | 2025-02-13T05:00:35.752Z | [ host-image] Feb 13 05:00:33.960 INFO O| Feb 13 05:00:33.959 INFO O| Variants/Facets to change: 1 |
3674 | 2025-02-13T05:00:35.771Z | [ host-image] Feb 13 05:00:33.979 INFO O| Feb 13 05:00:33.979 INFO O| Done |
3675 | 2025-02-13T05:00:35.771Z | [ host-image] Feb 13 05:00:33.979 INFO O| Feb 13 05:00:33.979 INFO O| Done |
3676 | 2025-02-13T05:00:36.193Z | [ host-image] Feb 13 05:00:34.401 INFO O| Feb 13 05:00:34.401 INFO O| Done |
3677 | 2025-02-13T05:00:36.252Z | [ host-image] Feb 13 05:00:34.460 INFO O| Feb 13 05:00:34.460 INFO O| Done |
3678 | 2025-02-13T05:00:36.255Z | [ host-image] Feb 13 05:00:34.461 INFO O| Feb 13 05:00:34.461 INFO O| Done |
3679 | 2025-02-13T05:00:36.255Z | [ host-image] Feb 13 05:00:34.461 INFO O| Feb 13 05:00:34.461 INFO O| Done |
3680 | 2025-02-13T05:00:36.255Z | [ host-image] Feb 13 05:00:34.462 INFO O| Feb 13 05:00:34.462 INFO O| Done |
3681 | 2025-02-13T05:00:36.323Z | [ host-image] Feb 13 05:00:34.531 INFO O| Feb 13 05:00:34.531 INFO STEP 8 (pkg_change_facet) COMPLETE |
3682 | 2025-02-13T05:00:36.323Z | [ host-image] Feb 13 05:00:34.531 INFO O| Feb 13 05:00:34.531 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3683 | 2025-02-13T05:00:36.326Z | [ host-image] Feb 13 05:00:34.531 INFO O| Feb 13 05:00:34.531 INFO skip step because feature "recovery" is not enabled |
3684 | 2025-02-13T05:00:36.326Z | [ host-image] Feb 13 05:00:34.531 INFO O| Feb 13 05:00:34.531 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3685 | 2025-02-13T05:00:36.326Z | [ host-image] Feb 13 05:00:34.531 INFO O| Feb 13 05:00:34.531 INFO skip step because feature "recovery" is not enabled |
3686 | 2025-02-13T05:00:36.326Z | [ host-image] Feb 13 05:00:34.532 INFO O| Feb 13 05:00:34.531 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3687 | 2025-02-13T05:00:36.339Z | [ host-image] Feb 13 05:00:34.548 INFO O| Feb 13 05:00:34.547 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"] |
3688 | 2025-02-13T05:00:37.106Z | [ host-image] Feb 13 05:00:35.314 INFO O| Feb 13 05:00:35.314 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3689 | 2025-02-13T05:00:47.210Z | [recovery-package] Finished `release` profile [optimized] target(s) in 48.14s |
3690 | 2025-02-13T05:00:48.667Z | Feb 13 05:00:46.875 INFO [recovery-package] process exited with exit status: 0 (49.899004463s) |
3691 | 2025-02-13T05:00:48.668Z | Feb 13 05:00:46.875 INFO [recovery-stamp] running task |
3692 | 2025-02-13T05:00:48.670Z | Feb 13 05:00:46.875 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3693 | 2025-02-13T05:00:48.676Z | Feb 13 05:00:46.884 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git4bcbe5a5217 |
3694 | 2025-02-13T05:00:48.686Z | Feb 13 05:00:46.894 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 13.0.0-0.ci+git4bcbe5a5217 |
3695 | 2025-02-13T05:00:48.696Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3696 | 2025-02-13T05:00:48.707Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3697 | 2025-02-13T05:00:48.765Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3698 | 2025-02-13T05:00:48.769Z | Feb 13 05:00:46.977 INFO [stamp-installinator] process exited with exit status: 0 (92.855224ms) |
3699 | 2025-02-13T05:00:48.829Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3700 | 2025-02-13T05:00:48.833Z | Feb 13 05:00:47.040 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (146.930627ms) |
3701 | 2025-02-13T05:00:48.836Z | Feb 13 05:00:47.041 INFO [recovery-stamp] task succeeded (165.835032ms) |
3702 | 2025-02-13T05:00:48.836Z | Feb 13 05:00:47.041 INFO [recovery-proto] running task |
3703 | 2025-02-13T05:00:48.836Z | Feb 13 05:00:47.041 INFO [tuf-stamp] running task |
3704 | 2025-02-13T05:00:48.836Z | Feb 13 05:00:47.042 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 13.0.0-0.ci+git4bcbe5a5217 |
3705 | 2025-02-13T05:00:48.848Z | Feb 13 05:00:47.056 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 13.0.0-0.ci+git4bcbe5a5217 |
3706 | 2025-02-13T05:00:48.861Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3707 | 2025-02-13T05:00:48.864Z | Feb 13 05:00:47.069 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 13.0.0-0.ci+git4bcbe5a5217 |
3708 | 2025-02-13T05:00:48.877Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3709 | 2025-02-13T05:00:48.877Z | Feb 13 05:00:47.085 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 13.0.0-0.ci+git4bcbe5a5217 |
3710 | 2025-02-13T05:00:48.894Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3711 | 2025-02-13T05:00:48.896Z | Feb 13 05:00:47.101 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 13.0.0-0.ci+git4bcbe5a5217 |
3712 | 2025-02-13T05:00:48.908Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3713 | 2025-02-13T05:00:48.918Z | Feb 13 05:00:47.126 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 13.0.0-0.ci+git4bcbe5a5217 |
3714 | 2025-02-13T05:00:48.990Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3715 | 2025-02-13T05:00:48.990Z | Feb 13 05:00:47.197 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 13.0.0-0.ci+git4bcbe5a5217 |
3716 | 2025-02-13T05:00:49.010Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3717 | 2025-02-13T05:00:49.013Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3718 | 2025-02-13T05:00:49.015Z | Feb 13 05:00:47.220 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 13.0.0-0.ci+git4bcbe5a5217 |
3719 | 2025-02-13T05:00:49.058Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3720 | 2025-02-13T05:00:49.062Z | Feb 13 05:00:47.266 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 13.0.0-0.ci+git4bcbe5a5217 |
3721 | 2025-02-13T05:00:49.092Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3722 | 2025-02-13T05:00:49.094Z | Feb 13 05:00:47.299 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 13.0.0-0.ci+git4bcbe5a5217 |
3723 | 2025-02-13T05:00:49.124Z | Feb 13 05:00:47.332 INFO [recovery-proto] task succeeded (291.068373ms) |
3724 | 2025-02-13T05:00:49.127Z | Feb 13 05:00:47.333 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/.tmpTHrw9f/proto/recovery/root -N 'recovery 4bcbe5a/${os_short_commit} 2025-02-13 04:37' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3725 | 2025-02-13T05:00:49.151Z | [ recovery-image] Feb 13 05:00:47.358 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3726 | 2025-02-13T05:00:49.153Z | [ recovery-image] Feb 13 05:00:47.358 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3727 | 2025-02-13T05:00:49.169Z | [ recovery-image] Feb 13 05:00:47.375 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpTHrw9f/proto/recovery/root" |
3728 | 2025-02-13T05:00:49.169Z | [ recovery-image] Feb 13 05:00:47.375 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3729 | 2025-02-13T05:00:49.177Z | [ recovery-image] Feb 13 05:00:47.375 INFO image builder template: ramdisk-01-os... |
3730 | 2025-02-13T05:00:49.178Z | [ recovery-image] Feb 13 05:00:47.375 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/.tmpTHrw9f/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 |
3731 | 2025-02-13T05:00:49.178Z | Feb 13 05:00:47.381 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 13.0.0-0.ci+git4bcbe5a5217 |
3732 | 2025-02-13T05:00:49.186Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3733 | 2025-02-13T05:00:49.191Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3734 | 2025-02-13T05:00:49.205Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3735 | 2025-02-13T05:00:49.210Z | Feb 13 05:00:47.410 INFO [stamp-probe] process exited with exit status: 0 (340.729372ms) |
3736 | 2025-02-13T05:00:49.253Z | [ recovery-image] Feb 13 05:00:47.460 INFO O| Feb 13 05:00:47.445 INFO CREATE DATASET: rpool/images/build/recovery/output |
3737 | 2025-02-13T05:00:49.597Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3738 | 2025-02-13T05:00:49.684Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3739 | 2025-02-13T05:00:49.687Z | [ recovery-image] Feb 13 05:00:47.894 INFO O| Feb 13 05:00:47.882 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3740 | 2025-02-13T05:00:49.695Z | [ recovery-image] Feb 13 05:00:47.903 INFO O| Feb 13 05:00:47.895 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3741 | 2025-02-13T05:00:49.738Z | Feb 13 05:00:47.946 INFO [stamp-ntp] process exited with exit status: 0 (819.794502ms) |
3742 | 2025-02-13T05:00:49.772Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3743 | 2025-02-13T05:00:50.127Z | [ recovery-image] Feb 13 05:00:48.334 INFO O| Feb 13 05:00:48.334 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3744 | 2025-02-13T05:00:50.217Z | [ recovery-image] Feb 13 05:00:48.424 INFO O| Feb 13 05:00:48.424 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3745 | 2025-02-13T05:00:50.220Z | [ recovery-image] Feb 13 05:00:48.425 INFO O| Feb 13 05:00:48.425 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3746 | 2025-02-13T05:00:50.220Z | [ recovery-image] Feb 13 05:00:48.425 INFO O| Feb 13 05:00:48.425 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3747 | 2025-02-13T05:00:50.220Z | [ recovery-image] Feb 13 05:00:48.425 INFO O| Feb 13 05:00:48.425 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3748 | 2025-02-13T05:00:50.229Z | [ recovery-image] Feb 13 05:00:48.437 INFO O| Feb 13 05:00:48.437 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3749 | 2025-02-13T05:00:50.326Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3750 | 2025-02-13T05:00:50.363Z | Feb 13 05:00:48.569 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.527664042s) |
3751 | 2025-02-13T05:00:50.472Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3752 | 2025-02-13T05:00:50.506Z | Feb 13 05:00:48.713 INFO [stamp-internal-dns] process exited with exit status: 0 (1.657140654s) |
3753 | 2025-02-13T05:00:50.638Z | [ recovery-image] Feb 13 05:00:48.845 INFO O| Feb 13 05:00:48.845 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3754 | 2025-02-13T05:00:50.656Z | [ recovery-image] Feb 13 05:00:48.862 INFO O| Feb 13 05:00:48.862 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3755 | 2025-02-13T05:00:50.737Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3756 | 2025-02-13T05:00:50.775Z | Feb 13 05:00:48.982 INFO [stamp-external-dns] process exited with exit status: 0 (1.880626415s) |
3757 | 2025-02-13T05:00:50.978Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3758 | 2025-02-13T05:00:51.000Z | Feb 13 05:00:49.207 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.986599086s) |
3759 | 2025-02-13T05:00:51.225Z | [ recovery-image] Feb 13 05:00:49.432 INFO O| Feb 13 05:00:49.432 INFO O| Caching catalogs ... Done |
3760 | 2025-02-13T05:00:51.369Z | [ recovery-image] Feb 13 05:00:49.555 INFO O| Feb 13 05:00:49.555 INFO STEP 0 (pkg_image_create) COMPLETE |
3761 | 2025-02-13T05:00:51.406Z | [ recovery-image] Feb 13 05:00:49.555 INFO O| Feb 13 05:00:49.555 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3762 | 2025-02-13T05:00:51.410Z | [ recovery-image] Feb 13 05:00:49.555 INFO O| Feb 13 05:00:49.555 INFO skip step because feature "repo_redist" is not enabled |
3763 | 2025-02-13T05:00:51.410Z | [ recovery-image] Feb 13 05:00:49.555 INFO O| Feb 13 05:00:49.555 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3764 | 2025-02-13T05:00:51.410Z | [ recovery-image] Feb 13 05:00:49.571 INFO O| Feb 13 05:00:49.571 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"] |
3765 | 2025-02-13T05:00:51.479Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3766 | 2025-02-13T05:00:51.482Z | Feb 13 05:00:49.690 INFO [stamp-oximeter] process exited with exit status: 0 (2.423256959s) |
3767 | 2025-02-13T05:00:51.832Z | [ recovery-image] Feb 13 05:00:50.039 INFO O| Feb 13 05:00:50.039 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3768 | 2025-02-13T05:00:51.835Z | [ recovery-image] Feb 13 05:00:50.039 INFO O| Feb 13 05:00:50.039 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3769 | 2025-02-13T05:00:51.848Z | [ recovery-image] Feb 13 05:00:50.055 INFO O| Feb 13 05:00:50.055 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"] |
3770 | 2025-02-13T05:00:52.285Z | [ recovery-image] Feb 13 05:00:50.491 INFO O| Feb 13 05:00:50.491 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3771 | 2025-02-13T05:00:52.285Z | [ recovery-image] Feb 13 05:00:50.491 INFO O| Feb 13 05:00:50.491 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3772 | 2025-02-13T05:00:52.288Z | [ recovery-image] Feb 13 05:00:50.492 INFO O| Feb 13 05:00:50.491 INFO skip step because feature "repo_redist" is not enabled |
3773 | 2025-02-13T05:00:52.288Z | [ recovery-image] Feb 13 05:00:50.492 INFO O| Feb 13 05:00:50.491 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3774 | 2025-02-13T05:00:52.711Z | [ recovery-image] Feb 13 05:00:50.917 INFO O| Feb 13 05:00:50.917 INFO variant opensolaris.zone is already global |
3775 | 2025-02-13T05:00:52.711Z | [ recovery-image] Feb 13 05:00:50.917 INFO O| Feb 13 05:00:50.917 INFO STEP 5 (pkg_change_variant) COMPLETE |
3776 | 2025-02-13T05:00:52.711Z | [ recovery-image] Feb 13 05:00:50.917 INFO O| Feb 13 05:00:50.917 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3777 | 2025-02-13T05:00:53.241Z | [ recovery-image] Feb 13 05:00:51.447 INFO O| Feb 13 05:00:51.447 INFO variant opensolaris.imagetype is full; changing to partial |
3778 | 2025-02-13T05:00:53.241Z | [ recovery-image] Feb 13 05:00:51.447 INFO O| Feb 13 05:00:51.447 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3779 | 2025-02-13T05:00:53.341Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3780 | 2025-02-13T05:00:53.345Z | Feb 13 05:00:51.552 INFO [stamp-nexus] process exited with exit status: 0 (4.171467238s) |
3781 | 2025-02-13T05:00:54.057Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3782 | 2025-02-13T05:00:54.240Z | [verify-libraries] Compiling home v0.5.9 |
3783 | 2025-02-13T05:00:54.272Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3784 | 2025-02-13T05:00:54.312Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3785 | 2025-02-13T05:00:54.315Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3786 | 2025-02-13T05:00:54.315Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3787 | 2025-02-13T05:00:54.323Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3788 | 2025-02-13T05:00:54.326Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3789 | 2025-02-13T05:00:54.455Z | [verify-libraries] Compiling nix v0.28.0 |
3790 | 2025-02-13T05:00:54.908Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3791 | 2025-02-13T05:00:54.965Z | [verify-libraries] Compiling polyval v0.6.2 |
3792 | 2025-02-13T05:00:55.232Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3793 | 2025-02-13T05:00:55.295Z | Feb 13 05:00:53.502 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.202295249s) |
3794 | 2025-02-13T05:00:55.392Z | [verify-libraries] Compiling ctr v0.9.2 |
3795 | 2025-02-13T05:00:55.999Z | [verify-libraries] Compiling ghash v0.5.1 |
3796 | 2025-02-13T05:00:56.078Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3797 | 2025-02-13T05:00:56.133Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3798 | 2025-02-13T05:00:56.136Z | [verify-libraries] Compiling blowfish v0.9.1 |
3799 | 2025-02-13T05:00:56.448Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3800 | 2025-02-13T05:00:57.151Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3801 | 2025-02-13T05:00:57.768Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3802 | 2025-02-13T05:00:58.640Z | [verify-libraries] Compiling password-hash v0.4.2 |
3803 | 2025-02-13T05:01:01.462Z | [verify-libraries] Compiling rustyline v14.0.0 |
3804 | 2025-02-13T05:01:02.310Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3805 | 2025-02-13T05:01:02.337Z | Feb 13 05:01:00.542 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.457563723s) |
3806 | 2025-02-13T05:01:02.578Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3807 | 2025-02-13T05:01:02.984Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3808 | 2025-02-13T05:01:03.005Z | Feb 13 05:01:01.211 INFO [stamp-clickhouse] process exited with exit status: 0 (14.013430449s) |
3809 | 2025-02-13T05:01:03.005Z | Feb 13 05:01:01.211 INFO [tuf-stamp] task succeeded (14.170292828s) |
3810 | 2025-02-13T05:01:03.378Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3811 | 2025-02-13T05:01:04.371Z | [verify-libraries] Compiling p521 v0.13.3 |
3812 | 2025-02-13T05:01:04.690Z | [verify-libraries] Compiling p256 v0.13.2 |
3813 | 2025-02-13T05:01:07.677Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3814 | 2025-02-13T05:01:08.085Z | [ recovery-image] Feb 13 05:01:06.290 INFO O| Feb 13 05:01:06.290 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3815 | 2025-02-13T05:01:08.258Z | [verify-libraries] Compiling md5 v0.7.0 |
3816 | 2025-02-13T05:01:09.062Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3817 | 2025-02-13T05:01:10.453Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3818 | 2025-02-13T05:01:17.913Z | [ recovery-image] Feb 13 05:01:16.116 INFO O| Feb 13 05:01:16.116 INFO O| Startup: Caching catalogs ... Done |
3819 | 2025-02-13T05:01:18.054Z | [ recovery-image] Feb 13 05:01:16.257 INFO O| Feb 13 05:01:16.257 INFO O| Planning: Planning completed in 0.00 seconds |
3820 | 2025-02-13T05:01:18.058Z | [ recovery-image] Feb 13 05:01:16.258 INFO O| Feb 13 05:01:16.258 INFO O| Planning: Consolidating action changes ... Done |
3821 | 2025-02-13T05:01:18.058Z | [ recovery-image] Feb 13 05:01:16.258 INFO O| Feb 13 05:01:16.258 INFO O| Planning: Evaluating mediators ... Done |
3822 | 2025-02-13T05:01:18.058Z | [ recovery-image] Feb 13 05:01:16.259 INFO O| Feb 13 05:01:16.259 INFO O| Planning: Planning completed in 0.00 seconds |
3823 | 2025-02-13T05:01:18.058Z | [ recovery-image] Feb 13 05:01:16.259 INFO O| Feb 13 05:01:16.259 INFO O| Variants/Facets to change: 1 |
3824 | 2025-02-13T05:01:18.106Z | [verify-libraries] Compiling des v0.8.1 |
3825 | 2025-02-13T05:01:18.192Z | [ recovery-image] Feb 13 05:01:16.395 INFO O| Feb 13 05:01:16.395 INFO O| Done |
3826 | 2025-02-13T05:01:18.192Z | [ recovery-image] Feb 13 05:01:16.395 INFO O| Feb 13 05:01:16.395 INFO O| Done |
3827 | 2025-02-13T05:01:18.816Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3828 | 2025-02-13T05:01:19.316Z | [ recovery-image] Feb 13 05:01:17.519 INFO O| Feb 13 05:01:17.519 INFO O| Done |
3829 | 2025-02-13T05:01:19.421Z | [ recovery-image] Feb 13 05:01:17.614 INFO O| Feb 13 05:01:17.614 INFO O| Done |
3830 | 2025-02-13T05:01:19.424Z | [ recovery-image] Feb 13 05:01:17.615 INFO O| Feb 13 05:01:17.615 INFO O| Done |
3831 | 2025-02-13T05:01:19.424Z | [ recovery-image] Feb 13 05:01:17.615 INFO O| Feb 13 05:01:17.615 INFO O| Done |
3832 | 2025-02-13T05:01:19.424Z | [ recovery-image] Feb 13 05:01:17.617 INFO O| Feb 13 05:01:17.617 INFO O| Done |
3833 | 2025-02-13T05:01:19.950Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3834 | 2025-02-13T05:01:20.186Z | [ recovery-image] Feb 13 05:01:18.387 INFO O| Feb 13 05:01:18.387 INFO STEP 6 (pkg_change_variant) COMPLETE |
3835 | 2025-02-13T05:01:20.186Z | [ recovery-image] Feb 13 05:01:18.387 INFO O| Feb 13 05:01:18.387 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3836 | 2025-02-13T05:01:20.219Z | [ recovery-image] Feb 13 05:01:18.387 INFO O| Feb 13 05:01:18.387 INFO skip step because feature "debug_variant" is not enabled |
3837 | 2025-02-13T05:01:20.219Z | [ recovery-image] Feb 13 05:01:18.387 INFO O| Feb 13 05:01:18.387 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3838 | 2025-02-13T05:01:20.520Z | [verify-libraries] Compiling russh v0.45.0 |
3839 | 2025-02-13T05:01:20.588Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3840 | 2025-02-13T05:01:20.944Z | [ recovery-image] Feb 13 05:01:19.148 INFO O| Feb 13 05:01:19.148 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3841 | 2025-02-13T05:01:22.128Z | [ recovery-image] Feb 13 05:01:20.327 INFO O| Feb 13 05:01:20.327 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3842 | 2025-02-13T05:01:22.154Z | [ recovery-image] Feb 13 05:01:20.329 INFO O| Feb 13 05:01:20.329 INFO O| Planning: Planning completed in 0.00 seconds |
3843 | 2025-02-13T05:01:22.154Z | [ recovery-image] Feb 13 05:01:20.330 INFO O| Feb 13 05:01:20.330 INFO O| Planning: Consolidating action changes ... Done |
3844 | 2025-02-13T05:01:22.154Z | [ recovery-image] Feb 13 05:01:20.330 INFO O| Feb 13 05:01:20.330 INFO O| Planning: Evaluating mediators ... Done |
3845 | 2025-02-13T05:01:22.154Z | [ recovery-image] Feb 13 05:01:20.330 INFO O| Feb 13 05:01:20.330 INFO O| Planning: Planning completed in 0.00 seconds |
3846 | 2025-02-13T05:01:22.154Z | [ recovery-image] Feb 13 05:01:20.331 INFO O| Feb 13 05:01:20.331 INFO O| Variants/Facets to change: 1 |
3847 | 2025-02-13T05:01:22.262Z | [ recovery-image] Feb 13 05:01:20.429 INFO O| Feb 13 05:01:20.428 INFO O| Done |
3848 | 2025-02-13T05:01:22.262Z | [ recovery-image] Feb 13 05:01:20.429 INFO O| Feb 13 05:01:20.428 INFO O| Done |
3849 | 2025-02-13T05:01:23.154Z | [ recovery-image] Feb 13 05:01:21.357 INFO O| Feb 13 05:01:21.357 INFO O| Done |
3850 | 2025-02-13T05:01:23.259Z | [ recovery-image] Feb 13 05:01:21.463 INFO O| Feb 13 05:01:21.462 INFO O| Done |
3851 | 2025-02-13T05:01:23.264Z | [ recovery-image] Feb 13 05:01:21.463 INFO O| Feb 13 05:01:21.463 INFO O| Done |
3852 | 2025-02-13T05:01:23.264Z | [ recovery-image] Feb 13 05:01:21.464 INFO O| Feb 13 05:01:21.464 INFO O| Done |
3853 | 2025-02-13T05:01:23.265Z | [ recovery-image] Feb 13 05:01:21.465 INFO O| Feb 13 05:01:21.465 INFO O| Done |
3854 | 2025-02-13T05:01:23.365Z | [ recovery-image] Feb 13 05:01:21.568 INFO O| Feb 13 05:01:21.568 INFO STEP 8 (pkg_change_facet) COMPLETE |
3855 | 2025-02-13T05:01:23.365Z | [ recovery-image] Feb 13 05:01:21.568 INFO O| Feb 13 05:01:21.568 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3856 | 2025-02-13T05:01:24.058Z | [ recovery-image] Feb 13 05:01:22.252 INFO O| Feb 13 05:01:22.252 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3857 | 2025-02-13T05:01:25.173Z | [ recovery-image] Feb 13 05:01:23.376 INFO O| Feb 13 05:01:23.376 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3858 | 2025-02-13T05:01:25.178Z | [ recovery-image] Feb 13 05:01:23.378 INFO O| Feb 13 05:01:23.378 INFO O| Planning: Planning completed in 0.00 seconds |
3859 | 2025-02-13T05:01:25.178Z | [ recovery-image] Feb 13 05:01:23.379 INFO O| Feb 13 05:01:23.379 INFO O| Planning: Consolidating action changes ... Done |
3860 | 2025-02-13T05:01:25.178Z | [ recovery-image] Feb 13 05:01:23.379 INFO O| Feb 13 05:01:23.379 INFO O| Planning: Evaluating mediators ... Done |
3861 | 2025-02-13T05:01:25.181Z | [ recovery-image] Feb 13 05:01:23.380 INFO O| Feb 13 05:01:23.380 INFO O| Planning: Planning completed in 0.00 seconds |
3862 | 2025-02-13T05:01:25.181Z | [ recovery-image] Feb 13 05:01:23.380 INFO O| Feb 13 05:01:23.380 INFO O| Variants/Facets to change: 1 |
3863 | 2025-02-13T05:01:25.326Z | [ recovery-image] Feb 13 05:01:23.528 INFO O| Feb 13 05:01:23.528 INFO O| Done |
3864 | 2025-02-13T05:01:25.326Z | [ recovery-image] Feb 13 05:01:23.528 INFO O| Feb 13 05:01:23.528 INFO O| Done |
3865 | 2025-02-13T05:01:25.412Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3866 | 2025-02-13T05:01:26.413Z | [ recovery-image] Feb 13 05:01:24.616 INFO O| Feb 13 05:01:24.615 INFO O| Done |
3867 | 2025-02-13T05:01:26.526Z | [ recovery-image] Feb 13 05:01:24.728 INFO O| Feb 13 05:01:24.728 INFO O| Done |
3868 | 2025-02-13T05:01:26.531Z | [ recovery-image] Feb 13 05:01:24.729 INFO O| Feb 13 05:01:24.729 INFO O| Done |
3869 | 2025-02-13T05:01:26.531Z | [ recovery-image] Feb 13 05:01:24.729 INFO O| Feb 13 05:01:24.729 INFO O| Done |
3870 | 2025-02-13T05:01:26.532Z | [ recovery-image] Feb 13 05:01:24.732 INFO O| Feb 13 05:01:24.731 INFO O| Done |
3871 | 2025-02-13T05:01:26.632Z | [ recovery-image] Feb 13 05:01:24.832 INFO O| Feb 13 05:01:24.832 INFO STEP 9 (pkg_change_facet) COMPLETE |
3872 | 2025-02-13T05:01:26.632Z | [ recovery-image] Feb 13 05:01:24.832 INFO O| Feb 13 05:01:24.832 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3873 | 2025-02-13T05:01:27.345Z | [ recovery-image] Feb 13 05:01:25.538 INFO O| Feb 13 05:01:25.538 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3874 | 2025-02-13T05:01:28.392Z | [ recovery-image] Feb 13 05:01:26.585 INFO O| Feb 13 05:01:26.585 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3875 | 2025-02-13T05:01:28.395Z | [ recovery-image] Feb 13 05:01:26.587 INFO O| Feb 13 05:01:26.587 INFO O| Planning: Planning completed in 0.00 seconds |
3876 | 2025-02-13T05:01:28.395Z | [ recovery-image] Feb 13 05:01:26.588 INFO O| Feb 13 05:01:26.587 INFO O| Planning: Consolidating action changes ... Done |
3877 | 2025-02-13T05:01:28.395Z | [ recovery-image] Feb 13 05:01:26.588 INFO O| Feb 13 05:01:26.588 INFO O| Planning: Evaluating mediators ... Done |
3878 | 2025-02-13T05:01:28.395Z | [ recovery-image] Feb 13 05:01:26.588 INFO O| Feb 13 05:01:26.588 INFO O| Planning: Planning completed in 0.00 seconds |
3879 | 2025-02-13T05:01:28.396Z | [ recovery-image] Feb 13 05:01:26.588 INFO O| Feb 13 05:01:26.588 INFO O| Variants/Facets to change: 1 |
3880 | 2025-02-13T05:01:28.484Z | [ recovery-image] Feb 13 05:01:26.686 INFO O| Feb 13 05:01:26.686 INFO O| Done |
3881 | 2025-02-13T05:01:28.484Z | [ recovery-image] Feb 13 05:01:26.686 INFO O| Feb 13 05:01:26.686 INFO O| Done |
3882 | 2025-02-13T05:01:29.564Z | [ recovery-image] Feb 13 05:01:27.766 INFO O| Feb 13 05:01:27.766 INFO O| Done |
3883 | 2025-02-13T05:01:29.671Z | [ recovery-image] Feb 13 05:01:27.873 INFO O| Feb 13 05:01:27.873 INFO O| Done |
3884 | 2025-02-13T05:01:29.676Z | [ recovery-image] Feb 13 05:01:27.874 INFO O| Feb 13 05:01:27.874 INFO O| Done |
3885 | 2025-02-13T05:01:29.676Z | [ recovery-image] Feb 13 05:01:27.874 INFO O| Feb 13 05:01:27.874 INFO O| Done |
3886 | 2025-02-13T05:01:29.676Z | [ recovery-image] Feb 13 05:01:27.876 INFO O| Feb 13 05:01:27.876 INFO O| Done |
3887 | 2025-02-13T05:01:29.815Z | [ recovery-image] Feb 13 05:01:28.017 INFO O| Feb 13 05:01:28.017 INFO STEP 10 (pkg_change_facet) COMPLETE |
3888 | 2025-02-13T05:01:29.815Z | [ recovery-image] Feb 13 05:01:28.017 INFO O| Feb 13 05:01:28.017 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3889 | 2025-02-13T05:01:29.836Z | [ recovery-image] Feb 13 05:01:28.039 INFO O| Feb 13 05:01:28.038 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"] |
3890 | 2025-02-13T05:01:31.037Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3891 | 2025-02-13T05:01:31.360Z | [ recovery-image] Feb 13 05:01:29.556 INFO O| Feb 13 05:01:29.555 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3892 | 2025-02-13T05:01:36.451Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3893 | 2025-02-13T05:01:38.600Z | [verify-libraries] Compiling petname v2.0.2 |
3894 | 2025-02-13T05:01:39.755Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3895 | 2025-02-13T05:01:40.526Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3896 | 2025-02-13T05:01:41.414Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3897 | 2025-02-13T05:01:42.584Z | [ host-image] Feb 13 05:01:40.783 INFO O| Feb 13 05:01:40.783 INFO O| Planning: Solver setup ... Done |
3898 | 2025-02-13T05:01:49.105Z | [verify-libraries] Compiling heck v0.4.1 |
3899 | 2025-02-13T05:01:50.706Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3900 | 2025-02-13T05:02:08.073Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3901 | 2025-02-13T05:02:11.218Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3902 | 2025-02-13T05:02:21.740Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3903 | 2025-02-13T05:02:22.418Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3904 | 2025-02-13T05:02:38.159Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3905 | 2025-02-13T05:02:39.107Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3906 | 2025-02-13T05:02:39.656Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3907 | 2025-02-13T05:02:41.682Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3908 | 2025-02-13T05:02:43.806Z | [ recovery-image] Feb 13 05:02:41.678 INFO O| Feb 13 05:02:41.678 INFO O| Planning: Solver setup ... Done |
3909 | 2025-02-13T05:03:10.950Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3910 | 2025-02-13T05:03:18.691Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3911 | 2025-02-13T05:03:19.575Z | [ host-image] Feb 13 05:03:17.765 INFO O| Feb 13 05:03:17.765 INFO O| Planning: Running solver ... Done |
3912 | 2025-02-13T05:03:20.290Z | [ host-image] Feb 13 05:03:18.479 INFO O| Feb 13 05:03:18.479 INFO O| Planning: Finding local manifests ... Done |
3913 | 2025-02-13T05:03:20.307Z | [ host-image] Feb 13 05:03:18.496 INFO O| Feb 13 05:03:18.496 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3914 | 2025-02-13T05:03:21.347Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3915 | 2025-02-13T05:03:21.999Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3916 | 2025-02-13T05:03:22.529Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3917 | 2025-02-13T05:03:23.023Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3918 | 2025-02-13T05:03:23.741Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3919 | 2025-02-13T05:03:24.132Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3920 | 2025-02-13T05:03:25.244Z | [ host-image] Feb 13 05:03:23.433 INFO O| Feb 13 05:03:23.433 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3921 | 2025-02-13T05:03:26.421Z | [ host-image] Feb 13 05:03:24.610 INFO O| Feb 13 05:03:24.610 INFO O| Planning: Package planning ... Done |
3922 | 2025-02-13T05:03:28.009Z | [ host-image] Feb 13 05:03:26.197 INFO O| Feb 13 05:03:26.197 INFO O| Planning: Merging actions ... Done |
3923 | 2025-02-13T05:03:28.385Z | [ host-image] Feb 13 05:03:26.573 INFO O| Feb 13 05:03:26.573 INFO O| Planning: Checking for conflicting actions ... Done |
3924 | 2025-02-13T05:03:28.671Z | [ host-image] Feb 13 05:03:26.860 INFO O| Feb 13 05:03:26.860 INFO O| Planning: Consolidating action changes ... Done |
3925 | 2025-02-13T05:03:29.429Z | [ host-image] Feb 13 05:03:27.617 INFO O| Feb 13 05:03:27.617 INFO O| Planning: Evaluating mediators ... Done |
3926 | 2025-02-13T05:03:31.221Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3927 | 2025-02-13T05:03:33.903Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3928 | 2025-02-13T05:03:35.321Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3929 | 2025-02-13T05:03:35.951Z | [ host-image] Feb 13 05:03:34.138 INFO O| Feb 13 05:03:34.138 INFO O| Planning: Planning completed in 178.82 seconds |
3930 | 2025-02-13T05:03:35.969Z | [ host-image] Feb 13 05:03:34.157 INFO O| Feb 13 05:03:34.157 INFO O| Packages to install: 124 |
3931 | 2025-02-13T05:03:35.972Z | [ host-image] Feb 13 05:03:34.157 INFO O| Feb 13 05:03:34.157 INFO O| Mediators to change: 4 |
3932 | 2025-02-13T05:03:35.972Z | [ host-image] Feb 13 05:03:34.157 INFO O| Feb 13 05:03:34.157 INFO O| Services to change: 6 |
3933 | 2025-02-13T05:03:36.124Z | [ host-image] Feb 13 05:03:34.312 INFO O| Feb 13 05:03:34.312 INFO O| Download: 0/22794 items 0.0/199.7MB 0% complete |
3934 | 2025-02-13T05:03:41.126Z | [ host-image] Feb 13 05:03:39.314 INFO O| Feb 13 05:03:39.314 INFO O| Download: 1174/22794 items 7.0/199.7MB 3% complete (1.4M/s) |
3935 | 2025-02-13T05:03:42.631Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3936 | 2025-02-13T05:03:46.177Z | [ host-image] Feb 13 05:03:44.364 INFO O| Feb 13 05:03:44.364 INFO O| Download: 1794/22794 items 13.2/199.7MB 6% complete (1.3M/s) |
3937 | 2025-02-13T05:03:51.179Z | [ host-image] Feb 13 05:03:49.365 INFO O| Feb 13 05:03:49.365 INFO O| Download: 2385/22794 items 27.6/199.7MB 13% complete (2.1M/s) |
3938 | 2025-02-13T05:03:56.187Z | [ host-image] Feb 13 05:03:54.372 INFO O| Feb 13 05:03:54.372 INFO O| Download: 3547/22794 items 35.8/199.7MB 17% complete (2.3M/s) |
3939 | 2025-02-13T05:04:00.184Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3940 | 2025-02-13T05:04:01.202Z | [ host-image] Feb 13 05:03:59.387 INFO O| Feb 13 05:03:59.387 INFO O| Download: 4560/22794 items 42.7/199.7MB 21% complete (1.5M/s) |
3941 | 2025-02-13T05:04:04.764Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3942 | 2025-02-13T05:04:06.211Z | [ host-image] Feb 13 05:04:04.396 INFO O| Feb 13 05:04:04.396 INFO O| Download: 5642/22794 items 46.2/199.7MB 23% complete (1.0M/s) |
3943 | 2025-02-13T05:04:09.246Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3944 | 2025-02-13T05:04:11.212Z | [ host-image] Feb 13 05:04:09.396 INFO O| Feb 13 05:04:09.396 INFO O| Download: 6770/22794 items 47.9/199.7MB 23% complete (532k/s) |
3945 | 2025-02-13T05:04:15.709Z | [ recovery-image] Feb 13 05:04:13.892 INFO O| Feb 13 05:04:13.892 INFO O| Planning: Running solver ... Done |
3946 | 2025-02-13T05:04:16.216Z | [ host-image] Feb 13 05:04:14.399 INFO O| Feb 13 05:04:14.399 INFO O| Download: 7809/22794 items 59.1/199.7MB 29% complete (1.3M/s) |
3947 | 2025-02-13T05:04:16.302Z | [ recovery-image] Feb 13 05:04:14.485 INFO O| Feb 13 05:04:14.485 INFO O| Planning: Finding local manifests ... Done |
3948 | 2025-02-13T05:04:16.321Z | [ recovery-image] Feb 13 05:04:14.504 INFO O| Feb 13 05:04:14.504 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3949 | 2025-02-13T05:04:16.936Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3950 | 2025-02-13T05:04:17.522Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3951 | 2025-02-13T05:04:21.236Z | [ recovery-image] Feb 13 05:04:19.418 INFO O| Feb 13 05:04:19.418 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3952 | 2025-02-13T05:04:21.266Z | [ host-image] Feb 13 05:04:19.449 INFO O| Feb 13 05:04:19.449 INFO O| Download: 8357/22794 items 69.1/199.7MB 34% complete (2.1M/s) |
3953 | 2025-02-13T05:04:22.392Z | [ recovery-image] Feb 13 05:04:20.575 INFO O| Feb 13 05:04:20.575 INFO O| Planning: Package planning ... Done |
3954 | 2025-02-13T05:04:22.747Z | [verify-libraries] Compiling termios v0.3.3 |
3955 | 2025-02-13T05:04:23.129Z | [ recovery-image] Feb 13 05:04:21.312 INFO O| Feb 13 05:04:21.312 INFO O| Planning: Merging actions ... Done |
3956 | 2025-02-13T05:04:23.195Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3957 | 2025-02-13T05:04:23.306Z | [ recovery-image] Feb 13 05:04:21.489 INFO O| Feb 13 05:04:21.489 INFO O| Planning: Checking for conflicting actions ... Done |
3958 | 2025-02-13T05:04:23.454Z | [ recovery-image] Feb 13 05:04:21.636 INFO O| Feb 13 05:04:21.636 INFO O| Planning: Consolidating action changes ... Done |
3959 | 2025-02-13T05:04:23.839Z | [ recovery-image] Feb 13 05:04:22.021 INFO O| Feb 13 05:04:22.021 INFO O| Planning: Evaluating mediators ... Done |
3960 | 2025-02-13T05:04:26.331Z | [ host-image] Feb 13 05:04:24.512 INFO O| Feb 13 05:04:24.512 INFO O| Download: 9396/22794 items 81.6/199.7MB 40% complete (2.2M/s) |
3961 | 2025-02-13T05:04:29.650Z | [ recovery-image] Feb 13 05:04:27.831 INFO O| Feb 13 05:04:27.831 INFO O| Planning: Planning completed in 178.28 seconds |
3962 | 2025-02-13T05:04:29.657Z | [ recovery-image] Feb 13 05:04:27.839 INFO O| Feb 13 05:04:27.839 INFO O| Packages to install: 124 |
3963 | 2025-02-13T05:04:29.661Z | [ recovery-image] Feb 13 05:04:27.839 INFO O| Feb 13 05:04:27.839 INFO O| Mediators to change: 4 |
3964 | 2025-02-13T05:04:29.661Z | [ recovery-image] Feb 13 05:04:27.839 INFO O| Feb 13 05:04:27.839 INFO O| Services to change: 5 |
3965 | 2025-02-13T05:04:29.740Z | [ recovery-image] Feb 13 05:04:27.921 INFO O| Feb 13 05:04:27.921 INFO O| Download: 0/15865 items 0.0/176.5MB 0% complete |
3966 | 2025-02-13T05:04:32.676Z | [ host-image] Feb 13 05:04:30.857 INFO O| Feb 13 05:04:30.857 INFO O| Download: 10418/22794 items 88.1/199.7MB 44% complete (2.3M/s) |
3967 | 2025-02-13T05:04:35.177Z | [ recovery-image] Feb 13 05:04:33.358 INFO O| Feb 13 05:04:33.358 INFO O| Download: 1008/15865 items 7.9/176.5MB 4% complete (1.8M/s) |
3968 | 2025-02-13T05:04:37.811Z | [ host-image] Feb 13 05:04:35.992 INFO O| Feb 13 05:04:35.992 INFO O| Download: 11182/22794 items 93.9/199.7MB 47% complete (1.0M/s) |
3969 | 2025-02-13T05:04:40.178Z | [ recovery-image] Feb 13 05:04:38.358 INFO O| Feb 13 05:04:38.358 INFO O| Download: 1378/15865 items 20.8/176.5MB 11% complete (2.1M/s) |
3970 | 2025-02-13T05:04:42.832Z | [ host-image] Feb 13 05:04:41.012 INFO O| Feb 13 05:04:41.012 INFO O| Download: 11958/22794 items 97.4/199.7MB 48% complete (899k/s) |
3971 | 2025-02-13T05:04:45.228Z | [ recovery-image] Feb 13 05:04:43.407 INFO O| Feb 13 05:04:43.407 INFO O| Download: 1859/15865 items 28.5/176.5MB 16% complete (2.1M/s) |
3972 | 2025-02-13T05:04:46.685Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3973 | 2025-02-13T05:04:48.437Z | [ host-image] Feb 13 05:04:46.617 INFO O| Feb 13 05:04:46.617 INFO O| Download: 12208/22794 items 108.8/199.7MB 54% complete (1.6M/s) |
3974 | 2025-02-13T05:04:50.228Z | [ recovery-image] Feb 13 05:04:48.408 INFO O| Feb 13 05:04:48.408 INFO O| Download: 2902/15865 items 36.9/176.5MB 20% complete (1.6M/s) |
3975 | 2025-02-13T05:04:53.450Z | [ host-image] Feb 13 05:04:51.628 INFO O| Feb 13 05:04:51.628 INFO O| Download: 13209/22794 items 110.0/199.7MB 55% complete (1.2M/s) |
3976 | 2025-02-13T05:04:55.506Z | [ recovery-image] Feb 13 05:04:53.685 INFO O| Feb 13 05:04:53.685 INFO O| Download: 3613/15865 items 39.1/176.5MB 22% complete (1.3M/s) |
3977 | 2025-02-13T05:04:58.158Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3978 | 2025-02-13T05:04:58.488Z | [ host-image] Feb 13 05:04:56.666 INFO O| Feb 13 05:04:56.666 INFO O| Download: 13931/22794 items 110.3/199.7MB 55% complete (159k/s) |
3979 | 2025-02-13T05:05:00.514Z | [ recovery-image] Feb 13 05:04:58.692 INFO O| Feb 13 05:04:58.692 INFO O| Download: 4164/15865 items 42.7/176.5MB 24% complete (582k/s) |
3980 | 2025-02-13T05:05:03.526Z | [ host-image] Feb 13 05:05:01.704 INFO O| Feb 13 05:05:01.704 INFO O| Download: 14527/22794 items 116.7/199.7MB 58% complete (657k/s) |
3981 | 2025-02-13T05:05:05.728Z | [ recovery-image] Feb 13 05:05:03.905 INFO O| Feb 13 05:05:03.904 INFO O| Download: 5007/15865 items 43.2/176.5MB 24% complete (420k/s) |
3982 | 2025-02-13T05:05:08.612Z | [ host-image] Feb 13 05:05:06.789 INFO O| Feb 13 05:05:06.789 INFO O| Download: 15548/22794 items 125.6/199.7MB 62% complete (1.5M/s) |
3983 | 2025-02-13T05:05:10.728Z | [ recovery-image] Feb 13 05:05:08.905 INFO O| Feb 13 05:05:08.904 INFO O| Download: 5712/15865 items 45.5/176.5MB 25% complete (268k/s) |
3984 | 2025-02-13T05:05:13.628Z | [ host-image] Feb 13 05:05:11.805 INFO O| Feb 13 05:05:11.805 INFO O| Download: 16269/22794 items 132.1/199.7MB 66% complete (1.6M/s) |
3985 | 2025-02-13T05:05:15.799Z | [ recovery-image] Feb 13 05:05:13.975 INFO O| Feb 13 05:05:13.975 INFO O| Download: 6102/15865 items 56.4/176.5MB 31% complete (1.2M/s) |
3986 | 2025-02-13T05:05:18.812Z | [ host-image] Feb 13 05:05:16.988 INFO O| Feb 13 05:05:16.988 INFO O| Download: 17026/22794 items 144.0/199.7MB 72% complete (1.8M/s) |
3987 | 2025-02-13T05:05:20.811Z | [ recovery-image] Feb 13 05:05:18.987 INFO O| Feb 13 05:05:18.987 INFO O| Download: 6634/15865 items 64.3/176.5MB 36% complete (1.9M/s) |
3988 | 2025-02-13T05:05:23.835Z | [ host-image] Feb 13 05:05:22.011 INFO O| Feb 13 05:05:22.011 INFO O| Download: 17893/22794 items 150.3/199.7MB 75% complete (1.8M/s) |
3989 | 2025-02-13T05:05:25.813Z | [ recovery-image] Feb 13 05:05:23.988 INFO O| Feb 13 05:05:23.988 INFO O| Download: 7439/15865 items 73.5/176.5MB 41% complete (1.7M/s) |
3990 | 2025-02-13T05:05:28.861Z | [ host-image] Feb 13 05:05:27.036 INFO O| Feb 13 05:05:27.036 INFO O| Download: 18682/22794 items 164.4/199.7MB 82% complete (2.0M/s) |
3991 | 2025-02-13T05:05:31.515Z | [ recovery-image] Feb 13 05:05:29.690 INFO O| Feb 13 05:05:29.690 INFO O| Download: 7871/15865 items 75.7/176.5MB 42% complete (1.2M/s) |
3992 | 2025-02-13T05:05:33.865Z | [ host-image] Feb 13 05:05:32.039 INFO O| Feb 13 05:05:32.039 INFO O| Download: 19384/22794 items 168.4/199.7MB 84% complete (1.8M/s) |
3993 | 2025-02-13T05:05:36.569Z | [ recovery-image] Feb 13 05:05:34.743 INFO O| Feb 13 05:05:34.743 INFO O| Download: 7942/15865 items 77.6/176.5MB 43% complete (455k/s) |
3994 | 2025-02-13T05:05:39.655Z | [ host-image] Feb 13 05:05:37.828 INFO O| Feb 13 05:05:37.828 INFO O| Download: 20017/22794 items 170.4/199.7MB 85% complete (818k/s) |
3995 | 2025-02-13T05:05:41.575Z | [ recovery-image] Feb 13 05:05:39.748 INFO O| Feb 13 05:05:39.748 INFO O| Download: 8653/15865 items 81.3/176.5MB 46% complete (502k/s) |
3996 | 2025-02-13T05:05:44.677Z | [ host-image] Feb 13 05:05:42.850 INFO O| Feb 13 05:05:42.850 INFO O| Download: 20587/22794 items 172.4/199.7MB 86% complete (355k/s) |
3997 | 2025-02-13T05:05:46.638Z | [ recovery-image] Feb 13 05:05:44.811 INFO O| Feb 13 05:05:44.811 INFO O| Download: 8684/15865 items 83.7/176.5MB 47% complete (703k/s) |
3998 | 2025-02-13T05:05:49.680Z | [ host-image] Feb 13 05:05:47.852 INFO O| Feb 13 05:05:47.852 INFO O| Download: 20896/22794 items 178.7/199.7MB 89% complete (851k/s) |
3999 | 2025-02-13T05:05:52.127Z | [ recovery-image] Feb 13 05:05:50.299 INFO O| Feb 13 05:05:50.299 INFO O| Download: 8817/15865 items 91.8/176.5MB 52% complete (1.1M/s) |
4000 | 2025-02-13T05:05:55.446Z | [ host-image] Feb 13 05:05:53.618 INFO O| Feb 13 05:05:53.618 INFO O| Download: 20996/22794 items 179.0/199.7MB 89% complete (750k/s) |
4001 | 2025-02-13T05:05:57.144Z | [ recovery-image] Feb 13 05:05:55.316 INFO O| Feb 13 05:05:55.316 INFO O| Download: 8861/15865 items 92.6/176.5MB 52% complete (890k/s) |
4002 | 2025-02-13T05:06:00.457Z | [ host-image] Feb 13 05:05:58.628 INFO O| Feb 13 05:05:58.628 INFO O| Download: 21352/22794 items 180.4/199.7MB 90% complete (171k/s) |
4003 | 2025-02-13T05:06:03.151Z | [ recovery-image] Feb 13 05:06:01.322 INFO O| Feb 13 05:06:01.322 INFO O| Download: 8933/15865 items 92.7/176.5MB 52% complete (889k/s) |
4004 | 2025-02-13T05:06:05.925Z | [ host-image] Feb 13 05:06:04.094 INFO O| Feb 13 05:06:04.094 INFO O| Download: 21921/22794 items 190.6/199.7MB 95% complete (1.1M/s) |
4005 | 2025-02-13T05:06:08.154Z | [ recovery-image] Feb 13 05:06:06.324 INFO O| Feb 13 05:06:06.324 INFO O| Download: 9702/15865 items 93.0/176.5MB 52% complete (38.5k/s) |
4006 | 2025-02-13T05:06:12.080Z | [ host-image] Feb 13 05:06:10.250 INFO O| Feb 13 05:06:10.249 INFO O| Download: 21970/22794 items 191.7/199.7MB 95% complete (1.2M/s) |
4007 | 2025-02-13T05:06:21.733Z | [ recovery-image] Feb 13 05:06:19.902 INFO O| Feb 13 05:06:19.902 INFO O| Download: 9962/15865 items 93.2/176.5MB 52% complete |
4008 | 2025-02-13T05:06:21.736Z | [ host-image] Feb 13 05:06:19.905 INFO O| Feb 13 05:06:19.905 INFO O| Download: 21971/22794 items 191.7/199.7MB 95% complete |
4009 | 2025-02-13T05:06:26.744Z | [ recovery-image] Feb 13 05:06:24.912 INFO O| Feb 13 05:06:24.912 INFO O| Download: 10448/15865 items 93.4/176.5MB 52% complete (50.0k/s) |
4010 | 2025-02-13T05:06:27.809Z | [ host-image] Feb 13 05:06:25.977 INFO O| Feb 13 05:06:25.977 INFO O| Download: 21979/22794 items 191.8/199.7MB 96% complete (470k/s) |
4011 | 2025-02-13T05:06:31.761Z | [ recovery-image] Feb 13 05:06:29.928 INFO O| Feb 13 05:06:29.928 INFO O| Download: 10872/15865 items 93.9/176.5MB 53% complete (68.5k/s) |
4012 | 2025-02-13T05:06:34.219Z | [ host-image] Feb 13 05:06:32.386 INFO O| Feb 13 05:06:32.386 INFO O| Download: 21981/22794 items 191.8/199.7MB 96% complete (426k/s) |
4013 | 2025-02-13T05:06:36.905Z | [ recovery-image] Feb 13 05:06:35.072 INFO O| Feb 13 05:06:35.072 INFO O| Download: 10913/15865 items 93.9/176.5MB 53% complete (68.4k/s) |
4014 | 2025-02-13T05:06:47.031Z | [ host-image] Feb 13 05:06:45.197 INFO O| Feb 13 05:06:45.196 INFO O| Download: 21983/22794 items 191.8/199.7MB 96% complete |
4015 | 2025-02-13T05:06:52.268Z | [ host-image] Feb 13 05:06:50.433 INFO O| Feb 13 05:06:50.433 INFO O| Download: 22036/22794 items 192.4/199.7MB 96% complete (127k/s) |
4016 | 2025-02-13T05:06:55.728Z | [ recovery-image] Feb 13 05:06:53.892 INFO O| Feb 13 05:06:53.892 INFO O| Download: 10914/15865 items 93.9/176.5MB 53% complete |
4017 | 2025-02-13T05:06:57.498Z | [ host-image] Feb 13 05:06:55.658 INFO O| Feb 13 05:06:55.658 INFO O| Download: 22260/22794 items 197.8/199.7MB 99% complete (668k/s) |
4018 | 2025-02-13T05:07:02.292Z | [ recovery-image] Feb 13 05:07:00.456 INFO O| Feb 13 05:07:00.456 INFO O| Download: 11016/15865 items 94.8/176.5MB 53% complete (577k/s) |
4019 | 2025-02-13T05:07:02.509Z | [ host-image] Feb 13 05:07:00.673 INFO O| Feb 13 05:07:00.673 INFO O| Download: 22277/22794 items 198.6/199.7MB 99% complete (606k/s) |
4020 | 2025-02-13T05:07:07.360Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4021 | 2025-02-13T05:07:07.593Z | [ host-image] Feb 13 05:07:05.756 INFO O| Feb 13 05:07:05.756 INFO O| Download: 22789/22794 items 199.7/199.7MB 99% complete (206k/s) |
4022 | 2025-02-13T05:07:09.645Z | [ recovery-image] Feb 13 05:07:07.808 INFO O| Feb 13 05:07:07.808 INFO O| Download: 11087/15865 items 99.5/176.5MB 56% complete (548k/s) |
4023 | 2025-02-13T05:07:19.466Z | [ recovery-image] Feb 13 05:07:17.628 INFO O| Feb 13 05:07:17.628 INFO O| Download: 11407/15865 items 107.1/176.5MB 60% complete (1.1M/s) |
4024 | 2025-02-13T05:07:23.447Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4025 | 2025-02-13T05:07:25.105Z | [ recovery-image] Feb 13 05:07:23.266 INFO O| Feb 13 05:07:23.266 INFO O| Download: 11408/15865 items 107.1/176.5MB 60% complete |
4026 | 2025-02-13T05:07:30.112Z | [ recovery-image] Feb 13 05:07:28.273 INFO O| Feb 13 05:07:28.273 INFO O| Download: 11873/15865 items 125.6/176.5MB 71% complete (3.5M/s) |
4027 | 2025-02-13T05:07:30.361Z | [ host-image] Feb 13 05:07:28.522 INFO O| Feb 13 05:07:28.522 INFO O| Download: 22793/22794 items 199.7/199.7MB 100% complete |
4028 | 2025-02-13T05:07:30.474Z | [ host-image] Feb 13 05:07:28.635 INFO O| Feb 13 05:07:28.634 INFO O| Download: Completed 199.74 MB in 234.32 seconds (870k/s) |
4029 | 2025-02-13T05:07:32.844Z | [ host-image] Feb 13 05:07:31.004 INFO O| Feb 13 05:07:31.004 INFO O| Actions: 1/49494 actions (Installing new actions) |
4030 | 2025-02-13T05:07:35.116Z | [ recovery-image] Feb 13 05:07:33.276 INFO O| Feb 13 05:07:33.276 INFO O| Download: 12021/15865 items 140.1/176.5MB 79% complete (3.4M/s) |
4031 | 2025-02-13T05:07:37.844Z | [ host-image] Feb 13 05:07:36.004 INFO O| Feb 13 05:07:36.004 INFO O| Actions: 10092/49494 actions (Installing new actions) |
4032 | 2025-02-13T05:07:40.118Z | [ recovery-image] Feb 13 05:07:38.278 INFO O| Feb 13 05:07:38.278 INFO O| Download: 12646/15865 items 142.3/176.5MB 80% complete (1.7M/s) |
4033 | 2025-02-13T05:07:42.847Z | [ host-image] Feb 13 05:07:41.005 INFO O| Feb 13 05:07:41.004 INFO O| Actions: 17178/49494 actions (Installing new actions) |
4034 | 2025-02-13T05:07:45.121Z | [ recovery-image] Feb 13 05:07:43.280 INFO O| Feb 13 05:07:43.280 INFO O| Download: 13020/15865 items 144.4/176.5MB 81% complete (516k/s) |
4035 | 2025-02-13T05:07:47.846Z | [ host-image] Feb 13 05:07:46.005 INFO O| Feb 13 05:07:46.005 INFO O| Actions: 23883/49494 actions (Installing new actions) |
4036 | 2025-02-13T05:07:48.591Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4037 | 2025-02-13T05:07:50.427Z | [ recovery-image] Feb 13 05:07:48.585 INFO O| Feb 13 05:07:48.585 INFO O| Download: 13158/15865 items 145.2/176.5MB 82% complete (305k/s) |
4038 | 2025-02-13T05:07:52.847Z | [ host-image] Feb 13 05:07:51.005 INFO O| Feb 13 05:07:51.005 INFO O| Actions: 47799/49494 actions (Installing new actions) |
4039 | 2025-02-13T05:07:55.253Z | [ host-image] Feb 13 05:07:53.411 INFO O| Feb 13 05:07:53.411 INFO O| Actions: Completed 49494 actions in 22.40 seconds. |
4040 | 2025-02-13T05:07:55.440Z | [ recovery-image] Feb 13 05:07:53.599 INFO O| Feb 13 05:07:53.598 INFO O| Download: 13598/15865 items 147.0/176.5MB 83% complete (274k/s) |
4041 | 2025-02-13T05:07:56.061Z | [ host-image] Feb 13 05:07:54.219 INFO O| Feb 13 05:07:54.219 INFO O| Done |
4042 | 2025-02-13T05:07:56.064Z | [ host-image] Feb 13 05:07:54.219 INFO O| Feb 13 05:07:54.219 INFO O| Done |
4043 | 2025-02-13T05:07:56.329Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
4044 | 2025-02-13T05:07:57.664Z | [ host-image] Feb 13 05:07:55.821 INFO O| Feb 13 05:07:55.821 INFO O| Done |
4045 | 2025-02-13T05:08:00.324Z | [ host-image] Feb 13 05:07:58.481 INFO O| Feb 13 05:07:58.481 INFO O| Done |
4046 | 2025-02-13T05:08:00.460Z | [ host-image] Feb 13 05:07:58.617 INFO O| Feb 13 05:07:58.617 INFO O| Done |
4047 | 2025-02-13T05:08:00.465Z | [ recovery-image] Feb 13 05:07:58.623 INFO O| Feb 13 05:07:58.623 INFO O| Download: 14073/15865 items 148.6/176.5MB 84% complete (345k/s) |
4048 | 2025-02-13T05:08:02.467Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4049 | 2025-02-13T05:08:05.470Z | [ recovery-image] Feb 13 05:08:03.626 INFO O| Feb 13 05:08:03.626 INFO O| Download: 14542/15865 items 150.3/176.5MB 85% complete (332k/s) |
4050 | 2025-02-13T05:08:07.864Z | [ host-image] Feb 13 05:08:06.020 INFO O| Feb 13 05:08:06.020 INFO O| Done |
4051 | 2025-02-13T05:08:08.814Z | [ host-image] Feb 13 05:08:06.971 INFO O| Feb 13 05:08:06.971 INFO O| Done |
4052 | 2025-02-13T05:08:09.538Z | [ host-image] Feb 13 05:08:07.694 INFO O| Feb 13 05:08:07.694 INFO STEP 11 (pkg_install) COMPLETE |
4053 | 2025-02-13T05:08:09.538Z | [ host-image] Feb 13 05:08:07.694 INFO O| Feb 13 05:08:07.694 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4054 | 2025-02-13T05:08:09.562Z | [ host-image] Feb 13 05:08:07.718 INFO O| Feb 13 05:08:07.718 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"] |
4055 | 2025-02-13T05:08:10.634Z | [ recovery-image] Feb 13 05:08:08.790 INFO O| Feb 13 05:08:08.790 INFO O| Download: 14673/15865 items 150.7/176.5MB 85% complete (268k/s) |
4056 | 2025-02-13T05:08:11.799Z | [ host-image] Feb 13 05:08:09.954 INFO O| Feb 13 05:08:09.954 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4057 | 2025-02-13T05:08:15.685Z | [ recovery-image] Feb 13 05:08:13.841 INFO O| Feb 13 05:08:13.840 INFO O| Download: 14745/15865 items 155.5/176.5MB 88% complete (382k/s) |
4058 | 2025-02-13T05:08:16.984Z | [ host-image] Feb 13 05:08:15.139 INFO O| Feb 13 05:08:15.139 INFO O| Planning: Solver setup ... Done |
4059 | 2025-02-13T05:08:16.991Z | [ host-image] Feb 13 05:08:15.147 INFO O| Feb 13 05:08:15.147 INFO O| Planning: Running solver ... Done |
4060 | 2025-02-13T05:08:17.090Z | [ host-image] Feb 13 05:08:15.245 INFO O| Feb 13 05:08:15.245 INFO O| Planning: Finding local manifests ... Done |
4061 | 2025-02-13T05:08:17.093Z | [ host-image] Feb 13 05:08:15.247 INFO O| Feb 13 05:08:15.247 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4062 | 2025-02-13T05:08:20.176Z | [ host-image] Feb 13 05:08:18.330 INFO O| Feb 13 05:08:18.330 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4063 | 2025-02-13T05:08:20.230Z | [ host-image] Feb 13 05:08:18.385 INFO O| Feb 13 05:08:18.385 INFO O| Planning: Package planning ... Done |
4064 | 2025-02-13T05:08:20.237Z | [ host-image] Feb 13 05:08:18.392 INFO O| Feb 13 05:08:18.392 INFO O| Planning: Merging actions ... Done |
4065 | 2025-02-13T05:08:20.395Z | [ host-image] Feb 13 05:08:18.550 INFO O| Feb 13 05:08:18.550 INFO O| Planning: Checking for conflicting actions ... Done |
4066 | 2025-02-13T05:08:20.399Z | [ host-image] Feb 13 05:08:18.552 INFO O| Feb 13 05:08:18.552 INFO O| Planning: Consolidating action changes ... Done |
4067 | 2025-02-13T05:08:20.707Z | [ recovery-image] Feb 13 05:08:18.861 INFO O| Feb 13 05:08:18.861 INFO O| Download: 14806/15865 items 157.1/176.5MB 89% complete (652k/s) |
4068 | 2025-02-13T05:08:20.892Z | [ host-image] Feb 13 05:08:19.046 INFO O| Feb 13 05:08:19.046 INFO O| Planning: Evaluating mediators ... Done |
4069 | 2025-02-13T05:08:20.895Z | [ host-image] Feb 13 05:08:19.049 INFO O| Feb 13 05:08:19.049 INFO O| Planning: Planning completed in 9.09 seconds |
4070 | 2025-02-13T05:08:20.898Z | [ host-image] Feb 13 05:08:19.052 INFO O| Feb 13 05:08:19.051 INFO O| Packages to install: 5 |
4071 | 2025-02-13T05:08:20.898Z | [ host-image] Feb 13 05:08:19.052 INFO O| Feb 13 05:08:19.052 INFO O| Services to change: 2 |
4072 | 2025-02-13T05:08:20.920Z | [ host-image] Feb 13 05:08:19.074 INFO O| Feb 13 05:08:19.074 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete |
4073 | 2025-02-13T05:08:25.977Z | [ recovery-image] Feb 13 05:08:24.131 INFO O| Feb 13 05:08:24.130 INFO O| Download: 15270/15865 items 161.1/176.5MB 91% complete (852k/s) |
4074 | 2025-02-13T05:08:26.025Z | [ host-image] Feb 13 05:08:24.179 INFO O| Feb 13 05:08:24.179 INFO O| Download: 87/117 items 1.1/1.5MB 78% complete (1.4M/s) |
4075 | 2025-02-13T05:08:29.692Z | [ host-image] Feb 13 05:08:27.846 INFO O| Feb 13 05:08:27.846 INFO O| Download: Completed 1.46 MB in 8.77 seconds (169k/s) |
4076 | 2025-02-13T05:08:29.742Z | [ host-image] Feb 13 05:08:27.896 INFO O| Feb 13 05:08:27.896 INFO O| Actions: 1/306 actions (Installing new actions) |
4077 | 2025-02-13T05:08:29.924Z | [ host-image] Feb 13 05:08:28.078 INFO O| Feb 13 05:08:28.078 INFO O| Actions: Completed 306 actions in 0.18 seconds. |
4078 | 2025-02-13T05:08:30.550Z | [ host-image] Feb 13 05:08:28.704 INFO O| Feb 13 05:08:28.704 INFO O| Done |
4079 | 2025-02-13T05:08:30.550Z | [ host-image] Feb 13 05:08:28.704 INFO O| Feb 13 05:08:28.704 INFO O| Done |
4080 | 2025-02-13T05:08:31.087Z | [ recovery-image] Feb 13 05:08:29.240 INFO O| Feb 13 05:08:29.240 INFO O| Download: 15522/15865 items 168.1/176.5MB 95% complete (1.1M/s) |
4081 | 2025-02-13T05:08:31.939Z | [ host-image] Feb 13 05:08:30.093 INFO O| Feb 13 05:08:30.092 INFO O| Done |
4082 | 2025-02-13T05:08:34.658Z | [ host-image] Feb 13 05:08:32.810 INFO O| Feb 13 05:08:32.810 INFO O| Done |
4083 | 2025-02-13T05:08:34.722Z | [ host-image] Feb 13 05:08:32.874 INFO O| Feb 13 05:08:32.874 INFO O| Done |
4084 | 2025-02-13T05:08:34.725Z | [ host-image] Feb 13 05:08:32.875 INFO O| Feb 13 05:08:32.874 INFO O| Done |
4085 | 2025-02-13T05:08:34.750Z | [ host-image] Feb 13 05:08:32.904 INFO O| Feb 13 05:08:32.903 INFO O| Done |
4086 | 2025-02-13T05:08:34.952Z | [ host-image] Feb 13 05:08:33.104 INFO O| Feb 13 05:08:33.103 INFO STEP 12 (pkg_install) COMPLETE |
4087 | 2025-02-13T05:08:34.952Z | [ host-image] Feb 13 05:08:33.104 INFO O| Feb 13 05:08:33.103 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4088 | 2025-02-13T05:08:34.971Z | [ host-image] Feb 13 05:08:33.124 INFO O| Feb 13 05:08:33.124 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4089 | 2025-02-13T05:08:36.075Z | [ host-image] Feb 13 05:08:34.228 INFO O| Feb 13 05:08:34.228 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4090 | 2025-02-13T05:08:36.253Z | [ recovery-image] Feb 13 05:08:34.406 INFO O| Feb 13 05:08:34.406 INFO O| Download: 15651/15865 items 170.4/176.5MB 96% complete (932k/s) |
4091 | 2025-02-13T05:08:40.298Z | [ host-image] Feb 13 05:08:38.451 INFO O| Feb 13 05:08:38.451 INFO O| Planning: Solver setup ... Done |
4092 | 2025-02-13T05:08:40.307Z | [ host-image] Feb 13 05:08:38.459 INFO O| Feb 13 05:08:38.459 INFO O| Planning: Running solver ... Done |
4093 | 2025-02-13T05:08:40.403Z | [ host-image] Feb 13 05:08:38.555 INFO O| Feb 13 05:08:38.555 INFO O| Planning: Finding local manifests ... Done |
4094 | 2025-02-13T05:08:40.405Z | [ host-image] Feb 13 05:08:38.558 INFO O| Feb 13 05:08:38.558 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4095 | 2025-02-13T05:08:40.805Z | [ host-image] Feb 13 05:08:38.957 INFO O| Feb 13 05:08:38.957 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4096 | 2025-02-13T05:08:40.866Z | [ host-image] Feb 13 05:08:39.019 INFO O| Feb 13 05:08:39.019 INFO O| Planning: Package planning ... Done |
4097 | 2025-02-13T05:08:40.916Z | [ host-image] Feb 13 05:08:39.069 INFO O| Feb 13 05:08:39.069 INFO O| Planning: Merging actions ... Done |
4098 | 2025-02-13T05:08:41.055Z | [ host-image] Feb 13 05:08:39.207 INFO O| Feb 13 05:08:39.207 INFO O| Planning: Checking for conflicting actions ... Done |
4099 | 2025-02-13T05:08:41.062Z | [ host-image] Feb 13 05:08:39.215 INFO O| Feb 13 05:08:39.215 INFO O| Planning: Consolidating action changes ... Done |
4100 | 2025-02-13T05:08:41.446Z | [ host-image] Feb 13 05:08:39.598 INFO O| Feb 13 05:08:39.598 INFO O| Planning: Evaluating mediators ... Done |
4101 | 2025-02-13T05:08:41.452Z | [ host-image] Feb 13 05:08:39.605 INFO O| Feb 13 05:08:39.605 INFO O| Planning: Planning completed in 5.38 seconds |
4102 | 2025-02-13T05:08:41.455Z | [ host-image] Feb 13 05:08:39.607 INFO O| Feb 13 05:08:39.607 INFO O| Packages to install: 6 |
4103 | 2025-02-13T05:08:41.455Z | [ host-image] Feb 13 05:08:39.607 INFO O| Feb 13 05:08:39.607 INFO O| Mediators to change: 1 |
4104 | 2025-02-13T05:08:41.455Z | [ host-image] Feb 13 05:08:39.607 INFO O| Feb 13 05:08:39.607 INFO O| Services to change: 1 |
4105 | 2025-02-13T05:08:41.479Z | [ host-image] Feb 13 05:08:39.632 INFO O| Feb 13 05:08:39.631 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4106 | 2025-02-13T05:08:45.224Z | [ recovery-image] Feb 13 05:08:43.376 INFO O| Feb 13 05:08:43.376 INFO O| Download: 15675/15865 items 170.7/176.5MB 96% complete (772k/s) |
4107 | 2025-02-13T05:08:46.829Z | [ host-image] Feb 13 05:08:44.981 INFO O| Feb 13 05:08:44.981 INFO O| Download: 247/1140 items 1.7/8.4MB 19% complete (352k/s) |
4108 | 2025-02-13T05:08:48.922Z | [ recovery-image] Feb 13 05:08:47.074 INFO O| Feb 13 05:08:47.074 INFO O| Download: Completed 176.45 MB in 259.15 seconds (695k/s) |
4109 | 2025-02-13T05:08:50.138Z | [ recovery-image] Feb 13 05:08:48.289 INFO O| Feb 13 05:08:48.289 INFO O| Actions: 1/25031 actions (Installing new actions) |
4110 | 2025-02-13T05:08:51.857Z | [ host-image] Feb 13 05:08:50.008 INFO O| Feb 13 05:08:50.008 INFO O| Download: 262/1140 items 1.8/8.4MB 21% complete (227k/s) |
4111 | 2025-02-13T05:08:55.139Z | [ recovery-image] Feb 13 05:08:53.290 INFO O| Feb 13 05:08:53.290 INFO O| Actions: 9741/25031 actions (Installing new actions) |
4112 | 2025-02-13T05:08:56.967Z | [ host-image] Feb 13 05:08:55.118 INFO O| Feb 13 05:08:55.118 INFO O| Download: 796/1140 items 3.2/8.4MB 37% complete (155k/s) |
4113 | 2025-02-13T05:09:00.152Z | [ recovery-image] Feb 13 05:08:58.302 INFO O| Feb 13 05:08:58.302 INFO O| Actions: 15769/25031 actions (Installing new actions) |
4114 | 2025-02-13T05:09:02.440Z | [ host-image] Feb 13 05:09:00.590 INFO O| Feb 13 05:09:00.590 INFO O| Download: 1116/1140 items 6.6/8.4MB 78% complete (508k/s) |
4115 | 2025-02-13T05:09:03.047Z | [ host-image] Feb 13 05:09:01.197 INFO O| Feb 13 05:09:01.197 INFO O| Download: Completed 8.42 MB in 21.57 seconds (399k/s) |
4116 | 2025-02-13T05:09:03.168Z | [ host-image] Feb 13 05:09:01.318 INFO O| Feb 13 05:09:01.318 INFO O| Actions: 1/1361 actions (Installing new actions) |
4117 | 2025-02-13T05:09:03.940Z | [ host-image] Feb 13 05:09:02.091 INFO O| Feb 13 05:09:02.090 INFO O| Actions: Completed 1361 actions in 0.77 seconds. |
4118 | 2025-02-13T05:09:04.559Z | [ host-image] Feb 13 05:09:02.708 INFO O| Feb 13 05:09:02.708 INFO O| Done |
4119 | 2025-02-13T05:09:04.559Z | [ host-image] Feb 13 05:09:02.708 INFO O| Feb 13 05:09:02.708 INFO O| Done |
4120 | 2025-02-13T05:09:05.155Z | [ recovery-image] Feb 13 05:09:03.304 INFO O| Feb 13 05:09:03.304 INFO O| Actions: 24518/25031 actions (Installing new actions) |
4121 | 2025-02-13T05:09:05.900Z | [ host-image] Feb 13 05:09:04.050 INFO O| Feb 13 05:09:04.050 INFO O| Done |
4122 | 2025-02-13T05:09:06.595Z | [ recovery-image] Feb 13 05:09:04.745 INFO O| Feb 13 05:09:04.745 INFO O| Actions: Completed 25031 actions in 16.45 seconds. |
4123 | 2025-02-13T05:09:07.308Z | [ recovery-image] Feb 13 05:09:05.457 INFO O| Feb 13 05:09:05.457 INFO O| Done |
4124 | 2025-02-13T05:09:07.308Z | [ recovery-image] Feb 13 05:09:05.457 INFO O| Feb 13 05:09:05.457 INFO O| Done |
4125 | 2025-02-13T05:09:08.421Z | [ host-image] Feb 13 05:09:06.570 INFO O| Feb 13 05:09:06.570 INFO O| Done |
4126 | 2025-02-13T05:09:08.461Z | [ host-image] Feb 13 05:09:06.610 INFO O| Feb 13 05:09:06.610 INFO O| Done |
4127 | 2025-02-13T05:09:08.461Z | [ host-image] Feb 13 05:09:06.610 INFO O| Feb 13 05:09:06.610 INFO O| Done |
4128 | 2025-02-13T05:09:08.520Z | [ host-image] Feb 13 05:09:06.669 INFO O| Feb 13 05:09:06.669 INFO O| Done |
4129 | 2025-02-13T05:09:08.711Z | [ host-image] Feb 13 05:09:06.861 INFO O| Feb 13 05:09:06.861 INFO STEP 13 (pkg_install) COMPLETE |
4130 | 2025-02-13T05:09:08.712Z | [ host-image] Feb 13 05:09:06.861 INFO O| Feb 13 05:09:06.861 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4131 | 2025-02-13T05:09:08.733Z | [ host-image] Feb 13 05:09:06.882 INFO O| Feb 13 05:09:06.882 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4132 | 2025-02-13T05:09:08.956Z | [ recovery-image] Feb 13 05:09:07.105 INFO O| Feb 13 05:09:07.105 INFO O| Done |
4133 | 2025-02-13T05:09:09.851Z | [ host-image] Feb 13 05:09:08.000 INFO O| Feb 13 05:09:08.000 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4134 | 2025-02-13T05:09:10.798Z | [ recovery-image] Feb 13 05:09:08.948 INFO O| Feb 13 05:09:08.948 INFO O| Done |
4135 | 2025-02-13T05:09:10.840Z | [ recovery-image] Feb 13 05:09:08.989 INFO O| Feb 13 05:09:08.989 INFO O| Done |
4136 | 2025-02-13T05:09:14.301Z | [ host-image] Feb 13 05:09:12.450 INFO O| Feb 13 05:09:12.450 INFO O| Planning: Solver setup ... Done |
4137 | 2025-02-13T05:09:14.311Z | [ host-image] Feb 13 05:09:12.458 INFO O| Feb 13 05:09:12.458 INFO O| Planning: Running solver ... Done |
4138 | 2025-02-13T05:09:14.446Z | [ host-image] Feb 13 05:09:12.594 INFO O| Feb 13 05:09:12.594 INFO O| Planning: Finding local manifests ... Done |
4139 | 2025-02-13T05:09:14.448Z | [ host-image] Feb 13 05:09:12.595 INFO O| Feb 13 05:09:12.595 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4140 | 2025-02-13T05:09:15.098Z | [ host-image] Feb 13 05:09:13.247 INFO O| Feb 13 05:09:13.247 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4141 | 2025-02-13T05:09:15.131Z | [ host-image] Feb 13 05:09:13.280 INFO O| Feb 13 05:09:13.280 INFO O| Planning: Package planning ... Done |
4142 | 2025-02-13T05:09:15.134Z | [ host-image] Feb 13 05:09:13.281 INFO O| Feb 13 05:09:13.281 INFO O| Planning: Merging actions ... Done |
4143 | 2025-02-13T05:09:15.264Z | [ host-image] Feb 13 05:09:13.412 INFO O| Feb 13 05:09:13.412 INFO O| Planning: Checking for conflicting actions ... Done |
4144 | 2025-02-13T05:09:15.266Z | [ host-image] Feb 13 05:09:13.413 INFO O| Feb 13 05:09:13.413 INFO O| Planning: Consolidating action changes ... Done |
4145 | 2025-02-13T05:09:15.737Z | [ host-image] Feb 13 05:09:13.885 INFO O| Feb 13 05:09:13.885 INFO O| Planning: Evaluating mediators ... Done |
4146 | 2025-02-13T05:09:15.739Z | [ host-image] Feb 13 05:09:13.886 INFO O| Feb 13 05:09:13.886 INFO O| Planning: Planning completed in 5.89 seconds |
4147 | 2025-02-13T05:09:15.742Z | [ host-image] Feb 13 05:09:13.888 INFO O| Feb 13 05:09:13.888 INFO O| Packages to install: 1 |
4148 | 2025-02-13T05:09:15.780Z | [ host-image] Feb 13 05:09:13.928 INFO O| Feb 13 05:09:13.928 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4149 | 2025-02-13T05:09:16.210Z | [ recovery-image] Feb 13 05:09:14.358 INFO O| Feb 13 05:09:14.358 INFO O| Done |
4150 | 2025-02-13T05:09:16.552Z | [ host-image] Feb 13 05:09:14.700 INFO O| Feb 13 05:09:14.700 INFO O| Download: Completed 9.99 MB in 0.77 seconds (12.9M/s) |
4151 | 2025-02-13T05:09:16.647Z | [ host-image] Feb 13 05:09:14.795 INFO O| Feb 13 05:09:14.795 INFO O| Actions: 1/22 actions (Installing new actions) |
4152 | 2025-02-13T05:09:16.884Z | [ recovery-image] Feb 13 05:09:15.033 INFO O| Feb 13 05:09:15.033 INFO O| Done |
4153 | 2025-02-13T05:09:17.007Z | [ host-image] Feb 13 05:09:15.155 INFO O| Feb 13 05:09:15.155 INFO O| Actions: Completed 22 actions in 0.36 seconds. |
4154 | 2025-02-13T05:09:17.525Z | [ recovery-image] Feb 13 05:09:15.674 INFO O| Feb 13 05:09:15.674 INFO STEP 11 (pkg_install) COMPLETE |
4155 | 2025-02-13T05:09:17.525Z | [ recovery-image] Feb 13 05:09:15.674 INFO O| Feb 13 05:09:15.674 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4156 | 2025-02-13T05:09:17.528Z | [ recovery-image] Feb 13 05:09:15.674 INFO O| Feb 13 05:09:15.674 INFO skip step because feature "recovery" is enabled |
4157 | 2025-02-13T05:09:17.528Z | [ recovery-image] Feb 13 05:09:15.674 INFO O| Feb 13 05:09:15.674 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4158 | 2025-02-13T05:09:17.528Z | [ recovery-image] Feb 13 05:09:15.674 INFO O| Feb 13 05:09:15.674 INFO skip step because feature "omicron1" is not enabled |
4159 | 2025-02-13T05:09:17.528Z | [ recovery-image] Feb 13 05:09:15.674 INFO O| Feb 13 05:09:15.674 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4160 | 2025-02-13T05:09:17.546Z | [ recovery-image] Feb 13 05:09:15.693 INFO O| Feb 13 05:09:15.693 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4161 | 2025-02-13T05:09:17.596Z | [ host-image] Feb 13 05:09:15.744 INFO O| Feb 13 05:09:15.744 INFO O| Done |
4162 | 2025-02-13T05:09:17.596Z | [ host-image] Feb 13 05:09:15.745 INFO O| Feb 13 05:09:15.744 INFO O| Done |
4163 | 2025-02-13T05:09:18.909Z | [ host-image] Feb 13 05:09:17.057 INFO O| Feb 13 05:09:17.057 INFO O| Done |
4164 | 2025-02-13T05:09:20.185Z | [ recovery-image] Feb 13 05:09:18.333 INFO O| Feb 13 05:09:18.333 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4165 | 2025-02-13T05:09:21.718Z | [ host-image] Feb 13 05:09:19.866 INFO O| Feb 13 05:09:19.866 INFO O| Done |
4166 | 2025-02-13T05:09:21.768Z | [ host-image] Feb 13 05:09:19.916 INFO O| Feb 13 05:09:19.916 INFO O| Done |
4167 | 2025-02-13T05:09:21.768Z | [ host-image] Feb 13 05:09:19.916 INFO O| Feb 13 05:09:19.916 INFO O| Done |
4168 | 2025-02-13T05:09:21.789Z | [ host-image] Feb 13 05:09:19.937 INFO O| Feb 13 05:09:19.937 INFO O| Done |
4169 | 2025-02-13T05:09:21.994Z | [ host-image] Feb 13 05:09:20.142 INFO O| Feb 13 05:09:20.142 INFO STEP 14 (pkg_install) COMPLETE |
4170 | 2025-02-13T05:09:21.994Z | [ host-image] Feb 13 05:09:20.142 INFO O| Feb 13 05:09:20.142 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4171 | 2025-02-13T05:09:21.997Z | [ host-image] Feb 13 05:09:20.142 INFO O| Feb 13 05:09:20.142 INFO skip step because feature "mfg" is not enabled |
4172 | 2025-02-13T05:09:21.997Z | [ host-image] Feb 13 05:09:20.142 INFO O| Feb 13 05:09:20.142 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4173 | 2025-02-13T05:09:21.997Z | [ host-image] Feb 13 05:09:20.142 INFO O| Feb 13 05:09:20.142 INFO skip step because feature "compliance" is not enabled |
4174 | 2025-02-13T05:09:21.997Z | [ host-image] Feb 13 05:09:20.142 INFO O| Feb 13 05:09:20.142 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4175 | 2025-02-13T05:09:21.997Z | [ host-image] Feb 13 05:09:20.142 INFO O| Feb 13 05:09:20.142 INFO skip step because feature "stress" is not enabled |
4176 | 2025-02-13T05:09:21.997Z | [ host-image] Feb 13 05:09:20.142 INFO O| Feb 13 05:09:20.142 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4177 | 2025-02-13T05:09:21.997Z | [ host-image] Feb 13 05:09:20.142 INFO O| Feb 13 05:09:20.142 INFO skip step because feature "nfs" is not enabled |
4178 | 2025-02-13T05:09:21.997Z | [ host-image] Feb 13 05:09:20.142 INFO O| Feb 13 05:09:20.142 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
4179 | 2025-02-13T05:09:21.997Z | [ host-image] Feb 13 05:09:20.142 INFO O| Feb 13 05:09:20.142 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
4180 | 2025-02-13T05:09:22.083Z | [ host-image] Feb 13 05:09:20.231 INFO O| Feb 13 05:09:20.231 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
4181 | 2025-02-13T05:09:22.214Z | [ host-image] Feb 13 05:09:20.362 INFO O| Feb 13 05:09:20.362 INFO completed processing gimlet/ramdisk-01-os |
4182 | 2025-02-13T05:09:22.218Z | [ host-image] Feb 13 05:09:20.366 INFO omicron1 baseline generation... |
4183 | 2025-02-13T05:09:22.221Z | [ host-image] Feb 13 05:09:20.366 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
4184 | 2025-02-13T05:09:23.130Z | [ host-image] Feb 13 05:09:21.276 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23217:20250212T000945Z |
4185 | 2025-02-13T05:09:24.745Z | [ recovery-image] Feb 13 05:09:22.893 INFO O| Feb 13 05:09:22.893 INFO O| Planning: Solver setup ... Done |
4186 | 2025-02-13T05:09:24.769Z | [ recovery-image] Feb 13 05:09:22.916 INFO O| Feb 13 05:09:22.916 INFO O| Planning: Running solver ... Done |
4187 | 2025-02-13T05:09:24.907Z | [ recovery-image] Feb 13 05:09:23.054 INFO O| Feb 13 05:09:23.054 INFO O| Planning: Finding local manifests ... Done |
4188 | 2025-02-13T05:09:24.909Z | [ recovery-image] Feb 13 05:09:23.055 INFO O| Feb 13 05:09:23.055 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4189 | 2025-02-13T05:09:25.118Z | [ recovery-image] Feb 13 05:09:23.265 INFO O| Feb 13 05:09:23.265 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4190 | 2025-02-13T05:09:25.148Z | [ recovery-image] Feb 13 05:09:23.296 INFO O| Feb 13 05:09:23.296 INFO O| Planning: Package planning ... Done |
4191 | 2025-02-13T05:09:25.151Z | [ recovery-image] Feb 13 05:09:23.297 INFO O| Feb 13 05:09:23.297 INFO O| Planning: Merging actions ... Done |
4192 | 2025-02-13T05:09:25.235Z | [ recovery-image] Feb 13 05:09:23.382 INFO O| Feb 13 05:09:23.382 INFO O| Planning: Checking for conflicting actions ... Done |
4193 | 2025-02-13T05:09:25.238Z | [ recovery-image] Feb 13 05:09:23.383 INFO O| Feb 13 05:09:23.383 INFO O| Planning: Consolidating action changes ... Done |
4194 | 2025-02-13T05:09:25.612Z | [ recovery-image] Feb 13 05:09:23.759 INFO O| Feb 13 05:09:23.759 INFO O| Planning: Evaluating mediators ... Done |
4195 | 2025-02-13T05:09:25.614Z | [ recovery-image] Feb 13 05:09:23.760 INFO O| Feb 13 05:09:23.760 INFO O| Planning: Planning completed in 5.43 seconds |
4196 | 2025-02-13T05:09:25.617Z | [ recovery-image] Feb 13 05:09:23.762 INFO O| Feb 13 05:09:23.762 INFO O| Packages to install: 1 |
4197 | 2025-02-13T05:09:25.653Z | [ recovery-image] Feb 13 05:09:23.801 INFO O| Feb 13 05:09:23.801 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4198 | 2025-02-13T05:09:26.380Z | [ recovery-image] Feb 13 05:09:24.528 INFO O| Feb 13 05:09:24.528 INFO O| Download: Completed 9.99 MB in 0.73 seconds (13.7M/s) |
4199 | 2025-02-13T05:09:26.484Z | [ recovery-image] Feb 13 05:09:24.631 INFO O| Feb 13 05:09:24.631 INFO O| Actions: 1/22 actions (Installing new actions) |
4200 | 2025-02-13T05:09:26.875Z | [ recovery-image] Feb 13 05:09:25.022 INFO O| Feb 13 05:09:25.022 INFO O| Actions: Completed 22 actions in 0.39 seconds. |
4201 | 2025-02-13T05:09:27.512Z | [ recovery-image] Feb 13 05:09:25.657 INFO O| Feb 13 05:09:25.654 INFO O| Done |
4202 | 2025-02-13T05:09:27.512Z | [ recovery-image] Feb 13 05:09:25.657 INFO O| Feb 13 05:09:25.654 INFO O| Done |
4203 | 2025-02-13T05:09:28.863Z | [ recovery-image] Feb 13 05:09:27.009 INFO O| Feb 13 05:09:27.009 INFO O| Done |
4204 | 2025-02-13T05:09:30.678Z | [ recovery-image] Feb 13 05:09:28.825 INFO O| Feb 13 05:09:28.825 INFO O| Done |
4205 | 2025-02-13T05:09:30.702Z | [ recovery-image] Feb 13 05:09:28.849 INFO O| Feb 13 05:09:28.849 INFO O| Done |
4206 | 2025-02-13T05:09:30.702Z | [ recovery-image] Feb 13 05:09:28.849 INFO O| Feb 13 05:09:28.849 INFO O| Done |
4207 | 2025-02-13T05:09:30.740Z | [ recovery-image] Feb 13 05:09:28.886 INFO O| Feb 13 05:09:28.886 INFO O| Done |
4208 | 2025-02-13T05:09:30.986Z | [ recovery-image] Feb 13 05:09:29.119 INFO O| Feb 13 05:09:29.119 INFO STEP 14 (pkg_install) COMPLETE |
4209 | 2025-02-13T05:09:30.986Z | [ recovery-image] Feb 13 05:09:29.119 INFO O| Feb 13 05:09:29.119 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4210 | 2025-02-13T05:09:30.986Z | [ recovery-image] Feb 13 05:09:29.119 INFO O| Feb 13 05:09:29.119 INFO skip step because feature "mfg" is not enabled |
4211 | 2025-02-13T05:09:30.986Z | [ recovery-image] Feb 13 05:09:29.119 INFO O| Feb 13 05:09:29.119 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4212 | 2025-02-13T05:09:30.986Z | [ recovery-image] Feb 13 05:09:29.119 INFO O| Feb 13 05:09:29.119 INFO skip step because feature "compliance" is not enabled |
4213 | 2025-02-13T05:09:30.986Z | [ recovery-image] Feb 13 05:09:29.119 INFO O| Feb 13 05:09:29.119 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4214 | 2025-02-13T05:09:30.986Z | [ recovery-image] Feb 13 05:09:29.119 INFO O| Feb 13 05:09:29.119 INFO skip step because feature "stress" is not enabled |
4215 | 2025-02-13T05:09:30.986Z | [ recovery-image] Feb 13 05:09:29.119 INFO O| Feb 13 05:09:29.119 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4216 | 2025-02-13T05:09:30.986Z | [ recovery-image] Feb 13 05:09:29.119 INFO O| Feb 13 05:09:29.119 INFO skip step because feature "nfs" is not enabled |
4217 | 2025-02-13T05:09:30.986Z | [ recovery-image] Feb 13 05:09:29.119 INFO O| Feb 13 05:09:29.119 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4218 | 2025-02-13T05:09:30.986Z | [ recovery-image] Feb 13 05:09:29.119 INFO O| Feb 13 05:09:29.119 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4219 | 2025-02-13T05:09:31.168Z | [ recovery-image] Feb 13 05:09:29.315 INFO O| Feb 13 05:09:29.315 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4220 | 2025-02-13T05:09:31.295Z | [ recovery-image] Feb 13 05:09:29.442 INFO O| Feb 13 05:09:29.442 INFO completed processing gimlet/ramdisk-01-os |
4221 | 2025-02-13T05:09:31.298Z | [ recovery-image] Feb 13 05:09:29.446 INFO image builder template: ramdisk-02-trim... |
4222 | 2025-02-13T05:09:31.299Z | [ recovery-image] Feb 13 05:09:29.446 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/.tmpTHrw9f/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 |
4223 | 2025-02-13T05:09:31.340Z | [ recovery-image] Feb 13 05:09:29.487 INFO O| Feb 13 05:09:29.487 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4224 | 2025-02-13T05:09:31.347Z | [ recovery-image] Feb 13 05:09:29.494 INFO O| Feb 13 05:09:29.494 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4225 | 2025-02-13T05:09:31.463Z | [ recovery-image] Feb 13 05:09:29.610 INFO O| Feb 13 05:09:29.610 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4226 | 2025-02-13T05:09:31.569Z | [ recovery-image] Feb 13 05:09:29.715 INFO O| Feb 13 05:09:29.715 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4227 | 2025-02-13T05:09:31.572Z | [ recovery-image] Feb 13 05:09:29.716 INFO O| Feb 13 05:09:29.716 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4228 | 2025-02-13T05:09:31.581Z | [ recovery-image] Feb 13 05:09:29.727 INFO O| Feb 13 05:09:29.727 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4229 | 2025-02-13T05:09:31.589Z | [ recovery-image] Feb 13 05:09:29.735 INFO O| Feb 13 05:09:29.735 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4230 | 2025-02-13T05:09:31.598Z | [ recovery-image] Feb 13 05:09:29.745 INFO O| Feb 13 05:09:29.745 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4231 | 2025-02-13T05:09:31.996Z | [ recovery-image] Feb 13 05:09:30.143 INFO O| Feb 13 05:09:30.143 INFO rolled back to input snapshot; work may begin |
4232 | 2025-02-13T05:09:31.996Z | [ recovery-image] Feb 13 05:09:30.143 INFO O| Feb 13 05:09:30.143 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4233 | 2025-02-13T05:09:32.009Z | [ recovery-image] Feb 13 05:09:30.156 INFO O| Feb 13 05:09:30.156 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4234 | 2025-02-13T05:09:32.037Z | [ recovery-image] Feb 13 05:09:30.184 INFO O| Feb 13 05:09:30.184 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4235 | 2025-02-13T05:09:32.187Z | [ recovery-image] Feb 13 05:09:30.333 INFO O| Feb 13 05:09:30.333 INFO STEP 0 (remove_files) COMPLETE |
4236 | 2025-02-13T05:09:32.187Z | [ recovery-image] Feb 13 05:09:30.333 INFO O| Feb 13 05:09:30.333 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4237 | 2025-02-13T05:09:32.208Z | [ recovery-image] Feb 13 05:09:30.355 INFO O| Feb 13 05:09:30.355 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4238 | 2025-02-13T05:09:32.211Z | [ recovery-image] Feb 13 05:09:30.358 INFO O| Feb 13 05:09:30.358 INFO STEP 1 (remove_files) COMPLETE |
4239 | 2025-02-13T05:09:32.211Z | [ recovery-image] Feb 13 05:09:30.358 INFO O| Feb 13 05:09:30.358 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4240 | 2025-02-13T05:09:32.233Z | [ recovery-image] Feb 13 05:09:30.380 INFO O| Feb 13 05:09:30.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4241 | 2025-02-13T05:09:32.271Z | [ recovery-image] Feb 13 05:09:30.418 INFO O| Feb 13 05:09:30.418 INFO STEP 2 (remove_files) COMPLETE |
4242 | 2025-02-13T05:09:32.271Z | [ recovery-image] Feb 13 05:09:30.418 INFO O| Feb 13 05:09:30.418 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4243 | 2025-02-13T05:09:32.293Z | [ recovery-image] Feb 13 05:09:30.440 INFO O| Feb 13 05:09:30.439 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4244 | 2025-02-13T05:09:32.296Z | [ recovery-image] Feb 13 05:09:30.443 INFO O| Feb 13 05:09:30.443 INFO STEP 3 (remove_files) COMPLETE |
4245 | 2025-02-13T05:09:32.296Z | [ recovery-image] Feb 13 05:09:30.443 INFO O| Feb 13 05:09:30.443 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4246 | 2025-02-13T05:09:32.315Z | [ recovery-image] Feb 13 05:09:30.462 INFO O| Feb 13 05:09:30.462 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4247 | 2025-02-13T05:09:32.322Z | [ recovery-image] Feb 13 05:09:30.469 INFO O| Feb 13 05:09:30.469 INFO STEP 4 (remove_files) COMPLETE |
4248 | 2025-02-13T05:09:32.322Z | [ recovery-image] Feb 13 05:09:30.469 INFO O| Feb 13 05:09:30.469 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4249 | 2025-02-13T05:09:32.341Z | [ recovery-image] Feb 13 05:09:30.488 INFO O| Feb 13 05:09:30.488 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4250 | 2025-02-13T05:09:32.343Z | [ recovery-image] Feb 13 05:09:30.488 INFO O| Feb 13 05:09:30.488 INFO STEP 5 (remove_files) COMPLETE |
4251 | 2025-02-13T05:09:32.344Z | [ recovery-image] Feb 13 05:09:30.488 INFO O| Feb 13 05:09:30.488 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4252 | 2025-02-13T05:09:32.359Z | [ recovery-image] Feb 13 05:09:30.506 INFO O| Feb 13 05:09:30.506 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4253 | 2025-02-13T05:09:32.380Z | [ recovery-image] Feb 13 05:09:30.527 INFO O| Feb 13 05:09:30.527 INFO STEP 6 (remove_files) COMPLETE |
4254 | 2025-02-13T05:09:32.383Z | [ recovery-image] Feb 13 05:09:30.527 INFO O| Feb 13 05:09:30.527 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4255 | 2025-02-13T05:09:32.383Z | [ recovery-image] Feb 13 05:09:30.527 INFO O| Feb 13 05:09:30.527 INFO skip step because feature "recovery" is enabled |
4256 | 2025-02-13T05:09:32.383Z | [ recovery-image] Feb 13 05:09:30.527 INFO O| Feb 13 05:09:30.527 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4257 | 2025-02-13T05:09:32.383Z | [ recovery-image] Feb 13 05:09:30.527 INFO O| Feb 13 05:09:30.527 INFO skip step because feature "recovery" is enabled |
4258 | 2025-02-13T05:09:32.383Z | [ recovery-image] Feb 13 05:09:30.527 INFO O| Feb 13 05:09:30.527 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4259 | 2025-02-13T05:09:32.383Z | [ recovery-image] Feb 13 05:09:30.527 INFO O| Feb 13 05:09:30.527 INFO skip step because feature "recovery" is enabled |
4260 | 2025-02-13T05:09:32.383Z | [ recovery-image] Feb 13 05:09:30.527 INFO O| Feb 13 05:09:30.527 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4261 | 2025-02-13T05:09:32.420Z | [ recovery-image] Feb 13 05:09:30.567 INFO O| Feb 13 05:09:30.566 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4262 | 2025-02-13T05:09:32.425Z | [ recovery-image] Feb 13 05:09:30.572 INFO O| Feb 13 05:09:30.572 INFO STEP 10 (remove_files) COMPLETE |
4263 | 2025-02-13T05:09:32.428Z | [ recovery-image] Feb 13 05:09:30.572 INFO O| Feb 13 05:09:30.572 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4264 | 2025-02-13T05:09:32.486Z | [ recovery-image] Feb 13 05:09:30.633 INFO O| Feb 13 05:09:30.633 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4265 | 2025-02-13T05:09:32.489Z | [ recovery-image] Feb 13 05:09:30.635 INFO O| Feb 13 05:09:30.635 INFO STEP 11 (remove_files) COMPLETE |
4266 | 2025-02-13T05:09:32.489Z | [ recovery-image] Feb 13 05:09:30.635 INFO O| Feb 13 05:09:30.635 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4267 | 2025-02-13T05:09:32.507Z | [ recovery-image] Feb 13 05:09:30.654 INFO O| Feb 13 05:09:30.654 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4268 | 2025-02-13T05:09:32.510Z | [ recovery-image] Feb 13 05:09:30.657 INFO O| Feb 13 05:09:30.657 INFO STEP 12 (remove_files) COMPLETE |
4269 | 2025-02-13T05:09:32.510Z | [ recovery-image] Feb 13 05:09:30.657 INFO O| Feb 13 05:09:30.657 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4270 | 2025-02-13T05:09:32.820Z | [ recovery-image] Feb 13 05:09:30.966 INFO O| Feb 13 05:09:30.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4271 | 2025-02-13T05:09:32.822Z | [ recovery-image] Feb 13 05:09:30.968 INFO O| Feb 13 05:09:30.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4272 | 2025-02-13T05:09:32.863Z | [ recovery-image] Feb 13 05:09:31.010 INFO O| Feb 13 05:09:31.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4273 | 2025-02-13T05:09:32.866Z | [ recovery-image] Feb 13 05:09:31.011 INFO O| Feb 13 05:09:31.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4274 | 2025-02-13T05:09:32.984Z | [ recovery-image] Feb 13 05:09:31.131 INFO O| Feb 13 05:09:31.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4275 | 2025-02-13T05:09:32.987Z | [ recovery-image] Feb 13 05:09:31.132 INFO O| Feb 13 05:09:31.132 INFO STEP 13 (remove_files) COMPLETE |
4276 | 2025-02-13T05:09:32.987Z | [ recovery-image] Feb 13 05:09:31.132 INFO O| Feb 13 05:09:31.132 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4277 | 2025-02-13T05:09:33.006Z | [ recovery-image] Feb 13 05:09:31.153 INFO O| Feb 13 05:09:31.152 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4278 | 2025-02-13T05:09:33.009Z | [ recovery-image] Feb 13 05:09:31.155 INFO O| Feb 13 05:09:31.155 INFO STEP 14 (remove_files) COMPLETE |
4279 | 2025-02-13T05:09:33.009Z | [ recovery-image] Feb 13 05:09:31.155 INFO O| Feb 13 05:09:31.155 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4280 | 2025-02-13T05:09:33.032Z | [ recovery-image] Feb 13 05:09:31.178 INFO O| Feb 13 05:09:31.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4281 | 2025-02-13T05:09:33.043Z | [ recovery-image] Feb 13 05:09:31.190 INFO O| Feb 13 05:09:31.190 INFO STEP 15 (remove_files) COMPLETE |
4282 | 2025-02-13T05:09:33.044Z | [ recovery-image] Feb 13 05:09:31.190 INFO O| Feb 13 05:09:31.190 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4283 | 2025-02-13T05:09:33.090Z | [ recovery-image] Feb 13 05:09:31.237 INFO O| Feb 13 05:09:31.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4284 | 2025-02-13T05:09:33.093Z | [ recovery-image] Feb 13 05:09:31.238 INFO O| Feb 13 05:09:31.238 INFO STEP 16 (remove_files) COMPLETE |
4285 | 2025-02-13T05:09:33.093Z | [ recovery-image] Feb 13 05:09:31.238 INFO O| Feb 13 05:09:31.238 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4286 | 2025-02-13T05:09:33.151Z | [ recovery-image] Feb 13 05:09:31.297 INFO O| Feb 13 05:09:31.297 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4287 | 2025-02-13T05:09:33.153Z | [ recovery-image] Feb 13 05:09:31.300 INFO O| Feb 13 05:09:31.300 INFO STEP 17 (remove_files) COMPLETE |
4288 | 2025-02-13T05:09:33.153Z | [ recovery-image] Feb 13 05:09:31.300 INFO O| Feb 13 05:09:31.300 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4289 | 2025-02-13T05:09:33.180Z | [ recovery-image] Feb 13 05:09:31.326 INFO O| Feb 13 05:09:31.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4290 | 2025-02-13T05:09:33.182Z | [ recovery-image] Feb 13 05:09:31.326 INFO O| Feb 13 05:09:31.326 INFO STEP 18 (remove_files) COMPLETE |
4291 | 2025-02-13T05:09:33.182Z | [ recovery-image] Feb 13 05:09:31.326 INFO O| Feb 13 05:09:31.326 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4292 | 2025-02-13T05:09:33.216Z | [ recovery-image] Feb 13 05:09:31.363 INFO O| Feb 13 05:09:31.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4293 | 2025-02-13T05:09:33.216Z | [ recovery-image] Feb 13 05:09:31.363 INFO O| Feb 13 05:09:31.363 INFO STEP 19 (remove_files) COMPLETE |
4294 | 2025-02-13T05:09:33.219Z | [ recovery-image] Feb 13 05:09:31.363 INFO O| Feb 13 05:09:31.363 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4295 | 2025-02-13T05:09:33.265Z | [ recovery-image] Feb 13 05:09:31.412 INFO O| Feb 13 05:09:31.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4296 | 2025-02-13T05:09:33.265Z | [ recovery-image] Feb 13 05:09:31.412 INFO O| Feb 13 05:09:31.412 INFO STEP 20 (remove_files) COMPLETE |
4297 | 2025-02-13T05:09:33.265Z | [ recovery-image] Feb 13 05:09:31.412 INFO O| Feb 13 05:09:31.412 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4298 | 2025-02-13T05:09:33.324Z | [ recovery-image] Feb 13 05:09:31.470 INFO O| Feb 13 05:09:31.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4299 | 2025-02-13T05:09:33.324Z | [ recovery-image] Feb 13 05:09:31.470 INFO O| Feb 13 05:09:31.470 INFO STEP 21 (remove_files) COMPLETE |
4300 | 2025-02-13T05:09:33.324Z | [ recovery-image] Feb 13 05:09:31.470 INFO O| Feb 13 05:09:31.470 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4301 | 2025-02-13T05:09:33.361Z | [ recovery-image] Feb 13 05:09:31.507 INFO O| Feb 13 05:09:31.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4302 | 2025-02-13T05:09:33.361Z | [ recovery-image] Feb 13 05:09:31.507 INFO O| Feb 13 05:09:31.507 INFO STEP 22 (remove_files) COMPLETE |
4303 | 2025-02-13T05:09:33.361Z | [ recovery-image] Feb 13 05:09:31.507 INFO O| Feb 13 05:09:31.507 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4304 | 2025-02-13T05:09:33.396Z | [ recovery-image] Feb 13 05:09:31.543 INFO O| Feb 13 05:09:31.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4305 | 2025-02-13T05:09:33.396Z | [ recovery-image] Feb 13 05:09:31.543 INFO O| Feb 13 05:09:31.543 INFO STEP 23 (remove_files) COMPLETE |
4306 | 2025-02-13T05:09:33.396Z | [ recovery-image] Feb 13 05:09:31.543 INFO O| Feb 13 05:09:31.543 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4307 | 2025-02-13T05:09:33.435Z | [ recovery-image] Feb 13 05:09:31.582 INFO O| Feb 13 05:09:31.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4308 | 2025-02-13T05:09:33.435Z | [ recovery-image] Feb 13 05:09:31.582 INFO O| Feb 13 05:09:31.582 INFO STEP 24 (remove_files) COMPLETE |
4309 | 2025-02-13T05:09:33.435Z | [ recovery-image] Feb 13 05:09:31.582 INFO O| Feb 13 05:09:31.582 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4310 | 2025-02-13T05:09:33.457Z | [ recovery-image] Feb 13 05:09:31.601 INFO O| Feb 13 05:09:31.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4311 | 2025-02-13T05:09:33.457Z | [ recovery-image] Feb 13 05:09:31.601 INFO O| Feb 13 05:09:31.601 INFO STEP 25 (remove_files) COMPLETE |
4312 | 2025-02-13T05:09:33.457Z | [ recovery-image] Feb 13 05:09:31.601 INFO O| Feb 13 05:09:31.601 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4313 | 2025-02-13T05:09:33.509Z | [ recovery-image] Feb 13 05:09:31.655 INFO O| Feb 13 05:09:31.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4314 | 2025-02-13T05:09:33.509Z | [ recovery-image] Feb 13 05:09:31.655 INFO O| Feb 13 05:09:31.655 INFO STEP 26 (remove_files) COMPLETE |
4315 | 2025-02-13T05:09:33.509Z | [ recovery-image] Feb 13 05:09:31.655 INFO O| Feb 13 05:09:31.655 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4316 | 2025-02-13T05:09:33.550Z | [ recovery-image] Feb 13 05:09:31.697 INFO O| Feb 13 05:09:31.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4317 | 2025-02-13T05:09:33.550Z | [ recovery-image] Feb 13 05:09:31.697 INFO O| Feb 13 05:09:31.697 INFO STEP 27 (remove_files) COMPLETE |
4318 | 2025-02-13T05:09:33.553Z | [ recovery-image] Feb 13 05:09:31.697 INFO O| Feb 13 05:09:31.697 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4319 | 2025-02-13T05:09:33.571Z | [ recovery-image] Feb 13 05:09:31.717 INFO O| Feb 13 05:09:31.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4320 | 2025-02-13T05:09:33.571Z | [ recovery-image] Feb 13 05:09:31.717 INFO O| Feb 13 05:09:31.717 INFO STEP 28 (remove_files) COMPLETE |
4321 | 2025-02-13T05:09:33.571Z | [ recovery-image] Feb 13 05:09:31.718 INFO O| Feb 13 05:09:31.717 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4322 | 2025-02-13T05:09:33.589Z | [ recovery-image] Feb 13 05:09:31.736 INFO O| Feb 13 05:09:31.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4323 | 2025-02-13T05:09:33.589Z | [ recovery-image] Feb 13 05:09:31.736 INFO O| Feb 13 05:09:31.736 INFO STEP 29 (remove_files) COMPLETE |
4324 | 2025-02-13T05:09:33.592Z | [ recovery-image] Feb 13 05:09:31.736 INFO O| Feb 13 05:09:31.736 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4325 | 2025-02-13T05:09:33.608Z | [ recovery-image] Feb 13 05:09:31.754 INFO O| Feb 13 05:09:31.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4326 | 2025-02-13T05:09:33.608Z | [ recovery-image] Feb 13 05:09:31.754 INFO O| Feb 13 05:09:31.754 INFO STEP 30 (remove_files) COMPLETE |
4327 | 2025-02-13T05:09:33.610Z | [ recovery-image] Feb 13 05:09:31.754 INFO O| Feb 13 05:09:31.754 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4328 | 2025-02-13T05:09:33.626Z | [ recovery-image] Feb 13 05:09:31.773 INFO O| Feb 13 05:09:31.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4329 | 2025-02-13T05:09:33.626Z | [ recovery-image] Feb 13 05:09:31.773 INFO O| Feb 13 05:09:31.773 INFO STEP 31 (remove_files) COMPLETE |
4330 | 2025-02-13T05:09:33.626Z | [ recovery-image] Feb 13 05:09:31.773 INFO O| Feb 13 05:09:31.773 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4331 | 2025-02-13T05:09:33.645Z | [ recovery-image] Feb 13 05:09:31.792 INFO O| Feb 13 05:09:31.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4332 | 2025-02-13T05:09:33.645Z | [ recovery-image] Feb 13 05:09:31.792 INFO O| Feb 13 05:09:31.792 INFO STEP 32 (remove_files) COMPLETE |
4333 | 2025-02-13T05:09:33.645Z | [ recovery-image] Feb 13 05:09:31.792 INFO O| Feb 13 05:09:31.792 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4334 | 2025-02-13T05:09:33.664Z | [ recovery-image] Feb 13 05:09:31.811 INFO O| Feb 13 05:09:31.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4335 | 2025-02-13T05:09:33.665Z | [ recovery-image] Feb 13 05:09:31.811 INFO O| Feb 13 05:09:31.811 INFO STEP 33 (remove_files) COMPLETE |
4336 | 2025-02-13T05:09:33.665Z | [ recovery-image] Feb 13 05:09:31.811 INFO O| Feb 13 05:09:31.811 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4337 | 2025-02-13T05:09:33.684Z | [ recovery-image] Feb 13 05:09:31.831 INFO O| Feb 13 05:09:31.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4338 | 2025-02-13T05:09:33.684Z | [ recovery-image] Feb 13 05:09:31.831 INFO O| Feb 13 05:09:31.831 INFO STEP 34 (remove_files) COMPLETE |
4339 | 2025-02-13T05:09:33.684Z | [ recovery-image] Feb 13 05:09:31.831 INFO O| Feb 13 05:09:31.831 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4340 | 2025-02-13T05:09:33.704Z | [ recovery-image] Feb 13 05:09:31.850 INFO O| Feb 13 05:09:31.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4341 | 2025-02-13T05:09:33.704Z | [ recovery-image] Feb 13 05:09:31.851 INFO O| Feb 13 05:09:31.851 INFO STEP 35 (remove_files) COMPLETE |
4342 | 2025-02-13T05:09:33.704Z | [ recovery-image] Feb 13 05:09:31.851 INFO O| Feb 13 05:09:31.851 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4343 | 2025-02-13T05:09:33.739Z | [ recovery-image] Feb 13 05:09:31.886 INFO O| Feb 13 05:09:31.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4344 | 2025-02-13T05:09:33.742Z | [ recovery-image] Feb 13 05:09:31.886 INFO O| Feb 13 05:09:31.886 INFO STEP 36 (remove_files) COMPLETE |
4345 | 2025-02-13T05:09:33.742Z | [ recovery-image] Feb 13 05:09:31.886 INFO O| Feb 13 05:09:31.886 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4346 | 2025-02-13T05:09:33.795Z | [ recovery-image] Feb 13 05:09:31.941 INFO O| Feb 13 05:09:31.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4347 | 2025-02-13T05:09:33.795Z | [ recovery-image] Feb 13 05:09:31.941 INFO O| Feb 13 05:09:31.941 INFO STEP 37 (remove_files) COMPLETE |
4348 | 2025-02-13T05:09:33.795Z | [ recovery-image] Feb 13 05:09:31.941 INFO O| Feb 13 05:09:31.941 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4349 | 2025-02-13T05:09:33.849Z | [ recovery-image] Feb 13 05:09:31.995 INFO O| Feb 13 05:09:31.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4350 | 2025-02-13T05:09:33.849Z | [ recovery-image] Feb 13 05:09:31.995 INFO O| Feb 13 05:09:31.995 INFO STEP 38 (remove_files) COMPLETE |
4351 | 2025-02-13T05:09:33.849Z | [ recovery-image] Feb 13 05:09:31.995 INFO O| Feb 13 05:09:31.995 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4352 | 2025-02-13T05:09:33.868Z | [ recovery-image] Feb 13 05:09:32.015 INFO O| Feb 13 05:09:32.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4353 | 2025-02-13T05:09:33.868Z | [ recovery-image] Feb 13 05:09:32.015 INFO O| Feb 13 05:09:32.015 INFO STEP 39 (remove_files) COMPLETE |
4354 | 2025-02-13T05:09:33.871Z | [ recovery-image] Feb 13 05:09:32.015 INFO O| Feb 13 05:09:32.015 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4355 | 2025-02-13T05:09:33.886Z | [ recovery-image] Feb 13 05:09:32.033 INFO O| Feb 13 05:09:32.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4356 | 2025-02-13T05:09:33.886Z | [ recovery-image] Feb 13 05:09:32.033 INFO O| Feb 13 05:09:32.033 INFO STEP 40 (remove_files) COMPLETE |
4357 | 2025-02-13T05:09:33.891Z | [ recovery-image] Feb 13 05:09:32.033 INFO O| Feb 13 05:09:32.033 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4358 | 2025-02-13T05:09:33.904Z | [ recovery-image] Feb 13 05:09:32.051 INFO O| Feb 13 05:09:32.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4359 | 2025-02-13T05:09:33.907Z | [ recovery-image] Feb 13 05:09:32.051 INFO O| Feb 13 05:09:32.051 INFO STEP 41 (remove_files) COMPLETE |
4360 | 2025-02-13T05:09:33.907Z | [ recovery-image] Feb 13 05:09:32.051 INFO O| Feb 13 05:09:32.051 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4361 | 2025-02-13T05:09:33.922Z | [ recovery-image] Feb 13 05:09:32.069 INFO O| Feb 13 05:09:32.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4362 | 2025-02-13T05:09:33.925Z | [ recovery-image] Feb 13 05:09:32.069 INFO O| Feb 13 05:09:32.069 INFO STEP 42 (remove_files) COMPLETE |
4363 | 2025-02-13T05:09:33.925Z | [ recovery-image] Feb 13 05:09:32.069 INFO O| Feb 13 05:09:32.069 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4364 | 2025-02-13T05:09:33.939Z | [ recovery-image] Feb 13 05:09:32.086 INFO O| Feb 13 05:09:32.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4365 | 2025-02-13T05:09:33.939Z | [ recovery-image] Feb 13 05:09:32.086 INFO O| Feb 13 05:09:32.086 INFO STEP 43 (remove_files) COMPLETE |
4366 | 2025-02-13T05:09:33.943Z | [ recovery-image] Feb 13 05:09:32.086 INFO O| Feb 13 05:09:32.086 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4367 | 2025-02-13T05:09:33.957Z | [ recovery-image] Feb 13 05:09:32.103 INFO O| Feb 13 05:09:32.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4368 | 2025-02-13T05:09:33.960Z | [ recovery-image] Feb 13 05:09:32.104 INFO O| Feb 13 05:09:32.104 INFO STEP 44 (remove_files) COMPLETE |
4369 | 2025-02-13T05:09:33.960Z | [ recovery-image] Feb 13 05:09:32.104 INFO O| Feb 13 05:09:32.104 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4370 | 2025-02-13T05:09:33.974Z | [ recovery-image] Feb 13 05:09:32.120 INFO O| Feb 13 05:09:32.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4371 | 2025-02-13T05:09:33.977Z | [ recovery-image] Feb 13 05:09:32.121 INFO O| Feb 13 05:09:32.121 INFO STEP 45 (remove_files) COMPLETE |
4372 | 2025-02-13T05:09:33.977Z | [ recovery-image] Feb 13 05:09:32.121 INFO O| Feb 13 05:09:32.121 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4373 | 2025-02-13T05:09:33.992Z | [ recovery-image] Feb 13 05:09:32.139 INFO O| Feb 13 05:09:32.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4374 | 2025-02-13T05:09:33.992Z | [ recovery-image] Feb 13 05:09:32.139 INFO O| Feb 13 05:09:32.139 INFO STEP 46 (remove_files) COMPLETE |
4375 | 2025-02-13T05:09:33.993Z | [ recovery-image] Feb 13 05:09:32.139 INFO O| Feb 13 05:09:32.139 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4376 | 2025-02-13T05:09:34.019Z | [ recovery-image] Feb 13 05:09:32.166 INFO O| Feb 13 05:09:32.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4377 | 2025-02-13T05:09:34.019Z | [ recovery-image] Feb 13 05:09:32.166 INFO O| Feb 13 05:09:32.166 INFO STEP 47 (remove_files) COMPLETE |
4378 | 2025-02-13T05:09:34.019Z | [ recovery-image] Feb 13 05:09:32.166 INFO O| Feb 13 05:09:32.166 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4379 | 2025-02-13T05:09:34.056Z | [ recovery-image] Feb 13 05:09:32.202 INFO O| Feb 13 05:09:32.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4380 | 2025-02-13T05:09:34.056Z | [ recovery-image] Feb 13 05:09:32.202 INFO O| Feb 13 05:09:32.202 INFO STEP 48 (remove_files) COMPLETE |
4381 | 2025-02-13T05:09:34.056Z | [ recovery-image] Feb 13 05:09:32.202 INFO O| Feb 13 05:09:32.202 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4382 | 2025-02-13T05:09:34.089Z | [ recovery-image] Feb 13 05:09:32.235 INFO O| Feb 13 05:09:32.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4383 | 2025-02-13T05:09:34.089Z | [ recovery-image] Feb 13 05:09:32.235 INFO O| Feb 13 05:09:32.235 INFO STEP 49 (remove_files) COMPLETE |
4384 | 2025-02-13T05:09:34.089Z | [ recovery-image] Feb 13 05:09:32.235 INFO O| Feb 13 05:09:32.235 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4385 | 2025-02-13T05:09:34.107Z | [ recovery-image] Feb 13 05:09:32.253 INFO O| Feb 13 05:09:32.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4386 | 2025-02-13T05:09:34.109Z | [ recovery-image] Feb 13 05:09:32.253 INFO O| Feb 13 05:09:32.253 INFO STEP 50 (remove_files) COMPLETE |
4387 | 2025-02-13T05:09:34.109Z | [ recovery-image] Feb 13 05:09:32.254 INFO O| Feb 13 05:09:32.253 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4388 | 2025-02-13T05:09:34.125Z | [ recovery-image] Feb 13 05:09:32.272 INFO O| Feb 13 05:09:32.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4389 | 2025-02-13T05:09:34.128Z | [ recovery-image] Feb 13 05:09:32.272 INFO O| Feb 13 05:09:32.272 INFO STEP 51 (remove_files) COMPLETE |
4390 | 2025-02-13T05:09:34.128Z | [ recovery-image] Feb 13 05:09:32.272 INFO O| Feb 13 05:09:32.272 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4391 | 2025-02-13T05:09:34.143Z | [ recovery-image] Feb 13 05:09:32.290 INFO O| Feb 13 05:09:32.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4392 | 2025-02-13T05:09:34.146Z | [ recovery-image] Feb 13 05:09:32.290 INFO O| Feb 13 05:09:32.290 INFO STEP 52 (remove_files) COMPLETE |
4393 | 2025-02-13T05:09:34.146Z | [ recovery-image] Feb 13 05:09:32.290 INFO O| Feb 13 05:09:32.290 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4394 | 2025-02-13T05:09:34.161Z | [ recovery-image] Feb 13 05:09:32.308 INFO O| Feb 13 05:09:32.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4395 | 2025-02-13T05:09:34.164Z | [ recovery-image] Feb 13 05:09:32.308 INFO O| Feb 13 05:09:32.308 INFO STEP 53 (remove_files) COMPLETE |
4396 | 2025-02-13T05:09:34.164Z | [ recovery-image] Feb 13 05:09:32.308 INFO O| Feb 13 05:09:32.308 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4397 | 2025-02-13T05:09:34.180Z | [ recovery-image] Feb 13 05:09:32.326 INFO O| Feb 13 05:09:32.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4398 | 2025-02-13T05:09:34.183Z | [ recovery-image] Feb 13 05:09:32.327 INFO O| Feb 13 05:09:32.327 INFO STEP 54 (remove_files) COMPLETE |
4399 | 2025-02-13T05:09:34.183Z | [ recovery-image] Feb 13 05:09:32.327 INFO O| Feb 13 05:09:32.327 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4400 | 2025-02-13T05:09:34.200Z | [ recovery-image] Feb 13 05:09:32.346 INFO O| Feb 13 05:09:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4401 | 2025-02-13T05:09:34.203Z | [ recovery-image] Feb 13 05:09:32.346 INFO O| Feb 13 05:09:32.346 INFO STEP 55 (remove_files) COMPLETE |
4402 | 2025-02-13T05:09:34.203Z | [ recovery-image] Feb 13 05:09:32.346 INFO O| Feb 13 05:09:32.346 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4403 | 2025-02-13T05:09:34.236Z | [ recovery-image] Feb 13 05:09:32.383 INFO O| Feb 13 05:09:32.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4404 | 2025-02-13T05:09:34.236Z | [ recovery-image] Feb 13 05:09:32.383 INFO O| Feb 13 05:09:32.383 INFO STEP 56 (remove_files) COMPLETE |
4405 | 2025-02-13T05:09:34.239Z | [ recovery-image] Feb 13 05:09:32.383 INFO O| Feb 13 05:09:32.383 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4406 | 2025-02-13T05:09:34.295Z | [ recovery-image] Feb 13 05:09:32.440 INFO O| Feb 13 05:09:32.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4407 | 2025-02-13T05:09:34.295Z | [ recovery-image] Feb 13 05:09:32.440 INFO O| Feb 13 05:09:32.440 INFO STEP 57 (remove_files) COMPLETE |
4408 | 2025-02-13T05:09:34.295Z | [ recovery-image] Feb 13 05:09:32.440 INFO O| Feb 13 05:09:32.440 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4409 | 2025-02-13T05:09:34.354Z | [ recovery-image] Feb 13 05:09:32.500 INFO O| Feb 13 05:09:32.500 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4410 | 2025-02-13T05:09:34.358Z | [ recovery-image] Feb 13 05:09:32.501 INFO O| Feb 13 05:09:32.501 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4411 | 2025-02-13T05:09:34.358Z | [ recovery-image] Feb 13 05:09:32.501 INFO O| Feb 13 05:09:32.501 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4412 | 2025-02-13T05:09:34.358Z | [ recovery-image] Feb 13 05:09:32.501 INFO O| Feb 13 05:09:32.501 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4413 | 2025-02-13T05:09:34.358Z | [ recovery-image] Feb 13 05:09:32.501 INFO O| Feb 13 05:09:32.501 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4414 | 2025-02-13T05:09:34.358Z | [ recovery-image] Feb 13 05:09:32.501 INFO O| Feb 13 05:09:32.501 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4415 | 2025-02-13T05:09:34.358Z | [ recovery-image] Feb 13 05:09:32.501 INFO O| Feb 13 05:09:32.501 INFO ok! |
4416 | 2025-02-13T05:09:34.358Z | [ recovery-image] Feb 13 05:09:32.502 INFO O| Feb 13 05:09:32.502 INFO STEP 58 (ensure_file) COMPLETE |
4417 | 2025-02-13T05:09:34.359Z | [ recovery-image] Feb 13 05:09:32.502 INFO O| Feb 13 05:09:32.502 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4418 | 2025-02-13T05:09:34.391Z | [ recovery-image] Feb 13 05:09:32.538 INFO O| Feb 13 05:09:32.537 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4419 | 2025-02-13T05:09:34.391Z | [ recovery-image] Feb 13 05:09:32.538 INFO O| Feb 13 05:09:32.538 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4420 | 2025-02-13T05:09:34.394Z | [ recovery-image] Feb 13 05:09:32.538 INFO O| Feb 13 05:09:32.538 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4421 | 2025-02-13T05:09:34.394Z | [ recovery-image] Feb 13 05:09:32.538 INFO O| Feb 13 05:09:32.538 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4422 | 2025-02-13T05:09:34.394Z | [ recovery-image] Feb 13 05:09:32.538 INFO O| Feb 13 05:09:32.538 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4423 | 2025-02-13T05:09:34.394Z | [ recovery-image] Feb 13 05:09:32.538 INFO O| Feb 13 05:09:32.538 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4424 | 2025-02-13T05:09:34.394Z | [ recovery-image] Feb 13 05:09:32.538 INFO O| Feb 13 05:09:32.538 INFO ok! |
4425 | 2025-02-13T05:09:34.394Z | [ recovery-image] Feb 13 05:09:32.538 INFO O| Feb 13 05:09:32.538 INFO STEP 59 (ensure_file) COMPLETE |
4426 | 2025-02-13T05:09:34.394Z | [ recovery-image] Feb 13 05:09:32.538 INFO O| Feb 13 05:09:32.538 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4427 | 2025-02-13T05:09:34.428Z | [ recovery-image] Feb 13 05:09:32.574 INFO O| Feb 13 05:09:32.574 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4428 | 2025-02-13T05:09:34.428Z | [ recovery-image] Feb 13 05:09:32.574 INFO O| Feb 13 05:09:32.574 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4429 | 2025-02-13T05:09:34.428Z | [ recovery-image] Feb 13 05:09:32.574 INFO O| Feb 13 05:09:32.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4430 | 2025-02-13T05:09:34.428Z | [ recovery-image] Feb 13 05:09:32.574 INFO O| Feb 13 05:09:32.574 INFO ok! |
4431 | 2025-02-13T05:09:34.428Z | [ recovery-image] Feb 13 05:09:32.575 INFO O| Feb 13 05:09:32.574 INFO STEP 60 (ensure_file) COMPLETE |
4432 | 2025-02-13T05:09:34.428Z | [ recovery-image] Feb 13 05:09:32.575 INFO O| Feb 13 05:09:32.574 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4433 | 2025-02-13T05:09:34.445Z | [ recovery-image] Feb 13 05:09:32.592 INFO O| Feb 13 05:09:32.592 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4434 | 2025-02-13T05:09:34.448Z | [ recovery-image] Feb 13 05:09:32.592 INFO O| Feb 13 05:09:32.592 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4435 | 2025-02-13T05:09:34.448Z | [ recovery-image] Feb 13 05:09:32.592 INFO O| Feb 13 05:09:32.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4436 | 2025-02-13T05:09:34.448Z | [ recovery-image] Feb 13 05:09:32.592 INFO O| Feb 13 05:09:32.592 INFO ok! |
4437 | 2025-02-13T05:09:34.448Z | [ recovery-image] Feb 13 05:09:32.592 INFO O| Feb 13 05:09:32.592 INFO STEP 61 (ensure_file) COMPLETE |
4438 | 2025-02-13T05:09:34.448Z | [ recovery-image] Feb 13 05:09:32.592 INFO O| Feb 13 05:09:32.592 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4439 | 2025-02-13T05:09:34.463Z | [ recovery-image] Feb 13 05:09:32.609 INFO O| Feb 13 05:09:32.609 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4440 | 2025-02-13T05:09:34.463Z | [ recovery-image] Feb 13 05:09:32.609 INFO O| Feb 13 05:09:32.609 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4441 | 2025-02-13T05:09:34.466Z | [ recovery-image] Feb 13 05:09:32.610 INFO O| Feb 13 05:09:32.609 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4442 | 2025-02-13T05:09:34.466Z | [ recovery-image] Feb 13 05:09:32.610 INFO O| Feb 13 05:09:32.610 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4443 | 2025-02-13T05:09:34.466Z | [ recovery-image] Feb 13 05:09:32.610 INFO O| Feb 13 05:09:32.610 INFO ok! |
4444 | 2025-02-13T05:09:34.466Z | [ recovery-image] Feb 13 05:09:32.610 INFO O| Feb 13 05:09:32.610 INFO STEP 62 (ensure_file) COMPLETE |
4445 | 2025-02-13T05:09:34.466Z | [ recovery-image] Feb 13 05:09:32.610 INFO O| Feb 13 05:09:32.610 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4446 | 2025-02-13T05:09:34.493Z | [ recovery-image] Feb 13 05:09:32.639 INFO O| Feb 13 05:09:32.639 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4447 | 2025-02-13T05:09:34.493Z | [ recovery-image] Feb 13 05:09:32.639 INFO O| Feb 13 05:09:32.639 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4448 | 2025-02-13T05:09:34.496Z | [ recovery-image] Feb 13 05:09:32.640 INFO O| Feb 13 05:09:32.639 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4449 | 2025-02-13T05:09:34.496Z | [ recovery-image] Feb 13 05:09:32.640 INFO O| Feb 13 05:09:32.640 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4450 | 2025-02-13T05:09:34.496Z | [ recovery-image] Feb 13 05:09:32.640 INFO O| Feb 13 05:09:32.640 INFO ok! |
4451 | 2025-02-13T05:09:34.496Z | [ recovery-image] Feb 13 05:09:32.640 INFO O| Feb 13 05:09:32.640 INFO STEP 63 (ensure_file) COMPLETE |
4452 | 2025-02-13T05:09:34.496Z | [ recovery-image] Feb 13 05:09:32.640 INFO O| Feb 13 05:09:32.640 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4453 | 2025-02-13T05:09:34.525Z | [ recovery-image] Feb 13 05:09:32.672 INFO O| Feb 13 05:09:32.671 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4454 | 2025-02-13T05:09:34.525Z | [ recovery-image] Feb 13 05:09:32.672 INFO O| Feb 13 05:09:32.672 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4455 | 2025-02-13T05:09:34.525Z | [ recovery-image] Feb 13 05:09:32.672 INFO O| Feb 13 05:09:32.672 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4456 | 2025-02-13T05:09:34.525Z | [ recovery-image] Feb 13 05:09:32.672 INFO O| Feb 13 05:09:32.672 INFO ok! |
4457 | 2025-02-13T05:09:34.528Z | [ recovery-image] Feb 13 05:09:32.672 INFO O| Feb 13 05:09:32.672 INFO STEP 64 (assemble_files) COMPLETE |
4458 | 2025-02-13T05:09:34.528Z | [ recovery-image] Feb 13 05:09:32.672 INFO O| Feb 13 05:09:32.672 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4459 | 2025-02-13T05:09:34.565Z | [ recovery-image] Feb 13 05:09:32.711 INFO O| Feb 13 05:09:32.711 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4460 | 2025-02-13T05:09:34.565Z | [ recovery-image] Feb 13 05:09:32.711 INFO O| Feb 13 05:09:32.711 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4461 | 2025-02-13T05:09:34.565Z | [ recovery-image] Feb 13 05:09:32.711 INFO O| Feb 13 05:09:32.711 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4462 | 2025-02-13T05:09:34.565Z | [ recovery-image] Feb 13 05:09:32.711 INFO O| Feb 13 05:09:32.711 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4463 | 2025-02-13T05:09:34.568Z | [ recovery-image] Feb 13 05:09:32.711 INFO O| Feb 13 05:09:32.711 INFO ok! |
4464 | 2025-02-13T05:09:34.568Z | [ recovery-image] Feb 13 05:09:32.711 INFO O| Feb 13 05:09:32.711 INFO STEP 65 (ensure_file) COMPLETE |
4465 | 2025-02-13T05:09:34.568Z | [ recovery-image] Feb 13 05:09:32.711 INFO O| Feb 13 05:09:32.711 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4466 | 2025-02-13T05:09:34.568Z | [ recovery-image] Feb 13 05:09:32.711 INFO O| Feb 13 05:09:32.711 INFO skip step because feature "omicron1" is not enabled |
4467 | 2025-02-13T05:09:34.568Z | [ recovery-image] Feb 13 05:09:32.711 INFO O| Feb 13 05:09:32.711 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4468 | 2025-02-13T05:09:34.568Z | [ recovery-image] Feb 13 05:09:32.712 INFO O| Feb 13 05:09:32.712 INFO skip step because feature "omicron1" is not enabled |
4469 | 2025-02-13T05:09:34.568Z | [ recovery-image] Feb 13 05:09:32.712 INFO O| Feb 13 05:09:32.712 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4470 | 2025-02-13T05:09:34.568Z | [ recovery-image] Feb 13 05:09:32.712 INFO O| Feb 13 05:09:32.712 INFO skip step because feature "omicron1" is not enabled |
4471 | 2025-02-13T05:09:34.568Z | [ recovery-image] Feb 13 05:09:32.712 INFO O| Feb 13 05:09:32.712 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4472 | 2025-02-13T05:09:34.590Z | [ recovery-image] Feb 13 05:09:32.737 INFO O| Feb 13 05:09:32.737 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4473 | 2025-02-13T05:09:34.590Z | [ recovery-image] Feb 13 05:09:32.737 INFO O| Feb 13 05:09:32.737 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4474 | 2025-02-13T05:09:37.657Z | [ recovery-image] Feb 13 05:09:35.804 INFO O| Feb 13 05:09:35.803 INFO STEP 69 (pack_tar) COMPLETE |
4475 | 2025-02-13T05:09:37.657Z | [ recovery-image] Feb 13 05:09:35.804 INFO O| Feb 13 05:09:35.803 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4476 | 2025-02-13T05:09:37.660Z | [ recovery-image] Feb 13 05:09:35.804 INFO O| Feb 13 05:09:35.804 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4477 | 2025-02-13T05:09:37.880Z | [ recovery-image] Feb 13 05:09:36.025 INFO O| Feb 13 05:09:36.025 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4478 | 2025-02-13T05:09:38.007Z | [ recovery-image] Feb 13 05:09:36.153 INFO O| Feb 13 05:09:36.153 INFO completed processing gimlet/ramdisk-02-trim |
4479 | 2025-02-13T05:09:38.011Z | [ recovery-image] Feb 13 05:09:36.156 INFO image builder template: ramdisk-03-recovery-trim... |
4480 | 2025-02-13T05:09:38.011Z | [ recovery-image] Feb 13 05:09:36.156 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/.tmpTHrw9f/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 |
4481 | 2025-02-13T05:09:38.228Z | [ recovery-image] Feb 13 05:09:36.374 INFO O| Feb 13 05:09:36.374 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4482 | 2025-02-13T05:09:38.238Z | [ recovery-image] Feb 13 05:09:36.384 INFO O| Feb 13 05:09:36.383 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4483 | 2025-02-13T05:09:38.361Z | [ recovery-image] Feb 13 05:09:36.506 INFO O| Feb 13 05:09:36.506 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4484 | 2025-02-13T05:09:38.476Z | [ recovery-image] Feb 13 05:09:36.622 INFO O| Feb 13 05:09:36.622 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4485 | 2025-02-13T05:09:38.479Z | [ recovery-image] Feb 13 05:09:36.622 INFO O| Feb 13 05:09:36.622 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4486 | 2025-02-13T05:09:38.494Z | [ recovery-image] Feb 13 05:09:36.638 INFO O| Feb 13 05:09:36.638 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4487 | 2025-02-13T05:09:38.502Z | [ recovery-image] Feb 13 05:09:36.647 INFO O| Feb 13 05:09:36.647 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4488 | 2025-02-13T05:09:38.512Z | [ recovery-image] Feb 13 05:09:36.657 INFO O| Feb 13 05:09:36.657 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4489 | 2025-02-13T05:09:39.039Z | [ recovery-image] Feb 13 05:09:37.185 INFO O| Feb 13 05:09:37.184 INFO rolled back to input snapshot; work may begin |
4490 | 2025-02-13T05:09:39.042Z | [ recovery-image] Feb 13 05:09:37.185 INFO O| Feb 13 05:09:37.184 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4491 | 2025-02-13T05:09:39.049Z | [ recovery-image] Feb 13 05:09:37.195 INFO O| Feb 13 05:09:37.195 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2025-02-13T05:09:39.070Z | [ recovery-image] Feb 13 05:09:37.216 INFO O| Feb 13 05:09:37.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4493 | 2025-02-13T05:09:39.077Z | [ recovery-image] Feb 13 05:09:37.221 INFO O| Feb 13 05:09:37.221 INFO STEP 0 (remove_files) COMPLETE |
4494 | 2025-02-13T05:09:39.077Z | [ recovery-image] Feb 13 05:09:37.221 INFO O| Feb 13 05:09:37.221 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2025-02-13T05:09:39.109Z | [ recovery-image] Feb 13 05:09:37.255 INFO O| Feb 13 05:09:37.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4496 | 2025-02-13T05:09:39.745Z | [ recovery-image] Feb 13 05:09:37.890 INFO O| Feb 13 05:09:37.890 INFO STEP 1 (remove_files) COMPLETE |
4497 | 2025-02-13T05:09:39.745Z | [ recovery-image] Feb 13 05:09:37.890 INFO O| Feb 13 05:09:37.890 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2025-02-13T05:09:39.789Z | [ recovery-image] Feb 13 05:09:37.934 INFO O| Feb 13 05:09:37.934 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4499 | 2025-02-13T05:09:39.801Z | [ recovery-image] Feb 13 05:09:37.946 INFO O| Feb 13 05:09:37.946 INFO STEP 2 (remove_files) COMPLETE |
4500 | 2025-02-13T05:09:39.801Z | [ recovery-image] Feb 13 05:09:37.947 INFO O| Feb 13 05:09:37.946 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2025-02-13T05:09:39.844Z | [ recovery-image] Feb 13 05:09:37.990 INFO O| Feb 13 05:09:37.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4502 | 2025-02-13T05:09:40.074Z | [ recovery-image] Feb 13 05:09:38.219 INFO O| Feb 13 05:09:38.219 INFO STEP 3 (remove_files) COMPLETE |
4503 | 2025-02-13T05:09:40.074Z | [ recovery-image] Feb 13 05:09:38.220 INFO O| Feb 13 05:09:38.219 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2025-02-13T05:09:40.097Z | [ recovery-image] Feb 13 05:09:38.242 INFO O| Feb 13 05:09:38.242 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4505 | 2025-02-13T05:09:40.386Z | [ recovery-image] Feb 13 05:09:38.530 INFO O| Feb 13 05:09:38.530 INFO STEP 4 (remove_files) COMPLETE |
4506 | 2025-02-13T05:09:40.389Z | [ recovery-image] Feb 13 05:09:38.530 INFO O| Feb 13 05:09:38.530 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2025-02-13T05:09:40.422Z | [ recovery-image] Feb 13 05:09:38.568 INFO O| Feb 13 05:09:38.568 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4508 | 2025-02-13T05:09:40.444Z | [ recovery-image] Feb 13 05:09:38.590 INFO O| Feb 13 05:09:38.590 INFO STEP 5 (remove_files) COMPLETE |
4509 | 2025-02-13T05:09:40.444Z | [ recovery-image] Feb 13 05:09:38.590 INFO O| Feb 13 05:09:38.590 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2025-02-13T05:09:40.481Z | [ recovery-image] Feb 13 05:09:38.627 INFO O| Feb 13 05:09:38.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4511 | 2025-02-13T05:09:40.509Z | [ recovery-image] Feb 13 05:09:38.654 INFO O| Feb 13 05:09:38.654 INFO STEP 6 (remove_files) COMPLETE |
4512 | 2025-02-13T05:09:40.510Z | [ recovery-image] Feb 13 05:09:38.654 INFO O| Feb 13 05:09:38.654 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2025-02-13T05:09:40.569Z | [ recovery-image] Feb 13 05:09:38.715 INFO O| Feb 13 05:09:38.715 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4514 | 2025-02-13T05:09:40.664Z | [ recovery-image] Feb 13 05:09:38.809 INFO O| Feb 13 05:09:38.809 INFO STEP 7 (remove_files) COMPLETE |
4515 | 2025-02-13T05:09:40.664Z | [ recovery-image] Feb 13 05:09:38.809 INFO O| Feb 13 05:09:38.809 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2025-02-13T05:09:40.718Z | [ recovery-image] Feb 13 05:09:38.864 INFO O| Feb 13 05:09:38.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4517 | 2025-02-13T05:09:40.742Z | [ recovery-image] Feb 13 05:09:38.888 INFO O| Feb 13 05:09:38.888 INFO STEP 8 (remove_files) COMPLETE |
4518 | 2025-02-13T05:09:40.742Z | [ recovery-image] Feb 13 05:09:38.888 INFO O| Feb 13 05:09:38.888 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2025-02-13T05:09:40.767Z | [ recovery-image] Feb 13 05:09:38.913 INFO O| Feb 13 05:09:38.913 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4520 | 2025-02-13T05:09:40.789Z | [ recovery-image] Feb 13 05:09:38.933 INFO O| Feb 13 05:09:38.933 INFO STEP 9 (remove_files) COMPLETE |
4521 | 2025-02-13T05:09:40.789Z | [ recovery-image] Feb 13 05:09:38.934 INFO O| Feb 13 05:09:38.933 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2025-02-13T05:09:40.829Z | [ recovery-image] Feb 13 05:09:38.974 INFO O| Feb 13 05:09:38.974 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4523 | 2025-02-13T05:09:41.083Z | [ recovery-image] Feb 13 05:09:39.227 INFO O| Feb 13 05:09:39.227 INFO STEP 10 (remove_files) COMPLETE |
4524 | 2025-02-13T05:09:41.083Z | [ recovery-image] Feb 13 05:09:39.227 INFO O| Feb 13 05:09:39.227 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2025-02-13T05:09:41.114Z | [ recovery-image] Feb 13 05:09:39.260 INFO O| Feb 13 05:09:39.260 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4526 | 2025-02-13T05:09:41.117Z | [ recovery-image] Feb 13 05:09:39.263 INFO O| Feb 13 05:09:39.263 INFO STEP 11 (remove_files) COMPLETE |
4527 | 2025-02-13T05:09:41.120Z | [ recovery-image] Feb 13 05:09:39.263 INFO O| Feb 13 05:09:39.263 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2025-02-13T05:09:41.178Z | [ recovery-image] Feb 13 05:09:39.324 INFO O| Feb 13 05:09:39.324 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4529 | 2025-02-13T05:09:41.228Z | [ recovery-image] Feb 13 05:09:39.373 INFO O| Feb 13 05:09:39.373 INFO STEP 12 (remove_files) COMPLETE |
4530 | 2025-02-13T05:09:41.228Z | [ recovery-image] Feb 13 05:09:39.373 INFO O| Feb 13 05:09:39.373 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2025-02-13T05:09:41.267Z | [ recovery-image] Feb 13 05:09:39.413 INFO O| Feb 13 05:09:39.413 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4532 | 2025-02-13T05:09:41.270Z | [ recovery-image] Feb 13 05:09:39.413 INFO O| Feb 13 05:09:39.413 INFO STEP 13 (remove_files) COMPLETE |
4533 | 2025-02-13T05:09:41.270Z | [ recovery-image] Feb 13 05:09:39.413 INFO O| Feb 13 05:09:39.413 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2025-02-13T05:09:41.289Z | [ recovery-image] Feb 13 05:09:39.435 INFO O| Feb 13 05:09:39.435 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4535 | 2025-02-13T05:09:41.297Z | [ recovery-image] Feb 13 05:09:39.443 INFO O| Feb 13 05:09:39.443 INFO STEP 14 (remove_files) COMPLETE |
4536 | 2025-02-13T05:09:41.297Z | [ recovery-image] Feb 13 05:09:39.443 INFO O| Feb 13 05:09:39.443 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2025-02-13T05:09:41.325Z | [ recovery-image] Feb 13 05:09:39.471 INFO O| Feb 13 05:09:39.471 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4538 | 2025-02-13T05:09:41.480Z | [ recovery-image] Feb 13 05:09:39.625 INFO O| Feb 13 05:09:39.625 INFO STEP 15 (remove_files) COMPLETE |
4539 | 2025-02-13T05:09:41.484Z | [ recovery-image] Feb 13 05:09:39.625 INFO O| Feb 13 05:09:39.625 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2025-02-13T05:09:41.515Z | [ recovery-image] Feb 13 05:09:39.661 INFO O| Feb 13 05:09:39.661 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4541 | 2025-02-13T05:09:41.515Z | [ recovery-image] Feb 13 05:09:39.661 INFO O| Feb 13 05:09:39.661 INFO STEP 16 (remove_files) COMPLETE |
4542 | 2025-02-13T05:09:41.518Z | [ recovery-image] Feb 13 05:09:39.661 INFO O| Feb 13 05:09:39.661 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2025-02-13T05:09:41.537Z | [ recovery-image] Feb 13 05:09:39.682 INFO O| Feb 13 05:09:39.682 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4544 | 2025-02-13T05:09:41.558Z | [ recovery-image] Feb 13 05:09:39.703 INFO O| Feb 13 05:09:39.703 INFO STEP 17 (remove_files) COMPLETE |
4545 | 2025-02-13T05:09:41.558Z | [ recovery-image] Feb 13 05:09:39.703 INFO O| Feb 13 05:09:39.703 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2025-02-13T05:09:41.632Z | [ recovery-image] Feb 13 05:09:39.777 INFO O| Feb 13 05:09:39.777 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4547 | 2025-02-13T05:09:42.009Z | [ recovery-image] Feb 13 05:09:40.154 INFO O| Feb 13 05:09:40.154 INFO STEP 18 (remove_files) COMPLETE |
4548 | 2025-02-13T05:09:42.009Z | [ recovery-image] Feb 13 05:09:40.154 INFO O| Feb 13 05:09:40.154 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2025-02-13T05:09:42.034Z | [ recovery-image] Feb 13 05:09:40.179 INFO O| Feb 13 05:09:40.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4550 | 2025-02-13T05:09:42.037Z | [ recovery-image] Feb 13 05:09:40.182 INFO O| Feb 13 05:09:40.182 INFO STEP 19 (remove_files) COMPLETE |
4551 | 2025-02-13T05:09:42.039Z | [ recovery-image] Feb 13 05:09:40.182 INFO O| Feb 13 05:09:40.182 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2025-02-13T05:09:42.075Z | [ recovery-image] Feb 13 05:09:40.220 INFO O| Feb 13 05:09:40.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4553 | 2025-02-13T05:09:42.077Z | [ recovery-image] Feb 13 05:09:40.220 INFO O| Feb 13 05:09:40.220 INFO STEP 20 (remove_files) COMPLETE |
4554 | 2025-02-13T05:09:42.077Z | [ recovery-image] Feb 13 05:09:40.221 INFO O| Feb 13 05:09:40.220 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2025-02-13T05:09:42.096Z | [ recovery-image] Feb 13 05:09:40.241 INFO O| Feb 13 05:09:40.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4556 | 2025-02-13T05:09:42.100Z | [ recovery-image] Feb 13 05:09:40.246 INFO O| Feb 13 05:09:40.246 INFO STEP 21 (remove_files) COMPLETE |
4557 | 2025-02-13T05:09:42.100Z | [ recovery-image] Feb 13 05:09:40.246 INFO O| Feb 13 05:09:40.246 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2025-02-13T05:09:42.138Z | [ recovery-image] Feb 13 05:09:40.284 INFO O| Feb 13 05:09:40.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4559 | 2025-02-13T05:09:42.161Z | [ recovery-image] Feb 13 05:09:40.307 INFO O| Feb 13 05:09:40.307 INFO STEP 22 (remove_files) COMPLETE |
4560 | 2025-02-13T05:09:42.161Z | [ recovery-image] Feb 13 05:09:40.307 INFO O| Feb 13 05:09:40.307 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2025-02-13T05:09:42.198Z | [ recovery-image] Feb 13 05:09:40.344 INFO O| Feb 13 05:09:40.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4562 | 2025-02-13T05:09:42.221Z | [ recovery-image] Feb 13 05:09:40.367 INFO O| Feb 13 05:09:40.367 INFO STEP 23 (remove_files) COMPLETE |
4563 | 2025-02-13T05:09:42.221Z | [ recovery-image] Feb 13 05:09:40.367 INFO O| Feb 13 05:09:40.367 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2025-02-13T05:09:42.242Z | [ recovery-image] Feb 13 05:09:40.387 INFO O| Feb 13 05:09:40.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4565 | 2025-02-13T05:09:42.266Z | [ recovery-image] Feb 13 05:09:40.412 INFO O| Feb 13 05:09:40.412 INFO STEP 24 (remove_files) COMPLETE |
4566 | 2025-02-13T05:09:42.266Z | [ recovery-image] Feb 13 05:09:40.412 INFO O| Feb 13 05:09:40.412 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2025-02-13T05:09:42.305Z | [ recovery-image] Feb 13 05:09:40.449 INFO O| Feb 13 05:09:40.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4568 | 2025-02-13T05:09:42.305Z | [ recovery-image] Feb 13 05:09:40.449 INFO O| Feb 13 05:09:40.449 INFO STEP 25 (remove_files) COMPLETE |
4569 | 2025-02-13T05:09:42.309Z | [ recovery-image] Feb 13 05:09:40.449 INFO O| Feb 13 05:09:40.449 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2025-02-13T05:09:42.341Z | [ recovery-image] Feb 13 05:09:40.487 INFO O| Feb 13 05:09:40.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4571 | 2025-02-13T05:09:42.341Z | [ recovery-image] Feb 13 05:09:40.487 INFO O| Feb 13 05:09:40.487 INFO STEP 26 (remove_files) COMPLETE |
4572 | 2025-02-13T05:09:42.344Z | [ recovery-image] Feb 13 05:09:40.487 INFO O| Feb 13 05:09:40.487 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2025-02-13T05:09:42.364Z | [ recovery-image] Feb 13 05:09:40.509 INFO O| Feb 13 05:09:40.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4574 | 2025-02-13T05:09:42.390Z | [ recovery-image] Feb 13 05:09:40.535 INFO O| Feb 13 05:09:40.535 INFO STEP 27 (remove_files) COMPLETE |
4575 | 2025-02-13T05:09:42.390Z | [ recovery-image] Feb 13 05:09:40.535 INFO O| Feb 13 05:09:40.535 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2025-02-13T05:09:42.449Z | [ recovery-image] Feb 13 05:09:40.594 INFO O| Feb 13 05:09:40.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4577 | 2025-02-13T05:09:42.449Z | [ recovery-image] Feb 13 05:09:40.594 INFO O| Feb 13 05:09:40.594 INFO STEP 28 (remove_files) COMPLETE |
4578 | 2025-02-13T05:09:42.449Z | [ recovery-image] Feb 13 05:09:40.594 INFO O| Feb 13 05:09:40.594 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2025-02-13T05:09:42.469Z | [ recovery-image] Feb 13 05:09:40.615 INFO O| Feb 13 05:09:40.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4580 | 2025-02-13T05:09:42.489Z | [ recovery-image] Feb 13 05:09:40.635 INFO O| Feb 13 05:09:40.635 INFO STEP 29 (remove_files) COMPLETE |
4581 | 2025-02-13T05:09:42.492Z | [ recovery-image] Feb 13 05:09:40.635 INFO O| Feb 13 05:09:40.635 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2025-02-13T05:09:42.511Z | [ recovery-image] Feb 13 05:09:40.657 INFO O| Feb 13 05:09:40.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4583 | 2025-02-13T05:09:42.514Z | [ recovery-image] Feb 13 05:09:40.657 INFO O| Feb 13 05:09:40.657 INFO STEP 30 (remove_files) COMPLETE |
4584 | 2025-02-13T05:09:42.514Z | [ recovery-image] Feb 13 05:09:40.657 INFO O| Feb 13 05:09:40.657 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2025-02-13T05:09:42.573Z | [ recovery-image] Feb 13 05:09:40.718 INFO O| Feb 13 05:09:40.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4586 | 2025-02-13T05:09:42.576Z | [ recovery-image] Feb 13 05:09:40.720 INFO O| Feb 13 05:09:40.720 INFO STEP 31 (remove_files) COMPLETE |
4587 | 2025-02-13T05:09:42.576Z | [ recovery-image] Feb 13 05:09:40.720 INFO O| Feb 13 05:09:40.720 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2025-02-13T05:09:42.651Z | [ recovery-image] Feb 13 05:09:40.797 INFO O| Feb 13 05:09:40.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4589 | 2025-02-13T05:09:42.651Z | [ recovery-image] Feb 13 05:09:40.797 INFO O| Feb 13 05:09:40.797 INFO STEP 32 (remove_files) COMPLETE |
4590 | 2025-02-13T05:09:42.651Z | [ recovery-image] Feb 13 05:09:40.797 INFO O| Feb 13 05:09:40.797 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2025-02-13T05:09:42.676Z | [ recovery-image] Feb 13 05:09:40.822 INFO O| Feb 13 05:09:40.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4592 | 2025-02-13T05:09:42.676Z | [ recovery-image] Feb 13 05:09:40.822 INFO O| Feb 13 05:09:40.822 INFO STEP 33 (remove_files) COMPLETE |
4593 | 2025-02-13T05:09:42.679Z | [ recovery-image] Feb 13 05:09:40.822 INFO O| Feb 13 05:09:40.822 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2025-02-13T05:09:42.708Z | [ recovery-image] Feb 13 05:09:40.853 INFO O| Feb 13 05:09:40.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4595 | 2025-02-13T05:09:42.708Z | [ recovery-image] Feb 13 05:09:40.853 INFO O| Feb 13 05:09:40.853 INFO STEP 34 (remove_files) COMPLETE |
4596 | 2025-02-13T05:09:42.708Z | [ recovery-image] Feb 13 05:09:40.853 INFO O| Feb 13 05:09:40.853 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2025-02-13T05:09:42.765Z | [ recovery-image] Feb 13 05:09:40.911 INFO O| Feb 13 05:09:40.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4598 | 2025-02-13T05:09:42.769Z | [ recovery-image] Feb 13 05:09:40.911 INFO O| Feb 13 05:09:40.911 INFO STEP 35 (remove_files) COMPLETE |
4599 | 2025-02-13T05:09:42.769Z | [ recovery-image] Feb 13 05:09:40.911 INFO O| Feb 13 05:09:40.911 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2025-02-13T05:09:42.826Z | [ recovery-image] Feb 13 05:09:40.970 INFO O| Feb 13 05:09:40.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4601 | 2025-02-13T05:09:42.826Z | [ recovery-image] Feb 13 05:09:40.970 INFO O| Feb 13 05:09:40.970 INFO STEP 36 (remove_files) COMPLETE |
4602 | 2025-02-13T05:09:42.829Z | [ recovery-image] Feb 13 05:09:40.970 INFO O| Feb 13 05:09:40.970 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2025-02-13T05:09:42.846Z | [ recovery-image] Feb 13 05:09:40.991 INFO O| Feb 13 05:09:40.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4604 | 2025-02-13T05:09:42.846Z | [ recovery-image] Feb 13 05:09:40.991 INFO O| Feb 13 05:09:40.991 INFO STEP 37 (remove_files) COMPLETE |
4605 | 2025-02-13T05:09:42.846Z | [ recovery-image] Feb 13 05:09:40.992 INFO O| Feb 13 05:09:40.991 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2025-02-13T05:09:42.872Z | [ recovery-image] Feb 13 05:09:41.017 INFO O| Feb 13 05:09:41.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4607 | 2025-02-13T05:09:42.872Z | [ recovery-image] Feb 13 05:09:41.018 INFO O| Feb 13 05:09:41.017 INFO STEP 38 (remove_files) COMPLETE |
4608 | 2025-02-13T05:09:42.872Z | [ recovery-image] Feb 13 05:09:41.018 INFO O| Feb 13 05:09:41.018 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2025-02-13T05:09:42.904Z | [ recovery-image] Feb 13 05:09:41.050 INFO O| Feb 13 05:09:41.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4610 | 2025-02-13T05:09:42.904Z | [ recovery-image] Feb 13 05:09:41.050 INFO O| Feb 13 05:09:41.050 INFO STEP 39 (remove_files) COMPLETE |
4611 | 2025-02-13T05:09:42.907Z | [ recovery-image] Feb 13 05:09:41.050 INFO O| Feb 13 05:09:41.050 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2025-02-13T05:09:42.926Z | [ recovery-image] Feb 13 05:09:41.071 INFO O| Feb 13 05:09:41.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4613 | 2025-02-13T05:09:42.926Z | [ recovery-image] Feb 13 05:09:41.072 INFO O| Feb 13 05:09:41.072 INFO STEP 40 (remove_files) COMPLETE |
4614 | 2025-02-13T05:09:42.926Z | [ recovery-image] Feb 13 05:09:41.072 INFO O| Feb 13 05:09:41.072 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2025-02-13T05:09:42.958Z | [ recovery-image] Feb 13 05:09:41.103 INFO O| Feb 13 05:09:41.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4616 | 2025-02-13T05:09:42.961Z | [ recovery-image] Feb 13 05:09:41.104 INFO O| Feb 13 05:09:41.104 INFO STEP 41 (remove_files) COMPLETE |
4617 | 2025-02-13T05:09:42.961Z | [ recovery-image] Feb 13 05:09:41.104 INFO O| Feb 13 05:09:41.104 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2025-02-13T05:09:42.994Z | [ recovery-image] Feb 13 05:09:41.140 INFO O| Feb 13 05:09:41.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4619 | 2025-02-13T05:09:42.994Z | [ recovery-image] Feb 13 05:09:41.140 INFO O| Feb 13 05:09:41.140 INFO STEP 42 (remove_files) COMPLETE |
4620 | 2025-02-13T05:09:42.997Z | [ recovery-image] Feb 13 05:09:41.140 INFO O| Feb 13 05:09:41.140 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2025-02-13T05:09:43.018Z | [ recovery-image] Feb 13 05:09:41.164 INFO O| Feb 13 05:09:41.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4622 | 2025-02-13T05:09:43.018Z | [ recovery-image] Feb 13 05:09:41.164 INFO O| Feb 13 05:09:41.164 INFO STEP 43 (remove_files) COMPLETE |
4623 | 2025-02-13T05:09:43.019Z | [ recovery-image] Feb 13 05:09:41.164 INFO O| Feb 13 05:09:41.164 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2025-02-13T05:09:43.045Z | [ recovery-image] Feb 13 05:09:41.190 INFO O| Feb 13 05:09:41.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4625 | 2025-02-13T05:09:43.047Z | [ recovery-image] Feb 13 05:09:41.191 INFO O| Feb 13 05:09:41.191 INFO STEP 44 (remove_files) COMPLETE |
4626 | 2025-02-13T05:09:43.047Z | [ recovery-image] Feb 13 05:09:41.191 INFO O| Feb 13 05:09:41.191 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2025-02-13T05:09:43.084Z | [ recovery-image] Feb 13 05:09:41.230 INFO O| Feb 13 05:09:41.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4628 | 2025-02-13T05:09:43.087Z | [ recovery-image] Feb 13 05:09:41.230 INFO O| Feb 13 05:09:41.230 INFO STEP 45 (remove_files) COMPLETE |
4629 | 2025-02-13T05:09:43.087Z | [ recovery-image] Feb 13 05:09:41.230 INFO O| Feb 13 05:09:41.230 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2025-02-13T05:09:43.106Z | [ recovery-image] Feb 13 05:09:41.251 INFO O| Feb 13 05:09:41.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4631 | 2025-02-13T05:09:43.109Z | [ recovery-image] Feb 13 05:09:41.252 INFO O| Feb 13 05:09:41.252 INFO STEP 46 (remove_files) COMPLETE |
4632 | 2025-02-13T05:09:43.109Z | [ recovery-image] Feb 13 05:09:41.252 INFO O| Feb 13 05:09:41.252 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2025-02-13T05:09:43.146Z | [ recovery-image] Feb 13 05:09:41.292 INFO O| Feb 13 05:09:41.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4634 | 2025-02-13T05:09:43.146Z | [ recovery-image] Feb 13 05:09:41.292 INFO O| Feb 13 05:09:41.292 INFO STEP 47 (remove_files) COMPLETE |
4635 | 2025-02-13T05:09:43.146Z | [ recovery-image] Feb 13 05:09:41.292 INFO O| Feb 13 05:09:41.292 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2025-02-13T05:09:43.205Z | [ recovery-image] Feb 13 05:09:41.351 INFO O| Feb 13 05:09:41.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4637 | 2025-02-13T05:09:43.229Z | [ recovery-image] Feb 13 05:09:41.374 INFO O| Feb 13 05:09:41.374 INFO STEP 48 (remove_files) COMPLETE |
4638 | 2025-02-13T05:09:43.232Z | [ recovery-image] Feb 13 05:09:41.374 INFO O| Feb 13 05:09:41.374 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2025-02-13T05:09:43.278Z | [ recovery-image] Feb 13 05:09:41.423 INFO O| Feb 13 05:09:41.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4640 | 2025-02-13T05:09:43.278Z | [ recovery-image] Feb 13 05:09:41.423 INFO O| Feb 13 05:09:41.423 INFO STEP 49 (remove_files) COMPLETE |
4641 | 2025-02-13T05:09:43.278Z | [ recovery-image] Feb 13 05:09:41.423 INFO O| Feb 13 05:09:41.423 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2025-02-13T05:09:43.301Z | [ recovery-image] Feb 13 05:09:41.446 INFO O| Feb 13 05:09:41.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4643 | 2025-02-13T05:09:43.321Z | [ recovery-image] Feb 13 05:09:41.466 INFO O| Feb 13 05:09:41.466 INFO STEP 50 (remove_files) COMPLETE |
4644 | 2025-02-13T05:09:43.321Z | [ recovery-image] Feb 13 05:09:41.466 INFO O| Feb 13 05:09:41.466 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2025-02-13T05:09:43.379Z | [ recovery-image] Feb 13 05:09:41.524 INFO O| Feb 13 05:09:41.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4646 | 2025-02-13T05:09:43.402Z | [ recovery-image] Feb 13 05:09:41.548 INFO O| Feb 13 05:09:41.548 INFO STEP 51 (remove_files) COMPLETE |
4647 | 2025-02-13T05:09:43.402Z | [ recovery-image] Feb 13 05:09:41.548 INFO O| Feb 13 05:09:41.548 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2025-02-13T05:09:43.450Z | [ recovery-image] Feb 13 05:09:41.594 INFO O| Feb 13 05:09:41.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4649 | 2025-02-13T05:09:43.471Z | [ recovery-image] Feb 13 05:09:41.617 INFO O| Feb 13 05:09:41.617 INFO STEP 52 (remove_files) COMPLETE |
4650 | 2025-02-13T05:09:43.472Z | [ recovery-image] Feb 13 05:09:41.617 INFO O| Feb 13 05:09:41.617 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2025-02-13T05:09:43.505Z | [ recovery-image] Feb 13 05:09:41.650 INFO O| Feb 13 05:09:41.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4652 | 2025-02-13T05:09:43.524Z | [ recovery-image] Feb 13 05:09:41.670 INFO O| Feb 13 05:09:41.670 INFO STEP 53 (remove_files) COMPLETE |
4653 | 2025-02-13T05:09:43.527Z | [ recovery-image] Feb 13 05:09:41.670 INFO O| Feb 13 05:09:41.670 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2025-02-13T05:09:43.557Z | [ recovery-image] Feb 13 05:09:41.702 INFO O| Feb 13 05:09:41.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4655 | 2025-02-13T05:09:43.557Z | [ recovery-image] Feb 13 05:09:41.702 INFO O| Feb 13 05:09:41.702 INFO STEP 54 (remove_files) COMPLETE |
4656 | 2025-02-13T05:09:43.557Z | [ recovery-image] Feb 13 05:09:41.702 INFO O| Feb 13 05:09:41.702 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2025-02-13T05:09:43.598Z | [ recovery-image] Feb 13 05:09:41.744 INFO O| Feb 13 05:09:41.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4658 | 2025-02-13T05:09:43.608Z | [ recovery-image] Feb 13 05:09:41.753 INFO O| Feb 13 05:09:41.753 INFO STEP 55 (remove_files) COMPLETE |
4659 | 2025-02-13T05:09:43.608Z | [ recovery-image] Feb 13 05:09:41.753 INFO O| Feb 13 05:09:41.753 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2025-02-13T05:09:43.643Z | [ recovery-image] Feb 13 05:09:41.788 INFO O| Feb 13 05:09:41.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4661 | 2025-02-13T05:09:43.643Z | [ recovery-image] Feb 13 05:09:41.788 INFO O| Feb 13 05:09:41.788 INFO STEP 56 (remove_files) COMPLETE |
4662 | 2025-02-13T05:09:43.646Z | [ recovery-image] Feb 13 05:09:41.788 INFO O| Feb 13 05:09:41.788 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2025-02-13T05:09:43.684Z | [ recovery-image] Feb 13 05:09:41.829 INFO O| Feb 13 05:09:41.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4664 | 2025-02-13T05:09:43.684Z | [ recovery-image] Feb 13 05:09:41.830 INFO O| Feb 13 05:09:41.829 INFO STEP 57 (remove_files) COMPLETE |
4665 | 2025-02-13T05:09:43.687Z | [ recovery-image] Feb 13 05:09:41.830 INFO O| Feb 13 05:09:41.830 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2025-02-13T05:09:43.751Z | [ recovery-image] Feb 13 05:09:41.897 INFO O| Feb 13 05:09:41.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4667 | 2025-02-13T05:09:43.774Z | [ recovery-image] Feb 13 05:09:41.920 INFO O| Feb 13 05:09:41.920 INFO STEP 58 (remove_files) COMPLETE |
4668 | 2025-02-13T05:09:43.774Z | [ recovery-image] Feb 13 05:09:41.920 INFO O| Feb 13 05:09:41.920 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2025-02-13T05:09:43.795Z | [ recovery-image] Feb 13 05:09:41.940 INFO O| Feb 13 05:09:41.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4670 | 2025-02-13T05:09:43.795Z | [ recovery-image] Feb 13 05:09:41.941 INFO O| Feb 13 05:09:41.941 INFO STEP 59 (remove_files) COMPLETE |
4671 | 2025-02-13T05:09:43.798Z | [ recovery-image] Feb 13 05:09:41.941 INFO O| Feb 13 05:09:41.941 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2025-02-13T05:09:43.815Z | [ recovery-image] Feb 13 05:09:41.960 INFO O| Feb 13 05:09:41.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4673 | 2025-02-13T05:09:43.819Z | [ recovery-image] Feb 13 05:09:41.965 INFO O| Feb 13 05:09:41.965 INFO STEP 60 (remove_files) COMPLETE |
4674 | 2025-02-13T05:09:43.819Z | [ recovery-image] Feb 13 05:09:41.965 INFO O| Feb 13 05:09:41.965 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2025-02-13T05:09:43.838Z | [ recovery-image] Feb 13 05:09:41.984 INFO O| Feb 13 05:09:41.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4676 | 2025-02-13T05:09:43.863Z | [ recovery-image] Feb 13 05:09:42.009 INFO O| Feb 13 05:09:42.009 INFO STEP 61 (remove_files) COMPLETE |
4677 | 2025-02-13T05:09:43.863Z | [ recovery-image] Feb 13 05:09:42.009 INFO O| Feb 13 05:09:42.009 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2025-02-13T05:09:43.899Z | [ recovery-image] Feb 13 05:09:42.044 INFO O| Feb 13 05:09:42.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4679 | 2025-02-13T05:09:43.902Z | [ recovery-image] Feb 13 05:09:42.045 INFO O| Feb 13 05:09:42.045 INFO STEP 62 (remove_files) COMPLETE |
4680 | 2025-02-13T05:09:43.902Z | [ recovery-image] Feb 13 05:09:42.045 INFO O| Feb 13 05:09:42.045 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2025-02-13T05:09:43.923Z | [ recovery-image] Feb 13 05:09:42.068 INFO O| Feb 13 05:09:42.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4682 | 2025-02-13T05:09:43.925Z | [ recovery-image] Feb 13 05:09:42.068 INFO O| Feb 13 05:09:42.068 INFO STEP 63 (remove_files) COMPLETE |
4683 | 2025-02-13T05:09:43.925Z | [ recovery-image] Feb 13 05:09:42.069 INFO O| Feb 13 05:09:42.069 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2025-02-13T05:09:43.945Z | [ recovery-image] Feb 13 05:09:42.091 INFO O| Feb 13 05:09:42.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4685 | 2025-02-13T05:09:43.945Z | [ recovery-image] Feb 13 05:09:42.091 INFO O| Feb 13 05:09:42.091 INFO STEP 64 (remove_files) COMPLETE |
4686 | 2025-02-13T05:09:43.945Z | [ recovery-image] Feb 13 05:09:42.091 INFO O| Feb 13 05:09:42.091 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2025-02-13T05:09:43.968Z | [ recovery-image] Feb 13 05:09:42.111 INFO O| Feb 13 05:09:42.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4688 | 2025-02-13T05:09:43.968Z | [ recovery-image] Feb 13 05:09:42.111 INFO O| Feb 13 05:09:42.111 INFO STEP 65 (remove_files) COMPLETE |
4689 | 2025-02-13T05:09:43.968Z | [ recovery-image] Feb 13 05:09:42.111 INFO O| Feb 13 05:09:42.111 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2025-02-13T05:09:43.991Z | [ recovery-image] Feb 13 05:09:42.136 INFO O| Feb 13 05:09:42.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4691 | 2025-02-13T05:09:43.991Z | [ recovery-image] Feb 13 05:09:42.136 INFO O| Feb 13 05:09:42.136 INFO STEP 66 (remove_files) COMPLETE |
4692 | 2025-02-13T05:09:43.991Z | [ recovery-image] Feb 13 05:09:42.136 INFO O| Feb 13 05:09:42.136 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2025-02-13T05:09:44.020Z | [ recovery-image] Feb 13 05:09:42.165 INFO O| Feb 13 05:09:42.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4694 | 2025-02-13T05:09:44.020Z | [ recovery-image] Feb 13 05:09:42.165 INFO O| Feb 13 05:09:42.165 INFO STEP 67 (remove_files) COMPLETE |
4695 | 2025-02-13T05:09:44.020Z | [ recovery-image] Feb 13 05:09:42.165 INFO O| Feb 13 05:09:42.165 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2025-02-13T05:09:44.041Z | [ recovery-image] Feb 13 05:09:42.186 INFO O| Feb 13 05:09:42.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4697 | 2025-02-13T05:09:44.041Z | [ recovery-image] Feb 13 05:09:42.186 INFO O| Feb 13 05:09:42.186 INFO STEP 68 (remove_files) COMPLETE |
4698 | 2025-02-13T05:09:44.043Z | [ recovery-image] Feb 13 05:09:42.186 INFO O| Feb 13 05:09:42.186 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2025-02-13T05:09:44.073Z | [ recovery-image] Feb 13 05:09:42.218 INFO O| Feb 13 05:09:42.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4700 | 2025-02-13T05:09:44.073Z | [ recovery-image] Feb 13 05:09:42.218 INFO O| Feb 13 05:09:42.218 INFO STEP 69 (remove_files) COMPLETE |
4701 | 2025-02-13T05:09:44.073Z | [ recovery-image] Feb 13 05:09:42.218 INFO O| Feb 13 05:09:42.218 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2025-02-13T05:09:44.092Z | [ recovery-image] Feb 13 05:09:42.237 INFO O| Feb 13 05:09:42.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4703 | 2025-02-13T05:09:44.094Z | [ recovery-image] Feb 13 05:09:42.237 INFO O| Feb 13 05:09:42.237 INFO STEP 70 (remove_files) COMPLETE |
4704 | 2025-02-13T05:09:44.094Z | [ recovery-image] Feb 13 05:09:42.237 INFO O| Feb 13 05:09:42.237 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2025-02-13T05:09:44.111Z | [ recovery-image] Feb 13 05:09:42.256 INFO O| Feb 13 05:09:42.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4706 | 2025-02-13T05:09:44.111Z | [ recovery-image] Feb 13 05:09:42.256 INFO O| Feb 13 05:09:42.256 INFO STEP 71 (remove_files) COMPLETE |
4707 | 2025-02-13T05:09:44.111Z | [ recovery-image] Feb 13 05:09:42.256 INFO O| Feb 13 05:09:42.256 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2025-02-13T05:09:44.134Z | [ recovery-image] Feb 13 05:09:42.279 INFO O| Feb 13 05:09:42.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4709 | 2025-02-13T05:09:44.134Z | [ recovery-image] Feb 13 05:09:42.279 INFO O| Feb 13 05:09:42.279 INFO STEP 72 (remove_files) COMPLETE |
4710 | 2025-02-13T05:09:44.137Z | [ recovery-image] Feb 13 05:09:42.279 INFO O| Feb 13 05:09:42.279 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2025-02-13T05:09:44.192Z | [ recovery-image] Feb 13 05:09:42.337 INFO O| Feb 13 05:09:42.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4712 | 2025-02-13T05:09:44.192Z | [ recovery-image] Feb 13 05:09:42.337 INFO O| Feb 13 05:09:42.337 INFO STEP 73 (remove_files) COMPLETE |
4713 | 2025-02-13T05:09:44.192Z | [ recovery-image] Feb 13 05:09:42.337 INFO O| Feb 13 05:09:42.337 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2025-02-13T05:09:44.256Z | [ recovery-image] Feb 13 05:09:42.401 INFO O| Feb 13 05:09:42.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4715 | 2025-02-13T05:09:44.259Z | [ recovery-image] Feb 13 05:09:42.401 INFO O| Feb 13 05:09:42.401 INFO STEP 74 (remove_files) COMPLETE |
4716 | 2025-02-13T05:09:44.259Z | [ recovery-image] Feb 13 05:09:42.402 INFO O| Feb 13 05:09:42.401 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2025-02-13T05:09:44.279Z | [ recovery-image] Feb 13 05:09:42.424 INFO O| Feb 13 05:09:42.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4718 | 2025-02-13T05:09:44.279Z | [ recovery-image] Feb 13 05:09:42.424 INFO O| Feb 13 05:09:42.424 INFO STEP 75 (remove_files) COMPLETE |
4719 | 2025-02-13T05:09:44.281Z | [ recovery-image] Feb 13 05:09:42.424 INFO O| Feb 13 05:09:42.424 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2025-02-13T05:09:44.299Z | [ recovery-image] Feb 13 05:09:42.444 INFO O| Feb 13 05:09:42.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4721 | 2025-02-13T05:09:44.299Z | [ recovery-image] Feb 13 05:09:42.444 INFO O| Feb 13 05:09:42.444 INFO STEP 76 (remove_files) COMPLETE |
4722 | 2025-02-13T05:09:44.299Z | [ recovery-image] Feb 13 05:09:42.444 INFO O| Feb 13 05:09:42.444 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2025-02-13T05:09:44.319Z | [ recovery-image] Feb 13 05:09:42.464 INFO O| Feb 13 05:09:42.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4724 | 2025-02-13T05:09:44.319Z | [ recovery-image] Feb 13 05:09:42.464 INFO O| Feb 13 05:09:42.464 INFO STEP 77 (remove_files) COMPLETE |
4725 | 2025-02-13T05:09:44.319Z | [ recovery-image] Feb 13 05:09:42.464 INFO O| Feb 13 05:09:42.464 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2025-02-13T05:09:44.353Z | [ recovery-image] Feb 13 05:09:42.498 INFO O| Feb 13 05:09:42.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4727 | 2025-02-13T05:09:44.353Z | [ recovery-image] Feb 13 05:09:42.498 INFO O| Feb 13 05:09:42.498 INFO STEP 78 (remove_files) COMPLETE |
4728 | 2025-02-13T05:09:44.361Z | [ recovery-image] Feb 13 05:09:42.498 INFO O| Feb 13 05:09:42.498 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2025-02-13T05:09:44.416Z | [ recovery-image] Feb 13 05:09:42.561 INFO O| Feb 13 05:09:42.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4730 | 2025-02-13T05:09:44.418Z | [ recovery-image] Feb 13 05:09:42.561 INFO O| Feb 13 05:09:42.561 INFO STEP 79 (remove_files) COMPLETE |
4731 | 2025-02-13T05:09:44.418Z | [ recovery-image] Feb 13 05:09:42.561 INFO O| Feb 13 05:09:42.561 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2025-02-13T05:09:44.489Z | [ recovery-image] Feb 13 05:09:42.621 INFO O| Feb 13 05:09:42.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4733 | 2025-02-13T05:09:44.489Z | [ recovery-image] Feb 13 05:09:42.621 INFO O| Feb 13 05:09:42.621 INFO STEP 80 (remove_files) COMPLETE |
4734 | 2025-02-13T05:09:44.489Z | [ recovery-image] Feb 13 05:09:42.621 INFO O| Feb 13 05:09:42.621 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2025-02-13T05:09:44.501Z | [ recovery-image] Feb 13 05:09:42.637 INFO O| Feb 13 05:09:42.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4736 | 2025-02-13T05:09:44.501Z | [ recovery-image] Feb 13 05:09:42.637 INFO O| Feb 13 05:09:42.637 INFO STEP 81 (remove_files) COMPLETE |
4737 | 2025-02-13T05:09:44.501Z | [ recovery-image] Feb 13 05:09:42.637 INFO O| Feb 13 05:09:42.637 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2025-02-13T05:09:44.551Z | [ recovery-image] Feb 13 05:09:42.697 INFO O| Feb 13 05:09:42.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4739 | 2025-02-13T05:09:44.551Z | [ recovery-image] Feb 13 05:09:42.697 INFO O| Feb 13 05:09:42.697 INFO STEP 82 (remove_files) COMPLETE |
4740 | 2025-02-13T05:09:44.554Z | [ recovery-image] Feb 13 05:09:42.697 INFO O| Feb 13 05:09:42.697 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2025-02-13T05:09:44.571Z | [ recovery-image] Feb 13 05:09:42.716 INFO O| Feb 13 05:09:42.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4742 | 2025-02-13T05:09:44.571Z | [ recovery-image] Feb 13 05:09:42.717 INFO O| Feb 13 05:09:42.717 INFO STEP 83 (remove_files) COMPLETE |
4743 | 2025-02-13T05:09:44.574Z | [ recovery-image] Feb 13 05:09:42.717 INFO O| Feb 13 05:09:42.717 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2025-02-13T05:09:44.593Z | [ recovery-image] Feb 13 05:09:42.738 INFO O| Feb 13 05:09:42.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4745 | 2025-02-13T05:09:44.593Z | [ recovery-image] Feb 13 05:09:42.738 INFO O| Feb 13 05:09:42.738 INFO STEP 84 (remove_files) COMPLETE |
4746 | 2025-02-13T05:09:44.595Z | [ recovery-image] Feb 13 05:09:42.738 INFO O| Feb 13 05:09:42.738 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2025-02-13T05:09:44.626Z | [ recovery-image] Feb 13 05:09:42.772 INFO O| Feb 13 05:09:42.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4748 | 2025-02-13T05:09:44.626Z | [ recovery-image] Feb 13 05:09:42.772 INFO O| Feb 13 05:09:42.772 INFO STEP 85 (remove_files) COMPLETE |
4749 | 2025-02-13T05:09:44.626Z | [ recovery-image] Feb 13 05:09:42.772 INFO O| Feb 13 05:09:42.772 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2025-02-13T05:09:44.689Z | [ recovery-image] Feb 13 05:09:42.834 INFO O| Feb 13 05:09:42.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4751 | 2025-02-13T05:09:44.689Z | [ recovery-image] Feb 13 05:09:42.834 INFO O| Feb 13 05:09:42.834 INFO STEP 86 (remove_files) COMPLETE |
4752 | 2025-02-13T05:09:44.689Z | [ recovery-image] Feb 13 05:09:42.834 INFO O| Feb 13 05:09:42.834 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2025-02-13T05:09:44.730Z | [ recovery-image] Feb 13 05:09:42.875 INFO O| Feb 13 05:09:42.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4754 | 2025-02-13T05:09:44.732Z | [ recovery-image] Feb 13 05:09:42.875 INFO O| Feb 13 05:09:42.875 INFO STEP 87 (remove_files) COMPLETE |
4755 | 2025-02-13T05:09:44.732Z | [ recovery-image] Feb 13 05:09:42.875 INFO O| Feb 13 05:09:42.875 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2025-02-13T05:09:44.752Z | [ recovery-image] Feb 13 05:09:42.897 INFO O| Feb 13 05:09:42.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4757 | 2025-02-13T05:09:44.754Z | [ recovery-image] Feb 13 05:09:42.897 INFO O| Feb 13 05:09:42.897 INFO STEP 88 (remove_files) COMPLETE |
4758 | 2025-02-13T05:09:44.754Z | [ recovery-image] Feb 13 05:09:42.897 INFO O| Feb 13 05:09:42.897 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2025-02-13T05:09:44.792Z | [ recovery-image] Feb 13 05:09:42.937 INFO O| Feb 13 05:09:42.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4760 | 2025-02-13T05:09:44.814Z | [ recovery-image] Feb 13 05:09:42.959 INFO O| Feb 13 05:09:42.959 INFO STEP 89 (remove_files) COMPLETE |
4761 | 2025-02-13T05:09:44.814Z | [ recovery-image] Feb 13 05:09:42.959 INFO O| Feb 13 05:09:42.959 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2025-02-13T05:09:44.900Z | [ recovery-image] Feb 13 05:09:43.045 INFO O| Feb 13 05:09:43.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4763 | 2025-02-13T05:09:44.900Z | [ recovery-image] Feb 13 05:09:43.045 INFO O| Feb 13 05:09:43.045 INFO STEP 90 (remove_files) COMPLETE |
4764 | 2025-02-13T05:09:44.900Z | [ recovery-image] Feb 13 05:09:43.045 INFO O| Feb 13 05:09:43.045 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2025-02-13T05:09:44.936Z | [ recovery-image] Feb 13 05:09:43.080 INFO O| Feb 13 05:09:43.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4766 | 2025-02-13T05:09:44.936Z | [ recovery-image] Feb 13 05:09:43.080 INFO O| Feb 13 05:09:43.080 INFO STEP 91 (remove_files) COMPLETE |
4767 | 2025-02-13T05:09:44.937Z | [ recovery-image] Feb 13 05:09:43.080 INFO O| Feb 13 05:09:43.080 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2025-02-13T05:09:44.962Z | [ recovery-image] Feb 13 05:09:43.107 INFO O| Feb 13 05:09:43.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4769 | 2025-02-13T05:09:44.962Z | [ recovery-image] Feb 13 05:09:43.107 INFO O| Feb 13 05:09:43.107 INFO STEP 92 (remove_files) COMPLETE |
4770 | 2025-02-13T05:09:44.962Z | [ recovery-image] Feb 13 05:09:43.107 INFO O| Feb 13 05:09:43.107 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2025-02-13T05:09:44.997Z | [ recovery-image] Feb 13 05:09:43.142 INFO O| Feb 13 05:09:43.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4772 | 2025-02-13T05:09:44.997Z | [ recovery-image] Feb 13 05:09:43.142 INFO O| Feb 13 05:09:43.142 INFO STEP 93 (remove_files) COMPLETE |
4773 | 2025-02-13T05:09:45.000Z | [ recovery-image] Feb 13 05:09:43.142 INFO O| Feb 13 05:09:43.142 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2025-02-13T05:09:45.030Z | [ recovery-image] Feb 13 05:09:43.175 INFO O| Feb 13 05:09:43.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4775 | 2025-02-13T05:09:45.030Z | [ recovery-image] Feb 13 05:09:43.175 INFO O| Feb 13 05:09:43.175 INFO STEP 94 (remove_files) COMPLETE |
4776 | 2025-02-13T05:09:45.030Z | [ recovery-image] Feb 13 05:09:43.175 INFO O| Feb 13 05:09:43.175 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2025-02-13T05:09:45.051Z | [ recovery-image] Feb 13 05:09:43.195 INFO O| Feb 13 05:09:43.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4778 | 2025-02-13T05:09:45.051Z | [ recovery-image] Feb 13 05:09:43.195 INFO O| Feb 13 05:09:43.195 INFO STEP 95 (remove_files) COMPLETE |
4779 | 2025-02-13T05:09:45.051Z | [ recovery-image] Feb 13 05:09:43.195 INFO O| Feb 13 05:09:43.195 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2025-02-13T05:09:45.091Z | [ recovery-image] Feb 13 05:09:43.236 INFO O| Feb 13 05:09:43.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4781 | 2025-02-13T05:09:45.102Z | [ recovery-image] Feb 13 05:09:43.248 INFO O| Feb 13 05:09:43.248 INFO STEP 96 (remove_files) COMPLETE |
4782 | 2025-02-13T05:09:45.103Z | [ recovery-image] Feb 13 05:09:43.248 INFO O| Feb 13 05:09:43.248 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2025-02-13T05:09:45.127Z | [ recovery-image] Feb 13 05:09:43.273 INFO O| Feb 13 05:09:43.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4784 | 2025-02-13T05:09:45.130Z | [ recovery-image] Feb 13 05:09:43.273 INFO O| Feb 13 05:09:43.273 INFO STEP 97 (remove_files) COMPLETE |
4785 | 2025-02-13T05:09:45.130Z | [ recovery-image] Feb 13 05:09:43.273 INFO O| Feb 13 05:09:43.273 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2025-02-13T05:09:45.170Z | [ recovery-image] Feb 13 05:09:43.315 INFO O| Feb 13 05:09:43.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4787 | 2025-02-13T05:09:45.172Z | [ recovery-image] Feb 13 05:09:43.315 INFO O| Feb 13 05:09:43.315 INFO STEP 98 (remove_files) COMPLETE |
4788 | 2025-02-13T05:09:45.172Z | [ recovery-image] Feb 13 05:09:43.315 INFO O| Feb 13 05:09:43.315 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2025-02-13T05:09:45.205Z | [ recovery-image] Feb 13 05:09:43.350 INFO O| Feb 13 05:09:43.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4790 | 2025-02-13T05:09:45.205Z | [ recovery-image] Feb 13 05:09:43.350 INFO O| Feb 13 05:09:43.350 INFO STEP 99 (remove_files) COMPLETE |
4791 | 2025-02-13T05:09:45.205Z | [ recovery-image] Feb 13 05:09:43.350 INFO O| Feb 13 05:09:43.350 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2025-02-13T05:09:45.223Z | [ recovery-image] Feb 13 05:09:43.368 INFO O| Feb 13 05:09:43.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4793 | 2025-02-13T05:09:45.223Z | [ recovery-image] Feb 13 05:09:43.369 INFO O| Feb 13 05:09:43.369 INFO STEP 100 (remove_files) COMPLETE |
4794 | 2025-02-13T05:09:45.226Z | [ recovery-image] Feb 13 05:09:43.369 INFO O| Feb 13 05:09:43.369 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2025-02-13T05:09:45.275Z | [ recovery-image] Feb 13 05:09:43.421 INFO O| Feb 13 05:09:43.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4796 | 2025-02-13T05:09:45.275Z | [ recovery-image] Feb 13 05:09:43.421 INFO O| Feb 13 05:09:43.421 INFO STEP 101 (remove_files) COMPLETE |
4797 | 2025-02-13T05:09:45.275Z | [ recovery-image] Feb 13 05:09:43.421 INFO O| Feb 13 05:09:43.421 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2025-02-13T05:09:45.315Z | [ recovery-image] Feb 13 05:09:43.460 INFO O| Feb 13 05:09:43.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4799 | 2025-02-13T05:09:45.317Z | [ recovery-image] Feb 13 05:09:43.460 INFO O| Feb 13 05:09:43.460 INFO STEP 102 (remove_files) COMPLETE |
4800 | 2025-02-13T05:09:45.317Z | [ recovery-image] Feb 13 05:09:43.460 INFO O| Feb 13 05:09:43.460 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2025-02-13T05:09:45.352Z | [ recovery-image] Feb 13 05:09:43.497 INFO O| Feb 13 05:09:43.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4802 | 2025-02-13T05:09:45.352Z | [ recovery-image] Feb 13 05:09:43.498 INFO O| Feb 13 05:09:43.498 INFO STEP 103 (remove_files) COMPLETE |
4803 | 2025-02-13T05:09:45.352Z | [ recovery-image] Feb 13 05:09:43.498 INFO O| Feb 13 05:09:43.498 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2025-02-13T05:09:45.378Z | [ recovery-image] Feb 13 05:09:43.523 INFO O| Feb 13 05:09:43.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4805 | 2025-02-13T05:09:45.378Z | [ recovery-image] Feb 13 05:09:43.523 INFO O| Feb 13 05:09:43.523 INFO STEP 104 (remove_files) COMPLETE |
4806 | 2025-02-13T05:09:45.381Z | [ recovery-image] Feb 13 05:09:43.523 INFO O| Feb 13 05:09:43.523 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2025-02-13T05:09:45.396Z | [ recovery-image] Feb 13 05:09:43.542 INFO O| Feb 13 05:09:43.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4808 | 2025-02-13T05:09:45.396Z | [ recovery-image] Feb 13 05:09:43.542 INFO O| Feb 13 05:09:43.542 INFO STEP 105 (remove_files) COMPLETE |
4809 | 2025-02-13T05:09:45.396Z | [ recovery-image] Feb 13 05:09:43.542 INFO O| Feb 13 05:09:43.542 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2025-02-13T05:09:45.453Z | [ recovery-image] Feb 13 05:09:43.598 INFO O| Feb 13 05:09:43.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4811 | 2025-02-13T05:09:45.453Z | [ recovery-image] Feb 13 05:09:43.598 INFO O| Feb 13 05:09:43.598 INFO STEP 106 (remove_files) COMPLETE |
4812 | 2025-02-13T05:09:45.453Z | [ recovery-image] Feb 13 05:09:43.598 INFO O| Feb 13 05:09:43.598 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2025-02-13T05:09:45.500Z | [ recovery-image] Feb 13 05:09:43.645 INFO O| Feb 13 05:09:43.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4814 | 2025-02-13T05:09:45.500Z | [ recovery-image] Feb 13 05:09:43.645 INFO O| Feb 13 05:09:43.645 INFO STEP 107 (remove_files) COMPLETE |
4815 | 2025-02-13T05:09:45.500Z | [ recovery-image] Feb 13 05:09:43.645 INFO O| Feb 13 05:09:43.645 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2025-02-13T05:09:45.545Z | [ recovery-image] Feb 13 05:09:43.689 INFO O| Feb 13 05:09:43.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4817 | 2025-02-13T05:09:45.545Z | [ recovery-image] Feb 13 05:09:43.690 INFO O| Feb 13 05:09:43.689 INFO STEP 108 (remove_files) COMPLETE |
4818 | 2025-02-13T05:09:45.545Z | [ recovery-image] Feb 13 05:09:43.690 INFO O| Feb 13 05:09:43.690 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2025-02-13T05:09:45.592Z | [ recovery-image] Feb 13 05:09:43.737 INFO O| Feb 13 05:09:43.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4820 | 2025-02-13T05:09:45.595Z | [ recovery-image] Feb 13 05:09:43.737 INFO O| Feb 13 05:09:43.737 INFO STEP 109 (remove_files) COMPLETE |
4821 | 2025-02-13T05:09:45.595Z | [ recovery-image] Feb 13 05:09:43.737 INFO O| Feb 13 05:09:43.737 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2025-02-13T05:09:45.656Z | [ recovery-image] Feb 13 05:09:43.801 INFO O| Feb 13 05:09:43.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4823 | 2025-02-13T05:09:45.659Z | [ recovery-image] Feb 13 05:09:43.802 INFO O| Feb 13 05:09:43.801 INFO STEP 110 (remove_files) COMPLETE |
4824 | 2025-02-13T05:09:45.659Z | [ recovery-image] Feb 13 05:09:43.802 INFO O| Feb 13 05:09:43.801 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2025-02-13T05:09:45.677Z | [ recovery-image] Feb 13 05:09:43.822 INFO O| Feb 13 05:09:43.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4826 | 2025-02-13T05:09:45.677Z | [ recovery-image] Feb 13 05:09:43.822 INFO O| Feb 13 05:09:43.822 INFO STEP 111 (remove_files) COMPLETE |
4827 | 2025-02-13T05:09:45.680Z | [ recovery-image] Feb 13 05:09:43.822 INFO O| Feb 13 05:09:43.822 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2025-02-13T05:09:45.695Z | [ recovery-image] Feb 13 05:09:43.841 INFO O| Feb 13 05:09:43.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4829 | 2025-02-13T05:09:45.695Z | [ recovery-image] Feb 13 05:09:43.841 INFO O| Feb 13 05:09:43.841 INFO STEP 112 (remove_files) COMPLETE |
4830 | 2025-02-13T05:09:45.698Z | [ recovery-image] Feb 13 05:09:43.841 INFO O| Feb 13 05:09:43.841 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2025-02-13T05:09:45.781Z | [ recovery-image] Feb 13 05:09:43.926 INFO O| Feb 13 05:09:43.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4832 | 2025-02-13T05:09:45.784Z | [ recovery-image] Feb 13 05:09:43.927 INFO O| Feb 13 05:09:43.926 INFO STEP 113 (remove_files) COMPLETE |
4833 | 2025-02-13T05:09:45.784Z | [ recovery-image] Feb 13 05:09:43.927 INFO O| Feb 13 05:09:43.927 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2025-02-13T05:09:45.823Z | [ recovery-image] Feb 13 05:09:43.968 INFO O| Feb 13 05:09:43.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4835 | 2025-02-13T05:09:45.823Z | [ recovery-image] Feb 13 05:09:43.968 INFO O| Feb 13 05:09:43.968 INFO STEP 114 (remove_files) COMPLETE |
4836 | 2025-02-13T05:09:45.823Z | [ recovery-image] Feb 13 05:09:43.968 INFO O| Feb 13 05:09:43.968 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2025-02-13T05:09:45.844Z | [ recovery-image] Feb 13 05:09:43.989 INFO O| Feb 13 05:09:43.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4838 | 2025-02-13T05:09:45.844Z | [ recovery-image] Feb 13 05:09:43.989 INFO O| Feb 13 05:09:43.989 INFO STEP 115 (remove_files) COMPLETE |
4839 | 2025-02-13T05:09:45.847Z | [ recovery-image] Feb 13 05:09:43.989 INFO O| Feb 13 05:09:43.989 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2025-02-13T05:09:45.866Z | [ recovery-image] Feb 13 05:09:44.010 INFO O| Feb 13 05:09:44.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4841 | 2025-02-13T05:09:45.866Z | [ recovery-image] Feb 13 05:09:44.010 INFO O| Feb 13 05:09:44.010 INFO STEP 116 (remove_files) COMPLETE |
4842 | 2025-02-13T05:09:45.866Z | [ recovery-image] Feb 13 05:09:44.010 INFO O| Feb 13 05:09:44.010 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2025-02-13T05:09:45.885Z | [ recovery-image] Feb 13 05:09:44.030 INFO O| Feb 13 05:09:44.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4844 | 2025-02-13T05:09:45.885Z | [ recovery-image] Feb 13 05:09:44.030 INFO O| Feb 13 05:09:44.030 INFO STEP 117 (remove_files) COMPLETE |
4845 | 2025-02-13T05:09:45.885Z | [ recovery-image] Feb 13 05:09:44.030 INFO O| Feb 13 05:09:44.030 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2025-02-13T05:09:45.906Z | [ recovery-image] Feb 13 05:09:44.051 INFO O| Feb 13 05:09:44.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4847 | 2025-02-13T05:09:45.906Z | [ recovery-image] Feb 13 05:09:44.052 INFO O| Feb 13 05:09:44.052 INFO STEP 118 (remove_files) COMPLETE |
4848 | 2025-02-13T05:09:45.906Z | [ recovery-image] Feb 13 05:09:44.052 INFO O| Feb 13 05:09:44.052 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2025-02-13T05:09:45.926Z | [ recovery-image] Feb 13 05:09:44.071 INFO O| Feb 13 05:09:44.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4850 | 2025-02-13T05:09:45.926Z | [ recovery-image] Feb 13 05:09:44.071 INFO O| Feb 13 05:09:44.071 INFO STEP 119 (remove_files) COMPLETE |
4851 | 2025-02-13T05:09:45.929Z | [ recovery-image] Feb 13 05:09:44.071 INFO O| Feb 13 05:09:44.071 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2025-02-13T05:09:45.962Z | [ recovery-image] Feb 13 05:09:44.108 INFO O| Feb 13 05:09:44.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4853 | 2025-02-13T05:09:45.962Z | [ recovery-image] Feb 13 05:09:44.108 INFO O| Feb 13 05:09:44.108 INFO STEP 120 (remove_files) COMPLETE |
4854 | 2025-02-13T05:09:45.962Z | [ recovery-image] Feb 13 05:09:44.108 INFO O| Feb 13 05:09:44.108 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2025-02-13T05:09:46.026Z | [ recovery-image] Feb 13 05:09:44.171 INFO O| Feb 13 05:09:44.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4856 | 2025-02-13T05:09:46.026Z | [ recovery-image] Feb 13 05:09:44.171 INFO O| Feb 13 05:09:44.171 INFO STEP 121 (remove_files) COMPLETE |
4857 | 2025-02-13T05:09:46.030Z | [ recovery-image] Feb 13 05:09:44.172 INFO O| Feb 13 05:09:44.171 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2025-02-13T05:09:46.046Z | [ recovery-image] Feb 13 05:09:44.191 INFO O| Feb 13 05:09:44.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4859 | 2025-02-13T05:09:46.046Z | [ recovery-image] Feb 13 05:09:44.191 INFO O| Feb 13 05:09:44.191 INFO STEP 122 (remove_files) COMPLETE |
4860 | 2025-02-13T05:09:46.049Z | [ recovery-image] Feb 13 05:09:44.191 INFO O| Feb 13 05:09:44.191 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2025-02-13T05:09:46.094Z | [ recovery-image] Feb 13 05:09:44.239 INFO O| Feb 13 05:09:44.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4862 | 2025-02-13T05:09:46.094Z | [ recovery-image] Feb 13 05:09:44.239 INFO O| Feb 13 05:09:44.239 INFO STEP 123 (remove_files) COMPLETE |
4863 | 2025-02-13T05:09:46.094Z | [ recovery-image] Feb 13 05:09:44.239 INFO O| Feb 13 05:09:44.239 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2025-02-13T05:09:46.151Z | [ recovery-image] Feb 13 05:09:44.296 INFO O| Feb 13 05:09:44.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4865 | 2025-02-13T05:09:46.151Z | [ recovery-image] Feb 13 05:09:44.296 INFO O| Feb 13 05:09:44.296 INFO STEP 124 (remove_files) COMPLETE |
4866 | 2025-02-13T05:09:46.151Z | [ recovery-image] Feb 13 05:09:44.296 INFO O| Feb 13 05:09:44.296 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2025-02-13T05:09:46.215Z | [ recovery-image] Feb 13 05:09:44.360 INFO O| Feb 13 05:09:44.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4868 | 2025-02-13T05:09:46.236Z | [ recovery-image] Feb 13 05:09:44.381 INFO O| Feb 13 05:09:44.381 INFO STEP 125 (remove_files) COMPLETE |
4869 | 2025-02-13T05:09:46.236Z | [ recovery-image] Feb 13 05:09:44.381 INFO O| Feb 13 05:09:44.381 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2025-02-13T05:09:46.256Z | [ recovery-image] Feb 13 05:09:44.401 INFO O| Feb 13 05:09:44.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4871 | 2025-02-13T05:09:46.256Z | [ recovery-image] Feb 13 05:09:44.402 INFO O| Feb 13 05:09:44.402 INFO STEP 126 (remove_files) COMPLETE |
4872 | 2025-02-13T05:09:46.259Z | [ recovery-image] Feb 13 05:09:44.402 INFO O| Feb 13 05:09:44.402 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2025-02-13T05:09:46.317Z | [ recovery-image] Feb 13 05:09:44.462 INFO O| Feb 13 05:09:44.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4874 | 2025-02-13T05:09:46.326Z | [ recovery-image] Feb 13 05:09:44.472 INFO O| Feb 13 05:09:44.472 INFO STEP 127 (remove_files) COMPLETE |
4875 | 2025-02-13T05:09:46.327Z | [ recovery-image] Feb 13 05:09:44.472 INFO O| Feb 13 05:09:44.472 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2025-02-13T05:09:46.351Z | [ recovery-image] Feb 13 05:09:44.496 INFO O| Feb 13 05:09:44.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4877 | 2025-02-13T05:09:46.374Z | [ recovery-image] Feb 13 05:09:44.519 INFO O| Feb 13 05:09:44.519 INFO STEP 128 (remove_files) COMPLETE |
4878 | 2025-02-13T05:09:46.374Z | [ recovery-image] Feb 13 05:09:44.519 INFO O| Feb 13 05:09:44.519 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2025-02-13T05:09:46.397Z | [ recovery-image] Feb 13 05:09:44.542 INFO O| Feb 13 05:09:44.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4880 | 2025-02-13T05:09:46.400Z | [ recovery-image] Feb 13 05:09:44.542 INFO O| Feb 13 05:09:44.542 INFO STEP 129 (remove_files) COMPLETE |
4881 | 2025-02-13T05:09:46.400Z | [ recovery-image] Feb 13 05:09:44.542 INFO O| Feb 13 05:09:44.542 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2025-02-13T05:09:46.432Z | [ recovery-image] Feb 13 05:09:44.577 INFO O| Feb 13 05:09:44.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4883 | 2025-02-13T05:09:46.435Z | [ recovery-image] Feb 13 05:09:44.577 INFO O| Feb 13 05:09:44.577 INFO STEP 130 (remove_files) COMPLETE |
4884 | 2025-02-13T05:09:46.435Z | [ recovery-image] Feb 13 05:09:44.577 INFO O| Feb 13 05:09:44.577 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2025-02-13T05:09:46.451Z | [ recovery-image] Feb 13 05:09:44.596 INFO O| Feb 13 05:09:44.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4886 | 2025-02-13T05:09:46.451Z | [ recovery-image] Feb 13 05:09:44.596 INFO O| Feb 13 05:09:44.596 INFO STEP 131 (remove_files) COMPLETE |
4887 | 2025-02-13T05:09:46.454Z | [ recovery-image] Feb 13 05:09:44.596 INFO O| Feb 13 05:09:44.596 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2025-02-13T05:09:46.487Z | [ recovery-image] Feb 13 05:09:44.632 INFO O| Feb 13 05:09:44.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4889 | 2025-02-13T05:09:46.509Z | [ recovery-image] Feb 13 05:09:44.652 INFO O| Feb 13 05:09:44.652 INFO STEP 132 (remove_files) COMPLETE |
4890 | 2025-02-13T05:09:46.509Z | [ recovery-image] Feb 13 05:09:44.652 INFO O| Feb 13 05:09:44.652 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2025-02-13T05:09:46.553Z | [ recovery-image] Feb 13 05:09:44.698 INFO O| Feb 13 05:09:44.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4892 | 2025-02-13T05:09:46.553Z | [ recovery-image] Feb 13 05:09:44.698 INFO O| Feb 13 05:09:44.698 INFO STEP 133 (remove_files) COMPLETE |
4893 | 2025-02-13T05:09:46.553Z | [ recovery-image] Feb 13 05:09:44.698 INFO O| Feb 13 05:09:44.698 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2025-02-13T05:09:46.605Z | [ recovery-image] Feb 13 05:09:44.750 INFO O| Feb 13 05:09:44.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4895 | 2025-02-13T05:09:46.607Z | [ recovery-image] Feb 13 05:09:44.750 INFO O| Feb 13 05:09:44.750 INFO STEP 134 (remove_files) COMPLETE |
4896 | 2025-02-13T05:09:46.607Z | [ recovery-image] Feb 13 05:09:44.750 INFO O| Feb 13 05:09:44.750 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2025-02-13T05:09:46.624Z | [ recovery-image] Feb 13 05:09:44.769 INFO O| Feb 13 05:09:44.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4898 | 2025-02-13T05:09:46.627Z | [ recovery-image] Feb 13 05:09:44.769 INFO O| Feb 13 05:09:44.769 INFO STEP 135 (remove_files) COMPLETE |
4899 | 2025-02-13T05:09:46.627Z | [ recovery-image] Feb 13 05:09:44.770 INFO O| Feb 13 05:09:44.769 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2025-02-13T05:09:46.641Z | [ recovery-image] Feb 13 05:09:44.786 INFO O| Feb 13 05:09:44.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4901 | 2025-02-13T05:09:46.644Z | [ recovery-image] Feb 13 05:09:44.787 INFO O| Feb 13 05:09:44.786 INFO STEP 136 (remove_files) COMPLETE |
4902 | 2025-02-13T05:09:46.644Z | [ recovery-image] Feb 13 05:09:44.787 INFO O| Feb 13 05:09:44.786 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2025-02-13T05:09:46.660Z | [ recovery-image] Feb 13 05:09:44.805 INFO O| Feb 13 05:09:44.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4904 | 2025-02-13T05:09:46.662Z | [ recovery-image] Feb 13 05:09:44.805 INFO O| Feb 13 05:09:44.805 INFO STEP 137 (remove_files) COMPLETE |
4905 | 2025-02-13T05:09:46.662Z | [ recovery-image] Feb 13 05:09:44.805 INFO O| Feb 13 05:09:44.805 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2025-02-13T05:09:46.680Z | [ recovery-image] Feb 13 05:09:44.825 INFO O| Feb 13 05:09:44.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4907 | 2025-02-13T05:09:46.704Z | [ recovery-image] Feb 13 05:09:44.849 INFO O| Feb 13 05:09:44.849 INFO STEP 138 (remove_files) COMPLETE |
4908 | 2025-02-13T05:09:46.704Z | [ recovery-image] Feb 13 05:09:44.849 INFO O| Feb 13 05:09:44.849 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2025-02-13T05:09:46.736Z | [ recovery-image] Feb 13 05:09:44.880 INFO O| Feb 13 05:09:44.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4910 | 2025-02-13T05:09:46.736Z | [ recovery-image] Feb 13 05:09:44.880 INFO O| Feb 13 05:09:44.880 INFO STEP 139 (remove_files) COMPLETE |
4911 | 2025-02-13T05:09:46.736Z | [ recovery-image] Feb 13 05:09:44.880 INFO O| Feb 13 05:09:44.880 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2025-02-13T05:09:46.776Z | [ recovery-image] Feb 13 05:09:44.921 INFO O| Feb 13 05:09:44.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4913 | 2025-02-13T05:09:46.776Z | [ recovery-image] Feb 13 05:09:44.921 INFO O| Feb 13 05:09:44.921 INFO STEP 140 (remove_files) COMPLETE |
4914 | 2025-02-13T05:09:46.776Z | [ recovery-image] Feb 13 05:09:44.921 INFO O| Feb 13 05:09:44.921 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2025-02-13T05:09:46.827Z | [ recovery-image] Feb 13 05:09:44.972 INFO O| Feb 13 05:09:44.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4916 | 2025-02-13T05:09:46.827Z | [ recovery-image] Feb 13 05:09:44.972 INFO O| Feb 13 05:09:44.972 INFO STEP 141 (remove_files) COMPLETE |
4917 | 2025-02-13T05:09:46.830Z | [ recovery-image] Feb 13 05:09:44.972 INFO O| Feb 13 05:09:44.972 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2025-02-13T05:09:46.861Z | [ recovery-image] Feb 13 05:09:45.006 INFO O| Feb 13 05:09:45.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4919 | 2025-02-13T05:09:46.861Z | [ recovery-image] Feb 13 05:09:45.006 INFO O| Feb 13 05:09:45.006 INFO STEP 142 (remove_files) COMPLETE |
4920 | 2025-02-13T05:09:46.864Z | [ recovery-image] Feb 13 05:09:45.006 INFO O| Feb 13 05:09:45.006 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2025-02-13T05:09:46.899Z | [ recovery-image] Feb 13 05:09:45.044 INFO O| Feb 13 05:09:45.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4922 | 2025-02-13T05:09:46.899Z | [ recovery-image] Feb 13 05:09:45.044 INFO O| Feb 13 05:09:45.044 INFO STEP 143 (remove_files) COMPLETE |
4923 | 2025-02-13T05:09:46.899Z | [ recovery-image] Feb 13 05:09:45.044 INFO O| Feb 13 05:09:45.044 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2025-02-13T05:09:46.920Z | [ recovery-image] Feb 13 05:09:45.065 INFO O| Feb 13 05:09:45.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4925 | 2025-02-13T05:09:46.920Z | [ recovery-image] Feb 13 05:09:45.065 INFO O| Feb 13 05:09:45.065 INFO STEP 144 (remove_files) COMPLETE |
4926 | 2025-02-13T05:09:46.923Z | [ recovery-image] Feb 13 05:09:45.065 INFO O| Feb 13 05:09:45.065 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2025-02-13T05:09:46.980Z | [ recovery-image] Feb 13 05:09:45.125 INFO O| Feb 13 05:09:45.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4928 | 2025-02-13T05:09:46.980Z | [ recovery-image] Feb 13 05:09:45.125 INFO O| Feb 13 05:09:45.125 INFO STEP 145 (remove_files) COMPLETE |
4929 | 2025-02-13T05:09:46.980Z | [ recovery-image] Feb 13 05:09:45.125 INFO O| Feb 13 05:09:45.125 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2025-02-13T05:09:47.041Z | [ recovery-image] Feb 13 05:09:45.186 INFO O| Feb 13 05:09:45.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4931 | 2025-02-13T05:09:47.044Z | [ recovery-image] Feb 13 05:09:45.187 INFO O| Feb 13 05:09:45.186 INFO STEP 146 (remove_files) COMPLETE |
4932 | 2025-02-13T05:09:47.044Z | [ recovery-image] Feb 13 05:09:45.187 INFO O| Feb 13 05:09:45.187 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2025-02-13T05:09:47.095Z | [ recovery-image] Feb 13 05:09:45.240 INFO O| Feb 13 05:09:45.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4934 | 2025-02-13T05:09:47.095Z | [ recovery-image] Feb 13 05:09:45.241 INFO O| Feb 13 05:09:45.241 INFO STEP 147 (remove_files) COMPLETE |
4935 | 2025-02-13T05:09:47.098Z | [ recovery-image] Feb 13 05:09:45.241 INFO O| Feb 13 05:09:45.241 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2025-02-13T05:09:47.115Z | [ recovery-image] Feb 13 05:09:45.260 INFO O| Feb 13 05:09:45.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4937 | 2025-02-13T05:09:47.115Z | [ recovery-image] Feb 13 05:09:45.260 INFO O| Feb 13 05:09:45.260 INFO STEP 148 (remove_files) COMPLETE |
4938 | 2025-02-13T05:09:47.118Z | [ recovery-image] Feb 13 05:09:45.261 INFO O| Feb 13 05:09:45.260 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2025-02-13T05:09:47.136Z | [ recovery-image] Feb 13 05:09:45.280 INFO O| Feb 13 05:09:45.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4940 | 2025-02-13T05:09:47.136Z | [ recovery-image] Feb 13 05:09:45.281 INFO O| Feb 13 05:09:45.280 INFO STEP 149 (remove_files) COMPLETE |
4941 | 2025-02-13T05:09:47.139Z | [ recovery-image] Feb 13 05:09:45.281 INFO O| Feb 13 05:09:45.281 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2025-02-13T05:09:47.158Z | [ recovery-image] Feb 13 05:09:45.303 INFO O| Feb 13 05:09:45.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4943 | 2025-02-13T05:09:47.158Z | [ recovery-image] Feb 13 05:09:45.303 INFO O| Feb 13 05:09:45.303 INFO STEP 150 (remove_files) COMPLETE |
4944 | 2025-02-13T05:09:47.158Z | [ recovery-image] Feb 13 05:09:45.303 INFO O| Feb 13 05:09:45.303 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2025-02-13T05:09:47.179Z | [ recovery-image] Feb 13 05:09:45.324 INFO O| Feb 13 05:09:45.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4946 | 2025-02-13T05:09:47.179Z | [ recovery-image] Feb 13 05:09:45.324 INFO O| Feb 13 05:09:45.324 INFO STEP 151 (remove_files) COMPLETE |
4947 | 2025-02-13T05:09:47.179Z | [ recovery-image] Feb 13 05:09:45.324 INFO O| Feb 13 05:09:45.324 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2025-02-13T05:09:47.197Z | [ recovery-image] Feb 13 05:09:45.342 INFO O| Feb 13 05:09:45.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4949 | 2025-02-13T05:09:47.197Z | [ recovery-image] Feb 13 05:09:45.342 INFO O| Feb 13 05:09:45.342 INFO STEP 152 (remove_files) COMPLETE |
4950 | 2025-02-13T05:09:47.197Z | [ recovery-image] Feb 13 05:09:45.342 INFO O| Feb 13 05:09:45.342 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2025-02-13T05:09:47.222Z | [ recovery-image] Feb 13 05:09:45.366 INFO O| Feb 13 05:09:45.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4952 | 2025-02-13T05:09:47.225Z | [ recovery-image] Feb 13 05:09:45.366 INFO O| Feb 13 05:09:45.366 INFO STEP 153 (remove_files) COMPLETE |
4953 | 2025-02-13T05:09:47.225Z | [ recovery-image] Feb 13 05:09:45.366 INFO O| Feb 13 05:09:45.366 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2025-02-13T05:09:47.241Z | [ recovery-image] Feb 13 05:09:45.386 INFO O| Feb 13 05:09:45.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4955 | 2025-02-13T05:09:47.241Z | [ recovery-image] Feb 13 05:09:45.387 INFO O| Feb 13 05:09:45.387 INFO STEP 154 (remove_files) COMPLETE |
4956 | 2025-02-13T05:09:47.241Z | [ recovery-image] Feb 13 05:09:45.387 INFO O| Feb 13 05:09:45.387 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2025-02-13T05:09:47.280Z | [ recovery-image] Feb 13 05:09:45.425 INFO O| Feb 13 05:09:45.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4958 | 2025-02-13T05:09:47.282Z | [ recovery-image] Feb 13 05:09:45.425 INFO O| Feb 13 05:09:45.425 INFO STEP 155 (remove_files) COMPLETE |
4959 | 2025-02-13T05:09:47.282Z | [ recovery-image] Feb 13 05:09:45.425 INFO O| Feb 13 05:09:45.425 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2025-02-13T05:09:47.314Z | [ recovery-image] Feb 13 05:09:45.455 INFO O| Feb 13 05:09:45.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4961 | 2025-02-13T05:09:47.314Z | [ recovery-image] Feb 13 05:09:45.455 INFO O| Feb 13 05:09:45.455 INFO STEP 156 (remove_files) COMPLETE |
4962 | 2025-02-13T05:09:47.314Z | [ recovery-image] Feb 13 05:09:45.455 INFO O| Feb 13 05:09:45.455 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2025-02-13T05:09:47.332Z | [ recovery-image] Feb 13 05:09:45.477 INFO O| Feb 13 05:09:45.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4964 | 2025-02-13T05:09:47.334Z | [ recovery-image] Feb 13 05:09:45.477 INFO O| Feb 13 05:09:45.477 INFO STEP 157 (remove_files) COMPLETE |
4965 | 2025-02-13T05:09:47.334Z | [ recovery-image] Feb 13 05:09:45.477 INFO O| Feb 13 05:09:45.477 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2025-02-13T05:09:47.353Z | [ recovery-image] Feb 13 05:09:45.498 INFO O| Feb 13 05:09:45.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4967 | 2025-02-13T05:09:47.356Z | [ recovery-image] Feb 13 05:09:45.498 INFO O| Feb 13 05:09:45.498 INFO STEP 158 (remove_files) COMPLETE |
4968 | 2025-02-13T05:09:47.356Z | [ recovery-image] Feb 13 05:09:45.498 INFO O| Feb 13 05:09:45.498 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2025-02-13T05:09:47.375Z | [ recovery-image] Feb 13 05:09:45.520 INFO O| Feb 13 05:09:45.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4970 | 2025-02-13T05:09:47.378Z | [ recovery-image] Feb 13 05:09:45.520 INFO O| Feb 13 05:09:45.520 INFO STEP 159 (remove_files) COMPLETE |
4971 | 2025-02-13T05:09:47.378Z | [ recovery-image] Feb 13 05:09:45.520 INFO O| Feb 13 05:09:45.520 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2025-02-13T05:09:47.406Z | [ recovery-image] Feb 13 05:09:45.551 INFO O| Feb 13 05:09:45.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4973 | 2025-02-13T05:09:47.408Z | [ recovery-image] Feb 13 05:09:45.551 INFO O| Feb 13 05:09:45.551 INFO STEP 160 (remove_files) COMPLETE |
4974 | 2025-02-13T05:09:47.408Z | [ recovery-image] Feb 13 05:09:45.551 INFO O| Feb 13 05:09:45.551 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2025-02-13T05:09:47.441Z | [ recovery-image] Feb 13 05:09:45.585 INFO O| Feb 13 05:09:45.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4976 | 2025-02-13T05:09:47.441Z | [ recovery-image] Feb 13 05:09:45.585 INFO O| Feb 13 05:09:45.585 INFO STEP 161 (remove_files) COMPLETE |
4977 | 2025-02-13T05:09:47.442Z | [ recovery-image] Feb 13 05:09:45.586 INFO O| Feb 13 05:09:45.585 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2025-02-13T05:09:47.457Z | [ recovery-image] Feb 13 05:09:45.602 INFO O| Feb 13 05:09:45.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4979 | 2025-02-13T05:09:47.457Z | [ recovery-image] Feb 13 05:09:45.602 INFO O| Feb 13 05:09:45.602 INFO STEP 162 (remove_files) COMPLETE |
4980 | 2025-02-13T05:09:47.457Z | [ recovery-image] Feb 13 05:09:45.602 INFO O| Feb 13 05:09:45.602 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2025-02-13T05:09:47.475Z | [ recovery-image] Feb 13 05:09:45.620 INFO O| Feb 13 05:09:45.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4982 | 2025-02-13T05:09:47.475Z | [ recovery-image] Feb 13 05:09:45.620 INFO O| Feb 13 05:09:45.620 INFO STEP 163 (remove_files) COMPLETE |
4983 | 2025-02-13T05:09:47.477Z | [ recovery-image] Feb 13 05:09:45.620 INFO O| Feb 13 05:09:45.620 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2025-02-13T05:09:47.493Z | [ recovery-image] Feb 13 05:09:45.638 INFO O| Feb 13 05:09:45.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4985 | 2025-02-13T05:09:47.496Z | [ recovery-image] Feb 13 05:09:45.638 INFO O| Feb 13 05:09:45.638 INFO STEP 164 (remove_files) COMPLETE |
4986 | 2025-02-13T05:09:47.496Z | [ recovery-image] Feb 13 05:09:45.638 INFO O| Feb 13 05:09:45.638 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2025-02-13T05:09:47.526Z | [ recovery-image] Feb 13 05:09:45.670 INFO O| Feb 13 05:09:45.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4988 | 2025-02-13T05:09:47.526Z | [ recovery-image] Feb 13 05:09:45.670 INFO O| Feb 13 05:09:45.670 INFO STEP 165 (remove_files) COMPLETE |
4989 | 2025-02-13T05:09:47.526Z | [ recovery-image] Feb 13 05:09:45.670 INFO O| Feb 13 05:09:45.670 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2025-02-13T05:09:47.585Z | [ recovery-image] Feb 13 05:09:45.730 INFO O| Feb 13 05:09:45.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4991 | 2025-02-13T05:09:47.585Z | [ recovery-image] Feb 13 05:09:45.730 INFO O| Feb 13 05:09:45.730 INFO STEP 166 (remove_files) COMPLETE |
4992 | 2025-02-13T05:09:47.588Z | [ recovery-image] Feb 13 05:09:45.730 INFO O| Feb 13 05:09:45.730 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2025-02-13T05:09:47.646Z | [ recovery-image] Feb 13 05:09:45.790 INFO O| Feb 13 05:09:45.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4994 | 2025-02-13T05:09:47.646Z | [ recovery-image] Feb 13 05:09:45.790 INFO O| Feb 13 05:09:45.790 INFO STEP 167 (remove_files) COMPLETE |
4995 | 2025-02-13T05:09:47.646Z | [ recovery-image] Feb 13 05:09:45.790 INFO O| Feb 13 05:09:45.790 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2025-02-13T05:09:47.666Z | [ recovery-image] Feb 13 05:09:45.811 INFO O| Feb 13 05:09:45.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4997 | 2025-02-13T05:09:47.666Z | [ recovery-image] Feb 13 05:09:45.811 INFO O| Feb 13 05:09:45.811 INFO STEP 168 (remove_files) COMPLETE |
4998 | 2025-02-13T05:09:47.666Z | [ recovery-image] Feb 13 05:09:45.811 INFO O| Feb 13 05:09:45.811 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2025-02-13T05:09:47.697Z | [ recovery-image] Feb 13 05:09:45.842 INFO O| Feb 13 05:09:45.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
5000 | 2025-02-13T05:09:47.698Z | [ recovery-image] Feb 13 05:09:45.842 INFO O| Feb 13 05:09:45.842 INFO STEP 169 (remove_files) COMPLETE |
5001 | 2025-02-13T05:09:47.698Z | [ recovery-image] Feb 13 05:09:45.843 INFO O| Feb 13 05:09:45.842 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2025-02-13T05:09:47.721Z | [ recovery-image] Feb 13 05:09:45.866 INFO O| Feb 13 05:09:45.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
5003 | 2025-02-13T05:09:47.721Z | [ recovery-image] Feb 13 05:09:45.866 INFO O| Feb 13 05:09:45.866 INFO STEP 170 (remove_files) COMPLETE |
5004 | 2025-02-13T05:09:47.723Z | [ recovery-image] Feb 13 05:09:45.866 INFO O| Feb 13 05:09:45.866 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2025-02-13T05:09:47.742Z | [ recovery-image] Feb 13 05:09:45.885 INFO O| Feb 13 05:09:45.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
5006 | 2025-02-13T05:09:47.742Z | [ recovery-image] Feb 13 05:09:45.885 INFO O| Feb 13 05:09:45.885 INFO STEP 171 (remove_files) COMPLETE |
5007 | 2025-02-13T05:09:47.742Z | [ recovery-image] Feb 13 05:09:45.885 INFO O| Feb 13 05:09:45.885 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2025-02-13T05:09:47.760Z | [ recovery-image] Feb 13 05:09:45.905 INFO O| Feb 13 05:09:45.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
5009 | 2025-02-13T05:09:47.760Z | [ recovery-image] Feb 13 05:09:45.905 INFO O| Feb 13 05:09:45.905 INFO STEP 172 (remove_files) COMPLETE |
5010 | 2025-02-13T05:09:47.760Z | [ recovery-image] Feb 13 05:09:45.905 INFO O| Feb 13 05:09:45.905 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2025-02-13T05:09:47.800Z | [ recovery-image] Feb 13 05:09:45.945 INFO O| Feb 13 05:09:45.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
5012 | 2025-02-13T05:09:47.800Z | [ recovery-image] Feb 13 05:09:45.945 INFO O| Feb 13 05:09:45.945 INFO STEP 173 (remove_files) COMPLETE |
5013 | 2025-02-13T05:09:47.803Z | [ recovery-image] Feb 13 05:09:45.945 INFO O| Feb 13 05:09:45.945 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2025-02-13T05:09:47.821Z | [ recovery-image] Feb 13 05:09:45.966 INFO O| Feb 13 05:09:45.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
5015 | 2025-02-13T05:09:47.821Z | [ recovery-image] Feb 13 05:09:45.966 INFO O| Feb 13 05:09:45.966 INFO STEP 174 (remove_files) COMPLETE |
5016 | 2025-02-13T05:09:47.823Z | [ recovery-image] Feb 13 05:09:45.966 INFO O| Feb 13 05:09:45.966 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2025-02-13T05:09:47.840Z | [ recovery-image] Feb 13 05:09:45.985 INFO O| Feb 13 05:09:45.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
5018 | 2025-02-13T05:09:47.840Z | [ recovery-image] Feb 13 05:09:45.985 INFO O| Feb 13 05:09:45.985 INFO STEP 175 (remove_files) COMPLETE |
5019 | 2025-02-13T05:09:47.841Z | [ recovery-image] Feb 13 05:09:45.986 INFO O| Feb 13 05:09:45.985 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2025-02-13T05:09:47.872Z | [ recovery-image] Feb 13 05:09:46.017 INFO O| Feb 13 05:09:46.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
5021 | 2025-02-13T05:09:47.872Z | [ recovery-image] Feb 13 05:09:46.017 INFO O| Feb 13 05:09:46.017 INFO STEP 176 (remove_files) COMPLETE |
5022 | 2025-02-13T05:09:47.875Z | [ recovery-image] Feb 13 05:09:46.017 INFO O| Feb 13 05:09:46.017 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2025-02-13T05:09:47.900Z | [ recovery-image] Feb 13 05:09:46.045 INFO O| Feb 13 05:09:46.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
5024 | 2025-02-13T05:09:47.903Z | [ recovery-image] Feb 13 05:09:46.045 INFO O| Feb 13 05:09:46.045 INFO STEP 177 (remove_files) COMPLETE |
5025 | 2025-02-13T05:09:47.903Z | [ recovery-image] Feb 13 05:09:46.045 INFO O| Feb 13 05:09:46.045 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2025-02-13T05:09:47.920Z | [ recovery-image] Feb 13 05:09:46.065 INFO O| Feb 13 05:09:46.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
5027 | 2025-02-13T05:09:47.920Z | [ recovery-image] Feb 13 05:09:46.065 INFO O| Feb 13 05:09:46.065 INFO STEP 178 (remove_files) COMPLETE |
5028 | 2025-02-13T05:09:47.922Z | [ recovery-image] Feb 13 05:09:46.065 INFO O| Feb 13 05:09:46.065 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2025-02-13T05:09:47.939Z | [ recovery-image] Feb 13 05:09:46.084 INFO O| Feb 13 05:09:46.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
5030 | 2025-02-13T05:09:47.952Z | [ recovery-image] Feb 13 05:09:46.097 INFO O| Feb 13 05:09:46.097 INFO STEP 179 (remove_files) COMPLETE |
5031 | 2025-02-13T05:09:47.952Z | [ recovery-image] Feb 13 05:09:46.097 INFO O| Feb 13 05:09:46.097 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2025-02-13T05:09:47.995Z | [ recovery-image] Feb 13 05:09:46.140 INFO O| Feb 13 05:09:46.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
5033 | 2025-02-13T05:09:47.995Z | [ recovery-image] Feb 13 05:09:46.140 INFO O| Feb 13 05:09:46.140 INFO STEP 180 (remove_files) COMPLETE |
5034 | 2025-02-13T05:09:47.995Z | [ recovery-image] Feb 13 05:09:46.140 INFO O| Feb 13 05:09:46.140 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2025-02-13T05:09:48.017Z | [ recovery-image] Feb 13 05:09:46.162 INFO O| Feb 13 05:09:46.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
5036 | 2025-02-13T05:09:48.017Z | [ recovery-image] Feb 13 05:09:46.162 INFO O| Feb 13 05:09:46.162 INFO STEP 181 (remove_files) COMPLETE |
5037 | 2025-02-13T05:09:48.017Z | [ recovery-image] Feb 13 05:09:46.162 INFO O| Feb 13 05:09:46.162 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2025-02-13T05:09:48.038Z | [ recovery-image] Feb 13 05:09:46.183 INFO O| Feb 13 05:09:46.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
5039 | 2025-02-13T05:09:48.038Z | [ recovery-image] Feb 13 05:09:46.183 INFO O| Feb 13 05:09:46.183 INFO STEP 182 (remove_files) COMPLETE |
5040 | 2025-02-13T05:09:48.038Z | [ recovery-image] Feb 13 05:09:46.183 INFO O| Feb 13 05:09:46.183 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2025-02-13T05:09:48.065Z | [ recovery-image] Feb 13 05:09:46.210 INFO O| Feb 13 05:09:46.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
5042 | 2025-02-13T05:09:48.067Z | [ recovery-image] Feb 13 05:09:46.210 INFO O| Feb 13 05:09:46.210 INFO STEP 183 (remove_files) COMPLETE |
5043 | 2025-02-13T05:09:48.068Z | [ recovery-image] Feb 13 05:09:46.210 INFO O| Feb 13 05:09:46.210 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2025-02-13T05:09:48.083Z | [ recovery-image] Feb 13 05:09:46.228 INFO O| Feb 13 05:09:46.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
5045 | 2025-02-13T05:09:48.083Z | [ recovery-image] Feb 13 05:09:46.228 INFO O| Feb 13 05:09:46.228 INFO STEP 184 (remove_files) COMPLETE |
5046 | 2025-02-13T05:09:48.089Z | [ recovery-image] Feb 13 05:09:46.228 INFO O| Feb 13 05:09:46.228 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2025-02-13T05:09:48.103Z | [ recovery-image] Feb 13 05:09:46.248 INFO O| Feb 13 05:09:46.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
5048 | 2025-02-13T05:09:48.103Z | [ recovery-image] Feb 13 05:09:46.248 INFO O| Feb 13 05:09:46.248 INFO STEP 185 (remove_files) COMPLETE |
5049 | 2025-02-13T05:09:48.106Z | [ recovery-image] Feb 13 05:09:46.248 INFO O| Feb 13 05:09:46.248 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2025-02-13T05:09:48.126Z | [ recovery-image] Feb 13 05:09:46.270 INFO O| Feb 13 05:09:46.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
5051 | 2025-02-13T05:09:48.126Z | [ recovery-image] Feb 13 05:09:46.270 INFO O| Feb 13 05:09:46.270 INFO STEP 186 (remove_files) COMPLETE |
5052 | 2025-02-13T05:09:48.126Z | [ recovery-image] Feb 13 05:09:46.270 INFO O| Feb 13 05:09:46.270 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2025-02-13T05:09:48.147Z | [ recovery-image] Feb 13 05:09:46.291 INFO O| Feb 13 05:09:46.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
5054 | 2025-02-13T05:09:48.147Z | [ recovery-image] Feb 13 05:09:46.291 INFO O| Feb 13 05:09:46.291 INFO STEP 187 (remove_files) COMPLETE |
5055 | 2025-02-13T05:09:48.150Z | [ recovery-image] Feb 13 05:09:46.292 INFO O| Feb 13 05:09:46.291 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2025-02-13T05:09:48.169Z | [ recovery-image] Feb 13 05:09:46.314 INFO O| Feb 13 05:09:46.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
5057 | 2025-02-13T05:09:48.169Z | [ recovery-image] Feb 13 05:09:46.314 INFO O| Feb 13 05:09:46.314 INFO STEP 188 (remove_files) COMPLETE |
5058 | 2025-02-13T05:09:48.172Z | [ recovery-image] Feb 13 05:09:46.314 INFO O| Feb 13 05:09:46.314 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2025-02-13T05:09:48.192Z | [ recovery-image] Feb 13 05:09:46.337 INFO O| Feb 13 05:09:46.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
5060 | 2025-02-13T05:09:48.192Z | [ recovery-image] Feb 13 05:09:46.337 INFO O| Feb 13 05:09:46.337 INFO STEP 189 (remove_files) COMPLETE |
5061 | 2025-02-13T05:09:48.195Z | [ recovery-image] Feb 13 05:09:46.337 INFO O| Feb 13 05:09:46.337 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2025-02-13T05:09:48.214Z | [ recovery-image] Feb 13 05:09:46.359 INFO O| Feb 13 05:09:46.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
5063 | 2025-02-13T05:09:48.214Z | [ recovery-image] Feb 13 05:09:46.359 INFO O| Feb 13 05:09:46.359 INFO STEP 190 (remove_files) COMPLETE |
5064 | 2025-02-13T05:09:48.214Z | [ recovery-image] Feb 13 05:09:46.359 INFO O| Feb 13 05:09:46.359 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2025-02-13T05:09:48.249Z | [ recovery-image] Feb 13 05:09:46.394 INFO O| Feb 13 05:09:46.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
5066 | 2025-02-13T05:09:48.249Z | [ recovery-image] Feb 13 05:09:46.394 INFO O| Feb 13 05:09:46.394 INFO STEP 191 (remove_files) COMPLETE |
5067 | 2025-02-13T05:09:48.249Z | [ recovery-image] Feb 13 05:09:46.394 INFO O| Feb 13 05:09:46.394 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2025-02-13T05:09:48.269Z | [ recovery-image] Feb 13 05:09:46.414 INFO O| Feb 13 05:09:46.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
5069 | 2025-02-13T05:09:48.269Z | [ recovery-image] Feb 13 05:09:46.414 INFO O| Feb 13 05:09:46.414 INFO STEP 192 (remove_files) COMPLETE |
5070 | 2025-02-13T05:09:48.269Z | [ recovery-image] Feb 13 05:09:46.414 INFO O| Feb 13 05:09:46.414 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2025-02-13T05:09:48.308Z | [ recovery-image] Feb 13 05:09:46.453 INFO O| Feb 13 05:09:46.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
5072 | 2025-02-13T05:09:48.308Z | [ recovery-image] Feb 13 05:09:46.453 INFO O| Feb 13 05:09:46.453 INFO STEP 193 (remove_files) COMPLETE |
5073 | 2025-02-13T05:09:48.308Z | [ recovery-image] Feb 13 05:09:46.453 INFO O| Feb 13 05:09:46.453 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2025-02-13T05:09:48.347Z | [ recovery-image] Feb 13 05:09:46.491 INFO O| Feb 13 05:09:46.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
5075 | 2025-02-13T05:09:48.349Z | [ recovery-image] Feb 13 05:09:46.492 INFO O| Feb 13 05:09:46.492 INFO STEP 194 (remove_files) COMPLETE |
5076 | 2025-02-13T05:09:48.349Z | [ recovery-image] Feb 13 05:09:46.492 INFO O| Feb 13 05:09:46.492 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2025-02-13T05:09:48.369Z | [ recovery-image] Feb 13 05:09:46.514 INFO O| Feb 13 05:09:46.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
5078 | 2025-02-13T05:09:48.369Z | [ recovery-image] Feb 13 05:09:46.514 INFO O| Feb 13 05:09:46.514 INFO STEP 195 (remove_files) COMPLETE |
5079 | 2025-02-13T05:09:48.369Z | [ recovery-image] Feb 13 05:09:46.514 INFO O| Feb 13 05:09:46.514 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2025-02-13T05:09:48.404Z | [ recovery-image] Feb 13 05:09:46.549 INFO O| Feb 13 05:09:46.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
5081 | 2025-02-13T05:09:48.407Z | [ recovery-image] Feb 13 05:09:46.549 INFO O| Feb 13 05:09:46.549 INFO STEP 196 (remove_files) COMPLETE |
5082 | 2025-02-13T05:09:48.407Z | [ recovery-image] Feb 13 05:09:46.550 INFO O| Feb 13 05:09:46.549 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2025-02-13T05:09:48.461Z | [ recovery-image] Feb 13 05:09:46.606 INFO O| Feb 13 05:09:46.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
5084 | 2025-02-13T05:09:48.461Z | [ recovery-image] Feb 13 05:09:46.606 INFO O| Feb 13 05:09:46.606 INFO STEP 197 (remove_files) COMPLETE |
5085 | 2025-02-13T05:09:48.461Z | [ recovery-image] Feb 13 05:09:46.606 INFO O| Feb 13 05:09:46.606 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2025-02-13T05:09:48.480Z | [ recovery-image] Feb 13 05:09:46.625 INFO O| Feb 13 05:09:46.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
5087 | 2025-02-13T05:09:48.480Z | [ recovery-image] Feb 13 05:09:46.625 INFO O| Feb 13 05:09:46.625 INFO STEP 198 (remove_files) COMPLETE |
5088 | 2025-02-13T05:09:48.480Z | [ recovery-image] Feb 13 05:09:46.625 INFO O| Feb 13 05:09:46.625 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2025-02-13T05:09:48.500Z | [ recovery-image] Feb 13 05:09:46.645 INFO O| Feb 13 05:09:46.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
5090 | 2025-02-13T05:09:48.500Z | [ recovery-image] Feb 13 05:09:46.645 INFO O| Feb 13 05:09:46.645 INFO STEP 199 (remove_files) COMPLETE |
5091 | 2025-02-13T05:09:48.500Z | [ recovery-image] Feb 13 05:09:46.645 INFO O| Feb 13 05:09:46.645 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2025-02-13T05:09:48.520Z | [ recovery-image] Feb 13 05:09:46.665 INFO O| Feb 13 05:09:46.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
5093 | 2025-02-13T05:09:48.520Z | [ recovery-image] Feb 13 05:09:46.665 INFO O| Feb 13 05:09:46.665 INFO STEP 200 (remove_files) COMPLETE |
5094 | 2025-02-13T05:09:48.523Z | [ recovery-image] Feb 13 05:09:46.665 INFO O| Feb 13 05:09:46.665 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2025-02-13T05:09:48.572Z | [ recovery-image] Feb 13 05:09:46.717 INFO O| Feb 13 05:09:46.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
5096 | 2025-02-13T05:09:48.572Z | [ recovery-image] Feb 13 05:09:46.717 INFO O| Feb 13 05:09:46.717 INFO STEP 201 (remove_files) COMPLETE |
5097 | 2025-02-13T05:09:48.572Z | [ recovery-image] Feb 13 05:09:46.717 INFO O| Feb 13 05:09:46.717 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2025-02-13T05:09:48.630Z | [ recovery-image] Feb 13 05:09:46.775 INFO O| Feb 13 05:09:46.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
5099 | 2025-02-13T05:09:48.630Z | [ recovery-image] Feb 13 05:09:46.775 INFO O| Feb 13 05:09:46.775 INFO STEP 202 (remove_files) COMPLETE |
5100 | 2025-02-13T05:09:48.630Z | [ recovery-image] Feb 13 05:09:46.775 INFO O| Feb 13 05:09:46.775 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2025-02-13T05:09:48.692Z | [ recovery-image] Feb 13 05:09:46.837 INFO O| Feb 13 05:09:46.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
5102 | 2025-02-13T05:09:48.692Z | [ recovery-image] Feb 13 05:09:46.837 INFO O| Feb 13 05:09:46.837 INFO STEP 203 (remove_files) COMPLETE |
5103 | 2025-02-13T05:09:48.692Z | [ recovery-image] Feb 13 05:09:46.837 INFO O| Feb 13 05:09:46.837 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2025-02-13T05:09:48.715Z | [ recovery-image] Feb 13 05:09:46.858 INFO O| Feb 13 05:09:46.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
5105 | 2025-02-13T05:09:48.715Z | [ recovery-image] Feb 13 05:09:46.858 INFO O| Feb 13 05:09:46.858 INFO STEP 204 (remove_files) COMPLETE |
5106 | 2025-02-13T05:09:48.715Z | [ recovery-image] Feb 13 05:09:46.858 INFO O| Feb 13 05:09:46.858 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2025-02-13T05:09:48.800Z | [ recovery-image] Feb 13 05:09:46.945 INFO O| Feb 13 05:09:46.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
5108 | 2025-02-13T05:09:48.800Z | [ recovery-image] Feb 13 05:09:46.945 INFO O| Feb 13 05:09:46.945 INFO STEP 205 (remove_files) COMPLETE |
5109 | 2025-02-13T05:09:48.800Z | [ recovery-image] Feb 13 05:09:46.945 INFO O| Feb 13 05:09:46.945 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2025-02-13T05:09:48.824Z | [ recovery-image] Feb 13 05:09:46.968 INFO O| Feb 13 05:09:46.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5111 | 2025-02-13T05:09:48.824Z | [ recovery-image] Feb 13 05:09:46.968 INFO O| Feb 13 05:09:46.968 INFO STEP 206 (remove_files) COMPLETE |
5112 | 2025-02-13T05:09:48.824Z | [ recovery-image] Feb 13 05:09:46.968 INFO O| Feb 13 05:09:46.968 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2025-02-13T05:09:48.875Z | [ recovery-image] Feb 13 05:09:47.020 INFO O| Feb 13 05:09:47.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5114 | 2025-02-13T05:09:48.878Z | [ recovery-image] Feb 13 05:09:47.020 INFO O| Feb 13 05:09:47.020 INFO STEP 207 (remove_files) COMPLETE |
5115 | 2025-02-13T05:09:48.878Z | [ recovery-image] Feb 13 05:09:47.020 INFO O| Feb 13 05:09:47.020 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2025-02-13T05:09:48.921Z | [ recovery-image] Feb 13 05:09:47.066 INFO O| Feb 13 05:09:47.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5117 | 2025-02-13T05:09:48.921Z | [ recovery-image] Feb 13 05:09:47.066 INFO O| Feb 13 05:09:47.066 INFO STEP 208 (remove_files) COMPLETE |
5118 | 2025-02-13T05:09:48.924Z | [ recovery-image] Feb 13 05:09:47.066 INFO O| Feb 13 05:09:47.066 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2025-02-13T05:09:48.946Z | [ recovery-image] Feb 13 05:09:47.090 INFO O| Feb 13 05:09:47.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5120 | 2025-02-13T05:09:48.946Z | [ recovery-image] Feb 13 05:09:47.091 INFO O| Feb 13 05:09:47.090 INFO STEP 209 (remove_files) COMPLETE |
5121 | 2025-02-13T05:09:48.946Z | [ recovery-image] Feb 13 05:09:47.091 INFO O| Feb 13 05:09:47.091 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2025-02-13T05:09:48.996Z | [ recovery-image] Feb 13 05:09:47.141 INFO O| Feb 13 05:09:47.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5123 | 2025-02-13T05:09:48.996Z | [ recovery-image] Feb 13 05:09:47.141 INFO O| Feb 13 05:09:47.141 INFO STEP 210 (remove_files) COMPLETE |
5124 | 2025-02-13T05:09:48.996Z | [ recovery-image] Feb 13 05:09:47.141 INFO O| Feb 13 05:09:47.141 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2025-02-13T05:09:49.018Z | [ recovery-image] Feb 13 05:09:47.163 INFO O| Feb 13 05:09:47.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5126 | 2025-02-13T05:09:49.018Z | [ recovery-image] Feb 13 05:09:47.163 INFO O| Feb 13 05:09:47.163 INFO STEP 211 (remove_files) COMPLETE |
5127 | 2025-02-13T05:09:49.021Z | [ recovery-image] Feb 13 05:09:47.163 INFO O| Feb 13 05:09:47.163 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2025-02-13T05:09:49.049Z | [ recovery-image] Feb 13 05:09:47.193 INFO O| Feb 13 05:09:47.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5129 | 2025-02-13T05:09:49.053Z | [ recovery-image] Feb 13 05:09:47.193 INFO O| Feb 13 05:09:47.193 INFO STEP 212 (remove_files) COMPLETE |
5130 | 2025-02-13T05:09:49.053Z | [ recovery-image] Feb 13 05:09:47.193 INFO O| Feb 13 05:09:47.193 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2025-02-13T05:09:49.090Z | [ recovery-image] Feb 13 05:09:47.235 INFO O| Feb 13 05:09:47.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5132 | 2025-02-13T05:09:49.090Z | [ recovery-image] Feb 13 05:09:47.235 INFO O| Feb 13 05:09:47.235 INFO STEP 213 (remove_files) COMPLETE |
5133 | 2025-02-13T05:09:49.090Z | [ recovery-image] Feb 13 05:09:47.235 INFO O| Feb 13 05:09:47.235 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2025-02-13T05:09:49.150Z | [ recovery-image] Feb 13 05:09:47.294 INFO O| Feb 13 05:09:47.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5135 | 2025-02-13T05:09:49.150Z | [ recovery-image] Feb 13 05:09:47.294 INFO O| Feb 13 05:09:47.294 INFO STEP 214 (remove_files) COMPLETE |
5136 | 2025-02-13T05:09:49.150Z | [ recovery-image] Feb 13 05:09:47.294 INFO O| Feb 13 05:09:47.294 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2025-02-13T05:09:49.168Z | [ recovery-image] Feb 13 05:09:47.313 INFO O| Feb 13 05:09:47.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5138 | 2025-02-13T05:09:49.168Z | [ recovery-image] Feb 13 05:09:47.313 INFO O| Feb 13 05:09:47.313 INFO STEP 215 (remove_files) COMPLETE |
5139 | 2025-02-13T05:09:49.171Z | [ recovery-image] Feb 13 05:09:47.313 INFO O| Feb 13 05:09:47.313 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2025-02-13T05:09:49.227Z | [ recovery-image] Feb 13 05:09:47.371 INFO O| Feb 13 05:09:47.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5141 | 2025-02-13T05:09:49.229Z | [ recovery-image] Feb 13 05:09:47.371 INFO O| Feb 13 05:09:47.371 INFO STEP 216 (remove_files) COMPLETE |
5142 | 2025-02-13T05:09:49.229Z | [ recovery-image] Feb 13 05:09:47.371 INFO O| Feb 13 05:09:47.371 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2025-02-13T05:09:49.246Z | [ recovery-image] Feb 13 05:09:47.391 INFO O| Feb 13 05:09:47.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5144 | 2025-02-13T05:09:49.246Z | [ recovery-image] Feb 13 05:09:47.391 INFO O| Feb 13 05:09:47.391 INFO STEP 217 (remove_files) COMPLETE |
5145 | 2025-02-13T05:09:49.249Z | [ recovery-image] Feb 13 05:09:47.391 INFO O| Feb 13 05:09:47.391 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2025-02-13T05:09:49.263Z | [ recovery-image] Feb 13 05:09:47.408 INFO O| Feb 13 05:09:47.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5147 | 2025-02-13T05:09:49.263Z | [ recovery-image] Feb 13 05:09:47.408 INFO O| Feb 13 05:09:47.408 INFO STEP 218 (remove_files) COMPLETE |
5148 | 2025-02-13T05:09:49.266Z | [ recovery-image] Feb 13 05:09:47.408 INFO O| Feb 13 05:09:47.408 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2025-02-13T05:09:49.283Z | [ recovery-image] Feb 13 05:09:47.427 INFO O| Feb 13 05:09:47.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5150 | 2025-02-13T05:09:49.283Z | [ recovery-image] Feb 13 05:09:47.427 INFO O| Feb 13 05:09:47.427 INFO STEP 219 (remove_files) COMPLETE |
5151 | 2025-02-13T05:09:49.283Z | [ recovery-image] Feb 13 05:09:47.427 INFO O| Feb 13 05:09:47.427 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2025-02-13T05:09:49.308Z | [ recovery-image] Feb 13 05:09:47.453 INFO O| Feb 13 05:09:47.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5153 | 2025-02-13T05:09:49.308Z | [ recovery-image] Feb 13 05:09:47.453 INFO O| Feb 13 05:09:47.453 INFO STEP 220 (remove_files) COMPLETE |
5154 | 2025-02-13T05:09:49.308Z | [ recovery-image] Feb 13 05:09:47.453 INFO O| Feb 13 05:09:47.453 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2025-02-13T05:09:49.333Z | [ recovery-image] Feb 13 05:09:47.478 INFO O| Feb 13 05:09:47.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5156 | 2025-02-13T05:09:49.339Z | [ recovery-image] Feb 13 05:09:47.478 INFO O| Feb 13 05:09:47.478 INFO STEP 221 (remove_files) COMPLETE |
5157 | 2025-02-13T05:09:49.339Z | [ recovery-image] Feb 13 05:09:47.479 INFO O| Feb 13 05:09:47.479 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2025-02-13T05:09:49.356Z | [ recovery-image] Feb 13 05:09:47.501 INFO O| Feb 13 05:09:47.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5159 | 2025-02-13T05:09:49.359Z | [ recovery-image] Feb 13 05:09:47.501 INFO O| Feb 13 05:09:47.501 INFO STEP 222 (remove_files) COMPLETE |
5160 | 2025-02-13T05:09:49.359Z | [ recovery-image] Feb 13 05:09:47.501 INFO O| Feb 13 05:09:47.501 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2025-02-13T05:09:49.375Z | [ recovery-image] Feb 13 05:09:47.520 INFO O| Feb 13 05:09:47.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5162 | 2025-02-13T05:09:49.375Z | [ recovery-image] Feb 13 05:09:47.520 INFO O| Feb 13 05:09:47.520 INFO STEP 223 (remove_files) COMPLETE |
5163 | 2025-02-13T05:09:49.378Z | [ recovery-image] Feb 13 05:09:47.521 INFO O| Feb 13 05:09:47.520 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2025-02-13T05:09:49.396Z | [ recovery-image] Feb 13 05:09:47.541 INFO O| Feb 13 05:09:47.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5165 | 2025-02-13T05:09:49.396Z | [ recovery-image] Feb 13 05:09:47.541 INFO O| Feb 13 05:09:47.541 INFO STEP 224 (remove_files) COMPLETE |
5166 | 2025-02-13T05:09:49.399Z | [ recovery-image] Feb 13 05:09:47.541 INFO O| Feb 13 05:09:47.541 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2025-02-13T05:09:49.462Z | [ recovery-image] Feb 13 05:09:47.607 INFO O| Feb 13 05:09:47.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5168 | 2025-02-13T05:09:49.466Z | [ recovery-image] Feb 13 05:09:47.607 INFO O| Feb 13 05:09:47.607 INFO STEP 225 (remove_files) COMPLETE |
5169 | 2025-02-13T05:09:49.466Z | [ recovery-image] Feb 13 05:09:47.607 INFO O| Feb 13 05:09:47.607 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2025-02-13T05:09:49.485Z | [ recovery-image] Feb 13 05:09:47.630 INFO O| Feb 13 05:09:47.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5171 | 2025-02-13T05:09:49.488Z | [ recovery-image] Feb 13 05:09:47.630 INFO O| Feb 13 05:09:47.630 INFO STEP 226 (remove_files) COMPLETE |
5172 | 2025-02-13T05:09:49.488Z | [ recovery-image] Feb 13 05:09:47.630 INFO O| Feb 13 05:09:47.630 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2025-02-13T05:09:49.519Z | [ recovery-image] Feb 13 05:09:47.664 INFO O| Feb 13 05:09:47.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5174 | 2025-02-13T05:09:49.520Z | [ recovery-image] Feb 13 05:09:47.664 INFO O| Feb 13 05:09:47.664 INFO STEP 227 (remove_files) COMPLETE |
5175 | 2025-02-13T05:09:49.520Z | [ recovery-image] Feb 13 05:09:47.664 INFO O| Feb 13 05:09:47.664 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2025-02-13T05:09:49.574Z | [ recovery-image] Feb 13 05:09:47.719 INFO O| Feb 13 05:09:47.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5177 | 2025-02-13T05:09:49.574Z | [ recovery-image] Feb 13 05:09:47.719 INFO O| Feb 13 05:09:47.719 INFO STEP 228 (remove_files) COMPLETE |
5178 | 2025-02-13T05:09:49.574Z | [ recovery-image] Feb 13 05:09:47.719 INFO O| Feb 13 05:09:47.719 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2025-02-13T05:09:49.591Z | [ recovery-image] Feb 13 05:09:47.736 INFO O| Feb 13 05:09:47.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5180 | 2025-02-13T05:09:49.591Z | [ recovery-image] Feb 13 05:09:47.736 INFO O| Feb 13 05:09:47.736 INFO STEP 229 (remove_files) COMPLETE |
5181 | 2025-02-13T05:09:49.591Z | [ recovery-image] Feb 13 05:09:47.736 INFO O| Feb 13 05:09:47.736 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2025-02-13T05:09:49.609Z | [ recovery-image] Feb 13 05:09:47.753 INFO O| Feb 13 05:09:47.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5183 | 2025-02-13T05:09:49.609Z | [ recovery-image] Feb 13 05:09:47.753 INFO O| Feb 13 05:09:47.753 INFO STEP 230 (remove_files) COMPLETE |
5184 | 2025-02-13T05:09:49.609Z | [ recovery-image] Feb 13 05:09:47.753 INFO O| Feb 13 05:09:47.753 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2025-02-13T05:09:49.625Z | [ recovery-image] Feb 13 05:09:47.769 INFO O| Feb 13 05:09:47.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5186 | 2025-02-13T05:09:49.625Z | [ recovery-image] Feb 13 05:09:47.770 INFO O| Feb 13 05:09:47.770 INFO STEP 231 (remove_files) COMPLETE |
5187 | 2025-02-13T05:09:49.625Z | [ recovery-image] Feb 13 05:09:47.770 INFO O| Feb 13 05:09:47.770 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2025-02-13T05:09:49.642Z | [ recovery-image] Feb 13 05:09:47.786 INFO O| Feb 13 05:09:47.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5189 | 2025-02-13T05:09:49.642Z | [ recovery-image] Feb 13 05:09:47.787 INFO O| Feb 13 05:09:47.786 INFO STEP 232 (remove_files) COMPLETE |
5190 | 2025-02-13T05:09:49.642Z | [ recovery-image] Feb 13 05:09:47.787 INFO O| Feb 13 05:09:47.787 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2025-02-13T05:09:49.661Z | [ recovery-image] Feb 13 05:09:47.805 INFO O| Feb 13 05:09:47.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5192 | 2025-02-13T05:09:49.661Z | [ recovery-image] Feb 13 05:09:47.805 INFO O| Feb 13 05:09:47.805 INFO STEP 233 (remove_files) COMPLETE |
5193 | 2025-02-13T05:09:49.661Z | [ recovery-image] Feb 13 05:09:47.805 INFO O| Feb 13 05:09:47.805 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2025-02-13T05:09:49.718Z | [ recovery-image] Feb 13 05:09:47.862 INFO O| Feb 13 05:09:47.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5195 | 2025-02-13T05:09:49.718Z | [ recovery-image] Feb 13 05:09:47.863 INFO O| Feb 13 05:09:47.863 INFO STEP 234 (remove_files) COMPLETE |
5196 | 2025-02-13T05:09:49.718Z | [ recovery-image] Feb 13 05:09:47.863 INFO O| Feb 13 05:09:47.863 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2025-02-13T05:09:49.754Z | [ recovery-image] Feb 13 05:09:47.899 INFO O| Feb 13 05:09:47.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5198 | 2025-02-13T05:09:49.757Z | [ recovery-image] Feb 13 05:09:47.899 INFO O| Feb 13 05:09:47.899 INFO STEP 235 (remove_files) COMPLETE |
5199 | 2025-02-13T05:09:49.757Z | [ recovery-image] Feb 13 05:09:47.900 INFO O| Feb 13 05:09:47.899 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2025-02-13T05:09:49.776Z | [ recovery-image] Feb 13 05:09:47.921 INFO O| Feb 13 05:09:47.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5201 | 2025-02-13T05:09:49.779Z | [ recovery-image] Feb 13 05:09:47.921 INFO O| Feb 13 05:09:47.921 INFO STEP 236 (remove_files) COMPLETE |
5202 | 2025-02-13T05:09:49.779Z | [ recovery-image] Feb 13 05:09:47.921 INFO O| Feb 13 05:09:47.921 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2025-02-13T05:09:49.796Z | [ recovery-image] Feb 13 05:09:47.940 INFO O| Feb 13 05:09:47.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5204 | 2025-02-13T05:09:49.796Z | [ recovery-image] Feb 13 05:09:47.940 INFO O| Feb 13 05:09:47.940 INFO STEP 237 (remove_files) COMPLETE |
5205 | 2025-02-13T05:09:49.799Z | [ recovery-image] Feb 13 05:09:47.940 INFO O| Feb 13 05:09:47.940 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2025-02-13T05:09:49.815Z | [ recovery-image] Feb 13 05:09:47.960 INFO O| Feb 13 05:09:47.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5207 | 2025-02-13T05:09:49.815Z | [ recovery-image] Feb 13 05:09:47.960 INFO O| Feb 13 05:09:47.960 INFO STEP 238 (remove_files) COMPLETE |
5208 | 2025-02-13T05:09:49.818Z | [ recovery-image] Feb 13 05:09:47.960 INFO O| Feb 13 05:09:47.960 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2025-02-13T05:09:49.835Z | [ recovery-image] Feb 13 05:09:47.980 INFO O| Feb 13 05:09:47.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5210 | 2025-02-13T05:09:49.838Z | [ recovery-image] Feb 13 05:09:47.980 INFO O| Feb 13 05:09:47.980 INFO STEP 239 (remove_files) COMPLETE |
5211 | 2025-02-13T05:09:49.838Z | [ recovery-image] Feb 13 05:09:47.980 INFO O| Feb 13 05:09:47.980 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2025-02-13T05:09:49.860Z | [ recovery-image] Feb 13 05:09:48.005 INFO O| Feb 13 05:09:48.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5213 | 2025-02-13T05:09:49.860Z | [ recovery-image] Feb 13 05:09:48.005 INFO O| Feb 13 05:09:48.005 INFO STEP 240 (remove_files) COMPLETE |
5214 | 2025-02-13T05:09:49.861Z | [ recovery-image] Feb 13 05:09:48.005 INFO O| Feb 13 05:09:48.005 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2025-02-13T05:09:49.881Z | [ recovery-image] Feb 13 05:09:48.026 INFO O| Feb 13 05:09:48.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5216 | 2025-02-13T05:09:49.881Z | [ recovery-image] Feb 13 05:09:48.026 INFO O| Feb 13 05:09:48.026 INFO STEP 241 (remove_files) COMPLETE |
5217 | 2025-02-13T05:09:49.881Z | [ recovery-image] Feb 13 05:09:48.026 INFO O| Feb 13 05:09:48.026 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2025-02-13T05:09:49.918Z | [ recovery-image] Feb 13 05:09:48.062 INFO O| Feb 13 05:09:48.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5219 | 2025-02-13T05:09:49.918Z | [ recovery-image] Feb 13 05:09:48.062 INFO O| Feb 13 05:09:48.062 INFO STEP 242 (remove_files) COMPLETE |
5220 | 2025-02-13T05:09:49.918Z | [ recovery-image] Feb 13 05:09:48.062 INFO O| Feb 13 05:09:48.062 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2025-02-13T05:09:49.938Z | [ recovery-image] Feb 13 05:09:48.083 INFO O| Feb 13 05:09:48.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5222 | 2025-02-13T05:09:49.938Z | [ recovery-image] Feb 13 05:09:48.083 INFO O| Feb 13 05:09:48.083 INFO STEP 243 (remove_files) COMPLETE |
5223 | 2025-02-13T05:09:49.941Z | [ recovery-image] Feb 13 05:09:48.083 INFO O| Feb 13 05:09:48.083 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2025-02-13T05:09:49.977Z | [ recovery-image] Feb 13 05:09:48.121 INFO O| Feb 13 05:09:48.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5225 | 2025-02-13T05:09:49.977Z | [ recovery-image] Feb 13 05:09:48.121 INFO O| Feb 13 05:09:48.121 INFO STEP 244 (remove_files) COMPLETE |
5226 | 2025-02-13T05:09:49.977Z | [ recovery-image] Feb 13 05:09:48.121 INFO O| Feb 13 05:09:48.121 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2025-02-13T05:09:49.997Z | [ recovery-image] Feb 13 05:09:48.141 INFO O| Feb 13 05:09:48.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5228 | 2025-02-13T05:09:49.999Z | [ recovery-image] Feb 13 05:09:48.141 INFO O| Feb 13 05:09:48.141 INFO STEP 245 (remove_files) COMPLETE |
5229 | 2025-02-13T05:09:49.999Z | [ recovery-image] Feb 13 05:09:48.141 INFO O| Feb 13 05:09:48.141 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2025-02-13T05:09:50.030Z | [ recovery-image] Feb 13 05:09:48.175 INFO O| Feb 13 05:09:48.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5231 | 2025-02-13T05:09:50.033Z | [ recovery-image] Feb 13 05:09:48.176 INFO O| Feb 13 05:09:48.176 INFO STEP 246 (remove_files) COMPLETE |
5232 | 2025-02-13T05:09:50.033Z | [ recovery-image] Feb 13 05:09:48.176 INFO O| Feb 13 05:09:48.176 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2025-02-13T05:09:50.064Z | [ recovery-image] Feb 13 05:09:48.208 INFO O| Feb 13 05:09:48.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5234 | 2025-02-13T05:09:50.064Z | [ recovery-image] Feb 13 05:09:48.208 INFO O| Feb 13 05:09:48.208 INFO STEP 247 (remove_files) COMPLETE |
5235 | 2025-02-13T05:09:50.064Z | [ recovery-image] Feb 13 05:09:48.208 INFO O| Feb 13 05:09:48.208 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2025-02-13T05:09:50.095Z | [ recovery-image] Feb 13 05:09:48.239 INFO O| Feb 13 05:09:48.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5237 | 2025-02-13T05:09:50.095Z | [ recovery-image] Feb 13 05:09:48.239 INFO O| Feb 13 05:09:48.239 INFO STEP 248 (remove_files) COMPLETE |
5238 | 2025-02-13T05:09:50.095Z | [ recovery-image] Feb 13 05:09:48.239 INFO O| Feb 13 05:09:48.239 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2025-02-13T05:09:50.155Z | [ recovery-image] Feb 13 05:09:48.300 INFO O| Feb 13 05:09:48.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5240 | 2025-02-13T05:09:50.155Z | [ recovery-image] Feb 13 05:09:48.300 INFO O| Feb 13 05:09:48.300 INFO STEP 249 (remove_files) COMPLETE |
5241 | 2025-02-13T05:09:50.155Z | [ recovery-image] Feb 13 05:09:48.300 INFO O| Feb 13 05:09:48.300 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2025-02-13T05:09:50.175Z | [ recovery-image] Feb 13 05:09:48.320 INFO O| Feb 13 05:09:48.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5243 | 2025-02-13T05:09:50.175Z | [ recovery-image] Feb 13 05:09:48.320 INFO O| Feb 13 05:09:48.320 INFO STEP 250 (remove_files) COMPLETE |
5244 | 2025-02-13T05:09:50.175Z | [ recovery-image] Feb 13 05:09:48.320 INFO O| Feb 13 05:09:48.320 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2025-02-13T05:09:50.213Z | [ recovery-image] Feb 13 05:09:48.356 INFO O| Feb 13 05:09:48.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5246 | 2025-02-13T05:09:50.213Z | [ recovery-image] Feb 13 05:09:48.356 INFO O| Feb 13 05:09:48.356 INFO STEP 251 (remove_files) COMPLETE |
5247 | 2025-02-13T05:09:50.213Z | [ recovery-image] Feb 13 05:09:48.356 INFO O| Feb 13 05:09:48.356 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2025-02-13T05:09:50.254Z | [ recovery-image] Feb 13 05:09:48.399 INFO O| Feb 13 05:09:48.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5249 | 2025-02-13T05:09:50.254Z | [ recovery-image] Feb 13 05:09:48.399 INFO O| Feb 13 05:09:48.399 INFO STEP 252 (remove_files) COMPLETE |
5250 | 2025-02-13T05:09:50.254Z | [ recovery-image] Feb 13 05:09:48.399 INFO O| Feb 13 05:09:48.399 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2025-02-13T05:09:50.276Z | [ recovery-image] Feb 13 05:09:48.421 INFO O| Feb 13 05:09:48.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5252 | 2025-02-13T05:09:50.276Z | [ recovery-image] Feb 13 05:09:48.421 INFO O| Feb 13 05:09:48.421 INFO STEP 253 (remove_files) COMPLETE |
5253 | 2025-02-13T05:09:50.276Z | [ recovery-image] Feb 13 05:09:48.421 INFO O| Feb 13 05:09:48.421 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2025-02-13T05:09:50.297Z | [ recovery-image] Feb 13 05:09:48.441 INFO O| Feb 13 05:09:48.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5255 | 2025-02-13T05:09:50.297Z | [ recovery-image] Feb 13 05:09:48.441 INFO O| Feb 13 05:09:48.441 INFO STEP 254 (remove_files) COMPLETE |
5256 | 2025-02-13T05:09:50.297Z | [ recovery-image] Feb 13 05:09:48.441 INFO O| Feb 13 05:09:48.441 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2025-02-13T05:09:50.316Z | [ recovery-image] Feb 13 05:09:48.461 INFO O| Feb 13 05:09:48.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5258 | 2025-02-13T05:09:50.317Z | [ recovery-image] Feb 13 05:09:48.461 INFO O| Feb 13 05:09:48.461 INFO STEP 255 (remove_files) COMPLETE |
5259 | 2025-02-13T05:09:50.317Z | [ recovery-image] Feb 13 05:09:48.461 INFO O| Feb 13 05:09:48.461 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2025-02-13T05:09:50.336Z | [ recovery-image] Feb 13 05:09:48.481 INFO O| Feb 13 05:09:48.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5261 | 2025-02-13T05:09:50.336Z | [ recovery-image] Feb 13 05:09:48.481 INFO O| Feb 13 05:09:48.481 INFO STEP 256 (remove_files) COMPLETE |
5262 | 2025-02-13T05:09:50.339Z | [ recovery-image] Feb 13 05:09:48.481 INFO O| Feb 13 05:09:48.481 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2025-02-13T05:09:50.356Z | [ recovery-image] Feb 13 05:09:48.500 INFO O| Feb 13 05:09:48.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5264 | 2025-02-13T05:09:50.356Z | [ recovery-image] Feb 13 05:09:48.500 INFO O| Feb 13 05:09:48.500 INFO STEP 257 (remove_files) COMPLETE |
5265 | 2025-02-13T05:09:50.356Z | [ recovery-image] Feb 13 05:09:48.500 INFO O| Feb 13 05:09:48.500 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2025-02-13T05:09:50.377Z | [ recovery-image] Feb 13 05:09:48.521 INFO O| Feb 13 05:09:48.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5267 | 2025-02-13T05:09:50.379Z | [ recovery-image] Feb 13 05:09:48.521 INFO O| Feb 13 05:09:48.521 INFO STEP 258 (remove_files) COMPLETE |
5268 | 2025-02-13T05:09:50.379Z | [ recovery-image] Feb 13 05:09:48.522 INFO O| Feb 13 05:09:48.521 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2025-02-13T05:09:50.398Z | [ recovery-image] Feb 13 05:09:48.542 INFO O| Feb 13 05:09:48.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5270 | 2025-02-13T05:09:50.398Z | [ recovery-image] Feb 13 05:09:48.543 INFO O| Feb 13 05:09:48.542 INFO STEP 259 (remove_files) COMPLETE |
5271 | 2025-02-13T05:09:50.398Z | [ recovery-image] Feb 13 05:09:48.543 INFO O| Feb 13 05:09:48.543 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2025-02-13T05:09:50.434Z | [ recovery-image] Feb 13 05:09:48.579 INFO O| Feb 13 05:09:48.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5273 | 2025-02-13T05:09:50.437Z | [ recovery-image] Feb 13 05:09:48.579 INFO O| Feb 13 05:09:48.579 INFO STEP 260 (remove_files) COMPLETE |
5274 | 2025-02-13T05:09:50.437Z | [ recovery-image] Feb 13 05:09:48.580 INFO O| Feb 13 05:09:48.579 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2025-02-13T05:09:50.471Z | [ recovery-image] Feb 13 05:09:48.615 INFO O| Feb 13 05:09:48.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5276 | 2025-02-13T05:09:50.474Z | [ recovery-image] Feb 13 05:09:48.616 INFO O| Feb 13 05:09:48.616 INFO STEP 261 (remove_files) COMPLETE |
5277 | 2025-02-13T05:09:50.474Z | [ recovery-image] Feb 13 05:09:48.616 INFO O| Feb 13 05:09:48.616 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2025-02-13T05:09:50.492Z | [ recovery-image] Feb 13 05:09:48.636 INFO O| Feb 13 05:09:48.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5279 | 2025-02-13T05:09:50.492Z | [ recovery-image] Feb 13 05:09:48.636 INFO O| Feb 13 05:09:48.636 INFO STEP 262 (remove_files) COMPLETE |
5280 | 2025-02-13T05:09:50.492Z | [ recovery-image] Feb 13 05:09:48.636 INFO O| Feb 13 05:09:48.636 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2025-02-13T05:09:50.511Z | [ recovery-image] Feb 13 05:09:48.655 INFO O| Feb 13 05:09:48.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5282 | 2025-02-13T05:09:50.511Z | [ recovery-image] Feb 13 05:09:48.656 INFO O| Feb 13 05:09:48.655 INFO STEP 263 (remove_files) COMPLETE |
5283 | 2025-02-13T05:09:50.511Z | [ recovery-image] Feb 13 05:09:48.656 INFO O| Feb 13 05:09:48.656 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2025-02-13T05:09:50.543Z | [ recovery-image] Feb 13 05:09:48.687 INFO O| Feb 13 05:09:48.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5285 | 2025-02-13T05:09:50.545Z | [ recovery-image] Feb 13 05:09:48.688 INFO O| Feb 13 05:09:48.687 INFO STEP 264 (remove_files) COMPLETE |
5286 | 2025-02-13T05:09:50.545Z | [ recovery-image] Feb 13 05:09:48.688 INFO O| Feb 13 05:09:48.687 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2025-02-13T05:09:50.565Z | [ recovery-image] Feb 13 05:09:48.710 INFO O| Feb 13 05:09:48.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5288 | 2025-02-13T05:09:50.565Z | [ recovery-image] Feb 13 05:09:48.710 INFO O| Feb 13 05:09:48.710 INFO STEP 265 (remove_files) COMPLETE |
5289 | 2025-02-13T05:09:50.565Z | [ recovery-image] Feb 13 05:09:48.710 INFO O| Feb 13 05:09:48.710 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2025-02-13T05:09:50.602Z | [ recovery-image] Feb 13 05:09:48.746 INFO O| Feb 13 05:09:48.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5291 | 2025-02-13T05:09:50.604Z | [ recovery-image] Feb 13 05:09:48.746 INFO O| Feb 13 05:09:48.746 INFO STEP 266 (remove_files) COMPLETE |
5292 | 2025-02-13T05:09:50.604Z | [ recovery-image] Feb 13 05:09:48.746 INFO O| Feb 13 05:09:48.746 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2025-02-13T05:09:50.628Z | [ recovery-image] Feb 13 05:09:48.770 INFO O| Feb 13 05:09:48.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5294 | 2025-02-13T05:09:50.628Z | [ recovery-image] Feb 13 05:09:48.771 INFO O| Feb 13 05:09:48.771 INFO STEP 267 (remove_files) COMPLETE |
5295 | 2025-02-13T05:09:50.628Z | [ recovery-image] Feb 13 05:09:48.771 INFO O| Feb 13 05:09:48.771 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2025-02-13T05:09:50.700Z | [ recovery-image] Feb 13 05:09:48.830 INFO O| Feb 13 05:09:48.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5297 | 2025-02-13T05:09:50.701Z | [ recovery-image] Feb 13 05:09:48.830 INFO O| Feb 13 05:09:48.830 INFO STEP 268 (remove_files) COMPLETE |
5298 | 2025-02-13T05:09:50.701Z | [ recovery-image] Feb 13 05:09:48.830 INFO O| Feb 13 05:09:48.830 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2025-02-13T05:09:50.725Z | [ recovery-image] Feb 13 05:09:48.870 INFO O| Feb 13 05:09:48.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5300 | 2025-02-13T05:09:50.725Z | [ recovery-image] Feb 13 05:09:48.870 INFO O| Feb 13 05:09:48.870 INFO STEP 269 (remove_files) COMPLETE |
5301 | 2025-02-13T05:09:50.728Z | [ recovery-image] Feb 13 05:09:48.870 INFO O| Feb 13 05:09:48.870 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2025-02-13T05:09:50.745Z | [ recovery-image] Feb 13 05:09:48.890 INFO O| Feb 13 05:09:48.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5303 | 2025-02-13T05:09:50.748Z | [ recovery-image] Feb 13 05:09:48.890 INFO O| Feb 13 05:09:48.890 INFO STEP 270 (remove_files) COMPLETE |
5304 | 2025-02-13T05:09:50.748Z | [ recovery-image] Feb 13 05:09:48.890 INFO O| Feb 13 05:09:48.890 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2025-02-13T05:09:50.763Z | [ recovery-image] Feb 13 05:09:48.908 INFO O| Feb 13 05:09:48.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5306 | 2025-02-13T05:09:50.763Z | [ recovery-image] Feb 13 05:09:48.908 INFO O| Feb 13 05:09:48.908 INFO STEP 271 (remove_files) COMPLETE |
5307 | 2025-02-13T05:09:50.766Z | [ recovery-image] Feb 13 05:09:48.908 INFO O| Feb 13 05:09:48.908 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2025-02-13T05:09:50.797Z | [ recovery-image] Feb 13 05:09:48.940 INFO O| Feb 13 05:09:48.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5309 | 2025-02-13T05:09:50.799Z | [ recovery-image] Feb 13 05:09:48.940 INFO O| Feb 13 05:09:48.940 INFO STEP 272 (remove_files) COMPLETE |
5310 | 2025-02-13T05:09:50.800Z | [ recovery-image] Feb 13 05:09:48.940 INFO O| Feb 13 05:09:48.940 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2025-02-13T05:09:50.818Z | [ recovery-image] Feb 13 05:09:48.963 INFO O| Feb 13 05:09:48.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5312 | 2025-02-13T05:09:50.818Z | [ recovery-image] Feb 13 05:09:48.963 INFO O| Feb 13 05:09:48.963 INFO STEP 273 (remove_files) COMPLETE |
5313 | 2025-02-13T05:09:50.818Z | [ recovery-image] Feb 13 05:09:48.963 INFO O| Feb 13 05:09:48.963 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2025-02-13T05:09:50.839Z | [ recovery-image] Feb 13 05:09:48.984 INFO O| Feb 13 05:09:48.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5315 | 2025-02-13T05:09:50.839Z | [ recovery-image] Feb 13 05:09:48.984 INFO O| Feb 13 05:09:48.984 INFO STEP 274 (remove_files) COMPLETE |
5316 | 2025-02-13T05:09:50.839Z | [ recovery-image] Feb 13 05:09:48.984 INFO O| Feb 13 05:09:48.984 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2025-02-13T05:09:50.871Z | [ recovery-image] Feb 13 05:09:49.016 INFO O| Feb 13 05:09:49.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5318 | 2025-02-13T05:09:50.874Z | [ recovery-image] Feb 13 05:09:49.016 INFO O| Feb 13 05:09:49.016 INFO STEP 275 (remove_files) COMPLETE |
5319 | 2025-02-13T05:09:50.874Z | [ recovery-image] Feb 13 05:09:49.016 INFO O| Feb 13 05:09:49.016 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2025-02-13T05:09:50.902Z | [ recovery-image] Feb 13 05:09:49.047 INFO O| Feb 13 05:09:49.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5321 | 2025-02-13T05:09:50.902Z | [ recovery-image] Feb 13 05:09:49.047 INFO O| Feb 13 05:09:49.047 INFO STEP 276 (remove_files) COMPLETE |
5322 | 2025-02-13T05:09:50.902Z | [ recovery-image] Feb 13 05:09:49.047 INFO O| Feb 13 05:09:49.047 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2025-02-13T05:09:50.961Z | [ recovery-image] Feb 13 05:09:49.106 INFO O| Feb 13 05:09:49.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5324 | 2025-02-13T05:09:50.961Z | [ recovery-image] Feb 13 05:09:49.106 INFO O| Feb 13 05:09:49.106 INFO STEP 277 (remove_files) COMPLETE |
5325 | 2025-02-13T05:09:50.961Z | [ recovery-image] Feb 13 05:09:49.106 INFO O| Feb 13 05:09:49.106 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2025-02-13T05:09:50.992Z | [ recovery-image] Feb 13 05:09:49.136 INFO O| Feb 13 05:09:49.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5327 | 2025-02-13T05:09:50.992Z | [ recovery-image] Feb 13 05:09:49.136 INFO O| Feb 13 05:09:49.136 INFO STEP 278 (remove_files) COMPLETE |
5328 | 2025-02-13T05:09:50.992Z | [ recovery-image] Feb 13 05:09:49.136 INFO O| Feb 13 05:09:49.136 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2025-02-13T05:09:51.031Z | [ recovery-image] Feb 13 05:09:49.175 INFO O| Feb 13 05:09:49.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5330 | 2025-02-13T05:09:51.031Z | [ recovery-image] Feb 13 05:09:49.176 INFO O| Feb 13 05:09:49.175 INFO STEP 279 (remove_files) COMPLETE |
5331 | 2025-02-13T05:09:51.031Z | [ recovery-image] Feb 13 05:09:49.176 INFO O| Feb 13 05:09:49.176 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2025-02-13T05:09:51.057Z | [ recovery-image] Feb 13 05:09:49.201 INFO O| Feb 13 05:09:49.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5333 | 2025-02-13T05:09:51.057Z | [ recovery-image] Feb 13 05:09:49.201 INFO O| Feb 13 05:09:49.201 INFO STEP 280 (remove_files) COMPLETE |
5334 | 2025-02-13T05:09:51.057Z | [ recovery-image] Feb 13 05:09:49.201 INFO O| Feb 13 05:09:49.201 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2025-02-13T05:09:51.080Z | [ recovery-image] Feb 13 05:09:49.224 INFO O| Feb 13 05:09:49.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5336 | 2025-02-13T05:09:51.080Z | [ recovery-image] Feb 13 05:09:49.224 INFO O| Feb 13 05:09:49.224 INFO STEP 281 (remove_files) COMPLETE |
5337 | 2025-02-13T05:09:51.082Z | [ recovery-image] Feb 13 05:09:49.224 INFO O| Feb 13 05:09:49.224 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2025-02-13T05:09:51.100Z | [ recovery-image] Feb 13 05:09:49.245 INFO O| Feb 13 05:09:49.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5339 | 2025-02-13T05:09:51.100Z | [ recovery-image] Feb 13 05:09:49.245 INFO O| Feb 13 05:09:49.245 INFO STEP 282 (remove_files) COMPLETE |
5340 | 2025-02-13T05:09:51.100Z | [ recovery-image] Feb 13 05:09:49.245 INFO O| Feb 13 05:09:49.245 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2025-02-13T05:09:51.120Z | [ recovery-image] Feb 13 05:09:49.264 INFO O| Feb 13 05:09:49.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5342 | 2025-02-13T05:09:51.120Z | [ recovery-image] Feb 13 05:09:49.264 INFO O| Feb 13 05:09:49.264 INFO STEP 283 (remove_files) COMPLETE |
5343 | 2025-02-13T05:09:51.120Z | [ recovery-image] Feb 13 05:09:49.264 INFO O| Feb 13 05:09:49.264 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2025-02-13T05:09:51.138Z | [ recovery-image] Feb 13 05:09:49.283 INFO O| Feb 13 05:09:49.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5345 | 2025-02-13T05:09:51.154Z | [ recovery-image] Feb 13 05:09:49.299 INFO O| Feb 13 05:09:49.299 INFO STEP 284 (remove_files) COMPLETE |
5346 | 2025-02-13T05:09:51.154Z | [ recovery-image] Feb 13 05:09:49.299 INFO O| Feb 13 05:09:49.299 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2025-02-13T05:09:51.189Z | [ recovery-image] Feb 13 05:09:49.334 INFO O| Feb 13 05:09:49.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5348 | 2025-02-13T05:09:51.189Z | [ recovery-image] Feb 13 05:09:49.334 INFO O| Feb 13 05:09:49.334 INFO STEP 285 (remove_files) COMPLETE |
5349 | 2025-02-13T05:09:51.192Z | [ recovery-image] Feb 13 05:09:49.334 INFO O| Feb 13 05:09:49.334 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2025-02-13T05:09:51.245Z | [ recovery-image] Feb 13 05:09:49.390 INFO O| Feb 13 05:09:49.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5351 | 2025-02-13T05:09:51.248Z | [ recovery-image] Feb 13 05:09:49.390 INFO O| Feb 13 05:09:49.390 INFO STEP 286 (remove_files) COMPLETE |
5352 | 2025-02-13T05:09:51.248Z | [ recovery-image] Feb 13 05:09:49.390 INFO O| Feb 13 05:09:49.390 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2025-02-13T05:09:51.265Z | [ recovery-image] Feb 13 05:09:49.410 INFO O| Feb 13 05:09:49.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5354 | 2025-02-13T05:09:51.268Z | [ recovery-image] Feb 13 05:09:49.410 INFO O| Feb 13 05:09:49.410 INFO STEP 287 (remove_files) COMPLETE |
5355 | 2025-02-13T05:09:51.268Z | [ recovery-image] Feb 13 05:09:49.410 INFO O| Feb 13 05:09:49.410 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2025-02-13T05:09:51.286Z | [ recovery-image] Feb 13 05:09:49.431 INFO O| Feb 13 05:09:49.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5357 | 2025-02-13T05:09:51.286Z | [ recovery-image] Feb 13 05:09:49.431 INFO O| Feb 13 05:09:49.431 INFO STEP 288 (remove_files) COMPLETE |
5358 | 2025-02-13T05:09:51.286Z | [ recovery-image] Feb 13 05:09:49.431 INFO O| Feb 13 05:09:49.431 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2025-02-13T05:09:51.314Z | [ recovery-image] Feb 13 05:09:49.458 INFO O| Feb 13 05:09:49.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5360 | 2025-02-13T05:09:51.314Z | [ recovery-image] Feb 13 05:09:49.458 INFO O| Feb 13 05:09:49.458 INFO STEP 289 (remove_files) COMPLETE |
5361 | 2025-02-13T05:09:51.316Z | [ recovery-image] Feb 13 05:09:49.458 INFO O| Feb 13 05:09:49.458 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2025-02-13T05:09:51.373Z | [ recovery-image] Feb 13 05:09:49.517 INFO O| Feb 13 05:09:49.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5363 | 2025-02-13T05:09:51.376Z | [ recovery-image] Feb 13 05:09:49.517 INFO O| Feb 13 05:09:49.517 INFO STEP 290 (remove_files) COMPLETE |
5364 | 2025-02-13T05:09:51.376Z | [ recovery-image] Feb 13 05:09:49.518 INFO O| Feb 13 05:09:49.517 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2025-02-13T05:09:51.413Z | [ recovery-image] Feb 13 05:09:49.558 INFO O| Feb 13 05:09:49.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5366 | 2025-02-13T05:09:51.413Z | [ recovery-image] Feb 13 05:09:49.558 INFO O| Feb 13 05:09:49.558 INFO STEP 291 (remove_files) COMPLETE |
5367 | 2025-02-13T05:09:51.416Z | [ recovery-image] Feb 13 05:09:49.559 INFO O| Feb 13 05:09:49.558 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2025-02-13T05:09:51.447Z | [ recovery-image] Feb 13 05:09:49.591 INFO O| Feb 13 05:09:49.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5369 | 2025-02-13T05:09:51.447Z | [ recovery-image] Feb 13 05:09:49.591 INFO O| Feb 13 05:09:49.591 INFO STEP 292 (remove_files) COMPLETE |
5370 | 2025-02-13T05:09:51.450Z | [ recovery-image] Feb 13 05:09:49.591 INFO O| Feb 13 05:09:49.591 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2025-02-13T05:09:51.470Z | [ recovery-image] Feb 13 05:09:49.613 INFO O| Feb 13 05:09:49.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5372 | 2025-02-13T05:09:51.470Z | [ recovery-image] Feb 13 05:09:49.613 INFO O| Feb 13 05:09:49.613 INFO STEP 293 (remove_files) COMPLETE |
5373 | 2025-02-13T05:09:51.470Z | [ recovery-image] Feb 13 05:09:49.613 INFO O| Feb 13 05:09:49.613 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2025-02-13T05:09:51.504Z | [ recovery-image] Feb 13 05:09:49.649 INFO O| Feb 13 05:09:49.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5375 | 2025-02-13T05:09:51.504Z | [ recovery-image] Feb 13 05:09:49.649 INFO O| Feb 13 05:09:49.649 INFO STEP 294 (remove_files) COMPLETE |
5376 | 2025-02-13T05:09:51.504Z | [ recovery-image] Feb 13 05:09:49.649 INFO O| Feb 13 05:09:49.649 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2025-02-13T05:09:51.524Z | [ recovery-image] Feb 13 05:09:49.668 INFO O| Feb 13 05:09:49.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5378 | 2025-02-13T05:09:51.524Z | [ recovery-image] Feb 13 05:09:49.668 INFO O| Feb 13 05:09:49.668 INFO STEP 295 (remove_files) COMPLETE |
5379 | 2025-02-13T05:09:51.524Z | [ recovery-image] Feb 13 05:09:49.668 INFO O| Feb 13 05:09:49.668 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2025-02-13T05:09:51.546Z | [ recovery-image] Feb 13 05:09:49.690 INFO O| Feb 13 05:09:49.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5381 | 2025-02-13T05:09:51.569Z | [ recovery-image] Feb 13 05:09:49.714 INFO O| Feb 13 05:09:49.714 INFO STEP 296 (remove_files) COMPLETE |
5382 | 2025-02-13T05:09:51.569Z | [ recovery-image] Feb 13 05:09:49.714 INFO O| Feb 13 05:09:49.714 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2025-02-13T05:09:51.601Z | [ recovery-image] Feb 13 05:09:49.745 INFO O| Feb 13 05:09:49.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5384 | 2025-02-13T05:09:51.623Z | [ recovery-image] Feb 13 05:09:49.768 INFO O| Feb 13 05:09:49.768 INFO STEP 297 (remove_files) COMPLETE |
5385 | 2025-02-13T05:09:51.623Z | [ recovery-image] Feb 13 05:09:49.768 INFO O| Feb 13 05:09:49.768 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2025-02-13T05:09:51.657Z | [ recovery-image] Feb 13 05:09:49.799 INFO O| Feb 13 05:09:49.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5387 | 2025-02-13T05:09:51.657Z | [ recovery-image] Feb 13 05:09:49.800 INFO O| Feb 13 05:09:49.800 INFO STEP 298 (remove_files) COMPLETE |
5388 | 2025-02-13T05:09:51.657Z | [ recovery-image] Feb 13 05:09:49.800 INFO O| Feb 13 05:09:49.800 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2025-02-13T05:09:51.691Z | [ recovery-image] Feb 13 05:09:49.835 INFO O| Feb 13 05:09:49.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5390 | 2025-02-13T05:09:51.691Z | [ recovery-image] Feb 13 05:09:49.835 INFO O| Feb 13 05:09:49.835 INFO STEP 299 (remove_files) COMPLETE |
5391 | 2025-02-13T05:09:51.691Z | [ recovery-image] Feb 13 05:09:49.835 INFO O| Feb 13 05:09:49.835 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2025-02-13T05:09:51.713Z | [ recovery-image] Feb 13 05:09:49.858 INFO O| Feb 13 05:09:49.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5393 | 2025-02-13T05:09:51.713Z | [ recovery-image] Feb 13 05:09:49.858 INFO O| Feb 13 05:09:49.858 INFO STEP 300 (remove_files) COMPLETE |
5394 | 2025-02-13T05:09:51.716Z | [ recovery-image] Feb 13 05:09:49.858 INFO O| Feb 13 05:09:49.858 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2025-02-13T05:09:51.751Z | [ recovery-image] Feb 13 05:09:49.896 INFO O| Feb 13 05:09:49.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5396 | 2025-02-13T05:09:51.751Z | [ recovery-image] Feb 13 05:09:49.896 INFO O| Feb 13 05:09:49.896 INFO STEP 301 (remove_files) COMPLETE |
5397 | 2025-02-13T05:09:51.751Z | [ recovery-image] Feb 13 05:09:49.896 INFO O| Feb 13 05:09:49.896 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2025-02-13T05:09:51.770Z | [ recovery-image] Feb 13 05:09:49.914 INFO O| Feb 13 05:09:49.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5399 | 2025-02-13T05:09:51.770Z | [ recovery-image] Feb 13 05:09:49.915 INFO O| Feb 13 05:09:49.915 INFO STEP 302 (remove_files) COMPLETE |
5400 | 2025-02-13T05:09:51.772Z | [ recovery-image] Feb 13 05:09:49.915 INFO O| Feb 13 05:09:49.915 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2025-02-13T05:09:51.789Z | [ recovery-image] Feb 13 05:09:49.933 INFO O| Feb 13 05:09:49.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5402 | 2025-02-13T05:09:51.789Z | [ recovery-image] Feb 13 05:09:49.933 INFO O| Feb 13 05:09:49.933 INFO STEP 303 (remove_files) COMPLETE |
5403 | 2025-02-13T05:09:51.789Z | [ recovery-image] Feb 13 05:09:49.933 INFO O| Feb 13 05:09:49.933 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2025-02-13T05:09:51.807Z | [ recovery-image] Feb 13 05:09:49.951 INFO O| Feb 13 05:09:49.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5405 | 2025-02-13T05:09:51.807Z | [ recovery-image] Feb 13 05:09:49.951 INFO O| Feb 13 05:09:49.951 INFO STEP 304 (remove_files) COMPLETE |
5406 | 2025-02-13T05:09:51.810Z | [ recovery-image] Feb 13 05:09:49.951 INFO O| Feb 13 05:09:49.951 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2025-02-13T05:09:51.826Z | [ recovery-image] Feb 13 05:09:49.970 INFO O| Feb 13 05:09:49.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5408 | 2025-02-13T05:09:51.826Z | [ recovery-image] Feb 13 05:09:49.970 INFO O| Feb 13 05:09:49.970 INFO STEP 305 (remove_files) COMPLETE |
5409 | 2025-02-13T05:09:51.826Z | [ recovery-image] Feb 13 05:09:49.970 INFO O| Feb 13 05:09:49.970 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2025-02-13T05:09:51.861Z | [ recovery-image] Feb 13 05:09:50.005 INFO O| Feb 13 05:09:50.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5411 | 2025-02-13T05:09:51.861Z | [ recovery-image] Feb 13 05:09:50.005 INFO O| Feb 13 05:09:50.005 INFO STEP 306 (remove_files) COMPLETE |
5412 | 2025-02-13T05:09:51.861Z | [ recovery-image] Feb 13 05:09:50.005 INFO O| Feb 13 05:09:50.005 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2025-02-13T05:09:51.880Z | [ recovery-image] Feb 13 05:09:50.024 INFO O| Feb 13 05:09:50.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5414 | 2025-02-13T05:09:51.880Z | [ recovery-image] Feb 13 05:09:50.024 INFO O| Feb 13 05:09:50.024 INFO STEP 307 (remove_files) COMPLETE |
5415 | 2025-02-13T05:09:51.880Z | [ recovery-image] Feb 13 05:09:50.024 INFO O| Feb 13 05:09:50.024 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2025-02-13T05:09:51.901Z | [ recovery-image] Feb 13 05:09:50.045 INFO O| Feb 13 05:09:50.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5417 | 2025-02-13T05:09:51.901Z | [ recovery-image] Feb 13 05:09:50.045 INFO O| Feb 13 05:09:50.045 INFO STEP 308 (remove_files) COMPLETE |
5418 | 2025-02-13T05:09:51.901Z | [ recovery-image] Feb 13 05:09:50.045 INFO O| Feb 13 05:09:50.045 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2025-02-13T05:09:51.959Z | [ recovery-image] Feb 13 05:09:50.102 INFO O| Feb 13 05:09:50.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5420 | 2025-02-13T05:09:51.959Z | [ recovery-image] Feb 13 05:09:50.102 INFO O| Feb 13 05:09:50.102 INFO STEP 309 (remove_files) COMPLETE |
5421 | 2025-02-13T05:09:51.959Z | [ recovery-image] Feb 13 05:09:50.102 INFO O| Feb 13 05:09:50.102 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2025-02-13T05:09:51.990Z | [ recovery-image] Feb 13 05:09:50.134 INFO O| Feb 13 05:09:50.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5423 | 2025-02-13T05:09:51.990Z | [ recovery-image] Feb 13 05:09:50.134 INFO O| Feb 13 05:09:50.134 INFO STEP 310 (remove_files) COMPLETE |
5424 | 2025-02-13T05:09:51.990Z | [ recovery-image] Feb 13 05:09:50.134 INFO O| Feb 13 05:09:50.134 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2025-02-13T05:09:52.029Z | [ recovery-image] Feb 13 05:09:50.174 INFO O| Feb 13 05:09:50.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5426 | 2025-02-13T05:09:52.029Z | [ recovery-image] Feb 13 05:09:50.174 INFO O| Feb 13 05:09:50.174 INFO STEP 311 (remove_files) COMPLETE |
5427 | 2025-02-13T05:09:52.029Z | [ recovery-image] Feb 13 05:09:50.174 INFO O| Feb 13 05:09:50.174 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2025-02-13T05:09:52.048Z | [ recovery-image] Feb 13 05:09:50.193 INFO O| Feb 13 05:09:50.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5429 | 2025-02-13T05:09:52.048Z | [ recovery-image] Feb 13 05:09:50.193 INFO O| Feb 13 05:09:50.193 INFO STEP 312 (remove_files) COMPLETE |
5430 | 2025-02-13T05:09:52.051Z | [ recovery-image] Feb 13 05:09:50.193 INFO O| Feb 13 05:09:50.193 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2025-02-13T05:09:52.091Z | [ recovery-image] Feb 13 05:09:50.236 INFO O| Feb 13 05:09:50.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5432 | 2025-02-13T05:09:52.091Z | [ recovery-image] Feb 13 05:09:50.236 INFO O| Feb 13 05:09:50.236 INFO STEP 313 (remove_files) COMPLETE |
5433 | 2025-02-13T05:09:52.091Z | [ recovery-image] Feb 13 05:09:50.236 INFO O| Feb 13 05:09:50.236 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2025-02-13T05:09:52.131Z | [ recovery-image] Feb 13 05:09:50.276 INFO O| Feb 13 05:09:50.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5435 | 2025-02-13T05:09:52.131Z | [ recovery-image] Feb 13 05:09:50.276 INFO O| Feb 13 05:09:50.276 INFO STEP 314 (remove_files) COMPLETE |
5436 | 2025-02-13T05:09:52.131Z | [ recovery-image] Feb 13 05:09:50.276 INFO O| Feb 13 05:09:50.276 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2025-02-13T05:09:52.153Z | [ recovery-image] Feb 13 05:09:50.297 INFO O| Feb 13 05:09:50.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5438 | 2025-02-13T05:09:52.153Z | [ recovery-image] Feb 13 05:09:50.297 INFO O| Feb 13 05:09:50.297 INFO STEP 315 (remove_files) COMPLETE |
5439 | 2025-02-13T05:09:52.155Z | [ recovery-image] Feb 13 05:09:50.297 INFO O| Feb 13 05:09:50.297 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2025-02-13T05:09:52.173Z | [ recovery-image] Feb 13 05:09:50.317 INFO O| Feb 13 05:09:50.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5441 | 2025-02-13T05:09:52.173Z | [ recovery-image] Feb 13 05:09:50.317 INFO O| Feb 13 05:09:50.317 INFO STEP 316 (remove_files) COMPLETE |
5442 | 2025-02-13T05:09:52.173Z | [ recovery-image] Feb 13 05:09:50.317 INFO O| Feb 13 05:09:50.317 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2025-02-13T05:09:52.192Z | [ recovery-image] Feb 13 05:09:50.337 INFO O| Feb 13 05:09:50.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5444 | 2025-02-13T05:09:52.192Z | [ recovery-image] Feb 13 05:09:50.337 INFO O| Feb 13 05:09:50.337 INFO STEP 317 (remove_files) COMPLETE |
5445 | 2025-02-13T05:09:52.195Z | [ recovery-image] Feb 13 05:09:50.337 INFO O| Feb 13 05:09:50.337 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2025-02-13T05:09:52.217Z | [ recovery-image] Feb 13 05:09:50.361 INFO O| Feb 13 05:09:50.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5447 | 2025-02-13T05:09:52.238Z | [ recovery-image] Feb 13 05:09:50.382 INFO O| Feb 13 05:09:50.382 INFO STEP 318 (remove_files) COMPLETE |
5448 | 2025-02-13T05:09:52.239Z | [ recovery-image] Feb 13 05:09:50.382 INFO O| Feb 13 05:09:50.382 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2025-02-13T05:09:52.293Z | [ recovery-image] Feb 13 05:09:50.437 INFO O| Feb 13 05:09:50.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5450 | 2025-02-13T05:09:52.296Z | [ recovery-image] Feb 13 05:09:50.437 INFO O| Feb 13 05:09:50.437 INFO STEP 319 (remove_files) COMPLETE |
5451 | 2025-02-13T05:09:52.296Z | [ recovery-image] Feb 13 05:09:50.437 INFO O| Feb 13 05:09:50.437 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2025-02-13T05:09:52.316Z | [ recovery-image] Feb 13 05:09:50.460 INFO O| Feb 13 05:09:50.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5453 | 2025-02-13T05:09:52.316Z | [ recovery-image] Feb 13 05:09:50.460 INFO O| Feb 13 05:09:50.460 INFO STEP 320 (remove_files) COMPLETE |
5454 | 2025-02-13T05:09:52.319Z | [ recovery-image] Feb 13 05:09:50.460 INFO O| Feb 13 05:09:50.460 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2025-02-13T05:09:52.363Z | [ recovery-image] Feb 13 05:09:50.508 INFO O| Feb 13 05:09:50.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5456 | 2025-02-13T05:09:52.363Z | [ recovery-image] Feb 13 05:09:50.508 INFO O| Feb 13 05:09:50.508 INFO STEP 321 (remove_files) COMPLETE |
5457 | 2025-02-13T05:09:52.366Z | [ recovery-image] Feb 13 05:09:50.508 INFO O| Feb 13 05:09:50.508 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2025-02-13T05:09:52.415Z | [ recovery-image] Feb 13 05:09:50.546 INFO O| Feb 13 05:09:50.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5459 | 2025-02-13T05:09:52.415Z | [ recovery-image] Feb 13 05:09:50.546 INFO O| Feb 13 05:09:50.546 INFO STEP 322 (remove_files) COMPLETE |
5460 | 2025-02-13T05:09:52.416Z | [ recovery-image] Feb 13 05:09:50.546 INFO O| Feb 13 05:09:50.546 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2025-02-13T05:09:52.433Z | [ recovery-image] Feb 13 05:09:50.577 INFO O| Feb 13 05:09:50.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5462 | 2025-02-13T05:09:52.453Z | [ recovery-image] Feb 13 05:09:50.598 INFO O| Feb 13 05:09:50.598 INFO STEP 323 (remove_files) COMPLETE |
5463 | 2025-02-13T05:09:52.454Z | [ recovery-image] Feb 13 05:09:50.598 INFO O| Feb 13 05:09:50.598 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2025-02-13T05:09:52.475Z | [ recovery-image] Feb 13 05:09:50.619 INFO O| Feb 13 05:09:50.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5465 | 2025-02-13T05:09:52.477Z | [ recovery-image] Feb 13 05:09:50.620 INFO O| Feb 13 05:09:50.620 INFO STEP 324 (remove_files) COMPLETE |
5466 | 2025-02-13T05:09:52.477Z | [ recovery-image] Feb 13 05:09:50.620 INFO O| Feb 13 05:09:50.620 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2025-02-13T05:09:52.495Z | [ recovery-image] Feb 13 05:09:50.640 INFO O| Feb 13 05:09:50.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5468 | 2025-02-13T05:09:52.498Z | [ recovery-image] Feb 13 05:09:50.640 INFO O| Feb 13 05:09:50.640 INFO STEP 325 (remove_files) COMPLETE |
5469 | 2025-02-13T05:09:52.498Z | [ recovery-image] Feb 13 05:09:50.640 INFO O| Feb 13 05:09:50.640 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2025-02-13T05:09:52.516Z | [ recovery-image] Feb 13 05:09:50.661 INFO O| Feb 13 05:09:50.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5471 | 2025-02-13T05:09:52.519Z | [ recovery-image] Feb 13 05:09:50.661 INFO O| Feb 13 05:09:50.661 INFO STEP 326 (remove_files) COMPLETE |
5472 | 2025-02-13T05:09:52.519Z | [ recovery-image] Feb 13 05:09:50.661 INFO O| Feb 13 05:09:50.661 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2025-02-13T05:09:52.536Z | [ recovery-image] Feb 13 05:09:50.680 INFO O| Feb 13 05:09:50.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5474 | 2025-02-13T05:09:52.539Z | [ recovery-image] Feb 13 05:09:50.681 INFO O| Feb 13 05:09:50.681 INFO STEP 327 (remove_files) COMPLETE |
5475 | 2025-02-13T05:09:52.539Z | [ recovery-image] Feb 13 05:09:50.681 INFO O| Feb 13 05:09:50.681 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2025-02-13T05:09:52.557Z | [ recovery-image] Feb 13 05:09:50.701 INFO O| Feb 13 05:09:50.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5477 | 2025-02-13T05:09:52.583Z | [ recovery-image] Feb 13 05:09:50.727 INFO O| Feb 13 05:09:50.727 INFO STEP 328 (remove_files) COMPLETE |
5478 | 2025-02-13T05:09:52.583Z | [ recovery-image] Feb 13 05:09:50.727 INFO O| Feb 13 05:09:50.727 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2025-02-13T05:09:52.614Z | [ recovery-image] Feb 13 05:09:50.758 INFO O| Feb 13 05:09:50.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5480 | 2025-02-13T05:09:52.614Z | [ recovery-image] Feb 13 05:09:50.758 INFO O| Feb 13 05:09:50.758 INFO STEP 329 (remove_files) COMPLETE |
5481 | 2025-02-13T05:09:52.614Z | [ recovery-image] Feb 13 05:09:50.758 INFO O| Feb 13 05:09:50.758 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2025-02-13T05:09:52.632Z | [ recovery-image] Feb 13 05:09:50.776 INFO O| Feb 13 05:09:50.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5483 | 2025-02-13T05:09:52.632Z | [ recovery-image] Feb 13 05:09:50.776 INFO O| Feb 13 05:09:50.776 INFO STEP 330 (remove_files) COMPLETE |
5484 | 2025-02-13T05:09:52.632Z | [ recovery-image] Feb 13 05:09:50.776 INFO O| Feb 13 05:09:50.776 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2025-02-13T05:09:52.650Z | [ recovery-image] Feb 13 05:09:50.794 INFO O| Feb 13 05:09:50.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5486 | 2025-02-13T05:09:52.650Z | [ recovery-image] Feb 13 05:09:50.794 INFO O| Feb 13 05:09:50.794 INFO STEP 331 (remove_files) COMPLETE |
5487 | 2025-02-13T05:09:52.653Z | [ recovery-image] Feb 13 05:09:50.794 INFO O| Feb 13 05:09:50.794 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2025-02-13T05:09:52.677Z | [ recovery-image] Feb 13 05:09:50.821 INFO O| Feb 13 05:09:50.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5489 | 2025-02-13T05:09:52.677Z | [ recovery-image] Feb 13 05:09:50.821 INFO O| Feb 13 05:09:50.821 INFO STEP 332 (remove_files) COMPLETE |
5490 | 2025-02-13T05:09:52.680Z | [ recovery-image] Feb 13 05:09:50.821 INFO O| Feb 13 05:09:50.821 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2025-02-13T05:09:52.735Z | [ recovery-image] Feb 13 05:09:50.880 INFO O| Feb 13 05:09:50.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5492 | 2025-02-13T05:09:52.735Z | [ recovery-image] Feb 13 05:09:50.880 INFO O| Feb 13 05:09:50.880 INFO STEP 333 (remove_files) COMPLETE |
5493 | 2025-02-13T05:09:52.738Z | [ recovery-image] Feb 13 05:09:50.880 INFO O| Feb 13 05:09:50.880 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2025-02-13T05:09:52.753Z | [ recovery-image] Feb 13 05:09:50.898 INFO O| Feb 13 05:09:50.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5495 | 2025-02-13T05:09:52.753Z | [ recovery-image] Feb 13 05:09:50.898 INFO O| Feb 13 05:09:50.898 INFO STEP 334 (remove_files) COMPLETE |
5496 | 2025-02-13T05:09:52.756Z | [ recovery-image] Feb 13 05:09:50.898 INFO O| Feb 13 05:09:50.898 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2025-02-13T05:09:52.772Z | [ recovery-image] Feb 13 05:09:50.917 INFO O| Feb 13 05:09:50.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5498 | 2025-02-13T05:09:52.772Z | [ recovery-image] Feb 13 05:09:50.917 INFO O| Feb 13 05:09:50.917 INFO STEP 335 (remove_files) COMPLETE |
5499 | 2025-02-13T05:09:52.777Z | [ recovery-image] Feb 13 05:09:50.917 INFO O| Feb 13 05:09:50.917 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2025-02-13T05:09:52.836Z | [ recovery-image] Feb 13 05:09:50.980 INFO O| Feb 13 05:09:50.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5501 | 2025-02-13T05:09:52.836Z | [ recovery-image] Feb 13 05:09:50.980 INFO O| Feb 13 05:09:50.980 INFO STEP 336 (remove_files) COMPLETE |
5502 | 2025-02-13T05:09:52.836Z | [ recovery-image] Feb 13 05:09:50.980 INFO O| Feb 13 05:09:50.980 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2025-02-13T05:09:52.857Z | [ recovery-image] Feb 13 05:09:51.002 INFO O| Feb 13 05:09:51.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5504 | 2025-02-13T05:09:52.860Z | [ recovery-image] Feb 13 05:09:51.002 INFO O| Feb 13 05:09:51.002 INFO STEP 337 (remove_files) COMPLETE |
5505 | 2025-02-13T05:09:52.860Z | [ recovery-image] Feb 13 05:09:51.002 INFO O| Feb 13 05:09:51.002 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2025-02-13T05:09:52.889Z | [ recovery-image] Feb 13 05:09:51.033 INFO O| Feb 13 05:09:51.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5507 | 2025-02-13T05:09:52.889Z | [ recovery-image] Feb 13 05:09:51.033 INFO O| Feb 13 05:09:51.033 INFO STEP 338 (remove_files) COMPLETE |
5508 | 2025-02-13T05:09:52.889Z | [ recovery-image] Feb 13 05:09:51.033 INFO O| Feb 13 05:09:51.033 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2025-02-13T05:09:52.909Z | [ recovery-image] Feb 13 05:09:51.053 INFO O| Feb 13 05:09:51.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5510 | 2025-02-13T05:09:52.909Z | [ recovery-image] Feb 13 05:09:51.053 INFO O| Feb 13 05:09:51.053 INFO STEP 339 (remove_files) COMPLETE |
5511 | 2025-02-13T05:09:52.909Z | [ recovery-image] Feb 13 05:09:51.053 INFO O| Feb 13 05:09:51.053 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2025-02-13T05:09:52.939Z | [ recovery-image] Feb 13 05:09:51.083 INFO O| Feb 13 05:09:51.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5513 | 2025-02-13T05:09:52.939Z | [ recovery-image] Feb 13 05:09:51.084 INFO O| Feb 13 05:09:51.083 INFO STEP 340 (remove_files) COMPLETE |
5514 | 2025-02-13T05:09:52.939Z | [ recovery-image] Feb 13 05:09:51.084 INFO O| Feb 13 05:09:51.084 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2025-02-13T05:09:52.962Z | [ recovery-image] Feb 13 05:09:51.106 INFO O| Feb 13 05:09:51.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5516 | 2025-02-13T05:09:52.962Z | [ recovery-image] Feb 13 05:09:51.106 INFO O| Feb 13 05:09:51.106 INFO STEP 341 (remove_files) COMPLETE |
5517 | 2025-02-13T05:09:52.962Z | [ recovery-image] Feb 13 05:09:51.106 INFO O| Feb 13 05:09:51.106 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2025-02-13T05:09:52.998Z | [ recovery-image] Feb 13 05:09:51.142 INFO O| Feb 13 05:09:51.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5519 | 2025-02-13T05:09:52.998Z | [ recovery-image] Feb 13 05:09:51.142 INFO O| Feb 13 05:09:51.142 INFO STEP 342 (remove_files) COMPLETE |
5520 | 2025-02-13T05:09:53.001Z | [ recovery-image] Feb 13 05:09:51.142 INFO O| Feb 13 05:09:51.142 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2025-02-13T05:09:53.030Z | [ recovery-image] Feb 13 05:09:51.174 INFO O| Feb 13 05:09:51.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5522 | 2025-02-13T05:09:53.030Z | [ recovery-image] Feb 13 05:09:51.174 INFO O| Feb 13 05:09:51.174 INFO STEP 343 (remove_files) COMPLETE |
5523 | 2025-02-13T05:09:53.030Z | [ recovery-image] Feb 13 05:09:51.174 INFO O| Feb 13 05:09:51.174 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2025-02-13T05:09:53.050Z | [ recovery-image] Feb 13 05:09:51.195 INFO O| Feb 13 05:09:51.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5525 | 2025-02-13T05:09:53.050Z | [ recovery-image] Feb 13 05:09:51.195 INFO O| Feb 13 05:09:51.195 INFO STEP 344 (remove_files) COMPLETE |
5526 | 2025-02-13T05:09:53.053Z | [ recovery-image] Feb 13 05:09:51.195 INFO O| Feb 13 05:09:51.195 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2025-02-13T05:09:53.086Z | [ recovery-image] Feb 13 05:09:51.231 INFO O| Feb 13 05:09:51.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5528 | 2025-02-13T05:09:53.089Z | [ recovery-image] Feb 13 05:09:51.231 INFO O| Feb 13 05:09:51.231 INFO STEP 345 (remove_files) COMPLETE |
5529 | 2025-02-13T05:09:53.089Z | [ recovery-image] Feb 13 05:09:51.231 INFO O| Feb 13 05:09:51.231 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2025-02-13T05:09:53.110Z | [ recovery-image] Feb 13 05:09:51.255 INFO O| Feb 13 05:09:51.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5531 | 2025-02-13T05:09:53.114Z | [ recovery-image] Feb 13 05:09:51.255 INFO O| Feb 13 05:09:51.255 INFO STEP 346 (remove_files) COMPLETE |
5532 | 2025-02-13T05:09:53.114Z | [ recovery-image] Feb 13 05:09:51.255 INFO O| Feb 13 05:09:51.255 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2025-02-13T05:09:53.204Z | [ recovery-image] Feb 13 05:09:51.348 INFO O| Feb 13 05:09:51.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5534 | 2025-02-13T05:09:53.207Z | [ recovery-image] Feb 13 05:09:51.348 INFO O| Feb 13 05:09:51.348 INFO STEP 347 (remove_files) COMPLETE |
5535 | 2025-02-13T05:09:53.207Z | [ recovery-image] Feb 13 05:09:51.349 INFO O| Feb 13 05:09:51.349 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2025-02-13T05:09:53.225Z | [ recovery-image] Feb 13 05:09:51.369 INFO O| Feb 13 05:09:51.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5537 | 2025-02-13T05:09:53.228Z | [ recovery-image] Feb 13 05:09:51.370 INFO O| Feb 13 05:09:51.370 INFO STEP 348 (remove_files) COMPLETE |
5538 | 2025-02-13T05:09:53.228Z | [ recovery-image] Feb 13 05:09:51.370 INFO O| Feb 13 05:09:51.370 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2025-02-13T05:09:53.246Z | [ recovery-image] Feb 13 05:09:51.391 INFO O| Feb 13 05:09:51.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5540 | 2025-02-13T05:09:53.249Z | [ recovery-image] Feb 13 05:09:51.391 INFO O| Feb 13 05:09:51.391 INFO STEP 349 (remove_files) COMPLETE |
5541 | 2025-02-13T05:09:53.249Z | [ recovery-image] Feb 13 05:09:51.391 INFO O| Feb 13 05:09:51.391 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2025-02-13T05:09:53.266Z | [ recovery-image] Feb 13 05:09:51.410 INFO O| Feb 13 05:09:51.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5543 | 2025-02-13T05:09:53.269Z | [ recovery-image] Feb 13 05:09:51.411 INFO O| Feb 13 05:09:51.411 INFO STEP 350 (remove_files) COMPLETE |
5544 | 2025-02-13T05:09:53.269Z | [ recovery-image] Feb 13 05:09:51.411 INFO O| Feb 13 05:09:51.411 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2025-02-13T05:09:53.322Z | [ recovery-image] Feb 13 05:09:51.467 INFO O| Feb 13 05:09:51.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5546 | 2025-02-13T05:09:53.325Z | [ recovery-image] Feb 13 05:09:51.467 INFO O| Feb 13 05:09:51.467 INFO STEP 351 (remove_files) COMPLETE |
5547 | 2025-02-13T05:09:53.325Z | [ recovery-image] Feb 13 05:09:51.467 INFO O| Feb 13 05:09:51.467 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2025-02-13T05:09:53.346Z | [ recovery-image] Feb 13 05:09:51.489 INFO O| Feb 13 05:09:51.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5549 | 2025-02-13T05:09:53.346Z | [ recovery-image] Feb 13 05:09:51.490 INFO O| Feb 13 05:09:51.489 INFO STEP 352 (remove_files) COMPLETE |
5550 | 2025-02-13T05:09:53.348Z | [ recovery-image] Feb 13 05:09:51.490 INFO O| Feb 13 05:09:51.490 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2025-02-13T05:09:53.411Z | [ recovery-image] Feb 13 05:09:51.556 INFO O| Feb 13 05:09:51.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5552 | 2025-02-13T05:09:53.411Z | [ recovery-image] Feb 13 05:09:51.556 INFO O| Feb 13 05:09:51.556 INFO STEP 353 (remove_files) COMPLETE |
5553 | 2025-02-13T05:09:53.412Z | [ recovery-image] Feb 13 05:09:51.556 INFO O| Feb 13 05:09:51.556 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2025-02-13T05:09:53.434Z | [ recovery-image] Feb 13 05:09:51.578 INFO O| Feb 13 05:09:51.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5555 | 2025-02-13T05:09:53.436Z | [ recovery-image] Feb 13 05:09:51.578 INFO O| Feb 13 05:09:51.578 INFO STEP 354 (remove_files) COMPLETE |
5556 | 2025-02-13T05:09:53.436Z | [ recovery-image] Feb 13 05:09:51.579 INFO O| Feb 13 05:09:51.578 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2025-02-13T05:09:53.455Z | [ recovery-image] Feb 13 05:09:51.599 INFO O| Feb 13 05:09:51.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5558 | 2025-02-13T05:09:53.455Z | [ recovery-image] Feb 13 05:09:51.599 INFO O| Feb 13 05:09:51.599 INFO STEP 355 (remove_files) COMPLETE |
5559 | 2025-02-13T05:09:53.457Z | [ recovery-image] Feb 13 05:09:51.599 INFO O| Feb 13 05:09:51.599 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2025-02-13T05:09:53.474Z | [ recovery-image] Feb 13 05:09:51.618 INFO O| Feb 13 05:09:51.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5561 | 2025-02-13T05:09:53.474Z | [ recovery-image] Feb 13 05:09:51.618 INFO O| Feb 13 05:09:51.618 INFO STEP 356 (remove_files) COMPLETE |
5562 | 2025-02-13T05:09:53.477Z | [ recovery-image] Feb 13 05:09:51.618 INFO O| Feb 13 05:09:51.618 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2025-02-13T05:09:53.494Z | [ recovery-image] Feb 13 05:09:51.639 INFO O| Feb 13 05:09:51.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5564 | 2025-02-13T05:09:53.494Z | [ recovery-image] Feb 13 05:09:51.639 INFO O| Feb 13 05:09:51.639 INFO STEP 357 (remove_files) COMPLETE |
5565 | 2025-02-13T05:09:53.497Z | [ recovery-image] Feb 13 05:09:51.639 INFO O| Feb 13 05:09:51.639 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2025-02-13T05:09:53.556Z | [ recovery-image] Feb 13 05:09:51.700 INFO O| Feb 13 05:09:51.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5567 | 2025-02-13T05:09:53.558Z | [ recovery-image] Feb 13 05:09:51.700 INFO O| Feb 13 05:09:51.700 INFO STEP 358 (remove_files) COMPLETE |
5568 | 2025-02-13T05:09:53.559Z | [ recovery-image] Feb 13 05:09:51.700 INFO O| Feb 13 05:09:51.700 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2025-02-13T05:09:53.606Z | [ recovery-image] Feb 13 05:09:51.750 INFO O| Feb 13 05:09:51.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5570 | 2025-02-13T05:09:53.610Z | [ recovery-image] Feb 13 05:09:51.750 INFO O| Feb 13 05:09:51.750 INFO STEP 359 (remove_files) COMPLETE |
5571 | 2025-02-13T05:09:53.610Z | [ recovery-image] Feb 13 05:09:51.750 INFO O| Feb 13 05:09:51.750 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2025-02-13T05:09:53.660Z | [ recovery-image] Feb 13 05:09:51.802 INFO O| Feb 13 05:09:51.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5573 | 2025-02-13T05:09:53.660Z | [ recovery-image] Feb 13 05:09:51.802 INFO O| Feb 13 05:09:51.802 INFO STEP 360 (remove_files) COMPLETE |
5574 | 2025-02-13T05:09:53.663Z | [ recovery-image] Feb 13 05:09:51.802 INFO O| Feb 13 05:09:51.802 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2025-02-13T05:09:53.684Z | [ recovery-image] Feb 13 05:09:51.828 INFO O| Feb 13 05:09:51.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5576 | 2025-02-13T05:09:53.684Z | [ recovery-image] Feb 13 05:09:51.828 INFO O| Feb 13 05:09:51.828 INFO STEP 361 (remove_files) COMPLETE |
5577 | 2025-02-13T05:09:53.687Z | [ recovery-image] Feb 13 05:09:51.828 INFO O| Feb 13 05:09:51.828 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2025-02-13T05:09:53.719Z | [ recovery-image] Feb 13 05:09:51.863 INFO O| Feb 13 05:09:51.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5579 | 2025-02-13T05:09:53.719Z | [ recovery-image] Feb 13 05:09:51.863 INFO O| Feb 13 05:09:51.863 INFO STEP 362 (remove_files) COMPLETE |
5580 | 2025-02-13T05:09:53.719Z | [ recovery-image] Feb 13 05:09:51.863 INFO O| Feb 13 05:09:51.863 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2025-02-13T05:09:53.740Z | [ recovery-image] Feb 13 05:09:51.885 INFO O| Feb 13 05:09:51.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5582 | 2025-02-13T05:09:53.740Z | [ recovery-image] Feb 13 05:09:51.885 INFO O| Feb 13 05:09:51.885 INFO STEP 363 (remove_files) COMPLETE |
5583 | 2025-02-13T05:09:53.740Z | [ recovery-image] Feb 13 05:09:51.885 INFO O| Feb 13 05:09:51.885 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2025-02-13T05:09:53.784Z | [ recovery-image] Feb 13 05:09:51.927 INFO O| Feb 13 05:09:51.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5585 | 2025-02-13T05:09:53.784Z | [ recovery-image] Feb 13 05:09:51.928 INFO O| Feb 13 05:09:51.927 INFO STEP 364 (remove_files) COMPLETE |
5586 | 2025-02-13T05:09:53.784Z | [ recovery-image] Feb 13 05:09:51.928 INFO O| Feb 13 05:09:51.928 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2025-02-13T05:09:53.830Z | [ recovery-image] Feb 13 05:09:51.974 INFO O| Feb 13 05:09:51.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5588 | 2025-02-13T05:09:53.830Z | [ recovery-image] Feb 13 05:09:51.974 INFO O| Feb 13 05:09:51.974 INFO STEP 365 (remove_files) COMPLETE |
5589 | 2025-02-13T05:09:53.830Z | [ recovery-image] Feb 13 05:09:51.974 INFO O| Feb 13 05:09:51.974 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2025-02-13T05:09:53.849Z | [ recovery-image] Feb 13 05:09:51.994 INFO O| Feb 13 05:09:51.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5591 | 2025-02-13T05:09:53.849Z | [ recovery-image] Feb 13 05:09:51.994 INFO O| Feb 13 05:09:51.994 INFO STEP 366 (remove_files) COMPLETE |
5592 | 2025-02-13T05:09:53.849Z | [ recovery-image] Feb 13 05:09:51.994 INFO O| Feb 13 05:09:51.994 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2025-02-13T05:09:53.870Z | [ recovery-image] Feb 13 05:09:52.014 INFO O| Feb 13 05:09:52.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5594 | 2025-02-13T05:09:53.870Z | [ recovery-image] Feb 13 05:09:52.014 INFO O| Feb 13 05:09:52.014 INFO STEP 367 (remove_files) COMPLETE |
5595 | 2025-02-13T05:09:53.870Z | [ recovery-image] Feb 13 05:09:52.014 INFO O| Feb 13 05:09:52.014 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2025-02-13T05:09:53.910Z | [ recovery-image] Feb 13 05:09:52.054 INFO O| Feb 13 05:09:52.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5597 | 2025-02-13T05:09:53.910Z | [ recovery-image] Feb 13 05:09:52.054 INFO O| Feb 13 05:09:52.054 INFO STEP 368 (remove_files) COMPLETE |
5598 | 2025-02-13T05:09:53.910Z | [ recovery-image] Feb 13 05:09:52.054 INFO O| Feb 13 05:09:52.054 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2025-02-13T05:09:53.942Z | [ recovery-image] Feb 13 05:09:52.086 INFO O| Feb 13 05:09:52.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5600 | 2025-02-13T05:09:53.945Z | [ recovery-image] Feb 13 05:09:52.086 INFO O| Feb 13 05:09:52.086 INFO STEP 369 (remove_files) COMPLETE |
5601 | 2025-02-13T05:09:53.945Z | [ recovery-image] Feb 13 05:09:52.087 INFO O| Feb 13 05:09:52.086 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2025-02-13T05:09:54.018Z | [ recovery-image] Feb 13 05:09:52.162 INFO O| Feb 13 05:09:52.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5603 | 2025-02-13T05:09:54.018Z | [ recovery-image] Feb 13 05:09:52.162 INFO O| Feb 13 05:09:52.162 INFO STEP 370 (remove_files) COMPLETE |
5604 | 2025-02-13T05:09:54.018Z | [ recovery-image] Feb 13 05:09:52.162 INFO O| Feb 13 05:09:52.162 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2025-02-13T05:09:54.036Z | [ recovery-image] Feb 13 05:09:52.181 INFO O| Feb 13 05:09:52.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5606 | 2025-02-13T05:09:54.036Z | [ recovery-image] Feb 13 05:09:52.181 INFO O| Feb 13 05:09:52.181 INFO STEP 371 (remove_files) COMPLETE |
5607 | 2025-02-13T05:09:54.036Z | [ recovery-image] Feb 13 05:09:52.181 INFO O| Feb 13 05:09:52.181 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2025-02-13T05:09:54.055Z | [ recovery-image] Feb 13 05:09:52.199 INFO O| Feb 13 05:09:52.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5609 | 2025-02-13T05:09:54.055Z | [ recovery-image] Feb 13 05:09:52.199 INFO O| Feb 13 05:09:52.199 INFO STEP 372 (remove_files) COMPLETE |
5610 | 2025-02-13T05:09:54.055Z | [ recovery-image] Feb 13 05:09:52.199 INFO O| Feb 13 05:09:52.199 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2025-02-13T05:09:54.074Z | [ recovery-image] Feb 13 05:09:52.218 INFO O| Feb 13 05:09:52.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5612 | 2025-02-13T05:09:54.074Z | [ recovery-image] Feb 13 05:09:52.218 INFO O| Feb 13 05:09:52.218 INFO STEP 373 (remove_files) COMPLETE |
5613 | 2025-02-13T05:09:54.074Z | [ recovery-image] Feb 13 05:09:52.218 INFO O| Feb 13 05:09:52.218 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2025-02-13T05:09:54.106Z | [ recovery-image] Feb 13 05:09:52.250 INFO O| Feb 13 05:09:52.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5615 | 2025-02-13T05:09:54.106Z | [ recovery-image] Feb 13 05:09:52.250 INFO O| Feb 13 05:09:52.250 INFO STEP 374 (remove_files) COMPLETE |
5616 | 2025-02-13T05:09:54.106Z | [ recovery-image] Feb 13 05:09:52.250 INFO O| Feb 13 05:09:52.250 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2025-02-13T05:09:54.124Z | [ recovery-image] Feb 13 05:09:52.268 INFO O| Feb 13 05:09:52.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5618 | 2025-02-13T05:09:54.124Z | [ recovery-image] Feb 13 05:09:52.269 INFO O| Feb 13 05:09:52.268 INFO STEP 375 (remove_files) COMPLETE |
5619 | 2025-02-13T05:09:54.124Z | [ recovery-image] Feb 13 05:09:52.269 INFO O| Feb 13 05:09:52.268 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2025-02-13T05:09:54.144Z | [ recovery-image] Feb 13 05:09:52.288 INFO O| Feb 13 05:09:52.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5621 | 2025-02-13T05:09:54.144Z | [ recovery-image] Feb 13 05:09:52.288 INFO O| Feb 13 05:09:52.288 INFO STEP 376 (remove_files) COMPLETE |
5622 | 2025-02-13T05:09:54.144Z | [ recovery-image] Feb 13 05:09:52.288 INFO O| Feb 13 05:09:52.288 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2025-02-13T05:09:54.165Z | [ recovery-image] Feb 13 05:09:52.309 INFO O| Feb 13 05:09:52.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5624 | 2025-02-13T05:09:54.165Z | [ recovery-image] Feb 13 05:09:52.309 INFO O| Feb 13 05:09:52.309 INFO STEP 377 (remove_files) COMPLETE |
5625 | 2025-02-13T05:09:54.165Z | [ recovery-image] Feb 13 05:09:52.309 INFO O| Feb 13 05:09:52.309 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2025-02-13T05:09:54.198Z | [ recovery-image] Feb 13 05:09:52.343 INFO O| Feb 13 05:09:52.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5627 | 2025-02-13T05:09:54.198Z | [ recovery-image] Feb 13 05:09:52.343 INFO O| Feb 13 05:09:52.343 INFO STEP 378 (remove_files) COMPLETE |
5628 | 2025-02-13T05:09:54.198Z | [ recovery-image] Feb 13 05:09:52.343 INFO O| Feb 13 05:09:52.343 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2025-02-13T05:09:54.239Z | [ recovery-image] Feb 13 05:09:52.384 INFO O| Feb 13 05:09:52.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5630 | 2025-02-13T05:09:54.239Z | [ recovery-image] Feb 13 05:09:52.384 INFO O| Feb 13 05:09:52.384 INFO STEP 379 (remove_files) COMPLETE |
5631 | 2025-02-13T05:09:54.240Z | [ recovery-image] Feb 13 05:09:52.384 INFO O| Feb 13 05:09:52.384 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2025-02-13T05:09:54.263Z | [ recovery-image] Feb 13 05:09:52.407 INFO O| Feb 13 05:09:52.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5633 | 2025-02-13T05:09:54.266Z | [ recovery-image] Feb 13 05:09:52.408 INFO O| Feb 13 05:09:52.408 INFO STEP 380 (remove_files) COMPLETE |
5634 | 2025-02-13T05:09:54.266Z | [ recovery-image] Feb 13 05:09:52.408 INFO O| Feb 13 05:09:52.408 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2025-02-13T05:09:54.294Z | [ recovery-image] Feb 13 05:09:52.438 INFO O| Feb 13 05:09:52.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5636 | 2025-02-13T05:09:54.294Z | [ recovery-image] Feb 13 05:09:52.438 INFO O| Feb 13 05:09:52.438 INFO STEP 381 (remove_files) COMPLETE |
5637 | 2025-02-13T05:09:54.297Z | [ recovery-image] Feb 13 05:09:52.438 INFO O| Feb 13 05:09:52.438 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2025-02-13T05:09:54.316Z | [ recovery-image] Feb 13 05:09:52.460 INFO O| Feb 13 05:09:52.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5639 | 2025-02-13T05:09:54.319Z | [ recovery-image] Feb 13 05:09:52.461 INFO O| Feb 13 05:09:52.461 INFO STEP 382 (remove_files) COMPLETE |
5640 | 2025-02-13T05:09:54.319Z | [ recovery-image] Feb 13 05:09:52.461 INFO O| Feb 13 05:09:52.461 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2025-02-13T05:09:54.337Z | [ recovery-image] Feb 13 05:09:52.481 INFO O| Feb 13 05:09:52.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5642 | 2025-02-13T05:09:54.337Z | [ recovery-image] Feb 13 05:09:52.481 INFO O| Feb 13 05:09:52.481 INFO STEP 383 (remove_files) COMPLETE |
5643 | 2025-02-13T05:09:54.337Z | [ recovery-image] Feb 13 05:09:52.481 INFO O| Feb 13 05:09:52.481 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2025-02-13T05:09:54.358Z | [ recovery-image] Feb 13 05:09:52.502 INFO O| Feb 13 05:09:52.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5645 | 2025-02-13T05:09:54.358Z | [ recovery-image] Feb 13 05:09:52.503 INFO O| Feb 13 05:09:52.502 INFO STEP 384 (remove_files) COMPLETE |
5646 | 2025-02-13T05:09:54.361Z | [ recovery-image] Feb 13 05:09:52.503 INFO O| Feb 13 05:09:52.502 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2025-02-13T05:09:54.391Z | [ recovery-image] Feb 13 05:09:52.535 INFO O| Feb 13 05:09:52.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5648 | 2025-02-13T05:09:54.394Z | [ recovery-image] Feb 13 05:09:52.536 INFO O| Feb 13 05:09:52.535 INFO STEP 385 (remove_files) COMPLETE |
5649 | 2025-02-13T05:09:54.394Z | [ recovery-image] Feb 13 05:09:52.536 INFO O| Feb 13 05:09:52.536 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2025-02-13T05:09:54.416Z | [ recovery-image] Feb 13 05:09:52.560 INFO O| Feb 13 05:09:52.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5651 | 2025-02-13T05:09:54.416Z | [ recovery-image] Feb 13 05:09:52.560 INFO O| Feb 13 05:09:52.560 INFO STEP 386 (remove_files) COMPLETE |
5652 | 2025-02-13T05:09:54.416Z | [ recovery-image] Feb 13 05:09:52.560 INFO O| Feb 13 05:09:52.560 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2025-02-13T05:09:54.442Z | [ recovery-image] Feb 13 05:09:52.585 INFO O| Feb 13 05:09:52.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5654 | 2025-02-13T05:09:54.445Z | [ recovery-image] Feb 13 05:09:52.586 INFO O| Feb 13 05:09:52.585 INFO STEP 387 (remove_files) COMPLETE |
5655 | 2025-02-13T05:09:54.445Z | [ recovery-image] Feb 13 05:09:52.586 INFO O| Feb 13 05:09:52.585 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2025-02-13T05:09:54.477Z | [ recovery-image] Feb 13 05:09:52.610 INFO O| Feb 13 05:09:52.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5657 | 2025-02-13T05:09:54.477Z | [ recovery-image] Feb 13 05:09:52.610 INFO O| Feb 13 05:09:52.610 INFO STEP 388 (remove_files) COMPLETE |
5658 | 2025-02-13T05:09:54.477Z | [ recovery-image] Feb 13 05:09:52.610 INFO O| Feb 13 05:09:52.610 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2025-02-13T05:09:54.504Z | [ recovery-image] Feb 13 05:09:52.648 INFO O| Feb 13 05:09:52.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5660 | 2025-02-13T05:09:54.506Z | [ recovery-image] Feb 13 05:09:52.648 INFO O| Feb 13 05:09:52.648 INFO STEP 389 (remove_files) COMPLETE |
5661 | 2025-02-13T05:09:54.506Z | [ recovery-image] Feb 13 05:09:52.648 INFO O| Feb 13 05:09:52.648 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2025-02-13T05:09:54.564Z | [ recovery-image] Feb 13 05:09:52.708 INFO O| Feb 13 05:09:52.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5663 | 2025-02-13T05:09:54.567Z | [ recovery-image] Feb 13 05:09:52.708 INFO O| Feb 13 05:09:52.708 INFO STEP 390 (remove_files) COMPLETE |
5664 | 2025-02-13T05:09:54.567Z | [ recovery-image] Feb 13 05:09:52.708 INFO O| Feb 13 05:09:52.708 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2025-02-13T05:09:54.590Z | [ recovery-image] Feb 13 05:09:52.734 INFO O| Feb 13 05:09:52.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5666 | 2025-02-13T05:09:54.593Z | [ recovery-image] Feb 13 05:09:52.734 INFO O| Feb 13 05:09:52.734 INFO STEP 391 (remove_files) COMPLETE |
5667 | 2025-02-13T05:09:54.593Z | [ recovery-image] Feb 13 05:09:52.734 INFO O| Feb 13 05:09:52.734 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2025-02-13T05:09:54.612Z | [ recovery-image] Feb 13 05:09:52.757 INFO O| Feb 13 05:09:52.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5669 | 2025-02-13T05:09:54.612Z | [ recovery-image] Feb 13 05:09:52.757 INFO O| Feb 13 05:09:52.757 INFO STEP 392 (remove_files) COMPLETE |
5670 | 2025-02-13T05:09:54.612Z | [ recovery-image] Feb 13 05:09:52.757 INFO O| Feb 13 05:09:52.757 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2025-02-13T05:09:54.633Z | [ recovery-image] Feb 13 05:09:52.778 INFO O| Feb 13 05:09:52.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5672 | 2025-02-13T05:09:54.633Z | [ recovery-image] Feb 13 05:09:52.778 INFO O| Feb 13 05:09:52.778 INFO STEP 393 (remove_files) COMPLETE |
5673 | 2025-02-13T05:09:54.633Z | [ recovery-image] Feb 13 05:09:52.778 INFO O| Feb 13 05:09:52.778 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2025-02-13T05:09:54.654Z | [ recovery-image] Feb 13 05:09:52.798 INFO O| Feb 13 05:09:52.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5675 | 2025-02-13T05:09:54.657Z | [ recovery-image] Feb 13 05:09:52.798 INFO O| Feb 13 05:09:52.798 INFO STEP 394 (remove_files) COMPLETE |
5676 | 2025-02-13T05:09:54.657Z | [ recovery-image] Feb 13 05:09:52.798 INFO O| Feb 13 05:09:52.798 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2025-02-13T05:09:54.690Z | [ recovery-image] Feb 13 05:09:52.833 INFO O| Feb 13 05:09:52.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5678 | 2025-02-13T05:09:54.690Z | [ recovery-image] Feb 13 05:09:52.833 INFO O| Feb 13 05:09:52.833 INFO STEP 395 (remove_files) COMPLETE |
5679 | 2025-02-13T05:09:54.690Z | [ recovery-image] Feb 13 05:09:52.833 INFO O| Feb 13 05:09:52.833 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2025-02-13T05:09:54.731Z | [ recovery-image] Feb 13 05:09:52.876 INFO O| Feb 13 05:09:52.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5681 | 2025-02-13T05:09:54.731Z | [ recovery-image] Feb 13 05:09:52.876 INFO O| Feb 13 05:09:52.876 INFO STEP 396 (remove_files) COMPLETE |
5682 | 2025-02-13T05:09:54.731Z | [ recovery-image] Feb 13 05:09:52.876 INFO O| Feb 13 05:09:52.876 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2025-02-13T05:09:54.790Z | [ recovery-image] Feb 13 05:09:52.934 INFO O| Feb 13 05:09:52.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5684 | 2025-02-13T05:09:54.790Z | [ recovery-image] Feb 13 05:09:52.934 INFO O| Feb 13 05:09:52.934 INFO STEP 397 (remove_files) COMPLETE |
5685 | 2025-02-13T05:09:54.790Z | [ recovery-image] Feb 13 05:09:52.934 INFO O| Feb 13 05:09:52.934 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2025-02-13T05:09:54.812Z | [ recovery-image] Feb 13 05:09:52.956 INFO O| Feb 13 05:09:52.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5687 | 2025-02-13T05:09:54.812Z | [ recovery-image] Feb 13 05:09:52.956 INFO O| Feb 13 05:09:52.956 INFO STEP 398 (remove_files) COMPLETE |
5688 | 2025-02-13T05:09:54.815Z | [ recovery-image] Feb 13 05:09:52.956 INFO O| Feb 13 05:09:52.956 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2025-02-13T05:09:54.834Z | [ recovery-image] Feb 13 05:09:52.979 INFO O| Feb 13 05:09:52.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5690 | 2025-02-13T05:09:54.834Z | [ recovery-image] Feb 13 05:09:52.979 INFO O| Feb 13 05:09:52.979 INFO STEP 399 (remove_files) COMPLETE |
5691 | 2025-02-13T05:09:54.834Z | [ recovery-image] Feb 13 05:09:52.979 INFO O| Feb 13 05:09:52.979 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2025-02-13T05:09:54.854Z | [ recovery-image] Feb 13 05:09:52.999 INFO O| Feb 13 05:09:52.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5693 | 2025-02-13T05:09:54.854Z | [ recovery-image] Feb 13 05:09:52.999 INFO O| Feb 13 05:09:52.999 INFO STEP 400 (remove_files) COMPLETE |
5694 | 2025-02-13T05:09:54.854Z | [ recovery-image] Feb 13 05:09:52.999 INFO O| Feb 13 05:09:52.999 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2025-02-13T05:09:54.875Z | [ recovery-image] Feb 13 05:09:53.018 INFO O| Feb 13 05:09:53.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5696 | 2025-02-13T05:09:54.875Z | [ recovery-image] Feb 13 05:09:53.018 INFO O| Feb 13 05:09:53.018 INFO STEP 401 (remove_files) COMPLETE |
5697 | 2025-02-13T05:09:54.875Z | [ recovery-image] Feb 13 05:09:53.018 INFO O| Feb 13 05:09:53.018 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2025-02-13T05:09:54.934Z | [ recovery-image] Feb 13 05:09:53.078 INFO O| Feb 13 05:09:53.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5699 | 2025-02-13T05:09:54.934Z | [ recovery-image] Feb 13 05:09:53.078 INFO O| Feb 13 05:09:53.078 INFO STEP 402 (remove_files) COMPLETE |
5700 | 2025-02-13T05:09:54.934Z | [ recovery-image] Feb 13 05:09:53.078 INFO O| Feb 13 05:09:53.078 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2025-02-13T05:09:54.956Z | [ recovery-image] Feb 13 05:09:53.100 INFO O| Feb 13 05:09:53.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5702 | 2025-02-13T05:09:54.956Z | [ recovery-image] Feb 13 05:09:53.100 INFO O| Feb 13 05:09:53.100 INFO STEP 403 (remove_files) COMPLETE |
5703 | 2025-02-13T05:09:54.959Z | [ recovery-image] Feb 13 05:09:53.101 INFO O| Feb 13 05:09:53.100 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2025-02-13T05:09:54.978Z | [ recovery-image] Feb 13 05:09:53.122 INFO O| Feb 13 05:09:53.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5705 | 2025-02-13T05:09:54.978Z | [ recovery-image] Feb 13 05:09:53.122 INFO O| Feb 13 05:09:53.122 INFO STEP 404 (remove_files) COMPLETE |
5706 | 2025-02-13T05:09:54.978Z | [ recovery-image] Feb 13 05:09:53.123 INFO O| Feb 13 05:09:53.122 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2025-02-13T05:09:55.000Z | [ recovery-image] Feb 13 05:09:53.144 INFO O| Feb 13 05:09:53.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5708 | 2025-02-13T05:09:55.001Z | [ recovery-image] Feb 13 05:09:53.144 INFO O| Feb 13 05:09:53.144 INFO STEP 405 (remove_files) COMPLETE |
5709 | 2025-02-13T05:09:55.001Z | [ recovery-image] Feb 13 05:09:53.144 INFO O| Feb 13 05:09:53.144 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2025-02-13T05:09:55.022Z | [ recovery-image] Feb 13 05:09:53.166 INFO O| Feb 13 05:09:53.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5711 | 2025-02-13T05:09:55.022Z | [ recovery-image] Feb 13 05:09:53.166 INFO O| Feb 13 05:09:53.166 INFO STEP 406 (remove_files) COMPLETE |
5712 | 2025-02-13T05:09:55.022Z | [ recovery-image] Feb 13 05:09:53.166 INFO O| Feb 13 05:09:53.166 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2025-02-13T05:09:55.048Z | [ recovery-image] Feb 13 05:09:53.192 INFO O| Feb 13 05:09:53.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5714 | 2025-02-13T05:09:55.048Z | [ recovery-image] Feb 13 05:09:53.192 INFO O| Feb 13 05:09:53.192 INFO STEP 407 (remove_files) COMPLETE |
5715 | 2025-02-13T05:09:55.048Z | [ recovery-image] Feb 13 05:09:53.192 INFO O| Feb 13 05:09:53.192 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2025-02-13T05:09:55.070Z | [ recovery-image] Feb 13 05:09:53.214 INFO O| Feb 13 05:09:53.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5717 | 2025-02-13T05:09:55.070Z | [ recovery-image] Feb 13 05:09:53.214 INFO O| Feb 13 05:09:53.214 INFO STEP 408 (remove_files) COMPLETE |
5718 | 2025-02-13T05:09:55.070Z | [ recovery-image] Feb 13 05:09:53.214 INFO O| Feb 13 05:09:53.214 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2025-02-13T05:09:55.089Z | [ recovery-image] Feb 13 05:09:53.233 INFO O| Feb 13 05:09:53.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5720 | 2025-02-13T05:09:55.110Z | [ recovery-image] Feb 13 05:09:53.254 INFO O| Feb 13 05:09:53.254 INFO STEP 409 (remove_files) COMPLETE |
5721 | 2025-02-13T05:09:55.110Z | [ recovery-image] Feb 13 05:09:53.254 INFO O| Feb 13 05:09:53.254 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2025-02-13T05:09:55.134Z | [ recovery-image] Feb 13 05:09:53.278 INFO O| Feb 13 05:09:53.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5723 | 2025-02-13T05:09:55.134Z | [ recovery-image] Feb 13 05:09:53.278 INFO O| Feb 13 05:09:53.278 INFO STEP 410 (remove_files) COMPLETE |
5724 | 2025-02-13T05:09:55.137Z | [ recovery-image] Feb 13 05:09:53.278 INFO O| Feb 13 05:09:53.278 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2025-02-13T05:09:55.160Z | [ recovery-image] Feb 13 05:09:53.303 INFO O| Feb 13 05:09:53.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5726 | 2025-02-13T05:09:55.160Z | [ recovery-image] Feb 13 05:09:53.303 INFO O| Feb 13 05:09:53.303 INFO STEP 411 (remove_files) COMPLETE |
5727 | 2025-02-13T05:09:55.160Z | [ recovery-image] Feb 13 05:09:53.303 INFO O| Feb 13 05:09:53.303 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2025-02-13T05:09:55.220Z | [ recovery-image] Feb 13 05:09:53.363 INFO O| Feb 13 05:09:53.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5729 | 2025-02-13T05:09:55.220Z | [ recovery-image] Feb 13 05:09:53.363 INFO O| Feb 13 05:09:53.363 INFO STEP 412 (remove_files) COMPLETE |
5730 | 2025-02-13T05:09:55.220Z | [ recovery-image] Feb 13 05:09:53.363 INFO O| Feb 13 05:09:53.363 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2025-02-13T05:09:55.257Z | [ recovery-image] Feb 13 05:09:53.401 INFO O| Feb 13 05:09:53.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5732 | 2025-02-13T05:09:55.257Z | [ recovery-image] Feb 13 05:09:53.402 INFO O| Feb 13 05:09:53.402 INFO STEP 413 (remove_files) COMPLETE |
5733 | 2025-02-13T05:09:55.260Z | [ recovery-image] Feb 13 05:09:53.402 INFO O| Feb 13 05:09:53.402 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2025-02-13T05:09:55.323Z | [ recovery-image] Feb 13 05:09:53.465 INFO O| Feb 13 05:09:53.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5735 | 2025-02-13T05:09:55.323Z | [ recovery-image] Feb 13 05:09:53.466 INFO O| Feb 13 05:09:53.466 INFO STEP 414 (remove_files) COMPLETE |
5736 | 2025-02-13T05:09:55.323Z | [ recovery-image] Feb 13 05:09:53.466 INFO O| Feb 13 05:09:53.466 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2025-02-13T05:09:55.346Z | [ recovery-image] Feb 13 05:09:53.490 INFO O| Feb 13 05:09:53.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5738 | 2025-02-13T05:09:55.346Z | [ recovery-image] Feb 13 05:09:53.490 INFO O| Feb 13 05:09:53.490 INFO STEP 415 (remove_files) COMPLETE |
5739 | 2025-02-13T05:09:55.346Z | [ recovery-image] Feb 13 05:09:53.490 INFO O| Feb 13 05:09:53.490 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2025-02-13T05:09:55.367Z | [ recovery-image] Feb 13 05:09:53.511 INFO O| Feb 13 05:09:53.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5741 | 2025-02-13T05:09:55.367Z | [ recovery-image] Feb 13 05:09:53.511 INFO O| Feb 13 05:09:53.511 INFO STEP 416 (remove_files) COMPLETE |
5742 | 2025-02-13T05:09:55.370Z | [ recovery-image] Feb 13 05:09:53.512 INFO O| Feb 13 05:09:53.511 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2025-02-13T05:09:55.388Z | [ recovery-image] Feb 13 05:09:53.532 INFO O| Feb 13 05:09:53.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5744 | 2025-02-13T05:09:55.388Z | [ recovery-image] Feb 13 05:09:53.532 INFO O| Feb 13 05:09:53.532 INFO STEP 417 (remove_files) COMPLETE |
5745 | 2025-02-13T05:09:55.388Z | [ recovery-image] Feb 13 05:09:53.532 INFO O| Feb 13 05:09:53.532 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2025-02-13T05:09:55.409Z | [ recovery-image] Feb 13 05:09:53.553 INFO O| Feb 13 05:09:53.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5747 | 2025-02-13T05:09:55.409Z | [ recovery-image] Feb 13 05:09:53.553 INFO O| Feb 13 05:09:53.553 INFO STEP 418 (remove_files) COMPLETE |
5748 | 2025-02-13T05:09:55.410Z | [ recovery-image] Feb 13 05:09:53.553 INFO O| Feb 13 05:09:53.553 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2025-02-13T05:09:55.429Z | [ recovery-image] Feb 13 05:09:53.573 INFO O| Feb 13 05:09:53.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5750 | 2025-02-13T05:09:55.429Z | [ recovery-image] Feb 13 05:09:53.573 INFO O| Feb 13 05:09:53.573 INFO STEP 419 (remove_files) COMPLETE |
5751 | 2025-02-13T05:09:55.429Z | [ recovery-image] Feb 13 05:09:53.573 INFO O| Feb 13 05:09:53.573 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2025-02-13T05:09:55.464Z | [ recovery-image] Feb 13 05:09:53.608 INFO O| Feb 13 05:09:53.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5753 | 2025-02-13T05:09:55.464Z | [ recovery-image] Feb 13 05:09:53.608 INFO O| Feb 13 05:09:53.608 INFO STEP 420 (remove_files) COMPLETE |
5754 | 2025-02-13T05:09:55.464Z | [ recovery-image] Feb 13 05:09:53.608 INFO O| Feb 13 05:09:53.608 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2025-02-13T05:09:55.486Z | [ recovery-image] Feb 13 05:09:53.630 INFO O| Feb 13 05:09:53.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5756 | 2025-02-13T05:09:55.486Z | [ recovery-image] Feb 13 05:09:53.630 INFO O| Feb 13 05:09:53.630 INFO STEP 421 (remove_files) COMPLETE |
5757 | 2025-02-13T05:09:55.486Z | [ recovery-image] Feb 13 05:09:53.630 INFO O| Feb 13 05:09:53.630 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2025-02-13T05:09:55.507Z | [ recovery-image] Feb 13 05:09:53.651 INFO O| Feb 13 05:09:53.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5759 | 2025-02-13T05:09:55.510Z | [ recovery-image] Feb 13 05:09:53.651 INFO O| Feb 13 05:09:53.651 INFO STEP 422 (remove_files) COMPLETE |
5760 | 2025-02-13T05:09:55.510Z | [ recovery-image] Feb 13 05:09:53.652 INFO O| Feb 13 05:09:53.651 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2025-02-13T05:09:55.528Z | [ recovery-image] Feb 13 05:09:53.673 INFO O| Feb 13 05:09:53.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5762 | 2025-02-13T05:09:55.531Z | [ recovery-image] Feb 13 05:09:53.673 INFO O| Feb 13 05:09:53.673 INFO STEP 423 (remove_files) COMPLETE |
5763 | 2025-02-13T05:09:55.531Z | [ recovery-image] Feb 13 05:09:53.673 INFO O| Feb 13 05:09:53.673 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2025-02-13T05:09:55.549Z | [ recovery-image] Feb 13 05:09:53.693 INFO O| Feb 13 05:09:53.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5765 | 2025-02-13T05:09:55.552Z | [ recovery-image] Feb 13 05:09:53.693 INFO O| Feb 13 05:09:53.693 INFO STEP 424 (remove_files) COMPLETE |
5766 | 2025-02-13T05:09:55.552Z | [ recovery-image] Feb 13 05:09:53.694 INFO O| Feb 13 05:09:53.694 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2025-02-13T05:09:55.572Z | [ recovery-image] Feb 13 05:09:53.715 INFO O| Feb 13 05:09:53.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5768 | 2025-02-13T05:09:55.572Z | [ recovery-image] Feb 13 05:09:53.715 INFO O| Feb 13 05:09:53.715 INFO STEP 425 (remove_files) COMPLETE |
5769 | 2025-02-13T05:09:55.572Z | [ recovery-image] Feb 13 05:09:53.715 INFO O| Feb 13 05:09:53.715 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2025-02-13T05:09:55.628Z | [ recovery-image] Feb 13 05:09:53.772 INFO O| Feb 13 05:09:53.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5771 | 2025-02-13T05:09:55.628Z | [ recovery-image] Feb 13 05:09:53.772 INFO O| Feb 13 05:09:53.772 INFO STEP 426 (remove_files) COMPLETE |
5772 | 2025-02-13T05:09:55.631Z | [ recovery-image] Feb 13 05:09:53.772 INFO O| Feb 13 05:09:53.772 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2025-02-13T05:09:55.649Z | [ recovery-image] Feb 13 05:09:53.793 INFO O| Feb 13 05:09:53.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5774 | 2025-02-13T05:09:55.649Z | [ recovery-image] Feb 13 05:09:53.793 INFO O| Feb 13 05:09:53.793 INFO STEP 427 (remove_files) COMPLETE |
5775 | 2025-02-13T05:09:55.649Z | [ recovery-image] Feb 13 05:09:53.793 INFO O| Feb 13 05:09:53.793 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2025-02-13T05:09:55.672Z | [ recovery-image] Feb 13 05:09:53.816 INFO O| Feb 13 05:09:53.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5777 | 2025-02-13T05:09:55.672Z | [ recovery-image] Feb 13 05:09:53.816 INFO O| Feb 13 05:09:53.816 INFO STEP 428 (remove_files) COMPLETE |
5778 | 2025-02-13T05:09:55.672Z | [ recovery-image] Feb 13 05:09:53.816 INFO O| Feb 13 05:09:53.816 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2025-02-13T05:09:55.693Z | [ recovery-image] Feb 13 05:09:53.837 INFO O| Feb 13 05:09:53.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5780 | 2025-02-13T05:09:55.693Z | [ recovery-image] Feb 13 05:09:53.837 INFO O| Feb 13 05:09:53.837 INFO STEP 429 (remove_files) COMPLETE |
5781 | 2025-02-13T05:09:55.696Z | [ recovery-image] Feb 13 05:09:53.837 INFO O| Feb 13 05:09:53.837 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2025-02-13T05:09:55.729Z | [ recovery-image] Feb 13 05:09:53.873 INFO O| Feb 13 05:09:53.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5783 | 2025-02-13T05:09:55.729Z | [ recovery-image] Feb 13 05:09:53.873 INFO O| Feb 13 05:09:53.873 INFO STEP 430 (remove_files) COMPLETE |
5784 | 2025-02-13T05:09:55.729Z | [ recovery-image] Feb 13 05:09:53.873 INFO O| Feb 13 05:09:53.873 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2025-02-13T05:09:55.750Z | [ recovery-image] Feb 13 05:09:53.894 INFO O| Feb 13 05:09:53.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5786 | 2025-02-13T05:09:55.750Z | [ recovery-image] Feb 13 05:09:53.894 INFO O| Feb 13 05:09:53.894 INFO STEP 431 (remove_files) COMPLETE |
5787 | 2025-02-13T05:09:55.754Z | [ recovery-image] Feb 13 05:09:53.894 INFO O| Feb 13 05:09:53.894 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2025-02-13T05:09:55.786Z | [ recovery-image] Feb 13 05:09:53.930 INFO O| Feb 13 05:09:53.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5789 | 2025-02-13T05:09:55.786Z | [ recovery-image] Feb 13 05:09:53.930 INFO O| Feb 13 05:09:53.930 INFO STEP 432 (remove_files) COMPLETE |
5790 | 2025-02-13T05:09:55.786Z | [ recovery-image] Feb 13 05:09:53.930 INFO O| Feb 13 05:09:53.930 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2025-02-13T05:09:55.808Z | [ recovery-image] Feb 13 05:09:53.951 INFO O| Feb 13 05:09:53.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5792 | 2025-02-13T05:09:55.808Z | [ recovery-image] Feb 13 05:09:53.951 INFO O| Feb 13 05:09:53.951 INFO STEP 433 (remove_files) COMPLETE |
5793 | 2025-02-13T05:09:55.808Z | [ recovery-image] Feb 13 05:09:53.951 INFO O| Feb 13 05:09:53.951 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2025-02-13T05:09:55.827Z | [ recovery-image] Feb 13 05:09:53.970 INFO O| Feb 13 05:09:53.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5795 | 2025-02-13T05:09:55.827Z | [ recovery-image] Feb 13 05:09:53.970 INFO O| Feb 13 05:09:53.970 INFO STEP 434 (remove_files) COMPLETE |
5796 | 2025-02-13T05:09:55.827Z | [ recovery-image] Feb 13 05:09:53.970 INFO O| Feb 13 05:09:53.970 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2025-02-13T05:09:55.852Z | [ recovery-image] Feb 13 05:09:53.996 INFO O| Feb 13 05:09:53.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5798 | 2025-02-13T05:09:55.855Z | [ recovery-image] Feb 13 05:09:53.996 INFO O| Feb 13 05:09:53.996 INFO STEP 435 (remove_files) COMPLETE |
5799 | 2025-02-13T05:09:55.855Z | [ recovery-image] Feb 13 05:09:53.996 INFO O| Feb 13 05:09:53.996 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2025-02-13T05:09:55.875Z | [ recovery-image] Feb 13 05:09:54.020 INFO O| Feb 13 05:09:54.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5801 | 2025-02-13T05:09:55.876Z | [ recovery-image] Feb 13 05:09:54.020 INFO O| Feb 13 05:09:54.020 INFO STEP 436 (remove_files) COMPLETE |
5802 | 2025-02-13T05:09:55.876Z | [ recovery-image] Feb 13 05:09:54.020 INFO O| Feb 13 05:09:54.020 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2025-02-13T05:09:55.897Z | [ recovery-image] Feb 13 05:09:54.041 INFO O| Feb 13 05:09:54.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5804 | 2025-02-13T05:09:55.897Z | [ recovery-image] Feb 13 05:09:54.041 INFO O| Feb 13 05:09:54.041 INFO STEP 437 (remove_files) COMPLETE |
5805 | 2025-02-13T05:09:55.897Z | [ recovery-image] Feb 13 05:09:54.041 INFO O| Feb 13 05:09:54.041 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2025-02-13T05:09:55.931Z | [ recovery-image] Feb 13 05:09:54.075 INFO O| Feb 13 05:09:54.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5807 | 2025-02-13T05:09:55.931Z | [ recovery-image] Feb 13 05:09:54.075 INFO O| Feb 13 05:09:54.075 INFO STEP 438 (remove_files) COMPLETE |
5808 | 2025-02-13T05:09:55.931Z | [ recovery-image] Feb 13 05:09:54.075 INFO O| Feb 13 05:09:54.075 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2025-02-13T05:09:55.979Z | [ recovery-image] Feb 13 05:09:54.123 INFO O| Feb 13 05:09:54.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5810 | 2025-02-13T05:09:55.979Z | [ recovery-image] Feb 13 05:09:54.123 INFO O| Feb 13 05:09:54.123 INFO STEP 439 (remove_files) COMPLETE |
5811 | 2025-02-13T05:09:55.979Z | [ recovery-image] Feb 13 05:09:54.123 INFO O| Feb 13 05:09:54.123 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2025-02-13T05:09:56.000Z | [ recovery-image] Feb 13 05:09:54.144 INFO O| Feb 13 05:09:54.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5813 | 2025-02-13T05:09:56.000Z | [ recovery-image] Feb 13 05:09:54.144 INFO O| Feb 13 05:09:54.144 INFO STEP 440 (remove_files) COMPLETE |
5814 | 2025-02-13T05:09:56.000Z | [ recovery-image] Feb 13 05:09:54.144 INFO O| Feb 13 05:09:54.144 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2025-02-13T05:09:56.024Z | [ recovery-image] Feb 13 05:09:54.168 INFO O| Feb 13 05:09:54.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5816 | 2025-02-13T05:09:56.024Z | [ recovery-image] Feb 13 05:09:54.168 INFO O| Feb 13 05:09:54.168 INFO STEP 441 (remove_files) COMPLETE |
5817 | 2025-02-13T05:09:56.024Z | [ recovery-image] Feb 13 05:09:54.168 INFO O| Feb 13 05:09:54.168 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2025-02-13T05:09:56.062Z | [ recovery-image] Feb 13 05:09:54.206 INFO O| Feb 13 05:09:54.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5819 | 2025-02-13T05:09:56.062Z | [ recovery-image] Feb 13 05:09:54.206 INFO O| Feb 13 05:09:54.206 INFO STEP 442 (remove_files) COMPLETE |
5820 | 2025-02-13T05:09:56.062Z | [ recovery-image] Feb 13 05:09:54.206 INFO O| Feb 13 05:09:54.206 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2025-02-13T05:09:56.107Z | [ recovery-image] Feb 13 05:09:54.251 INFO O| Feb 13 05:09:54.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5822 | 2025-02-13T05:09:56.107Z | [ recovery-image] Feb 13 05:09:54.251 INFO O| Feb 13 05:09:54.251 INFO STEP 443 (remove_files) COMPLETE |
5823 | 2025-02-13T05:09:56.110Z | [ recovery-image] Feb 13 05:09:54.251 INFO O| Feb 13 05:09:54.251 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2025-02-13T05:09:56.126Z | [ recovery-image] Feb 13 05:09:54.270 INFO O| Feb 13 05:09:54.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5825 | 2025-02-13T05:09:56.126Z | [ recovery-image] Feb 13 05:09:54.270 INFO O| Feb 13 05:09:54.270 INFO STEP 444 (remove_files) COMPLETE |
5826 | 2025-02-13T05:09:56.126Z | [ recovery-image] Feb 13 05:09:54.270 INFO O| Feb 13 05:09:54.270 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2025-02-13T05:09:56.161Z | [ recovery-image] Feb 13 05:09:54.305 INFO O| Feb 13 05:09:54.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5828 | 2025-02-13T05:09:56.161Z | [ recovery-image] Feb 13 05:09:54.305 INFO O| Feb 13 05:09:54.305 INFO STEP 445 (remove_files) COMPLETE |
5829 | 2025-02-13T05:09:56.164Z | [ recovery-image] Feb 13 05:09:54.305 INFO O| Feb 13 05:09:54.305 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2025-02-13T05:09:56.181Z | [ recovery-image] Feb 13 05:09:54.324 INFO O| Feb 13 05:09:54.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5831 | 2025-02-13T05:09:56.181Z | [ recovery-image] Feb 13 05:09:54.324 INFO O| Feb 13 05:09:54.324 INFO STEP 446 (remove_files) COMPLETE |
5832 | 2025-02-13T05:09:56.181Z | [ recovery-image] Feb 13 05:09:54.324 INFO O| Feb 13 05:09:54.324 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2025-02-13T05:09:56.197Z | [ recovery-image] Feb 13 05:09:54.341 INFO O| Feb 13 05:09:54.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5834 | 2025-02-13T05:09:56.197Z | [ recovery-image] Feb 13 05:09:54.341 INFO O| Feb 13 05:09:54.341 INFO STEP 447 (remove_files) COMPLETE |
5835 | 2025-02-13T05:09:56.197Z | [ recovery-image] Feb 13 05:09:54.341 INFO O| Feb 13 05:09:54.341 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2025-02-13T05:09:56.229Z | [ recovery-image] Feb 13 05:09:54.374 INFO O| Feb 13 05:09:54.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5837 | 2025-02-13T05:09:56.230Z | [ recovery-image] Feb 13 05:09:54.374 INFO O| Feb 13 05:09:54.374 INFO STEP 448 (remove_files) COMPLETE |
5838 | 2025-02-13T05:09:56.232Z | [ recovery-image] Feb 13 05:09:54.374 INFO O| Feb 13 05:09:54.374 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2025-02-13T05:09:56.308Z | [ recovery-image] Feb 13 05:09:54.452 INFO O| Feb 13 05:09:54.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5840 | 2025-02-13T05:09:56.311Z | [ recovery-image] Feb 13 05:09:54.452 INFO O| Feb 13 05:09:54.452 INFO STEP 449 (remove_files) COMPLETE |
5841 | 2025-02-13T05:09:56.311Z | [ recovery-image] Feb 13 05:09:54.452 INFO O| Feb 13 05:09:54.452 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2025-02-13T05:09:56.327Z | [ recovery-image] Feb 13 05:09:54.471 INFO O| Feb 13 05:09:54.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5843 | 2025-02-13T05:09:56.330Z | [ recovery-image] Feb 13 05:09:54.471 INFO O| Feb 13 05:09:54.471 INFO STEP 450 (remove_files) COMPLETE |
5844 | 2025-02-13T05:09:56.330Z | [ recovery-image] Feb 13 05:09:54.471 INFO O| Feb 13 05:09:54.471 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2025-02-13T05:09:56.356Z | [ recovery-image] Feb 13 05:09:54.500 INFO O| Feb 13 05:09:54.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5846 | 2025-02-13T05:09:56.356Z | [ recovery-image] Feb 13 05:09:54.500 INFO O| Feb 13 05:09:54.500 INFO STEP 451 (remove_files) COMPLETE |
5847 | 2025-02-13T05:09:56.359Z | [ recovery-image] Feb 13 05:09:54.500 INFO O| Feb 13 05:09:54.500 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2025-02-13T05:09:56.375Z | [ recovery-image] Feb 13 05:09:54.519 INFO O| Feb 13 05:09:54.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5849 | 2025-02-13T05:09:56.375Z | [ recovery-image] Feb 13 05:09:54.519 INFO O| Feb 13 05:09:54.519 INFO STEP 452 (remove_files) COMPLETE |
5850 | 2025-02-13T05:09:56.378Z | [ recovery-image] Feb 13 05:09:54.519 INFO O| Feb 13 05:09:54.519 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2025-02-13T05:09:56.398Z | [ recovery-image] Feb 13 05:09:54.542 INFO O| Feb 13 05:09:54.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5852 | 2025-02-13T05:09:56.398Z | [ recovery-image] Feb 13 05:09:54.542 INFO O| Feb 13 05:09:54.542 INFO STEP 453 (remove_files) COMPLETE |
5853 | 2025-02-13T05:09:56.401Z | [ recovery-image] Feb 13 05:09:54.542 INFO O| Feb 13 05:09:54.542 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2025-02-13T05:09:56.420Z | [ recovery-image] Feb 13 05:09:54.564 INFO O| Feb 13 05:09:54.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5855 | 2025-02-13T05:09:56.421Z | [ recovery-image] Feb 13 05:09:54.564 INFO O| Feb 13 05:09:54.564 INFO STEP 454 (remove_files) COMPLETE |
5856 | 2025-02-13T05:09:56.421Z | [ recovery-image] Feb 13 05:09:54.564 INFO O| Feb 13 05:09:54.564 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2025-02-13T05:09:56.441Z | [ recovery-image] Feb 13 05:09:54.585 INFO O| Feb 13 05:09:54.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5858 | 2025-02-13T05:09:56.441Z | [ recovery-image] Feb 13 05:09:54.585 INFO O| Feb 13 05:09:54.585 INFO STEP 455 (remove_files) COMPLETE |
5859 | 2025-02-13T05:09:56.444Z | [ recovery-image] Feb 13 05:09:54.585 INFO O| Feb 13 05:09:54.585 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2025-02-13T05:09:56.470Z | [ recovery-image] Feb 13 05:09:54.614 INFO O| Feb 13 05:09:54.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5861 | 2025-02-13T05:09:56.470Z | [ recovery-image] Feb 13 05:09:54.615 INFO O| Feb 13 05:09:54.614 INFO STEP 456 (remove_files) COMPLETE |
5862 | 2025-02-13T05:09:56.470Z | [ recovery-image] Feb 13 05:09:54.615 INFO O| Feb 13 05:09:54.614 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2025-02-13T05:09:56.489Z | [ recovery-image] Feb 13 05:09:54.633 INFO O| Feb 13 05:09:54.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5864 | 2025-02-13T05:09:56.489Z | [ recovery-image] Feb 13 05:09:54.633 INFO O| Feb 13 05:09:54.633 INFO STEP 457 (remove_files) COMPLETE |
5865 | 2025-02-13T05:09:56.490Z | [ recovery-image] Feb 13 05:09:54.633 INFO O| Feb 13 05:09:54.633 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2025-02-13T05:09:56.509Z | [ recovery-image] Feb 13 05:09:54.652 INFO O| Feb 13 05:09:54.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5867 | 2025-02-13T05:09:56.509Z | [ recovery-image] Feb 13 05:09:54.652 INFO O| Feb 13 05:09:54.652 INFO STEP 458 (remove_files) COMPLETE |
5868 | 2025-02-13T05:09:56.509Z | [ recovery-image] Feb 13 05:09:54.652 INFO O| Feb 13 05:09:54.652 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2025-02-13T05:09:56.529Z | [ recovery-image] Feb 13 05:09:54.673 INFO O| Feb 13 05:09:54.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5870 | 2025-02-13T05:09:56.529Z | [ recovery-image] Feb 13 05:09:54.673 INFO O| Feb 13 05:09:54.673 INFO STEP 459 (remove_files) COMPLETE |
5871 | 2025-02-13T05:09:56.529Z | [ recovery-image] Feb 13 05:09:54.673 INFO O| Feb 13 05:09:54.673 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2025-02-13T05:09:56.563Z | [ recovery-image] Feb 13 05:09:54.707 INFO O| Feb 13 05:09:54.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5873 | 2025-02-13T05:09:56.567Z | [ recovery-image] Feb 13 05:09:54.708 INFO O| Feb 13 05:09:54.707 INFO STEP 460 (remove_files) COMPLETE |
5874 | 2025-02-13T05:09:56.567Z | [ recovery-image] Feb 13 05:09:54.708 INFO O| Feb 13 05:09:54.708 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2025-02-13T05:09:56.627Z | [ recovery-image] Feb 13 05:09:54.771 INFO O| Feb 13 05:09:54.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5876 | 2025-02-13T05:09:56.630Z | [ recovery-image] Feb 13 05:09:54.772 INFO O| Feb 13 05:09:54.771 INFO STEP 461 (remove_files) COMPLETE |
5877 | 2025-02-13T05:09:56.630Z | [ recovery-image] Feb 13 05:09:54.772 INFO O| Feb 13 05:09:54.772 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2025-02-13T05:09:56.653Z | [ recovery-image] Feb 13 05:09:54.796 INFO O| Feb 13 05:09:54.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5879 | 2025-02-13T05:09:56.653Z | [ recovery-image] Feb 13 05:09:54.796 INFO O| Feb 13 05:09:54.796 INFO STEP 462 (remove_files) COMPLETE |
5880 | 2025-02-13T05:09:56.653Z | [ recovery-image] Feb 13 05:09:54.796 INFO O| Feb 13 05:09:54.796 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2025-02-13T05:09:56.711Z | [ recovery-image] Feb 13 05:09:54.855 INFO O| Feb 13 05:09:54.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5882 | 2025-02-13T05:09:56.711Z | [ recovery-image] Feb 13 05:09:54.855 INFO O| Feb 13 05:09:54.855 INFO STEP 463 (remove_files) COMPLETE |
5883 | 2025-02-13T05:09:56.714Z | [ recovery-image] Feb 13 05:09:54.855 INFO O| Feb 13 05:09:54.855 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2025-02-13T05:09:56.734Z | [ recovery-image] Feb 13 05:09:54.878 INFO O| Feb 13 05:09:54.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5885 | 2025-02-13T05:09:56.734Z | [ recovery-image] Feb 13 05:09:54.878 INFO O| Feb 13 05:09:54.878 INFO STEP 464 (remove_files) COMPLETE |
5886 | 2025-02-13T05:09:56.734Z | [ recovery-image] Feb 13 05:09:54.878 INFO O| Feb 13 05:09:54.878 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2025-02-13T05:09:56.756Z | [ recovery-image] Feb 13 05:09:54.899 INFO O| Feb 13 05:09:54.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5888 | 2025-02-13T05:09:56.756Z | [ recovery-image] Feb 13 05:09:54.899 INFO O| Feb 13 05:09:54.899 INFO STEP 465 (remove_files) COMPLETE |
5889 | 2025-02-13T05:09:56.756Z | [ recovery-image] Feb 13 05:09:54.899 INFO O| Feb 13 05:09:54.899 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2025-02-13T05:09:56.776Z | [ recovery-image] Feb 13 05:09:54.920 INFO O| Feb 13 05:09:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5891 | 2025-02-13T05:09:56.776Z | [ recovery-image] Feb 13 05:09:54.920 INFO O| Feb 13 05:09:54.920 INFO STEP 466 (remove_files) COMPLETE |
5892 | 2025-02-13T05:09:56.776Z | [ recovery-image] Feb 13 05:09:54.920 INFO O| Feb 13 05:09:54.920 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2025-02-13T05:09:56.797Z | [ recovery-image] Feb 13 05:09:54.940 INFO O| Feb 13 05:09:54.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5894 | 2025-02-13T05:09:56.797Z | [ recovery-image] Feb 13 05:09:54.940 INFO O| Feb 13 05:09:54.940 INFO STEP 467 (remove_files) COMPLETE |
5895 | 2025-02-13T05:09:56.797Z | [ recovery-image] Feb 13 05:09:54.940 INFO O| Feb 13 05:09:54.940 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2025-02-13T05:09:56.857Z | [ recovery-image] Feb 13 05:09:55.001 INFO O| Feb 13 05:09:55.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5897 | 2025-02-13T05:09:56.860Z | [ recovery-image] Feb 13 05:09:55.001 INFO O| Feb 13 05:09:55.001 INFO STEP 468 (remove_files) COMPLETE |
5898 | 2025-02-13T05:09:56.860Z | [ recovery-image] Feb 13 05:09:55.001 INFO O| Feb 13 05:09:55.001 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2025-02-13T05:09:56.898Z | [ recovery-image] Feb 13 05:09:55.042 INFO O| Feb 13 05:09:55.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5900 | 2025-02-13T05:09:56.898Z | [ recovery-image] Feb 13 05:09:55.042 INFO O| Feb 13 05:09:55.042 INFO STEP 469 (remove_files) COMPLETE |
5901 | 2025-02-13T05:09:56.901Z | [ recovery-image] Feb 13 05:09:55.042 INFO O| Feb 13 05:09:55.042 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2025-02-13T05:09:56.918Z | [ recovery-image] Feb 13 05:09:55.062 INFO O| Feb 13 05:09:55.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5903 | 2025-02-13T05:09:56.933Z | [ recovery-image] Feb 13 05:09:55.076 INFO O| Feb 13 05:09:55.076 INFO STEP 470 (remove_files) COMPLETE |
5904 | 2025-02-13T05:09:56.933Z | [ recovery-image] Feb 13 05:09:55.076 INFO O| Feb 13 05:09:55.076 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2025-02-13T05:09:56.967Z | [ recovery-image] Feb 13 05:09:55.111 INFO O| Feb 13 05:09:55.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5906 | 2025-02-13T05:09:56.967Z | [ recovery-image] Feb 13 05:09:55.111 INFO O| Feb 13 05:09:55.111 INFO STEP 471 (remove_files) COMPLETE |
5907 | 2025-02-13T05:09:56.967Z | [ recovery-image] Feb 13 05:09:55.111 INFO O| Feb 13 05:09:55.111 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2025-02-13T05:09:57.022Z | [ recovery-image] Feb 13 05:09:55.165 INFO O| Feb 13 05:09:55.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5909 | 2025-02-13T05:09:57.022Z | [ recovery-image] Feb 13 05:09:55.166 INFO O| Feb 13 05:09:55.166 INFO STEP 472 (remove_files) COMPLETE |
5910 | 2025-02-13T05:09:57.022Z | [ recovery-image] Feb 13 05:09:55.166 INFO O| Feb 13 05:09:55.166 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2025-02-13T05:09:57.041Z | [ recovery-image] Feb 13 05:09:55.185 INFO O| Feb 13 05:09:55.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5912 | 2025-02-13T05:09:57.041Z | [ recovery-image] Feb 13 05:09:55.185 INFO O| Feb 13 05:09:55.185 INFO STEP 473 (remove_files) COMPLETE |
5913 | 2025-02-13T05:09:57.044Z | [ recovery-image] Feb 13 05:09:55.185 INFO O| Feb 13 05:09:55.185 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2025-02-13T05:09:57.077Z | [ recovery-image] Feb 13 05:09:55.221 INFO O| Feb 13 05:09:55.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5915 | 2025-02-13T05:09:57.077Z | [ recovery-image] Feb 13 05:09:55.221 INFO O| Feb 13 05:09:55.221 INFO STEP 474 (remove_files) COMPLETE |
5916 | 2025-02-13T05:09:57.077Z | [ recovery-image] Feb 13 05:09:55.221 INFO O| Feb 13 05:09:55.221 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2025-02-13T05:09:57.136Z | [ recovery-image] Feb 13 05:09:55.280 INFO O| Feb 13 05:09:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5918 | 2025-02-13T05:09:57.136Z | [ recovery-image] Feb 13 05:09:55.280 INFO O| Feb 13 05:09:55.280 INFO STEP 475 (remove_files) COMPLETE |
5919 | 2025-02-13T05:09:57.136Z | [ recovery-image] Feb 13 05:09:55.280 INFO O| Feb 13 05:09:55.280 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2025-02-13T05:09:57.156Z | [ recovery-image] Feb 13 05:09:55.300 INFO O| Feb 13 05:09:55.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5921 | 2025-02-13T05:09:57.156Z | [ recovery-image] Feb 13 05:09:55.300 INFO O| Feb 13 05:09:55.300 INFO STEP 476 (remove_files) COMPLETE |
5922 | 2025-02-13T05:09:57.156Z | [ recovery-image] Feb 13 05:09:55.300 INFO O| Feb 13 05:09:55.300 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2025-02-13T05:09:57.179Z | [ recovery-image] Feb 13 05:09:55.323 INFO O| Feb 13 05:09:55.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5924 | 2025-02-13T05:09:57.182Z | [ recovery-image] Feb 13 05:09:55.323 INFO O| Feb 13 05:09:55.323 INFO STEP 477 (remove_files) COMPLETE |
5925 | 2025-02-13T05:09:57.182Z | [ recovery-image] Feb 13 05:09:55.324 INFO O| Feb 13 05:09:55.323 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2025-02-13T05:09:57.200Z | [ recovery-image] Feb 13 05:09:55.344 INFO O| Feb 13 05:09:55.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5927 | 2025-02-13T05:09:57.203Z | [ recovery-image] Feb 13 05:09:55.344 INFO O| Feb 13 05:09:55.344 INFO STEP 478 (remove_files) COMPLETE |
5928 | 2025-02-13T05:09:57.203Z | [ recovery-image] Feb 13 05:09:55.344 INFO O| Feb 13 05:09:55.344 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2025-02-13T05:09:57.228Z | [ recovery-image] Feb 13 05:09:55.372 INFO O| Feb 13 05:09:55.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5930 | 2025-02-13T05:09:57.228Z | [ recovery-image] Feb 13 05:09:55.372 INFO O| Feb 13 05:09:55.372 INFO STEP 479 (remove_files) COMPLETE |
5931 | 2025-02-13T05:09:57.231Z | [ recovery-image] Feb 13 05:09:55.372 INFO O| Feb 13 05:09:55.372 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2025-02-13T05:09:57.266Z | [ recovery-image] Feb 13 05:09:55.410 INFO O| Feb 13 05:09:55.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5933 | 2025-02-13T05:09:57.266Z | [ recovery-image] Feb 13 05:09:55.410 INFO O| Feb 13 05:09:55.410 INFO STEP 480 (remove_files) COMPLETE |
5934 | 2025-02-13T05:09:57.266Z | [ recovery-image] Feb 13 05:09:55.410 INFO O| Feb 13 05:09:55.410 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2025-02-13T05:09:57.286Z | [ recovery-image] Feb 13 05:09:55.430 INFO O| Feb 13 05:09:55.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5936 | 2025-02-13T05:09:57.286Z | [ recovery-image] Feb 13 05:09:55.430 INFO O| Feb 13 05:09:55.430 INFO STEP 481 (remove_files) COMPLETE |
5937 | 2025-02-13T05:09:57.286Z | [ recovery-image] Feb 13 05:09:55.430 INFO O| Feb 13 05:09:55.430 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2025-02-13T05:09:57.306Z | [ recovery-image] Feb 13 05:09:55.450 INFO O| Feb 13 05:09:55.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5939 | 2025-02-13T05:09:57.306Z | [ recovery-image] Feb 13 05:09:55.450 INFO O| Feb 13 05:09:55.450 INFO STEP 482 (remove_files) COMPLETE |
5940 | 2025-02-13T05:09:57.306Z | [ recovery-image] Feb 13 05:09:55.450 INFO O| Feb 13 05:09:55.450 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2025-02-13T05:09:57.342Z | [ recovery-image] Feb 13 05:09:55.486 INFO O| Feb 13 05:09:55.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5942 | 2025-02-13T05:09:57.342Z | [ recovery-image] Feb 13 05:09:55.487 INFO O| Feb 13 05:09:55.486 INFO STEP 483 (remove_files) COMPLETE |
5943 | 2025-02-13T05:09:57.342Z | [ recovery-image] Feb 13 05:09:55.487 INFO O| Feb 13 05:09:55.487 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2025-02-13T05:09:57.363Z | [ recovery-image] Feb 13 05:09:55.507 INFO O| Feb 13 05:09:55.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5945 | 2025-02-13T05:09:57.366Z | [ recovery-image] Feb 13 05:09:55.507 INFO O| Feb 13 05:09:55.507 INFO STEP 484 (remove_files) COMPLETE |
5946 | 2025-02-13T05:09:57.366Z | [ recovery-image] Feb 13 05:09:55.507 INFO O| Feb 13 05:09:55.507 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2025-02-13T05:09:57.383Z | [ recovery-image] Feb 13 05:09:55.527 INFO O| Feb 13 05:09:55.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5948 | 2025-02-13T05:09:57.404Z | [ recovery-image] Feb 13 05:09:55.548 INFO O| Feb 13 05:09:55.548 INFO STEP 485 (remove_files) COMPLETE |
5949 | 2025-02-13T05:09:57.407Z | [ recovery-image] Feb 13 05:09:55.548 INFO O| Feb 13 05:09:55.548 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2025-02-13T05:09:57.437Z | [ recovery-image] Feb 13 05:09:55.581 INFO O| Feb 13 05:09:55.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5951 | 2025-02-13T05:09:57.440Z | [ recovery-image] Feb 13 05:09:55.581 INFO O| Feb 13 05:09:55.581 INFO STEP 486 (remove_files) COMPLETE |
5952 | 2025-02-13T05:09:57.440Z | [ recovery-image] Feb 13 05:09:55.581 INFO O| Feb 13 05:09:55.581 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2025-02-13T05:09:57.461Z | [ recovery-image] Feb 13 05:09:55.605 INFO O| Feb 13 05:09:55.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5954 | 2025-02-13T05:09:57.464Z | [ recovery-image] Feb 13 05:09:55.605 INFO O| Feb 13 05:09:55.605 INFO STEP 487 (remove_files) COMPLETE |
5955 | 2025-02-13T05:09:57.464Z | [ recovery-image] Feb 13 05:09:55.605 INFO O| Feb 13 05:09:55.605 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2025-02-13T05:09:57.484Z | [ recovery-image] Feb 13 05:09:55.628 INFO O| Feb 13 05:09:55.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5957 | 2025-02-13T05:09:57.486Z | [ recovery-image] Feb 13 05:09:55.628 INFO O| Feb 13 05:09:55.628 INFO STEP 488 (remove_files) COMPLETE |
5958 | 2025-02-13T05:09:57.486Z | [ recovery-image] Feb 13 05:09:55.628 INFO O| Feb 13 05:09:55.628 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2025-02-13T05:09:57.525Z | [ recovery-image] Feb 13 05:09:55.669 INFO O| Feb 13 05:09:55.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5960 | 2025-02-13T05:09:57.525Z | [ recovery-image] Feb 13 05:09:55.669 INFO O| Feb 13 05:09:55.669 INFO STEP 489 (remove_files) COMPLETE |
5961 | 2025-02-13T05:09:57.529Z | [ recovery-image] Feb 13 05:09:55.669 INFO O| Feb 13 05:09:55.669 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2025-02-13T05:09:57.548Z | [ recovery-image] Feb 13 05:09:55.692 INFO O| Feb 13 05:09:55.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5963 | 2025-02-13T05:09:57.548Z | [ recovery-image] Feb 13 05:09:55.692 INFO O| Feb 13 05:09:55.692 INFO STEP 490 (remove_files) COMPLETE |
5964 | 2025-02-13T05:09:57.548Z | [ recovery-image] Feb 13 05:09:55.692 INFO O| Feb 13 05:09:55.692 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2025-02-13T05:09:57.569Z | [ recovery-image] Feb 13 05:09:55.713 INFO O| Feb 13 05:09:55.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5966 | 2025-02-13T05:09:57.569Z | [ recovery-image] Feb 13 05:09:55.713 INFO O| Feb 13 05:09:55.713 INFO STEP 491 (remove_files) COMPLETE |
5967 | 2025-02-13T05:09:57.573Z | [ recovery-image] Feb 13 05:09:55.713 INFO O| Feb 13 05:09:55.713 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2025-02-13T05:09:57.621Z | [ recovery-image] Feb 13 05:09:55.765 INFO O| Feb 13 05:09:55.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5969 | 2025-02-13T05:09:57.621Z | [ recovery-image] Feb 13 05:09:55.765 INFO O| Feb 13 05:09:55.765 INFO STEP 492 (remove_files) COMPLETE |
5970 | 2025-02-13T05:09:57.621Z | [ recovery-image] Feb 13 05:09:55.765 INFO O| Feb 13 05:09:55.765 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2025-02-13T05:09:57.664Z | [ recovery-image] Feb 13 05:09:55.808 INFO O| Feb 13 05:09:55.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5972 | 2025-02-13T05:09:57.664Z | [ recovery-image] Feb 13 05:09:55.808 INFO O| Feb 13 05:09:55.808 INFO STEP 493 (remove_files) COMPLETE |
5973 | 2025-02-13T05:09:57.667Z | [ recovery-image] Feb 13 05:09:55.808 INFO O| Feb 13 05:09:55.808 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2025-02-13T05:09:57.689Z | [ recovery-image] Feb 13 05:09:55.833 INFO O| Feb 13 05:09:55.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5975 | 2025-02-13T05:09:57.689Z | [ recovery-image] Feb 13 05:09:55.833 INFO O| Feb 13 05:09:55.833 INFO STEP 494 (remove_files) COMPLETE |
5976 | 2025-02-13T05:09:57.689Z | [ recovery-image] Feb 13 05:09:55.833 INFO O| Feb 13 05:09:55.833 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2025-02-13T05:09:57.750Z | [ recovery-image] Feb 13 05:09:55.894 INFO O| Feb 13 05:09:55.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5978 | 2025-02-13T05:09:57.750Z | [ recovery-image] Feb 13 05:09:55.894 INFO O| Feb 13 05:09:55.894 INFO STEP 495 (remove_files) COMPLETE |
5979 | 2025-02-13T05:09:57.750Z | [ recovery-image] Feb 13 05:09:55.894 INFO O| Feb 13 05:09:55.894 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2025-02-13T05:09:57.777Z | [ recovery-image] Feb 13 05:09:55.921 INFO O| Feb 13 05:09:55.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5981 | 2025-02-13T05:09:57.780Z | [ recovery-image] Feb 13 05:09:55.921 INFO O| Feb 13 05:09:55.921 INFO STEP 496 (remove_files) COMPLETE |
5982 | 2025-02-13T05:09:57.780Z | [ recovery-image] Feb 13 05:09:55.921 INFO O| Feb 13 05:09:55.921 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2025-02-13T05:09:57.813Z | [ recovery-image] Feb 13 05:09:55.957 INFO O| Feb 13 05:09:55.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5984 | 2025-02-13T05:09:57.813Z | [ recovery-image] Feb 13 05:09:55.957 INFO O| Feb 13 05:09:55.957 INFO STEP 497 (remove_files) COMPLETE |
5985 | 2025-02-13T05:09:57.816Z | [ recovery-image] Feb 13 05:09:55.957 INFO O| Feb 13 05:09:55.957 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2025-02-13T05:09:57.834Z | [ recovery-image] Feb 13 05:09:55.978 INFO O| Feb 13 05:09:55.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5987 | 2025-02-13T05:09:57.834Z | [ recovery-image] Feb 13 05:09:55.978 INFO O| Feb 13 05:09:55.978 INFO STEP 498 (remove_files) COMPLETE |
5988 | 2025-02-13T05:09:57.838Z | [ recovery-image] Feb 13 05:09:55.978 INFO O| Feb 13 05:09:55.978 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2025-02-13T05:09:57.868Z | [ recovery-image] Feb 13 05:09:56.012 INFO O| Feb 13 05:09:56.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5990 | 2025-02-13T05:09:57.868Z | [ recovery-image] Feb 13 05:09:56.012 INFO O| Feb 13 05:09:56.012 INFO STEP 499 (remove_files) COMPLETE |
5991 | 2025-02-13T05:09:57.868Z | [ recovery-image] Feb 13 05:09:56.012 INFO O| Feb 13 05:09:56.012 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2025-02-13T05:09:57.892Z | [ recovery-image] Feb 13 05:09:56.036 INFO O| Feb 13 05:09:56.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5993 | 2025-02-13T05:09:57.892Z | [ recovery-image] Feb 13 05:09:56.036 INFO O| Feb 13 05:09:56.036 INFO STEP 500 (remove_files) COMPLETE |
5994 | 2025-02-13T05:09:57.895Z | [ recovery-image] Feb 13 05:09:56.036 INFO O| Feb 13 05:09:56.036 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2025-02-13T05:09:57.937Z | [ recovery-image] Feb 13 05:09:56.081 INFO O| Feb 13 05:09:56.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5996 | 2025-02-13T05:09:57.937Z | [ recovery-image] Feb 13 05:09:56.081 INFO O| Feb 13 05:09:56.081 INFO STEP 501 (remove_files) COMPLETE |
5997 | 2025-02-13T05:09:57.940Z | [ recovery-image] Feb 13 05:09:56.081 INFO O| Feb 13 05:09:56.081 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2025-02-13T05:09:58.008Z | [ recovery-image] Feb 13 05:09:56.152 INFO O| Feb 13 05:09:56.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5999 | 2025-02-13T05:09:58.011Z | [ recovery-image] Feb 13 05:09:56.153 INFO O| Feb 13 05:09:56.153 INFO STEP 502 (remove_files) COMPLETE |
6000 | 2025-02-13T05:09:58.011Z | [ recovery-image] Feb 13 05:09:56.153 INFO O| Feb 13 05:09:56.153 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2025-02-13T05:09:58.030Z | [ recovery-image] Feb 13 05:09:56.174 INFO O| Feb 13 05:09:56.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
6002 | 2025-02-13T05:09:58.033Z | [ recovery-image] Feb 13 05:09:56.174 INFO O| Feb 13 05:09:56.174 INFO STEP 503 (remove_files) COMPLETE |
6003 | 2025-02-13T05:09:58.033Z | [ recovery-image] Feb 13 05:09:56.174 INFO O| Feb 13 05:09:56.174 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2025-02-13T05:09:58.050Z | [ recovery-image] Feb 13 05:09:56.194 INFO O| Feb 13 05:09:56.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
6005 | 2025-02-13T05:09:58.050Z | [ recovery-image] Feb 13 05:09:56.194 INFO O| Feb 13 05:09:56.194 INFO STEP 504 (remove_files) COMPLETE |
6006 | 2025-02-13T05:09:58.050Z | [ recovery-image] Feb 13 05:09:56.194 INFO O| Feb 13 05:09:56.194 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2025-02-13T05:09:58.107Z | [ recovery-image] Feb 13 05:09:56.251 INFO O| Feb 13 05:09:56.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6008 | 2025-02-13T05:09:58.130Z | [ recovery-image] Feb 13 05:09:56.274 INFO O| Feb 13 05:09:56.274 INFO STEP 505 (remove_files) COMPLETE |
6009 | 2025-02-13T05:09:58.133Z | [ recovery-image] Feb 13 05:09:56.274 INFO O| Feb 13 05:09:56.274 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2025-02-13T05:09:58.150Z | [ recovery-image] Feb 13 05:09:56.294 INFO O| Feb 13 05:09:56.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6011 | 2025-02-13T05:09:58.162Z | [ recovery-image] Feb 13 05:09:56.306 INFO O| Feb 13 05:09:56.306 INFO STEP 506 (remove_files) COMPLETE |
6012 | 2025-02-13T05:09:58.162Z | [ recovery-image] Feb 13 05:09:56.306 INFO O| Feb 13 05:09:56.306 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2025-02-13T05:09:58.182Z | [ recovery-image] Feb 13 05:09:56.326 INFO O| Feb 13 05:09:56.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6014 | 2025-02-13T05:09:58.185Z | [ recovery-image] Feb 13 05:09:56.326 INFO O| Feb 13 05:09:56.326 INFO STEP 507 (remove_files) COMPLETE |
6015 | 2025-02-13T05:09:58.185Z | [ recovery-image] Feb 13 05:09:56.326 INFO O| Feb 13 05:09:56.326 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2025-02-13T05:09:58.216Z | [ recovery-image] Feb 13 05:09:56.360 INFO O| Feb 13 05:09:56.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6017 | 2025-02-13T05:09:58.219Z | [ recovery-image] Feb 13 05:09:56.360 INFO O| Feb 13 05:09:56.360 INFO STEP 508 (remove_files) COMPLETE |
6018 | 2025-02-13T05:09:58.219Z | [ recovery-image] Feb 13 05:09:56.361 INFO O| Feb 13 05:09:56.360 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2025-02-13T05:09:58.238Z | [ recovery-image] Feb 13 05:09:56.382 INFO O| Feb 13 05:09:56.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6020 | 2025-02-13T05:09:58.241Z | [ recovery-image] Feb 13 05:09:56.383 INFO O| Feb 13 05:09:56.382 INFO STEP 509 (remove_files) COMPLETE |
6021 | 2025-02-13T05:09:58.241Z | [ recovery-image] Feb 13 05:09:56.383 INFO O| Feb 13 05:09:56.383 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2025-02-13T05:09:58.282Z | [ recovery-image] Feb 13 05:09:56.426 INFO O| Feb 13 05:09:56.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6023 | 2025-02-13T05:09:58.285Z | [ recovery-image] Feb 13 05:09:56.426 INFO O| Feb 13 05:09:56.426 INFO STEP 510 (remove_files) COMPLETE |
6024 | 2025-02-13T05:09:58.285Z | [ recovery-image] Feb 13 05:09:56.426 INFO O| Feb 13 05:09:56.426 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2025-02-13T05:09:58.305Z | [ recovery-image] Feb 13 05:09:56.449 INFO O| Feb 13 05:09:56.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6026 | 2025-02-13T05:09:58.305Z | [ recovery-image] Feb 13 05:09:56.449 INFO O| Feb 13 05:09:56.449 INFO STEP 511 (remove_files) COMPLETE |
6027 | 2025-02-13T05:09:58.305Z | [ recovery-image] Feb 13 05:09:56.449 INFO O| Feb 13 05:09:56.449 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2025-02-13T05:09:58.326Z | [ recovery-image] Feb 13 05:09:56.469 INFO O| Feb 13 05:09:56.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6029 | 2025-02-13T05:09:58.326Z | [ recovery-image] Feb 13 05:09:56.470 INFO O| Feb 13 05:09:56.470 INFO STEP 512 (remove_files) COMPLETE |
6030 | 2025-02-13T05:09:58.326Z | [ recovery-image] Feb 13 05:09:56.470 INFO O| Feb 13 05:09:56.470 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2025-02-13T05:09:58.349Z | [ recovery-image] Feb 13 05:09:56.492 INFO O| Feb 13 05:09:56.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6032 | 2025-02-13T05:09:58.349Z | [ recovery-image] Feb 13 05:09:56.493 INFO O| Feb 13 05:09:56.492 INFO STEP 513 (remove_files) COMPLETE |
6033 | 2025-02-13T05:09:58.349Z | [ recovery-image] Feb 13 05:09:56.493 INFO O| Feb 13 05:09:56.493 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2025-02-13T05:09:58.375Z | [ recovery-image] Feb 13 05:09:56.518 INFO O| Feb 13 05:09:56.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6035 | 2025-02-13T05:09:58.377Z | [ recovery-image] Feb 13 05:09:56.518 INFO O| Feb 13 05:09:56.518 INFO STEP 514 (remove_files) COMPLETE |
6036 | 2025-02-13T05:09:58.378Z | [ recovery-image] Feb 13 05:09:56.518 INFO O| Feb 13 05:09:56.518 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2025-02-13T05:09:58.397Z | [ recovery-image] Feb 13 05:09:56.541 INFO O| Feb 13 05:09:56.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6038 | 2025-02-13T05:09:58.398Z | [ recovery-image] Feb 13 05:09:56.541 INFO O| Feb 13 05:09:56.537 INFO STEP 515 (remove_files) COMPLETE |
6039 | 2025-02-13T05:09:58.400Z | [ recovery-image] Feb 13 05:09:56.541 INFO O| Feb 13 05:09:56.537 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2025-02-13T05:09:58.436Z | [ recovery-image] Feb 13 05:09:56.579 INFO O| Feb 13 05:09:56.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6041 | 2025-02-13T05:09:58.439Z | [ recovery-image] Feb 13 05:09:56.580 INFO O| Feb 13 05:09:56.580 INFO STEP 516 (remove_files) COMPLETE |
6042 | 2025-02-13T05:09:58.439Z | [ recovery-image] Feb 13 05:09:56.580 INFO O| Feb 13 05:09:56.580 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2025-02-13T05:09:58.457Z | [ recovery-image] Feb 13 05:09:56.601 INFO O| Feb 13 05:09:56.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6044 | 2025-02-13T05:09:58.460Z | [ recovery-image] Feb 13 05:09:56.601 INFO O| Feb 13 05:09:56.601 INFO STEP 517 (remove_files) COMPLETE |
6045 | 2025-02-13T05:09:58.460Z | [ recovery-image] Feb 13 05:09:56.601 INFO O| Feb 13 05:09:56.601 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2025-02-13T05:09:58.479Z | [ recovery-image] Feb 13 05:09:56.623 INFO O| Feb 13 05:09:56.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6047 | 2025-02-13T05:09:58.482Z | [ recovery-image] Feb 13 05:09:56.623 INFO O| Feb 13 05:09:56.623 INFO STEP 518 (remove_files) COMPLETE |
6048 | 2025-02-13T05:09:58.482Z | [ recovery-image] Feb 13 05:09:56.623 INFO O| Feb 13 05:09:56.623 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2025-02-13T05:09:58.513Z | [ recovery-image] Feb 13 05:09:56.656 INFO O| Feb 13 05:09:56.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6050 | 2025-02-13T05:09:58.513Z | [ recovery-image] Feb 13 05:09:56.656 INFO O| Feb 13 05:09:56.656 INFO STEP 519 (remove_files) COMPLETE |
6051 | 2025-02-13T05:09:58.513Z | [ recovery-image] Feb 13 05:09:56.656 INFO O| Feb 13 05:09:56.656 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2025-02-13T05:09:58.573Z | [ recovery-image] Feb 13 05:09:56.717 INFO O| Feb 13 05:09:56.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6053 | 2025-02-13T05:09:58.576Z | [ recovery-image] Feb 13 05:09:56.717 INFO O| Feb 13 05:09:56.717 INFO STEP 520 (remove_files) COMPLETE |
6054 | 2025-02-13T05:09:58.576Z | [ recovery-image] Feb 13 05:09:56.717 INFO O| Feb 13 05:09:56.717 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2025-02-13T05:09:58.614Z | [ recovery-image] Feb 13 05:09:56.758 INFO O| Feb 13 05:09:56.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6056 | 2025-02-13T05:09:58.635Z | [ recovery-image] Feb 13 05:09:56.778 INFO O| Feb 13 05:09:56.778 INFO STEP 521 (remove_files) COMPLETE |
6057 | 2025-02-13T05:09:58.635Z | [ recovery-image] Feb 13 05:09:56.778 INFO O| Feb 13 05:09:56.778 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2025-02-13T05:09:58.672Z | [ recovery-image] Feb 13 05:09:56.816 INFO O| Feb 13 05:09:56.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6059 | 2025-02-13T05:09:58.694Z | [ recovery-image] Feb 13 05:09:56.837 INFO O| Feb 13 05:09:56.837 INFO STEP 522 (remove_files) COMPLETE |
6060 | 2025-02-13T05:09:58.694Z | [ recovery-image] Feb 13 05:09:56.837 INFO O| Feb 13 05:09:56.837 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2025-02-13T05:09:58.752Z | [ recovery-image] Feb 13 05:09:56.895 INFO O| Feb 13 05:09:56.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6062 | 2025-02-13T05:09:58.775Z | [ recovery-image] Feb 13 05:09:56.918 INFO O| Feb 13 05:09:56.918 INFO STEP 523 (remove_files) COMPLETE |
6063 | 2025-02-13T05:09:58.775Z | [ recovery-image] Feb 13 05:09:56.918 INFO O| Feb 13 05:09:56.918 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2025-02-13T05:09:58.819Z | [ recovery-image] Feb 13 05:09:56.963 INFO O| Feb 13 05:09:56.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6065 | 2025-02-13T05:09:58.820Z | [ recovery-image] Feb 13 05:09:56.963 INFO O| Feb 13 05:09:56.963 INFO STEP 524 (remove_files) COMPLETE |
6066 | 2025-02-13T05:09:58.820Z | [ recovery-image] Feb 13 05:09:56.963 INFO O| Feb 13 05:09:56.963 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2025-02-13T05:09:58.855Z | [ recovery-image] Feb 13 05:09:56.998 INFO O| Feb 13 05:09:56.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6068 | 2025-02-13T05:09:58.855Z | [ recovery-image] Feb 13 05:09:56.998 INFO O| Feb 13 05:09:56.998 INFO STEP 525 (remove_files) COMPLETE |
6069 | 2025-02-13T05:09:58.855Z | [ recovery-image] Feb 13 05:09:56.998 INFO O| Feb 13 05:09:56.998 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2025-02-13T05:09:58.874Z | [ recovery-image] Feb 13 05:09:57.018 INFO O| Feb 13 05:09:57.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6071 | 2025-02-13T05:09:58.874Z | [ recovery-image] Feb 13 05:09:57.018 INFO O| Feb 13 05:09:57.018 INFO STEP 526 (remove_files) COMPLETE |
6072 | 2025-02-13T05:09:58.877Z | [ recovery-image] Feb 13 05:09:57.018 INFO O| Feb 13 05:09:57.018 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2025-02-13T05:09:58.897Z | [ recovery-image] Feb 13 05:09:57.040 INFO O| Feb 13 05:09:57.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6074 | 2025-02-13T05:09:58.897Z | [ recovery-image] Feb 13 05:09:57.040 INFO O| Feb 13 05:09:57.040 INFO STEP 527 (remove_files) COMPLETE |
6075 | 2025-02-13T05:09:58.897Z | [ recovery-image] Feb 13 05:09:57.040 INFO O| Feb 13 05:09:57.040 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2025-02-13T05:09:58.943Z | [ recovery-image] Feb 13 05:09:57.087 INFO O| Feb 13 05:09:57.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6077 | 2025-02-13T05:09:58.943Z | [ recovery-image] Feb 13 05:09:57.087 INFO O| Feb 13 05:09:57.087 INFO STEP 528 (remove_files) COMPLETE |
6078 | 2025-02-13T05:09:58.947Z | [ recovery-image] Feb 13 05:09:57.087 INFO O| Feb 13 05:09:57.087 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2025-02-13T05:09:58.966Z | [ recovery-image] Feb 13 05:09:57.109 INFO O| Feb 13 05:09:57.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6080 | 2025-02-13T05:09:58.966Z | [ recovery-image] Feb 13 05:09:57.109 INFO O| Feb 13 05:09:57.109 INFO STEP 529 (remove_files) COMPLETE |
6081 | 2025-02-13T05:09:58.966Z | [ recovery-image] Feb 13 05:09:57.109 INFO O| Feb 13 05:09:57.109 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2025-02-13T05:09:58.987Z | [ recovery-image] Feb 13 05:09:57.130 INFO O| Feb 13 05:09:57.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6083 | 2025-02-13T05:09:58.987Z | [ recovery-image] Feb 13 05:09:57.130 INFO O| Feb 13 05:09:57.130 INFO STEP 530 (remove_files) COMPLETE |
6084 | 2025-02-13T05:09:58.987Z | [ recovery-image] Feb 13 05:09:57.130 INFO O| Feb 13 05:09:57.130 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2025-02-13T05:09:59.009Z | [ recovery-image] Feb 13 05:09:57.153 INFO O| Feb 13 05:09:57.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6086 | 2025-02-13T05:09:59.009Z | [ recovery-image] Feb 13 05:09:57.153 INFO O| Feb 13 05:09:57.153 INFO STEP 531 (remove_files) COMPLETE |
6087 | 2025-02-13T05:09:59.009Z | [ recovery-image] Feb 13 05:09:57.153 INFO O| Feb 13 05:09:57.153 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2025-02-13T05:09:59.036Z | [ recovery-image] Feb 13 05:09:57.180 INFO O| Feb 13 05:09:57.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6089 | 2025-02-13T05:09:59.037Z | [ recovery-image] Feb 13 05:09:57.180 INFO O| Feb 13 05:09:57.180 INFO STEP 532 (remove_files) COMPLETE |
6090 | 2025-02-13T05:09:59.037Z | [ recovery-image] Feb 13 05:09:57.180 INFO O| Feb 13 05:09:57.180 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2025-02-13T05:09:59.082Z | [ recovery-image] Feb 13 05:09:57.225 INFO O| Feb 13 05:09:57.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6092 | 2025-02-13T05:09:59.082Z | [ recovery-image] Feb 13 05:09:57.225 INFO O| Feb 13 05:09:57.225 INFO STEP 533 (remove_files) COMPLETE |
6093 | 2025-02-13T05:09:59.082Z | [ recovery-image] Feb 13 05:09:57.225 INFO O| Feb 13 05:09:57.225 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2025-02-13T05:09:59.100Z | [ recovery-image] Feb 13 05:09:57.244 INFO O| Feb 13 05:09:57.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6095 | 2025-02-13T05:09:59.121Z | [ recovery-image] Feb 13 05:09:57.265 INFO O| Feb 13 05:09:57.265 INFO STEP 534 (remove_files) COMPLETE |
6096 | 2025-02-13T05:09:59.121Z | [ recovery-image] Feb 13 05:09:57.265 INFO O| Feb 13 05:09:57.265 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2025-02-13T05:09:59.142Z | [ recovery-image] Feb 13 05:09:57.286 INFO O| Feb 13 05:09:57.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6098 | 2025-02-13T05:09:59.145Z | [ recovery-image] Feb 13 05:09:57.286 INFO O| Feb 13 05:09:57.286 INFO STEP 535 (remove_files) COMPLETE |
6099 | 2025-02-13T05:09:59.145Z | [ recovery-image] Feb 13 05:09:57.286 INFO O| Feb 13 05:09:57.286 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2025-02-13T05:09:59.162Z | [ recovery-image] Feb 13 05:09:57.306 INFO O| Feb 13 05:09:57.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6101 | 2025-02-13T05:09:59.165Z | [ recovery-image] Feb 13 05:09:57.306 INFO O| Feb 13 05:09:57.306 INFO STEP 536 (remove_files) COMPLETE |
6102 | 2025-02-13T05:09:59.165Z | [ recovery-image] Feb 13 05:09:57.306 INFO O| Feb 13 05:09:57.306 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2025-02-13T05:09:59.182Z | [ recovery-image] Feb 13 05:09:57.325 INFO O| Feb 13 05:09:57.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6104 | 2025-02-13T05:09:59.185Z | [ recovery-image] Feb 13 05:09:57.326 INFO O| Feb 13 05:09:57.326 INFO STEP 537 (remove_files) COMPLETE |
6105 | 2025-02-13T05:09:59.185Z | [ recovery-image] Feb 13 05:09:57.326 INFO O| Feb 13 05:09:57.326 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2025-02-13T05:09:59.217Z | [ recovery-image] Feb 13 05:09:57.361 INFO O| Feb 13 05:09:57.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6107 | 2025-02-13T05:09:59.221Z | [ recovery-image] Feb 13 05:09:57.361 INFO O| Feb 13 05:09:57.361 INFO STEP 538 (remove_files) COMPLETE |
6108 | 2025-02-13T05:09:59.221Z | [ recovery-image] Feb 13 05:09:57.362 INFO O| Feb 13 05:09:57.361 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2025-02-13T05:09:59.263Z | [ recovery-image] Feb 13 05:09:57.406 INFO O| Feb 13 05:09:57.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6110 | 2025-02-13T05:09:59.287Z | [ recovery-image] Feb 13 05:09:57.431 INFO O| Feb 13 05:09:57.431 INFO STEP 539 (remove_files) COMPLETE |
6111 | 2025-02-13T05:09:59.287Z | [ recovery-image] Feb 13 05:09:57.431 INFO O| Feb 13 05:09:57.431 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2025-02-13T05:09:59.346Z | [ recovery-image] Feb 13 05:09:57.490 INFO O| Feb 13 05:09:57.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6113 | 2025-02-13T05:09:59.349Z | [ recovery-image] Feb 13 05:09:57.490 INFO O| Feb 13 05:09:57.490 INFO STEP 540 (remove_files) COMPLETE |
6114 | 2025-02-13T05:09:59.349Z | [ recovery-image] Feb 13 05:09:57.490 INFO O| Feb 13 05:09:57.490 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2025-02-13T05:09:59.366Z | [ recovery-image] Feb 13 05:09:57.509 INFO O| Feb 13 05:09:57.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6116 | 2025-02-13T05:09:59.368Z | [ recovery-image] Feb 13 05:09:57.509 INFO O| Feb 13 05:09:57.509 INFO STEP 541 (remove_files) COMPLETE |
6117 | 2025-02-13T05:09:59.368Z | [ recovery-image] Feb 13 05:09:57.510 INFO O| Feb 13 05:09:57.509 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2025-02-13T05:09:59.401Z | [ recovery-image] Feb 13 05:09:57.545 INFO O| Feb 13 05:09:57.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6119 | 2025-02-13T05:09:59.428Z | [ recovery-image] Feb 13 05:09:57.571 INFO O| Feb 13 05:09:57.571 INFO STEP 542 (remove_files) COMPLETE |
6120 | 2025-02-13T05:09:59.428Z | [ recovery-image] Feb 13 05:09:57.571 INFO O| Feb 13 05:09:57.571 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2025-02-13T05:09:59.486Z | [ recovery-image] Feb 13 05:09:57.630 INFO O| Feb 13 05:09:57.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6122 | 2025-02-13T05:09:59.486Z | [ recovery-image] Feb 13 05:09:57.630 INFO O| Feb 13 05:09:57.630 INFO STEP 543 (remove_files) COMPLETE |
6123 | 2025-02-13T05:09:59.486Z | [ recovery-image] Feb 13 05:09:57.630 INFO O| Feb 13 05:09:57.630 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2025-02-13T05:09:59.506Z | [ recovery-image] Feb 13 05:09:57.649 INFO O| Feb 13 05:09:57.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6125 | 2025-02-13T05:09:59.506Z | [ recovery-image] Feb 13 05:09:57.649 INFO O| Feb 13 05:09:57.649 INFO STEP 544 (remove_files) COMPLETE |
6126 | 2025-02-13T05:09:59.506Z | [ recovery-image] Feb 13 05:09:57.649 INFO O| Feb 13 05:09:57.649 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2025-02-13T05:09:59.524Z | [ recovery-image] Feb 13 05:09:57.668 INFO O| Feb 13 05:09:57.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6128 | 2025-02-13T05:09:59.524Z | [ recovery-image] Feb 13 05:09:57.668 INFO O| Feb 13 05:09:57.668 INFO STEP 545 (remove_files) COMPLETE |
6129 | 2025-02-13T05:09:59.527Z | [ recovery-image] Feb 13 05:09:57.668 INFO O| Feb 13 05:09:57.668 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2025-02-13T05:09:59.546Z | [ recovery-image] Feb 13 05:09:57.690 INFO O| Feb 13 05:09:57.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6131 | 2025-02-13T05:09:59.546Z | [ recovery-image] Feb 13 05:09:57.690 INFO O| Feb 13 05:09:57.690 INFO STEP 546 (remove_files) COMPLETE |
6132 | 2025-02-13T05:09:59.546Z | [ recovery-image] Feb 13 05:09:57.690 INFO O| Feb 13 05:09:57.690 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2025-02-13T05:09:59.582Z | [ recovery-image] Feb 13 05:09:57.724 INFO O| Feb 13 05:09:57.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6134 | 2025-02-13T05:09:59.582Z | [ recovery-image] Feb 13 05:09:57.724 INFO O| Feb 13 05:09:57.724 INFO STEP 547 (remove_files) COMPLETE |
6135 | 2025-02-13T05:09:59.582Z | [ recovery-image] Feb 13 05:09:57.724 INFO O| Feb 13 05:09:57.724 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2025-02-13T05:09:59.622Z | [ recovery-image] Feb 13 05:09:57.766 INFO O| Feb 13 05:09:57.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6137 | 2025-02-13T05:09:59.622Z | [ recovery-image] Feb 13 05:09:57.766 INFO O| Feb 13 05:09:57.766 INFO STEP 548 (remove_files) COMPLETE |
6138 | 2025-02-13T05:09:59.625Z | [ recovery-image] Feb 13 05:09:57.766 INFO O| Feb 13 05:09:57.766 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2025-02-13T05:09:59.658Z | [ recovery-image] Feb 13 05:09:57.802 INFO O| Feb 13 05:09:57.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6140 | 2025-02-13T05:09:59.658Z | [ recovery-image] Feb 13 05:09:57.802 INFO O| Feb 13 05:09:57.802 INFO STEP 549 (remove_files) COMPLETE |
6141 | 2025-02-13T05:09:59.658Z | [ recovery-image] Feb 13 05:09:57.802 INFO O| Feb 13 05:09:57.802 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2025-02-13T05:09:59.696Z | [ recovery-image] Feb 13 05:09:57.840 INFO O| Feb 13 05:09:57.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6143 | 2025-02-13T05:09:59.696Z | [ recovery-image] Feb 13 05:09:57.840 INFO O| Feb 13 05:09:57.840 INFO STEP 550 (remove_files) COMPLETE |
6144 | 2025-02-13T05:09:59.696Z | [ recovery-image] Feb 13 05:09:57.840 INFO O| Feb 13 05:09:57.840 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2025-02-13T05:09:59.719Z | [ recovery-image] Feb 13 05:09:57.862 INFO O| Feb 13 05:09:57.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6146 | 2025-02-13T05:09:59.719Z | [ recovery-image] Feb 13 05:09:57.862 INFO O| Feb 13 05:09:57.862 INFO STEP 551 (remove_files) COMPLETE |
6147 | 2025-02-13T05:09:59.719Z | [ recovery-image] Feb 13 05:09:57.862 INFO O| Feb 13 05:09:57.862 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2025-02-13T05:09:59.739Z | [ recovery-image] Feb 13 05:09:57.882 INFO O| Feb 13 05:09:57.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6149 | 2025-02-13T05:09:59.739Z | [ recovery-image] Feb 13 05:09:57.883 INFO O| Feb 13 05:09:57.883 INFO STEP 552 (remove_files) COMPLETE |
6150 | 2025-02-13T05:09:59.739Z | [ recovery-image] Feb 13 05:09:57.883 INFO O| Feb 13 05:09:57.883 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2025-02-13T05:09:59.760Z | [ recovery-image] Feb 13 05:09:57.903 INFO O| Feb 13 05:09:57.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6152 | 2025-02-13T05:09:59.760Z | [ recovery-image] Feb 13 05:09:57.903 INFO O| Feb 13 05:09:57.903 INFO STEP 553 (remove_files) COMPLETE |
6153 | 2025-02-13T05:09:59.760Z | [ recovery-image] Feb 13 05:09:57.903 INFO O| Feb 13 05:09:57.903 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2025-02-13T05:09:59.779Z | [ recovery-image] Feb 13 05:09:57.923 INFO O| Feb 13 05:09:57.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6155 | 2025-02-13T05:09:59.779Z | [ recovery-image] Feb 13 05:09:57.923 INFO O| Feb 13 05:09:57.923 INFO STEP 554 (remove_files) COMPLETE |
6156 | 2025-02-13T05:09:59.782Z | [ recovery-image] Feb 13 05:09:57.923 INFO O| Feb 13 05:09:57.923 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2025-02-13T05:09:59.801Z | [ recovery-image] Feb 13 05:09:57.945 INFO O| Feb 13 05:09:57.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6158 | 2025-02-13T05:09:59.801Z | [ recovery-image] Feb 13 05:09:57.945 INFO O| Feb 13 05:09:57.945 INFO STEP 555 (remove_files) COMPLETE |
6159 | 2025-02-13T05:09:59.804Z | [ recovery-image] Feb 13 05:09:57.945 INFO O| Feb 13 05:09:57.945 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2025-02-13T05:09:59.822Z | [ recovery-image] Feb 13 05:09:57.966 INFO O| Feb 13 05:09:57.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6161 | 2025-02-13T05:09:59.822Z | [ recovery-image] Feb 13 05:09:57.966 INFO O| Feb 13 05:09:57.966 INFO STEP 556 (remove_files) COMPLETE |
6162 | 2025-02-13T05:09:59.822Z | [ recovery-image] Feb 13 05:09:57.966 INFO O| Feb 13 05:09:57.966 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2025-02-13T05:09:59.851Z | [ recovery-image] Feb 13 05:09:57.994 INFO O| Feb 13 05:09:57.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6164 | 2025-02-13T05:09:59.851Z | [ recovery-image] Feb 13 05:09:57.994 INFO O| Feb 13 05:09:57.994 INFO STEP 557 (remove_files) COMPLETE |
6165 | 2025-02-13T05:09:59.851Z | [ recovery-image] Feb 13 05:09:57.994 INFO O| Feb 13 05:09:57.994 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2025-02-13T05:09:59.890Z | [ recovery-image] Feb 13 05:09:58.034 INFO O| Feb 13 05:09:58.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6167 | 2025-02-13T05:09:59.890Z | [ recovery-image] Feb 13 05:09:58.034 INFO O| Feb 13 05:09:58.034 INFO STEP 558 (remove_files) COMPLETE |
6168 | 2025-02-13T05:09:59.890Z | [ recovery-image] Feb 13 05:09:58.034 INFO O| Feb 13 05:09:58.034 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2025-02-13T05:09:59.941Z | [ recovery-image] Feb 13 05:09:58.084 INFO O| Feb 13 05:09:58.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6170 | 2025-02-13T05:09:59.941Z | [ recovery-image] Feb 13 05:09:58.084 INFO O| Feb 13 05:09:58.084 INFO STEP 559 (remove_files) COMPLETE |
6171 | 2025-02-13T05:09:59.941Z | [ recovery-image] Feb 13 05:09:58.084 INFO O| Feb 13 05:09:58.084 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2025-02-13T05:09:59.997Z | [ recovery-image] Feb 13 05:09:58.141 INFO O| Feb 13 05:09:58.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6173 | 2025-02-13T05:09:59.997Z | [ recovery-image] Feb 13 05:09:58.141 INFO O| Feb 13 05:09:58.141 INFO STEP 560 (remove_files) COMPLETE |
6174 | 2025-02-13T05:09:59.997Z | [ recovery-image] Feb 13 05:09:58.141 INFO O| Feb 13 05:09:58.141 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2025-02-13T05:10:00.016Z | [ recovery-image] Feb 13 05:09:58.160 INFO O| Feb 13 05:09:58.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6176 | 2025-02-13T05:10:00.016Z | [ recovery-image] Feb 13 05:09:58.160 INFO O| Feb 13 05:09:58.160 INFO STEP 561 (remove_files) COMPLETE |
6177 | 2025-02-13T05:10:00.016Z | [ recovery-image] Feb 13 05:09:58.160 INFO O| Feb 13 05:09:58.160 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2025-02-13T05:10:00.047Z | [ recovery-image] Feb 13 05:09:58.191 INFO O| Feb 13 05:09:58.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6179 | 2025-02-13T05:10:00.047Z | [ recovery-image] Feb 13 05:09:58.191 INFO O| Feb 13 05:09:58.191 INFO STEP 562 (remove_files) COMPLETE |
6180 | 2025-02-13T05:10:00.047Z | [ recovery-image] Feb 13 05:09:58.191 INFO O| Feb 13 05:09:58.191 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2025-02-13T05:10:00.115Z | [ recovery-image] Feb 13 05:09:58.259 INFO O| Feb 13 05:09:58.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6182 | 2025-02-13T05:10:00.115Z | [ recovery-image] Feb 13 05:09:58.259 INFO O| Feb 13 05:09:58.259 INFO STEP 563 (remove_files) COMPLETE |
6183 | 2025-02-13T05:10:00.115Z | [ recovery-image] Feb 13 05:09:58.259 INFO O| Feb 13 05:09:58.259 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2025-02-13T05:10:00.136Z | [ recovery-image] Feb 13 05:09:58.280 INFO O| Feb 13 05:09:58.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6185 | 2025-02-13T05:10:00.136Z | [ recovery-image] Feb 13 05:09:58.280 INFO O| Feb 13 05:09:58.280 INFO STEP 564 (remove_files) COMPLETE |
6186 | 2025-02-13T05:10:00.136Z | [ recovery-image] Feb 13 05:09:58.280 INFO O| Feb 13 05:09:58.280 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2025-02-13T05:10:00.175Z | [ recovery-image] Feb 13 05:09:58.319 INFO O| Feb 13 05:09:58.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6188 | 2025-02-13T05:10:00.195Z | [ recovery-image] Feb 13 05:09:58.339 INFO O| Feb 13 05:09:58.339 INFO STEP 565 (remove_files) COMPLETE |
6189 | 2025-02-13T05:10:00.195Z | [ recovery-image] Feb 13 05:09:58.339 INFO O| Feb 13 05:09:58.339 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2025-02-13T05:10:00.232Z | [ recovery-image] Feb 13 05:09:58.375 INFO O| Feb 13 05:09:58.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6191 | 2025-02-13T05:10:00.232Z | [ recovery-image] Feb 13 05:09:58.375 INFO O| Feb 13 05:09:58.375 INFO STEP 566 (remove_files) COMPLETE |
6192 | 2025-02-13T05:10:00.232Z | [ recovery-image] Feb 13 05:09:58.375 INFO O| Feb 13 05:09:58.375 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2025-02-13T05:10:00.253Z | [ recovery-image] Feb 13 05:09:58.397 INFO O| Feb 13 05:09:58.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6194 | 2025-02-13T05:10:00.253Z | [ recovery-image] Feb 13 05:09:58.397 INFO O| Feb 13 05:09:58.397 INFO STEP 567 (remove_files) COMPLETE |
6195 | 2025-02-13T05:10:00.253Z | [ recovery-image] Feb 13 05:09:58.397 INFO O| Feb 13 05:09:58.397 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2025-02-13T05:10:00.274Z | [ recovery-image] Feb 13 05:09:58.417 INFO O| Feb 13 05:09:58.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6197 | 2025-02-13T05:10:00.274Z | [ recovery-image] Feb 13 05:09:58.417 INFO O| Feb 13 05:09:58.417 INFO STEP 568 (remove_files) COMPLETE |
6198 | 2025-02-13T05:10:00.274Z | [ recovery-image] Feb 13 05:09:58.417 INFO O| Feb 13 05:09:58.417 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2025-02-13T05:10:00.292Z | [ recovery-image] Feb 13 05:09:58.436 INFO O| Feb 13 05:09:58.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6200 | 2025-02-13T05:10:00.292Z | [ recovery-image] Feb 13 05:09:58.436 INFO O| Feb 13 05:09:58.436 INFO STEP 569 (remove_files) COMPLETE |
6201 | 2025-02-13T05:10:00.292Z | [ recovery-image] Feb 13 05:09:58.436 INFO O| Feb 13 05:09:58.436 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2025-02-13T05:10:00.350Z | [ recovery-image] Feb 13 05:09:58.493 INFO O| Feb 13 05:09:58.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6203 | 2025-02-13T05:10:00.350Z | [ recovery-image] Feb 13 05:09:58.493 INFO O| Feb 13 05:09:58.493 INFO STEP 570 (remove_files) COMPLETE |
6204 | 2025-02-13T05:10:00.350Z | [ recovery-image] Feb 13 05:09:58.493 INFO O| Feb 13 05:09:58.493 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2025-02-13T05:10:00.388Z | [ recovery-image] Feb 13 05:09:58.532 INFO O| Feb 13 05:09:58.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6206 | 2025-02-13T05:10:00.388Z | [ recovery-image] Feb 13 05:09:58.532 INFO O| Feb 13 05:09:58.532 INFO STEP 571 (remove_files) COMPLETE |
6207 | 2025-02-13T05:10:00.389Z | [ recovery-image] Feb 13 05:09:58.532 INFO O| Feb 13 05:09:58.532 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2025-02-13T05:10:00.408Z | [ recovery-image] Feb 13 05:09:58.552 INFO O| Feb 13 05:09:58.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6209 | 2025-02-13T05:10:00.411Z | [ recovery-image] Feb 13 05:09:58.552 INFO O| Feb 13 05:09:58.552 INFO STEP 572 (remove_files) COMPLETE |
6210 | 2025-02-13T05:10:00.411Z | [ recovery-image] Feb 13 05:09:58.552 INFO O| Feb 13 05:09:58.552 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2025-02-13T05:10:00.428Z | [ recovery-image] Feb 13 05:09:58.571 INFO O| Feb 13 05:09:58.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6212 | 2025-02-13T05:10:00.431Z | [ recovery-image] Feb 13 05:09:58.572 INFO O| Feb 13 05:09:58.572 INFO STEP 573 (remove_files) COMPLETE |
6213 | 2025-02-13T05:10:00.431Z | [ recovery-image] Feb 13 05:09:58.572 INFO O| Feb 13 05:09:58.572 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2025-02-13T05:10:00.447Z | [ recovery-image] Feb 13 05:09:58.591 INFO O| Feb 13 05:09:58.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6215 | 2025-02-13T05:10:00.450Z | [ recovery-image] Feb 13 05:09:58.591 INFO O| Feb 13 05:09:58.591 INFO STEP 574 (remove_files) COMPLETE |
6216 | 2025-02-13T05:10:00.450Z | [ recovery-image] Feb 13 05:09:58.591 INFO O| Feb 13 05:09:58.591 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2025-02-13T05:10:00.466Z | [ recovery-image] Feb 13 05:09:58.609 INFO O| Feb 13 05:09:58.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6218 | 2025-02-13T05:10:00.466Z | [ recovery-image] Feb 13 05:09:58.609 INFO O| Feb 13 05:09:58.609 INFO STEP 575 (remove_files) COMPLETE |
6219 | 2025-02-13T05:10:00.466Z | [ recovery-image] Feb 13 05:09:58.609 INFO O| Feb 13 05:09:58.609 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2025-02-13T05:10:00.485Z | [ recovery-image] Feb 13 05:09:58.628 INFO O| Feb 13 05:09:58.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6221 | 2025-02-13T05:10:00.485Z | [ recovery-image] Feb 13 05:09:58.628 INFO O| Feb 13 05:09:58.628 INFO STEP 576 (remove_files) COMPLETE |
6222 | 2025-02-13T05:10:00.488Z | [ recovery-image] Feb 13 05:09:58.628 INFO O| Feb 13 05:09:58.628 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2025-02-13T05:10:00.524Z | [ recovery-image] Feb 13 05:09:58.668 INFO O| Feb 13 05:09:58.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6224 | 2025-02-13T05:10:00.524Z | [ recovery-image] Feb 13 05:09:58.668 INFO O| Feb 13 05:09:58.668 INFO STEP 577 (remove_files) COMPLETE |
6225 | 2025-02-13T05:10:00.524Z | [ recovery-image] Feb 13 05:09:58.668 INFO O| Feb 13 05:09:58.668 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2025-02-13T05:10:00.569Z | [ recovery-image] Feb 13 05:09:58.713 INFO O| Feb 13 05:09:58.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6227 | 2025-02-13T05:10:00.573Z | [ recovery-image] Feb 13 05:09:58.713 INFO O| Feb 13 05:09:58.713 INFO STEP 578 (remove_files) COMPLETE |
6228 | 2025-02-13T05:10:00.573Z | [ recovery-image] Feb 13 05:09:58.713 INFO O| Feb 13 05:09:58.713 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2025-02-13T05:10:00.590Z | [ recovery-image] Feb 13 05:09:58.733 INFO O| Feb 13 05:09:58.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6230 | 2025-02-13T05:10:00.592Z | [ recovery-image] Feb 13 05:09:58.734 INFO O| Feb 13 05:09:58.733 INFO STEP 579 (remove_files) COMPLETE |
6231 | 2025-02-13T05:10:00.592Z | [ recovery-image] Feb 13 05:09:58.734 INFO O| Feb 13 05:09:58.734 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2025-02-13T05:10:00.625Z | [ recovery-image] Feb 13 05:09:58.768 INFO O| Feb 13 05:09:58.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6233 | 2025-02-13T05:10:00.627Z | [ recovery-image] Feb 13 05:09:58.768 INFO O| Feb 13 05:09:58.768 INFO STEP 580 (remove_files) COMPLETE |
6234 | 2025-02-13T05:10:00.627Z | [ recovery-image] Feb 13 05:09:58.769 INFO O| Feb 13 05:09:58.769 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2025-02-13T05:10:00.645Z | [ recovery-image] Feb 13 05:09:58.789 INFO O| Feb 13 05:09:58.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6236 | 2025-02-13T05:10:00.648Z | [ recovery-image] Feb 13 05:09:58.789 INFO O| Feb 13 05:09:58.789 INFO STEP 581 (remove_files) COMPLETE |
6237 | 2025-02-13T05:10:00.648Z | [ recovery-image] Feb 13 05:09:58.789 INFO O| Feb 13 05:09:58.789 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2025-02-13T05:10:00.663Z | [ recovery-image] Feb 13 05:09:58.806 INFO O| Feb 13 05:09:58.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6239 | 2025-02-13T05:10:00.665Z | [ recovery-image] Feb 13 05:09:58.806 INFO O| Feb 13 05:09:58.806 INFO STEP 582 (remove_files) COMPLETE |
6240 | 2025-02-13T05:10:00.666Z | [ recovery-image] Feb 13 05:09:58.807 INFO O| Feb 13 05:09:58.806 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2025-02-13T05:10:00.697Z | [ recovery-image] Feb 13 05:09:58.839 INFO O| Feb 13 05:09:58.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6242 | 2025-02-13T05:10:00.697Z | [ recovery-image] Feb 13 05:09:58.839 INFO O| Feb 13 05:09:58.839 INFO STEP 583 (remove_files) COMPLETE |
6243 | 2025-02-13T05:10:00.697Z | [ recovery-image] Feb 13 05:09:58.839 INFO O| Feb 13 05:09:58.839 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2025-02-13T05:10:00.727Z | [ recovery-image] Feb 13 05:09:58.870 INFO O| Feb 13 05:09:58.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6245 | 2025-02-13T05:10:00.727Z | [ recovery-image] Feb 13 05:09:58.871 INFO O| Feb 13 05:09:58.871 INFO STEP 584 (remove_files) COMPLETE |
6246 | 2025-02-13T05:10:00.727Z | [ recovery-image] Feb 13 05:09:58.871 INFO O| Feb 13 05:09:58.871 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2025-02-13T05:10:00.788Z | [ recovery-image] Feb 13 05:09:58.932 INFO O| Feb 13 05:09:58.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6248 | 2025-02-13T05:10:00.788Z | [ recovery-image] Feb 13 05:09:58.932 INFO O| Feb 13 05:09:58.932 INFO STEP 585 (remove_files) COMPLETE |
6249 | 2025-02-13T05:10:00.791Z | [ recovery-image] Feb 13 05:09:58.932 INFO O| Feb 13 05:09:58.932 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2025-02-13T05:10:00.827Z | [ recovery-image] Feb 13 05:09:58.971 INFO O| Feb 13 05:09:58.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6251 | 2025-02-13T05:10:00.830Z | [ recovery-image] Feb 13 05:09:58.971 INFO O| Feb 13 05:09:58.971 INFO STEP 586 (remove_files) COMPLETE |
6252 | 2025-02-13T05:10:00.830Z | [ recovery-image] Feb 13 05:09:58.971 INFO O| Feb 13 05:09:58.971 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2025-02-13T05:10:00.849Z | [ recovery-image] Feb 13 05:09:58.992 INFO O| Feb 13 05:09:58.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6254 | 2025-02-13T05:10:00.849Z | [ recovery-image] Feb 13 05:09:58.992 INFO O| Feb 13 05:09:58.992 INFO STEP 587 (remove_files) COMPLETE |
6255 | 2025-02-13T05:10:00.849Z | [ recovery-image] Feb 13 05:09:58.992 INFO O| Feb 13 05:09:58.992 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2025-02-13T05:10:00.885Z | [ recovery-image] Feb 13 05:09:59.028 INFO O| Feb 13 05:09:59.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6257 | 2025-02-13T05:10:00.885Z | [ recovery-image] Feb 13 05:09:59.028 INFO O| Feb 13 05:09:59.028 INFO STEP 588 (remove_files) COMPLETE |
6258 | 2025-02-13T05:10:00.888Z | [ recovery-image] Feb 13 05:09:59.028 INFO O| Feb 13 05:09:59.028 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2025-02-13T05:10:00.915Z | [ recovery-image] Feb 13 05:09:59.059 INFO O| Feb 13 05:09:59.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6260 | 2025-02-13T05:10:00.915Z | [ recovery-image] Feb 13 05:09:59.059 INFO O| Feb 13 05:09:59.059 INFO STEP 589 (remove_files) COMPLETE |
6261 | 2025-02-13T05:10:00.915Z | [ recovery-image] Feb 13 05:09:59.059 INFO O| Feb 13 05:09:59.059 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2025-02-13T05:10:00.934Z | [ recovery-image] Feb 13 05:09:59.078 INFO O| Feb 13 05:09:59.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6263 | 2025-02-13T05:10:00.934Z | [ recovery-image] Feb 13 05:09:59.078 INFO O| Feb 13 05:09:59.078 INFO STEP 590 (remove_files) COMPLETE |
6264 | 2025-02-13T05:10:00.937Z | [ recovery-image] Feb 13 05:09:59.078 INFO O| Feb 13 05:09:59.078 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2025-02-13T05:10:00.955Z | [ recovery-image] Feb 13 05:09:59.099 INFO O| Feb 13 05:09:59.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6266 | 2025-02-13T05:10:00.955Z | [ recovery-image] Feb 13 05:09:59.099 INFO O| Feb 13 05:09:59.099 INFO STEP 591 (remove_files) COMPLETE |
6267 | 2025-02-13T05:10:00.958Z | [ recovery-image] Feb 13 05:09:59.099 INFO O| Feb 13 05:09:59.099 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2025-02-13T05:10:00.978Z | [ recovery-image] Feb 13 05:09:59.122 INFO O| Feb 13 05:09:59.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6269 | 2025-02-13T05:10:00.979Z | [ recovery-image] Feb 13 05:09:59.122 INFO O| Feb 13 05:09:59.122 INFO STEP 592 (remove_files) COMPLETE |
6270 | 2025-02-13T05:10:00.979Z | [ recovery-image] Feb 13 05:09:59.122 INFO O| Feb 13 05:09:59.122 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2025-02-13T05:10:01.009Z | [ recovery-image] Feb 13 05:09:59.153 INFO O| Feb 13 05:09:59.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6272 | 2025-02-13T05:10:01.012Z | [ recovery-image] Feb 13 05:09:59.153 INFO O| Feb 13 05:09:59.153 INFO STEP 593 (remove_files) COMPLETE |
6273 | 2025-02-13T05:10:01.012Z | [ recovery-image] Feb 13 05:09:59.153 INFO O| Feb 13 05:09:59.153 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2025-02-13T05:10:01.034Z | [ recovery-image] Feb 13 05:09:59.176 INFO O| Feb 13 05:09:59.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6275 | 2025-02-13T05:10:01.034Z | [ recovery-image] Feb 13 05:09:59.176 INFO O| Feb 13 05:09:59.176 INFO STEP 594 (remove_files) COMPLETE |
6276 | 2025-02-13T05:10:01.034Z | [ recovery-image] Feb 13 05:09:59.176 INFO O| Feb 13 05:09:59.176 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2025-02-13T05:10:01.062Z | [ recovery-image] Feb 13 05:09:59.205 INFO O| Feb 13 05:09:59.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6278 | 2025-02-13T05:10:01.077Z | [ recovery-image] Feb 13 05:09:59.221 INFO O| Feb 13 05:09:59.221 INFO STEP 595 (remove_files) COMPLETE |
6279 | 2025-02-13T05:10:01.080Z | [ recovery-image] Feb 13 05:09:59.221 INFO O| Feb 13 05:09:59.221 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2025-02-13T05:10:01.114Z | [ recovery-image] Feb 13 05:09:59.258 INFO O| Feb 13 05:09:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6281 | 2025-02-13T05:10:01.114Z | [ recovery-image] Feb 13 05:09:59.258 INFO O| Feb 13 05:09:59.258 INFO STEP 596 (remove_files) COMPLETE |
6282 | 2025-02-13T05:10:01.117Z | [ recovery-image] Feb 13 05:09:59.258 INFO O| Feb 13 05:09:59.258 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2025-02-13T05:10:01.134Z | [ recovery-image] Feb 13 05:09:59.277 INFO O| Feb 13 05:09:59.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6284 | 2025-02-13T05:10:01.137Z | [ recovery-image] Feb 13 05:09:59.277 INFO O| Feb 13 05:09:59.277 INFO STEP 597 (remove_files) COMPLETE |
6285 | 2025-02-13T05:10:01.137Z | [ recovery-image] Feb 13 05:09:59.278 INFO O| Feb 13 05:09:59.277 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2025-02-13T05:10:01.199Z | [ recovery-image] Feb 13 05:09:59.342 INFO O| Feb 13 05:09:59.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6287 | 2025-02-13T05:10:01.199Z | [ recovery-image] Feb 13 05:09:59.342 INFO O| Feb 13 05:09:59.342 INFO STEP 598 (remove_files) COMPLETE |
6288 | 2025-02-13T05:10:01.199Z | [ recovery-image] Feb 13 05:09:59.342 INFO O| Feb 13 05:09:59.342 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2025-02-13T05:10:01.221Z | [ recovery-image] Feb 13 05:09:59.364 INFO O| Feb 13 05:09:59.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6290 | 2025-02-13T05:10:01.221Z | [ recovery-image] Feb 13 05:09:59.364 INFO O| Feb 13 05:09:59.364 INFO STEP 599 (remove_files) COMPLETE |
6291 | 2025-02-13T05:10:01.221Z | [ recovery-image] Feb 13 05:09:59.364 INFO O| Feb 13 05:09:59.364 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2025-02-13T05:10:01.240Z | [ recovery-image] Feb 13 05:09:59.384 INFO O| Feb 13 05:09:59.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6293 | 2025-02-13T05:10:01.240Z | [ recovery-image] Feb 13 05:09:59.384 INFO O| Feb 13 05:09:59.384 INFO STEP 600 (remove_files) COMPLETE |
6294 | 2025-02-13T05:10:01.243Z | [ recovery-image] Feb 13 05:09:59.384 INFO O| Feb 13 05:09:59.384 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2025-02-13T05:10:01.260Z | [ recovery-image] Feb 13 05:09:59.404 INFO O| Feb 13 05:09:59.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6296 | 2025-02-13T05:10:01.260Z | [ recovery-image] Feb 13 05:09:59.404 INFO O| Feb 13 05:09:59.404 INFO STEP 601 (remove_files) COMPLETE |
6297 | 2025-02-13T05:10:01.260Z | [ recovery-image] Feb 13 05:09:59.404 INFO O| Feb 13 05:09:59.404 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2025-02-13T05:10:01.283Z | [ recovery-image] Feb 13 05:09:59.426 INFO O| Feb 13 05:09:59.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6299 | 2025-02-13T05:10:01.283Z | [ recovery-image] Feb 13 05:09:59.426 INFO O| Feb 13 05:09:59.426 INFO STEP 602 (remove_files) COMPLETE |
6300 | 2025-02-13T05:10:01.283Z | [ recovery-image] Feb 13 05:09:59.426 INFO O| Feb 13 05:09:59.426 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2025-02-13T05:10:01.324Z | [ recovery-image] Feb 13 05:09:59.468 INFO O| Feb 13 05:09:59.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6302 | 2025-02-13T05:10:01.324Z | [ recovery-image] Feb 13 05:09:59.468 INFO O| Feb 13 05:09:59.468 INFO STEP 603 (remove_files) COMPLETE |
6303 | 2025-02-13T05:10:01.324Z | [ recovery-image] Feb 13 05:09:59.468 INFO O| Feb 13 05:09:59.468 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2025-02-13T05:10:01.356Z | [ recovery-image] Feb 13 05:09:59.499 INFO O| Feb 13 05:09:59.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6305 | 2025-02-13T05:10:01.356Z | [ recovery-image] Feb 13 05:09:59.499 INFO O| Feb 13 05:09:59.499 INFO STEP 604 (remove_files) COMPLETE |
6306 | 2025-02-13T05:10:01.356Z | [ recovery-image] Feb 13 05:09:59.499 INFO O| Feb 13 05:09:59.499 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2025-02-13T05:10:01.398Z | [ recovery-image] Feb 13 05:09:59.541 INFO O| Feb 13 05:09:59.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6308 | 2025-02-13T05:10:01.398Z | [ recovery-image] Feb 13 05:09:59.542 INFO O| Feb 13 05:09:59.542 INFO STEP 605 (remove_files) COMPLETE |
6309 | 2025-02-13T05:10:01.398Z | [ recovery-image] Feb 13 05:09:59.542 INFO O| Feb 13 05:09:59.542 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2025-02-13T05:10:01.420Z | [ recovery-image] Feb 13 05:09:59.562 INFO O| Feb 13 05:09:59.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6311 | 2025-02-13T05:10:01.420Z | [ recovery-image] Feb 13 05:09:59.563 INFO O| Feb 13 05:09:59.563 INFO STEP 606 (remove_files) COMPLETE |
6312 | 2025-02-13T05:10:01.420Z | [ recovery-image] Feb 13 05:09:59.563 INFO O| Feb 13 05:09:59.563 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2025-02-13T05:10:01.440Z | [ recovery-image] Feb 13 05:09:59.583 INFO O| Feb 13 05:09:59.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6314 | 2025-02-13T05:10:01.440Z | [ recovery-image] Feb 13 05:09:59.583 INFO O| Feb 13 05:09:59.583 INFO STEP 607 (remove_files) COMPLETE |
6315 | 2025-02-13T05:10:01.440Z | [ recovery-image] Feb 13 05:09:59.583 INFO O| Feb 13 05:09:59.583 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2025-02-13T05:10:01.536Z | [ recovery-image] Feb 13 05:09:59.680 INFO O| Feb 13 05:09:59.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6317 | 2025-02-13T05:10:01.561Z | [ recovery-image] Feb 13 05:09:59.704 INFO O| Feb 13 05:09:59.704 INFO STEP 608 (remove_files) COMPLETE |
6318 | 2025-02-13T05:10:01.561Z | [ recovery-image] Feb 13 05:09:59.704 INFO O| Feb 13 05:09:59.704 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2025-02-13T05:10:01.620Z | [ recovery-image] Feb 13 05:09:59.763 INFO O| Feb 13 05:09:59.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6320 | 2025-02-13T05:10:01.646Z | [ recovery-image] Feb 13 05:09:59.789 INFO O| Feb 13 05:09:59.789 INFO STEP 609 (remove_files) COMPLETE |
6321 | 2025-02-13T05:10:01.646Z | [ recovery-image] Feb 13 05:09:59.789 INFO O| Feb 13 05:09:59.789 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2025-02-13T05:10:01.711Z | [ recovery-image] Feb 13 05:09:59.854 INFO O| Feb 13 05:09:59.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6323 | 2025-02-13T05:10:01.711Z | [ recovery-image] Feb 13 05:09:59.854 INFO O| Feb 13 05:09:59.854 INFO STEP 610 (remove_files) COMPLETE |
6324 | 2025-02-13T05:10:01.711Z | [ recovery-image] Feb 13 05:09:59.854 INFO O| Feb 13 05:09:59.854 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2025-02-13T05:10:01.739Z | [ recovery-image] Feb 13 05:09:59.882 INFO O| Feb 13 05:09:59.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6326 | 2025-02-13T05:10:01.739Z | [ recovery-image] Feb 13 05:09:59.882 INFO O| Feb 13 05:09:59.882 INFO STEP 611 (remove_files) COMPLETE |
6327 | 2025-02-13T05:10:01.742Z | [ recovery-image] Feb 13 05:09:59.883 INFO O| Feb 13 05:09:59.882 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2025-02-13T05:10:01.763Z | [ recovery-image] Feb 13 05:09:59.907 INFO O| Feb 13 05:09:59.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6329 | 2025-02-13T05:10:01.764Z | [ recovery-image] Feb 13 05:09:59.907 INFO O| Feb 13 05:09:59.907 INFO STEP 612 (remove_files) COMPLETE |
6330 | 2025-02-13T05:10:01.764Z | [ recovery-image] Feb 13 05:09:59.907 INFO O| Feb 13 05:09:59.907 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2025-02-13T05:10:01.791Z | [ recovery-image] Feb 13 05:09:59.934 INFO O| Feb 13 05:09:59.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6332 | 2025-02-13T05:10:01.811Z | [ recovery-image] Feb 13 05:09:59.955 INFO O| Feb 13 05:09:59.955 INFO STEP 613 (remove_files) COMPLETE |
6333 | 2025-02-13T05:10:01.814Z | [ recovery-image] Feb 13 05:09:59.955 INFO O| Feb 13 05:09:59.955 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2025-02-13T05:10:01.833Z | [ recovery-image] Feb 13 05:09:59.977 INFO O| Feb 13 05:09:59.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6335 | 2025-02-13T05:10:01.836Z | [ recovery-image] Feb 13 05:09:59.977 INFO O| Feb 13 05:09:59.977 INFO STEP 614 (remove_files) COMPLETE |
6336 | 2025-02-13T05:10:01.836Z | [ recovery-image] Feb 13 05:09:59.977 INFO O| Feb 13 05:09:59.977 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2025-02-13T05:10:01.853Z | [ recovery-image] Feb 13 05:09:59.996 INFO O| Feb 13 05:09:59.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6338 | 2025-02-13T05:10:01.856Z | [ recovery-image] Feb 13 05:09:59.997 INFO O| Feb 13 05:09:59.997 INFO STEP 615 (remove_files) COMPLETE |
6339 | 2025-02-13T05:10:01.856Z | [ recovery-image] Feb 13 05:09:59.997 INFO O| Feb 13 05:09:59.997 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2025-02-13T05:10:01.875Z | [ recovery-image] Feb 13 05:10:00.018 INFO O| Feb 13 05:10:00.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6341 | 2025-02-13T05:10:01.877Z | [ recovery-image] Feb 13 05:10:00.018 INFO O| Feb 13 05:10:00.018 INFO STEP 616 (remove_files) COMPLETE |
6342 | 2025-02-13T05:10:01.877Z | [ recovery-image] Feb 13 05:10:00.018 INFO O| Feb 13 05:10:00.018 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2025-02-13T05:10:01.897Z | [ recovery-image] Feb 13 05:10:00.040 INFO O| Feb 13 05:10:00.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6344 | 2025-02-13T05:10:01.900Z | [ recovery-image] Feb 13 05:10:00.041 INFO O| Feb 13 05:10:00.040 INFO STEP 617 (remove_files) COMPLETE |
6345 | 2025-02-13T05:10:01.900Z | [ recovery-image] Feb 13 05:10:00.041 INFO O| Feb 13 05:10:00.041 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2025-02-13T05:10:01.936Z | [ recovery-image] Feb 13 05:10:00.079 INFO O| Feb 13 05:10:00.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6347 | 2025-02-13T05:10:01.936Z | [ recovery-image] Feb 13 05:10:00.079 INFO O| Feb 13 05:10:00.079 INFO STEP 618 (remove_files) COMPLETE |
6348 | 2025-02-13T05:10:01.939Z | [ recovery-image] Feb 13 05:10:00.079 INFO O| Feb 13 05:10:00.079 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2025-02-13T05:10:01.975Z | [ recovery-image] Feb 13 05:10:00.118 INFO O| Feb 13 05:10:00.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6350 | 2025-02-13T05:10:01.975Z | [ recovery-image] Feb 13 05:10:00.118 INFO O| Feb 13 05:10:00.118 INFO STEP 619 (remove_files) COMPLETE |
6351 | 2025-02-13T05:10:01.978Z | [ recovery-image] Feb 13 05:10:00.118 INFO O| Feb 13 05:10:00.118 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2025-02-13T05:10:02.002Z | [ recovery-image] Feb 13 05:10:00.146 INFO O| Feb 13 05:10:00.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6353 | 2025-02-13T05:10:02.002Z | [ recovery-image] Feb 13 05:10:00.146 INFO O| Feb 13 05:10:00.146 INFO STEP 620 (remove_files) COMPLETE |
6354 | 2025-02-13T05:10:02.002Z | [ recovery-image] Feb 13 05:10:00.146 INFO O| Feb 13 05:10:00.146 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2025-02-13T05:10:02.022Z | [ recovery-image] Feb 13 05:10:00.165 INFO O| Feb 13 05:10:00.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6356 | 2025-02-13T05:10:02.022Z | [ recovery-image] Feb 13 05:10:00.165 INFO O| Feb 13 05:10:00.165 INFO STEP 621 (remove_files) COMPLETE |
6357 | 2025-02-13T05:10:02.022Z | [ recovery-image] Feb 13 05:10:00.166 INFO O| Feb 13 05:10:00.165 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2025-02-13T05:10:02.060Z | [ recovery-image] Feb 13 05:10:00.203 INFO O| Feb 13 05:10:00.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6359 | 2025-02-13T05:10:02.060Z | [ recovery-image] Feb 13 05:10:00.203 INFO O| Feb 13 05:10:00.203 INFO STEP 622 (remove_files) COMPLETE |
6360 | 2025-02-13T05:10:02.060Z | [ recovery-image] Feb 13 05:10:00.203 INFO O| Feb 13 05:10:00.203 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2025-02-13T05:10:02.092Z | [ recovery-image] Feb 13 05:10:00.236 INFO O| Feb 13 05:10:00.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6362 | 2025-02-13T05:10:02.092Z | [ recovery-image] Feb 13 05:10:00.236 INFO O| Feb 13 05:10:00.236 INFO STEP 623 (remove_files) COMPLETE |
6363 | 2025-02-13T05:10:02.092Z | [ recovery-image] Feb 13 05:10:00.236 INFO O| Feb 13 05:10:00.236 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2025-02-13T05:10:02.153Z | [ recovery-image] Feb 13 05:10:00.296 INFO O| Feb 13 05:10:00.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6365 | 2025-02-13T05:10:02.153Z | [ recovery-image] Feb 13 05:10:00.296 INFO O| Feb 13 05:10:00.296 INFO STEP 624 (remove_files) COMPLETE |
6366 | 2025-02-13T05:10:02.153Z | [ recovery-image] Feb 13 05:10:00.296 INFO O| Feb 13 05:10:00.296 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2025-02-13T05:10:02.173Z | [ recovery-image] Feb 13 05:10:00.316 INFO O| Feb 13 05:10:00.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6368 | 2025-02-13T05:10:02.196Z | [ recovery-image] Feb 13 05:10:00.339 INFO O| Feb 13 05:10:00.339 INFO STEP 625 (remove_files) COMPLETE |
6369 | 2025-02-13T05:10:02.196Z | [ recovery-image] Feb 13 05:10:00.339 INFO O| Feb 13 05:10:00.339 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2025-02-13T05:10:02.268Z | [ recovery-image] Feb 13 05:10:00.411 INFO O| Feb 13 05:10:00.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6371 | 2025-02-13T05:10:02.268Z | [ recovery-image] Feb 13 05:10:00.411 INFO O| Feb 13 05:10:00.411 INFO STEP 626 (remove_files) COMPLETE |
6372 | 2025-02-13T05:10:02.268Z | [ recovery-image] Feb 13 05:10:00.411 INFO O| Feb 13 05:10:00.411 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2025-02-13T05:10:02.289Z | [ recovery-image] Feb 13 05:10:00.432 INFO O| Feb 13 05:10:00.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6374 | 2025-02-13T05:10:02.289Z | [ recovery-image] Feb 13 05:10:00.432 INFO O| Feb 13 05:10:00.432 INFO STEP 627 (remove_files) COMPLETE |
6375 | 2025-02-13T05:10:02.289Z | [ recovery-image] Feb 13 05:10:00.432 INFO O| Feb 13 05:10:00.432 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2025-02-13T05:10:02.307Z | [ recovery-image] Feb 13 05:10:00.451 INFO O| Feb 13 05:10:00.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6377 | 2025-02-13T05:10:02.307Z | [ recovery-image] Feb 13 05:10:00.451 INFO O| Feb 13 05:10:00.451 INFO STEP 628 (remove_files) COMPLETE |
6378 | 2025-02-13T05:10:02.307Z | [ recovery-image] Feb 13 05:10:00.451 INFO O| Feb 13 05:10:00.451 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2025-02-13T05:10:02.325Z | [ recovery-image] Feb 13 05:10:00.468 INFO O| Feb 13 05:10:00.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6380 | 2025-02-13T05:10:02.325Z | [ recovery-image] Feb 13 05:10:00.468 INFO O| Feb 13 05:10:00.468 INFO STEP 629 (remove_files) COMPLETE |
6381 | 2025-02-13T05:10:02.325Z | [ recovery-image] Feb 13 05:10:00.468 INFO O| Feb 13 05:10:00.468 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2025-02-13T05:10:02.344Z | [ recovery-image] Feb 13 05:10:00.487 INFO O| Feb 13 05:10:00.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6383 | 2025-02-13T05:10:02.347Z | [ recovery-image] Feb 13 05:10:00.487 INFO O| Feb 13 05:10:00.487 INFO STEP 630 (remove_files) COMPLETE |
6384 | 2025-02-13T05:10:02.347Z | [ recovery-image] Feb 13 05:10:00.487 INFO O| Feb 13 05:10:00.487 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2025-02-13T05:10:02.380Z | [ recovery-image] Feb 13 05:10:00.523 INFO O| Feb 13 05:10:00.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6386 | 2025-02-13T05:10:02.382Z | [ recovery-image] Feb 13 05:10:00.523 INFO O| Feb 13 05:10:00.523 INFO STEP 631 (remove_files) COMPLETE |
6387 | 2025-02-13T05:10:02.382Z | [ recovery-image] Feb 13 05:10:00.523 INFO O| Feb 13 05:10:00.523 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2025-02-13T05:10:02.401Z | [ recovery-image] Feb 13 05:10:00.544 INFO O| Feb 13 05:10:00.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6389 | 2025-02-13T05:10:02.403Z | [ recovery-image] Feb 13 05:10:00.544 INFO O| Feb 13 05:10:00.544 INFO STEP 632 (remove_files) COMPLETE |
6390 | 2025-02-13T05:10:02.403Z | [ recovery-image] Feb 13 05:10:00.544 INFO O| Feb 13 05:10:00.544 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2025-02-13T05:10:02.422Z | [ recovery-image] Feb 13 05:10:00.564 INFO O| Feb 13 05:10:00.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6392 | 2025-02-13T05:10:02.422Z | [ recovery-image] Feb 13 05:10:00.564 INFO O| Feb 13 05:10:00.564 INFO STEP 633 (remove_files) COMPLETE |
6393 | 2025-02-13T05:10:02.422Z | [ recovery-image] Feb 13 05:10:00.564 INFO O| Feb 13 05:10:00.564 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2025-02-13T05:10:02.479Z | [ recovery-image] Feb 13 05:10:00.622 INFO O| Feb 13 05:10:00.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6395 | 2025-02-13T05:10:02.479Z | [ recovery-image] Feb 13 05:10:00.622 INFO O| Feb 13 05:10:00.622 INFO STEP 634 (remove_files) COMPLETE |
6396 | 2025-02-13T05:10:02.481Z | [ recovery-image] Feb 13 05:10:00.622 INFO O| Feb 13 05:10:00.622 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2025-02-13T05:10:02.520Z | [ recovery-image] Feb 13 05:10:00.664 INFO O| Feb 13 05:10:00.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6398 | 2025-02-13T05:10:02.523Z | [ recovery-image] Feb 13 05:10:00.664 INFO O| Feb 13 05:10:00.664 INFO STEP 635 (remove_files) COMPLETE |
6399 | 2025-02-13T05:10:02.523Z | [ recovery-image] Feb 13 05:10:00.664 INFO O| Feb 13 05:10:00.664 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2025-02-13T05:10:02.542Z | [ recovery-image] Feb 13 05:10:00.685 INFO O| Feb 13 05:10:00.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6401 | 2025-02-13T05:10:02.544Z | [ recovery-image] Feb 13 05:10:00.685 INFO O| Feb 13 05:10:00.685 INFO STEP 636 (remove_files) COMPLETE |
6402 | 2025-02-13T05:10:02.544Z | [ recovery-image] Feb 13 05:10:00.686 INFO O| Feb 13 05:10:00.685 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2025-02-13T05:10:02.561Z | [ recovery-image] Feb 13 05:10:00.704 INFO O| Feb 13 05:10:00.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6404 | 2025-02-13T05:10:02.564Z | [ recovery-image] Feb 13 05:10:00.704 INFO O| Feb 13 05:10:00.704 INFO STEP 637 (remove_files) COMPLETE |
6405 | 2025-02-13T05:10:02.564Z | [ recovery-image] Feb 13 05:10:00.705 INFO O| Feb 13 05:10:00.704 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2025-02-13T05:10:02.595Z | [ recovery-image] Feb 13 05:10:00.738 INFO O| Feb 13 05:10:00.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6407 | 2025-02-13T05:10:02.598Z | [ recovery-image] Feb 13 05:10:00.739 INFO O| Feb 13 05:10:00.738 INFO STEP 638 (remove_files) COMPLETE |
6408 | 2025-02-13T05:10:02.598Z | [ recovery-image] Feb 13 05:10:00.739 INFO O| Feb 13 05:10:00.739 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2025-02-13T05:10:02.613Z | [ recovery-image] Feb 13 05:10:00.756 INFO O| Feb 13 05:10:00.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6410 | 2025-02-13T05:10:02.616Z | [ recovery-image] Feb 13 05:10:00.757 INFO O| Feb 13 05:10:00.757 INFO STEP 639 (remove_files) COMPLETE |
6411 | 2025-02-13T05:10:02.616Z | [ recovery-image] Feb 13 05:10:00.757 INFO O| Feb 13 05:10:00.757 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2025-02-13T05:10:02.632Z | [ recovery-image] Feb 13 05:10:00.775 INFO O| Feb 13 05:10:00.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6413 | 2025-02-13T05:10:02.634Z | [ recovery-image] Feb 13 05:10:00.775 INFO O| Feb 13 05:10:00.775 INFO STEP 640 (remove_files) COMPLETE |
6414 | 2025-02-13T05:10:02.634Z | [ recovery-image] Feb 13 05:10:00.775 INFO O| Feb 13 05:10:00.775 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2025-02-13T05:10:02.666Z | [ recovery-image] Feb 13 05:10:00.809 INFO O| Feb 13 05:10:00.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6416 | 2025-02-13T05:10:02.666Z | [ recovery-image] Feb 13 05:10:00.809 INFO O| Feb 13 05:10:00.809 INFO STEP 641 (remove_files) COMPLETE |
6417 | 2025-02-13T05:10:02.666Z | [ recovery-image] Feb 13 05:10:00.809 INFO O| Feb 13 05:10:00.809 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2025-02-13T05:10:02.702Z | [ recovery-image] Feb 13 05:10:00.845 INFO O| Feb 13 05:10:00.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6419 | 2025-02-13T05:10:02.702Z | [ recovery-image] Feb 13 05:10:00.846 INFO O| Feb 13 05:10:00.846 INFO STEP 642 (remove_files) COMPLETE |
6420 | 2025-02-13T05:10:02.702Z | [ recovery-image] Feb 13 05:10:00.846 INFO O| Feb 13 05:10:00.846 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2025-02-13T05:10:02.721Z | [ recovery-image] Feb 13 05:10:00.865 INFO O| Feb 13 05:10:00.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6422 | 2025-02-13T05:10:02.721Z | [ recovery-image] Feb 13 05:10:00.865 INFO O| Feb 13 05:10:00.865 INFO STEP 643 (remove_files) COMPLETE |
6423 | 2025-02-13T05:10:02.722Z | [ recovery-image] Feb 13 05:10:00.865 INFO O| Feb 13 05:10:00.865 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2025-02-13T05:10:02.741Z | [ recovery-image] Feb 13 05:10:00.884 INFO O| Feb 13 05:10:00.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6425 | 2025-02-13T05:10:02.741Z | [ recovery-image] Feb 13 05:10:00.884 INFO O| Feb 13 05:10:00.884 INFO STEP 644 (remove_files) COMPLETE |
6426 | 2025-02-13T05:10:02.744Z | [ recovery-image] Feb 13 05:10:00.885 INFO O| Feb 13 05:10:00.884 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2025-02-13T05:10:02.779Z | [ recovery-image] Feb 13 05:10:00.923 INFO O| Feb 13 05:10:00.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6428 | 2025-02-13T05:10:02.779Z | [ recovery-image] Feb 13 05:10:00.923 INFO O| Feb 13 05:10:00.923 INFO STEP 645 (remove_files) COMPLETE |
6429 | 2025-02-13T05:10:02.779Z | [ recovery-image] Feb 13 05:10:00.923 INFO O| Feb 13 05:10:00.923 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2025-02-13T05:10:02.820Z | [ recovery-image] Feb 13 05:10:00.963 INFO O| Feb 13 05:10:00.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6431 | 2025-02-13T05:10:02.820Z | [ recovery-image] Feb 13 05:10:00.963 INFO O| Feb 13 05:10:00.963 INFO STEP 646 (remove_files) COMPLETE |
6432 | 2025-02-13T05:10:02.820Z | [ recovery-image] Feb 13 05:10:00.963 INFO O| Feb 13 05:10:00.963 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2025-02-13T05:10:02.900Z | [ recovery-image] Feb 13 05:10:01.043 INFO O| Feb 13 05:10:01.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6434 | 2025-02-13T05:10:02.900Z | [ recovery-image] Feb 13 05:10:01.043 INFO O| Feb 13 05:10:01.043 INFO STEP 647 (remove_files) COMPLETE |
6435 | 2025-02-13T05:10:02.900Z | [ recovery-image] Feb 13 05:10:01.043 INFO O| Feb 13 05:10:01.043 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2025-02-13T05:10:02.939Z | [ recovery-image] Feb 13 05:10:01.065 INFO O| Feb 13 05:10:01.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6437 | 2025-02-13T05:10:02.952Z | [ recovery-image] Feb 13 05:10:01.096 INFO O| Feb 13 05:10:01.096 INFO STEP 648 (remove_files) COMPLETE |
6438 | 2025-02-13T05:10:02.955Z | [ recovery-image] Feb 13 05:10:01.096 INFO O| Feb 13 05:10:01.096 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2025-02-13T05:10:02.998Z | [ recovery-image] Feb 13 05:10:01.141 INFO O| Feb 13 05:10:01.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6440 | 2025-02-13T05:10:02.998Z | [ recovery-image] Feb 13 05:10:01.141 INFO O| Feb 13 05:10:01.141 INFO STEP 649 (remove_files) COMPLETE |
6441 | 2025-02-13T05:10:02.998Z | [ recovery-image] Feb 13 05:10:01.141 INFO O| Feb 13 05:10:01.141 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2025-02-13T05:10:03.017Z | [ recovery-image] Feb 13 05:10:01.160 INFO O| Feb 13 05:10:01.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6443 | 2025-02-13T05:10:03.017Z | [ recovery-image] Feb 13 05:10:01.160 INFO O| Feb 13 05:10:01.160 INFO STEP 650 (remove_files) COMPLETE |
6444 | 2025-02-13T05:10:03.017Z | [ recovery-image] Feb 13 05:10:01.160 INFO O| Feb 13 05:10:01.160 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2025-02-13T05:10:03.058Z | [ recovery-image] Feb 13 05:10:01.201 INFO O| Feb 13 05:10:01.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6446 | 2025-02-13T05:10:03.058Z | [ recovery-image] Feb 13 05:10:01.201 INFO O| Feb 13 05:10:01.201 INFO STEP 651 (remove_files) COMPLETE |
6447 | 2025-02-13T05:10:03.058Z | [ recovery-image] Feb 13 05:10:01.201 INFO O| Feb 13 05:10:01.201 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2025-02-13T05:10:03.125Z | [ recovery-image] Feb 13 05:10:01.268 INFO O| Feb 13 05:10:01.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6449 | 2025-02-13T05:10:03.145Z | [ recovery-image] Feb 13 05:10:01.288 INFO O| Feb 13 05:10:01.288 INFO STEP 652 (remove_files) COMPLETE |
6450 | 2025-02-13T05:10:03.145Z | [ recovery-image] Feb 13 05:10:01.288 INFO O| Feb 13 05:10:01.288 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2025-02-13T05:10:03.202Z | [ recovery-image] Feb 13 05:10:01.346 INFO O| Feb 13 05:10:01.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6452 | 2025-02-13T05:10:03.202Z | [ recovery-image] Feb 13 05:10:01.346 INFO O| Feb 13 05:10:01.346 INFO STEP 653 (remove_files) COMPLETE |
6453 | 2025-02-13T05:10:03.202Z | [ recovery-image] Feb 13 05:10:01.346 INFO O| Feb 13 05:10:01.346 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2025-02-13T05:10:03.223Z | [ recovery-image] Feb 13 05:10:01.366 INFO O| Feb 13 05:10:01.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6455 | 2025-02-13T05:10:03.223Z | [ recovery-image] Feb 13 05:10:01.366 INFO O| Feb 13 05:10:01.366 INFO STEP 654 (remove_files) COMPLETE |
6456 | 2025-02-13T05:10:03.224Z | [ recovery-image] Feb 13 05:10:01.366 INFO O| Feb 13 05:10:01.366 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2025-02-13T05:10:03.243Z | [ recovery-image] Feb 13 05:10:01.385 INFO O| Feb 13 05:10:01.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6458 | 2025-02-13T05:10:03.243Z | [ recovery-image] Feb 13 05:10:01.385 INFO O| Feb 13 05:10:01.385 INFO STEP 655 (remove_files) COMPLETE |
6459 | 2025-02-13T05:10:03.243Z | [ recovery-image] Feb 13 05:10:01.385 INFO O| Feb 13 05:10:01.385 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2025-02-13T05:10:03.263Z | [ recovery-image] Feb 13 05:10:01.405 INFO O| Feb 13 05:10:01.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6461 | 2025-02-13T05:10:03.263Z | [ recovery-image] Feb 13 05:10:01.405 INFO O| Feb 13 05:10:01.405 INFO STEP 656 (remove_files) COMPLETE |
6462 | 2025-02-13T05:10:03.263Z | [ recovery-image] Feb 13 05:10:01.405 INFO O| Feb 13 05:10:01.405 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2025-02-13T05:10:03.316Z | [ recovery-image] Feb 13 05:10:01.459 INFO O| Feb 13 05:10:01.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6464 | 2025-02-13T05:10:03.316Z | [ recovery-image] Feb 13 05:10:01.459 INFO O| Feb 13 05:10:01.459 INFO STEP 657 (remove_files) COMPLETE |
6465 | 2025-02-13T05:10:03.316Z | [ recovery-image] Feb 13 05:10:01.459 INFO O| Feb 13 05:10:01.459 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2025-02-13T05:10:03.337Z | [ recovery-image] Feb 13 05:10:01.480 INFO O| Feb 13 05:10:01.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6467 | 2025-02-13T05:10:03.337Z | [ recovery-image] Feb 13 05:10:01.480 INFO O| Feb 13 05:10:01.480 INFO STEP 658 (remove_files) COMPLETE |
6468 | 2025-02-13T05:10:03.337Z | [ recovery-image] Feb 13 05:10:01.480 INFO O| Feb 13 05:10:01.480 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2025-02-13T05:10:03.355Z | [ recovery-image] Feb 13 05:10:01.499 INFO O| Feb 13 05:10:01.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6470 | 2025-02-13T05:10:03.355Z | [ recovery-image] Feb 13 05:10:01.499 INFO O| Feb 13 05:10:01.499 INFO STEP 659 (remove_files) COMPLETE |
6471 | 2025-02-13T05:10:03.355Z | [ recovery-image] Feb 13 05:10:01.499 INFO O| Feb 13 05:10:01.499 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2025-02-13T05:10:03.380Z | [ recovery-image] Feb 13 05:10:01.523 INFO O| Feb 13 05:10:01.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6473 | 2025-02-13T05:10:03.383Z | [ recovery-image] Feb 13 05:10:01.523 INFO O| Feb 13 05:10:01.523 INFO STEP 660 (remove_files) COMPLETE |
6474 | 2025-02-13T05:10:03.383Z | [ recovery-image] Feb 13 05:10:01.523 INFO O| Feb 13 05:10:01.523 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2025-02-13T05:10:03.401Z | [ recovery-image] Feb 13 05:10:01.544 INFO O| Feb 13 05:10:01.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6476 | 2025-02-13T05:10:03.401Z | [ recovery-image] Feb 13 05:10:01.544 INFO O| Feb 13 05:10:01.544 INFO STEP 661 (remove_files) COMPLETE |
6477 | 2025-02-13T05:10:03.401Z | [ recovery-image] Feb 13 05:10:01.544 INFO O| Feb 13 05:10:01.544 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2025-02-13T05:10:03.435Z | [ recovery-image] Feb 13 05:10:01.578 INFO O| Feb 13 05:10:01.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6479 | 2025-02-13T05:10:03.435Z | [ recovery-image] Feb 13 05:10:01.578 INFO O| Feb 13 05:10:01.578 INFO STEP 662 (remove_files) COMPLETE |
6480 | 2025-02-13T05:10:03.435Z | [ recovery-image] Feb 13 05:10:01.578 INFO O| Feb 13 05:10:01.578 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2025-02-13T05:10:03.458Z | [ recovery-image] Feb 13 05:10:01.601 INFO O| Feb 13 05:10:01.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6482 | 2025-02-13T05:10:03.462Z | [ recovery-image] Feb 13 05:10:01.601 INFO O| Feb 13 05:10:01.601 INFO STEP 663 (remove_files) COMPLETE |
6483 | 2025-02-13T05:10:03.462Z | [ recovery-image] Feb 13 05:10:01.602 INFO O| Feb 13 05:10:01.601 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2025-02-13T05:10:03.478Z | [ recovery-image] Feb 13 05:10:01.621 INFO O| Feb 13 05:10:01.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6485 | 2025-02-13T05:10:03.481Z | [ recovery-image] Feb 13 05:10:01.621 INFO O| Feb 13 05:10:01.621 INFO STEP 664 (remove_files) COMPLETE |
6486 | 2025-02-13T05:10:03.481Z | [ recovery-image] Feb 13 05:10:01.621 INFO O| Feb 13 05:10:01.621 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2025-02-13T05:10:03.497Z | [ recovery-image] Feb 13 05:10:01.640 INFO O| Feb 13 05:10:01.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6488 | 2025-02-13T05:10:03.500Z | [ recovery-image] Feb 13 05:10:01.641 INFO O| Feb 13 05:10:01.641 INFO STEP 665 (remove_files) COMPLETE |
6489 | 2025-02-13T05:10:03.500Z | [ recovery-image] Feb 13 05:10:01.641 INFO O| Feb 13 05:10:01.641 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2025-02-13T05:10:03.516Z | [ recovery-image] Feb 13 05:10:01.659 INFO O| Feb 13 05:10:01.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6491 | 2025-02-13T05:10:03.519Z | [ recovery-image] Feb 13 05:10:01.660 INFO O| Feb 13 05:10:01.660 INFO STEP 666 (remove_files) COMPLETE |
6492 | 2025-02-13T05:10:03.519Z | [ recovery-image] Feb 13 05:10:01.660 INFO O| Feb 13 05:10:01.660 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2025-02-13T05:10:03.537Z | [ recovery-image] Feb 13 05:10:01.680 INFO O| Feb 13 05:10:01.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6494 | 2025-02-13T05:10:03.540Z | [ recovery-image] Feb 13 05:10:01.680 INFO O| Feb 13 05:10:01.680 INFO STEP 667 (remove_files) COMPLETE |
6495 | 2025-02-13T05:10:03.540Z | [ recovery-image] Feb 13 05:10:01.681 INFO O| Feb 13 05:10:01.680 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2025-02-13T05:10:03.556Z | [ recovery-image] Feb 13 05:10:01.699 INFO O| Feb 13 05:10:01.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6497 | 2025-02-13T05:10:03.559Z | [ recovery-image] Feb 13 05:10:01.700 INFO O| Feb 13 05:10:01.700 INFO STEP 668 (remove_files) COMPLETE |
6498 | 2025-02-13T05:10:03.559Z | [ recovery-image] Feb 13 05:10:01.700 INFO O| Feb 13 05:10:01.700 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2025-02-13T05:10:03.611Z | [ recovery-image] Feb 13 05:10:01.754 INFO O| Feb 13 05:10:01.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6500 | 2025-02-13T05:10:03.612Z | [ recovery-image] Feb 13 05:10:01.755 INFO O| Feb 13 05:10:01.743 INFO STEP 669 (remove_files) COMPLETE |
6501 | 2025-02-13T05:10:03.612Z | [ recovery-image] Feb 13 05:10:01.755 INFO O| Feb 13 05:10:01.743 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2025-02-13T05:10:03.626Z | [ recovery-image] Feb 13 05:10:01.769 INFO O| Feb 13 05:10:01.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6503 | 2025-02-13T05:10:03.629Z | [ recovery-image] Feb 13 05:10:01.769 INFO O| Feb 13 05:10:01.769 INFO STEP 670 (remove_files) COMPLETE |
6504 | 2025-02-13T05:10:03.629Z | [ recovery-image] Feb 13 05:10:01.769 INFO O| Feb 13 05:10:01.769 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2025-02-13T05:10:03.646Z | [ recovery-image] Feb 13 05:10:01.789 INFO O| Feb 13 05:10:01.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6506 | 2025-02-13T05:10:03.649Z | [ recovery-image] Feb 13 05:10:01.789 INFO O| Feb 13 05:10:01.789 INFO STEP 671 (remove_files) COMPLETE |
6507 | 2025-02-13T05:10:03.649Z | [ recovery-image] Feb 13 05:10:01.789 INFO O| Feb 13 05:10:01.789 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2025-02-13T05:10:03.667Z | [ recovery-image] Feb 13 05:10:01.810 INFO O| Feb 13 05:10:01.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6509 | 2025-02-13T05:10:03.670Z | [ recovery-image] Feb 13 05:10:01.810 INFO O| Feb 13 05:10:01.810 INFO STEP 672 (remove_files) COMPLETE |
6510 | 2025-02-13T05:10:03.670Z | [ recovery-image] Feb 13 05:10:01.811 INFO O| Feb 13 05:10:01.810 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2025-02-13T05:10:03.687Z | [ recovery-image] Feb 13 05:10:01.831 INFO O| Feb 13 05:10:01.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6512 | 2025-02-13T05:10:03.690Z | [ recovery-image] Feb 13 05:10:01.831 INFO O| Feb 13 05:10:01.831 INFO STEP 673 (remove_files) COMPLETE |
6513 | 2025-02-13T05:10:03.690Z | [ recovery-image] Feb 13 05:10:01.831 INFO O| Feb 13 05:10:01.831 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2025-02-13T05:10:03.710Z | [ recovery-image] Feb 13 05:10:01.853 INFO O| Feb 13 05:10:01.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6515 | 2025-02-13T05:10:03.712Z | [ recovery-image] Feb 13 05:10:01.853 INFO O| Feb 13 05:10:01.853 INFO STEP 674 (remove_files) COMPLETE |
6516 | 2025-02-13T05:10:03.712Z | [ recovery-image] Feb 13 05:10:01.853 INFO O| Feb 13 05:10:01.853 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2025-02-13T05:10:03.744Z | [ recovery-image] Feb 13 05:10:01.885 INFO O| Feb 13 05:10:01.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6518 | 2025-02-13T05:10:03.744Z | [ recovery-image] Feb 13 05:10:01.885 INFO O| Feb 13 05:10:01.885 INFO STEP 675 (remove_files) COMPLETE |
6519 | 2025-02-13T05:10:03.744Z | [ recovery-image] Feb 13 05:10:01.885 INFO O| Feb 13 05:10:01.885 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2025-02-13T05:10:03.762Z | [ recovery-image] Feb 13 05:10:01.905 INFO O| Feb 13 05:10:01.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6521 | 2025-02-13T05:10:03.782Z | [ recovery-image] Feb 13 05:10:01.925 INFO O| Feb 13 05:10:01.925 INFO STEP 676 (remove_files) COMPLETE |
6522 | 2025-02-13T05:10:03.782Z | [ recovery-image] Feb 13 05:10:01.925 INFO O| Feb 13 05:10:01.925 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2025-02-13T05:10:03.834Z | [ recovery-image] Feb 13 05:10:01.977 INFO O| Feb 13 05:10:01.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6524 | 2025-02-13T05:10:03.834Z | [ recovery-image] Feb 13 05:10:01.978 INFO O| Feb 13 05:10:01.977 INFO STEP 677 (remove_files) COMPLETE |
6525 | 2025-02-13T05:10:03.837Z | [ recovery-image] Feb 13 05:10:01.978 INFO O| Feb 13 05:10:01.978 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2025-02-13T05:10:03.856Z | [ recovery-image] Feb 13 05:10:01.999 INFO O| Feb 13 05:10:01.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6527 | 2025-02-13T05:10:03.856Z | [ recovery-image] Feb 13 05:10:01.999 INFO O| Feb 13 05:10:01.999 INFO STEP 678 (remove_files) COMPLETE |
6528 | 2025-02-13T05:10:03.857Z | [ recovery-image] Feb 13 05:10:01.999 INFO O| Feb 13 05:10:01.999 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2025-02-13T05:10:03.926Z | [ recovery-image] Feb 13 05:10:02.069 INFO O| Feb 13 05:10:02.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6530 | 2025-02-13T05:10:03.926Z | [ recovery-image] Feb 13 05:10:02.069 INFO O| Feb 13 05:10:02.069 INFO STEP 679 (remove_files) COMPLETE |
6531 | 2025-02-13T05:10:03.928Z | [ recovery-image] Feb 13 05:10:02.069 INFO O| Feb 13 05:10:02.069 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2025-02-13T05:10:03.989Z | [ recovery-image] Feb 13 05:10:02.132 INFO O| Feb 13 05:10:02.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6533 | 2025-02-13T05:10:03.989Z | [ recovery-image] Feb 13 05:10:02.132 INFO O| Feb 13 05:10:02.132 INFO STEP 680 (remove_files) COMPLETE |
6534 | 2025-02-13T05:10:03.992Z | [ recovery-image] Feb 13 05:10:02.132 INFO O| Feb 13 05:10:02.132 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2025-02-13T05:10:04.015Z | [ recovery-image] Feb 13 05:10:02.158 INFO O| Feb 13 05:10:02.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6536 | 2025-02-13T05:10:04.016Z | [ recovery-image] Feb 13 05:10:02.158 INFO O| Feb 13 05:10:02.158 INFO STEP 681 (remove_files) COMPLETE |
6537 | 2025-02-13T05:10:04.016Z | [ recovery-image] Feb 13 05:10:02.158 INFO O| Feb 13 05:10:02.158 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2025-02-13T05:10:04.036Z | [ recovery-image] Feb 13 05:10:02.179 INFO O| Feb 13 05:10:02.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6539 | 2025-02-13T05:10:04.036Z | [ recovery-image] Feb 13 05:10:02.179 INFO O| Feb 13 05:10:02.179 INFO STEP 682 (remove_files) COMPLETE |
6540 | 2025-02-13T05:10:04.039Z | [ recovery-image] Feb 13 05:10:02.179 INFO O| Feb 13 05:10:02.179 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2025-02-13T05:10:04.057Z | [ recovery-image] Feb 13 05:10:02.200 INFO O| Feb 13 05:10:02.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6542 | 2025-02-13T05:10:04.057Z | [ recovery-image] Feb 13 05:10:02.200 INFO O| Feb 13 05:10:02.200 INFO STEP 683 (remove_files) COMPLETE |
6543 | 2025-02-13T05:10:04.060Z | [ recovery-image] Feb 13 05:10:02.200 INFO O| Feb 13 05:10:02.200 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2025-02-13T05:10:04.124Z | [ recovery-image] Feb 13 05:10:02.266 INFO O| Feb 13 05:10:02.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6545 | 2025-02-13T05:10:04.124Z | [ recovery-image] Feb 13 05:10:02.266 INFO O| Feb 13 05:10:02.266 INFO STEP 684 (remove_files) COMPLETE |
6546 | 2025-02-13T05:10:04.124Z | [ recovery-image] Feb 13 05:10:02.266 INFO O| Feb 13 05:10:02.266 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2025-02-13T05:10:04.142Z | [ recovery-image] Feb 13 05:10:02.284 INFO O| Feb 13 05:10:02.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6548 | 2025-02-13T05:10:04.142Z | [ recovery-image] Feb 13 05:10:02.284 INFO O| Feb 13 05:10:02.284 INFO STEP 685 (remove_files) COMPLETE |
6549 | 2025-02-13T05:10:04.142Z | [ recovery-image] Feb 13 05:10:02.284 INFO O| Feb 13 05:10:02.284 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2025-02-13T05:10:04.172Z | [ recovery-image] Feb 13 05:10:02.315 INFO O| Feb 13 05:10:02.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6551 | 2025-02-13T05:10:04.172Z | [ recovery-image] Feb 13 05:10:02.315 INFO O| Feb 13 05:10:02.315 INFO STEP 686 (remove_files) COMPLETE |
6552 | 2025-02-13T05:10:04.172Z | [ recovery-image] Feb 13 05:10:02.315 INFO O| Feb 13 05:10:02.315 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2025-02-13T05:10:04.192Z | [ recovery-image] Feb 13 05:10:02.335 INFO O| Feb 13 05:10:02.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6554 | 2025-02-13T05:10:04.192Z | [ recovery-image] Feb 13 05:10:02.336 INFO O| Feb 13 05:10:02.336 INFO STEP 687 (remove_files) COMPLETE |
6555 | 2025-02-13T05:10:04.195Z | [ recovery-image] Feb 13 05:10:02.336 INFO O| Feb 13 05:10:02.336 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2025-02-13T05:10:04.230Z | [ recovery-image] Feb 13 05:10:02.373 INFO O| Feb 13 05:10:02.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6557 | 2025-02-13T05:10:04.230Z | [ recovery-image] Feb 13 05:10:02.373 INFO O| Feb 13 05:10:02.373 INFO STEP 688 (remove_files) COMPLETE |
6558 | 2025-02-13T05:10:04.230Z | [ recovery-image] Feb 13 05:10:02.373 INFO O| Feb 13 05:10:02.373 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2025-02-13T05:10:04.248Z | [ recovery-image] Feb 13 05:10:02.391 INFO O| Feb 13 05:10:02.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6560 | 2025-02-13T05:10:04.248Z | [ recovery-image] Feb 13 05:10:02.391 INFO O| Feb 13 05:10:02.391 INFO STEP 689 (remove_files) COMPLETE |
6561 | 2025-02-13T05:10:04.248Z | [ recovery-image] Feb 13 05:10:02.391 INFO O| Feb 13 05:10:02.391 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2025-02-13T05:10:04.300Z | [ recovery-image] Feb 13 05:10:02.425 INFO O| Feb 13 05:10:02.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6563 | 2025-02-13T05:10:04.300Z | [ recovery-image] Feb 13 05:10:02.425 INFO O| Feb 13 05:10:02.425 INFO STEP 690 (remove_files) COMPLETE |
6564 | 2025-02-13T05:10:04.303Z | [ recovery-image] Feb 13 05:10:02.425 INFO O| Feb 13 05:10:02.425 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2025-02-13T05:10:04.308Z | [ recovery-image] Feb 13 05:10:02.451 INFO O| Feb 13 05:10:02.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6566 | 2025-02-13T05:10:04.310Z | [ recovery-image] Feb 13 05:10:02.451 INFO O| Feb 13 05:10:02.451 INFO STEP 691 (remove_files) COMPLETE |
6567 | 2025-02-13T05:10:04.310Z | [ recovery-image] Feb 13 05:10:02.451 INFO O| Feb 13 05:10:02.451 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2025-02-13T05:10:04.349Z | [ recovery-image] Feb 13 05:10:02.492 INFO O| Feb 13 05:10:02.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6569 | 2025-02-13T05:10:04.351Z | [ recovery-image] Feb 13 05:10:02.492 INFO O| Feb 13 05:10:02.492 INFO STEP 692 (remove_files) COMPLETE |
6570 | 2025-02-13T05:10:04.351Z | [ recovery-image] Feb 13 05:10:02.492 INFO O| Feb 13 05:10:02.492 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2025-02-13T05:10:04.382Z | [ recovery-image] Feb 13 05:10:02.525 INFO O| Feb 13 05:10:02.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6572 | 2025-02-13T05:10:04.382Z | [ recovery-image] Feb 13 05:10:02.525 INFO O| Feb 13 05:10:02.525 INFO STEP 693 (remove_files) COMPLETE |
6573 | 2025-02-13T05:10:04.382Z | [ recovery-image] Feb 13 05:10:02.525 INFO O| Feb 13 05:10:02.525 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2025-02-13T05:10:04.403Z | [ recovery-image] Feb 13 05:10:02.546 INFO O| Feb 13 05:10:02.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6575 | 2025-02-13T05:10:04.403Z | [ recovery-image] Feb 13 05:10:02.547 INFO O| Feb 13 05:10:02.547 INFO STEP 694 (remove_files) COMPLETE |
6576 | 2025-02-13T05:10:04.406Z | [ recovery-image] Feb 13 05:10:02.547 INFO O| Feb 13 05:10:02.547 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2025-02-13T05:10:04.422Z | [ recovery-image] Feb 13 05:10:02.565 INFO O| Feb 13 05:10:02.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6578 | 2025-02-13T05:10:04.447Z | [ recovery-image] Feb 13 05:10:02.590 INFO O| Feb 13 05:10:02.590 INFO STEP 695 (remove_files) COMPLETE |
6579 | 2025-02-13T05:10:04.448Z | [ recovery-image] Feb 13 05:10:02.590 INFO O| Feb 13 05:10:02.590 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2025-02-13T05:10:04.546Z | [ recovery-image] Feb 13 05:10:02.689 INFO O| Feb 13 05:10:02.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6581 | 2025-02-13T05:10:04.549Z | [ recovery-image] Feb 13 05:10:02.689 INFO O| Feb 13 05:10:02.689 INFO STEP 696 (remove_files) COMPLETE |
6582 | 2025-02-13T05:10:04.549Z | [ recovery-image] Feb 13 05:10:02.689 INFO O| Feb 13 05:10:02.689 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2025-02-13T05:10:04.566Z | [ recovery-image] Feb 13 05:10:02.709 INFO O| Feb 13 05:10:02.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6584 | 2025-02-13T05:10:04.587Z | [ recovery-image] Feb 13 05:10:02.730 INFO O| Feb 13 05:10:02.730 INFO STEP 697 (remove_files) COMPLETE |
6585 | 2025-02-13T05:10:04.587Z | [ recovery-image] Feb 13 05:10:02.730 INFO O| Feb 13 05:10:02.730 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2025-02-13T05:10:04.645Z | [ recovery-image] Feb 13 05:10:02.789 INFO O| Feb 13 05:10:02.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6587 | 2025-02-13T05:10:04.648Z | [ recovery-image] Feb 13 05:10:02.789 INFO O| Feb 13 05:10:02.789 INFO STEP 698 (remove_files) COMPLETE |
6588 | 2025-02-13T05:10:04.648Z | [ recovery-image] Feb 13 05:10:02.789 INFO O| Feb 13 05:10:02.789 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2025-02-13T05:10:04.664Z | [ recovery-image] Feb 13 05:10:02.807 INFO O| Feb 13 05:10:02.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6590 | 2025-02-13T05:10:04.664Z | [ recovery-image] Feb 13 05:10:02.808 INFO O| Feb 13 05:10:02.808 INFO STEP 699 (remove_files) COMPLETE |
6591 | 2025-02-13T05:10:04.664Z | [ recovery-image] Feb 13 05:10:02.808 INFO O| Feb 13 05:10:02.808 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2025-02-13T05:10:04.700Z | [ recovery-image] Feb 13 05:10:02.843 INFO O| Feb 13 05:10:02.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6593 | 2025-02-13T05:10:04.700Z | [ recovery-image] Feb 13 05:10:02.843 INFO O| Feb 13 05:10:02.843 INFO STEP 700 (remove_files) COMPLETE |
6594 | 2025-02-13T05:10:04.703Z | [ recovery-image] Feb 13 05:10:02.843 INFO O| Feb 13 05:10:02.843 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2025-02-13T05:10:04.721Z | [ recovery-image] Feb 13 05:10:02.864 INFO O| Feb 13 05:10:02.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6596 | 2025-02-13T05:10:04.724Z | [ recovery-image] Feb 13 05:10:02.864 INFO O| Feb 13 05:10:02.864 INFO STEP 701 (remove_files) COMPLETE |
6597 | 2025-02-13T05:10:04.724Z | [ recovery-image] Feb 13 05:10:02.865 INFO O| Feb 13 05:10:02.864 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2025-02-13T05:10:04.742Z | [ recovery-image] Feb 13 05:10:02.884 INFO O| Feb 13 05:10:02.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6599 | 2025-02-13T05:10:04.745Z | [ recovery-image] Feb 13 05:10:02.885 INFO O| Feb 13 05:10:02.885 INFO STEP 702 (remove_files) COMPLETE |
6600 | 2025-02-13T05:10:04.745Z | [ recovery-image] Feb 13 05:10:02.885 INFO O| Feb 13 05:10:02.885 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2025-02-13T05:10:04.761Z | [ recovery-image] Feb 13 05:10:02.904 INFO O| Feb 13 05:10:02.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6602 | 2025-02-13T05:10:04.765Z | [ recovery-image] Feb 13 05:10:02.905 INFO O| Feb 13 05:10:02.904 INFO STEP 703 (remove_files) COMPLETE |
6603 | 2025-02-13T05:10:04.765Z | [ recovery-image] Feb 13 05:10:02.905 INFO O| Feb 13 05:10:02.905 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2025-02-13T05:10:04.797Z | [ recovery-image] Feb 13 05:10:02.940 INFO O| Feb 13 05:10:02.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6605 | 2025-02-13T05:10:04.821Z | [ recovery-image] Feb 13 05:10:02.963 INFO O| Feb 13 05:10:02.963 INFO STEP 704 (remove_files) COMPLETE |
6606 | 2025-02-13T05:10:04.821Z | [ recovery-image] Feb 13 05:10:02.963 INFO O| Feb 13 05:10:02.963 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2025-02-13T05:10:04.878Z | [ recovery-image] Feb 13 05:10:03.021 INFO O| Feb 13 05:10:03.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6608 | 2025-02-13T05:10:04.916Z | [ recovery-image] Feb 13 05:10:03.046 INFO O| Feb 13 05:10:03.046 INFO STEP 705 (remove_files) COMPLETE |
6609 | 2025-02-13T05:10:04.916Z | [ recovery-image] Feb 13 05:10:03.046 INFO O| Feb 13 05:10:03.046 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2025-02-13T05:10:04.923Z | [ recovery-image] Feb 13 05:10:03.066 INFO O| Feb 13 05:10:03.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6611 | 2025-02-13T05:10:04.926Z | [ recovery-image] Feb 13 05:10:03.066 INFO O| Feb 13 05:10:03.066 INFO STEP 706 (remove_files) COMPLETE |
6612 | 2025-02-13T05:10:04.926Z | [ recovery-image] Feb 13 05:10:03.066 INFO O| Feb 13 05:10:03.066 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2025-02-13T05:10:04.957Z | [ recovery-image] Feb 13 05:10:03.100 INFO O| Feb 13 05:10:03.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6614 | 2025-02-13T05:10:04.958Z | [ recovery-image] Feb 13 05:10:03.101 INFO O| Feb 13 05:10:03.100 INFO STEP 707 (remove_files) COMPLETE |
6615 | 2025-02-13T05:10:04.958Z | [ recovery-image] Feb 13 05:10:03.101 INFO O| Feb 13 05:10:03.101 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2025-02-13T05:10:04.976Z | [ recovery-image] Feb 13 05:10:03.119 INFO O| Feb 13 05:10:03.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6617 | 2025-02-13T05:10:04.976Z | [ recovery-image] Feb 13 05:10:03.120 INFO O| Feb 13 05:10:03.120 INFO STEP 708 (remove_files) COMPLETE |
6618 | 2025-02-13T05:10:04.979Z | [ recovery-image] Feb 13 05:10:03.120 INFO O| Feb 13 05:10:03.120 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2025-02-13T05:10:05.028Z | [ recovery-image] Feb 13 05:10:03.171 INFO O| Feb 13 05:10:03.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6620 | 2025-02-13T05:10:05.028Z | [ recovery-image] Feb 13 05:10:03.171 INFO O| Feb 13 05:10:03.171 INFO STEP 709 (remove_files) COMPLETE |
6621 | 2025-02-13T05:10:05.028Z | [ recovery-image] Feb 13 05:10:03.171 INFO O| Feb 13 05:10:03.171 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2025-02-13T05:10:05.047Z | [ recovery-image] Feb 13 05:10:03.190 INFO O| Feb 13 05:10:03.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6623 | 2025-02-13T05:10:05.047Z | [ recovery-image] Feb 13 05:10:03.190 INFO O| Feb 13 05:10:03.190 INFO STEP 710 (remove_files) COMPLETE |
6624 | 2025-02-13T05:10:05.047Z | [ recovery-image] Feb 13 05:10:03.191 INFO O| Feb 13 05:10:03.190 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2025-02-13T05:10:05.089Z | [ recovery-image] Feb 13 05:10:03.231 INFO O| Feb 13 05:10:03.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6626 | 2025-02-13T05:10:05.089Z | [ recovery-image] Feb 13 05:10:03.231 INFO O| Feb 13 05:10:03.231 INFO STEP 711 (remove_files) COMPLETE |
6627 | 2025-02-13T05:10:05.089Z | [ recovery-image] Feb 13 05:10:03.231 INFO O| Feb 13 05:10:03.231 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2025-02-13T05:10:05.123Z | [ recovery-image] Feb 13 05:10:03.265 INFO O| Feb 13 05:10:03.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6629 | 2025-02-13T05:10:05.123Z | [ recovery-image] Feb 13 05:10:03.265 INFO O| Feb 13 05:10:03.265 INFO STEP 712 (remove_files) COMPLETE |
6630 | 2025-02-13T05:10:05.123Z | [ recovery-image] Feb 13 05:10:03.265 INFO O| Feb 13 05:10:03.265 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2025-02-13T05:10:05.141Z | [ recovery-image] Feb 13 05:10:03.284 INFO O| Feb 13 05:10:03.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6632 | 2025-02-13T05:10:05.141Z | [ recovery-image] Feb 13 05:10:03.284 INFO O| Feb 13 05:10:03.284 INFO STEP 713 (remove_files) COMPLETE |
6633 | 2025-02-13T05:10:05.141Z | [ recovery-image] Feb 13 05:10:03.284 INFO O| Feb 13 05:10:03.284 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2025-02-13T05:10:05.159Z | [ recovery-image] Feb 13 05:10:03.301 INFO O| Feb 13 05:10:03.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6635 | 2025-02-13T05:10:05.159Z | [ recovery-image] Feb 13 05:10:03.301 INFO O| Feb 13 05:10:03.301 INFO STEP 714 (remove_files) COMPLETE |
6636 | 2025-02-13T05:10:05.159Z | [ recovery-image] Feb 13 05:10:03.301 INFO O| Feb 13 05:10:03.301 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2025-02-13T05:10:05.179Z | [ recovery-image] Feb 13 05:10:03.322 INFO O| Feb 13 05:10:03.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6638 | 2025-02-13T05:10:05.182Z | [ recovery-image] Feb 13 05:10:03.322 INFO O| Feb 13 05:10:03.322 INFO STEP 715 (remove_files) COMPLETE |
6639 | 2025-02-13T05:10:05.182Z | [ recovery-image] Feb 13 05:10:03.322 INFO O| Feb 13 05:10:03.322 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2025-02-13T05:10:05.198Z | [ recovery-image] Feb 13 05:10:03.341 INFO O| Feb 13 05:10:03.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6641 | 2025-02-13T05:10:05.200Z | [ recovery-image] Feb 13 05:10:03.341 INFO O| Feb 13 05:10:03.341 INFO STEP 716 (remove_files) COMPLETE |
6642 | 2025-02-13T05:10:05.200Z | [ recovery-image] Feb 13 05:10:03.341 INFO O| Feb 13 05:10:03.341 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2025-02-13T05:10:05.217Z | [ recovery-image] Feb 13 05:10:03.360 INFO O| Feb 13 05:10:03.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6644 | 2025-02-13T05:10:05.220Z | [ recovery-image] Feb 13 05:10:03.360 INFO O| Feb 13 05:10:03.360 INFO STEP 717 (remove_files) COMPLETE |
6645 | 2025-02-13T05:10:05.220Z | [ recovery-image] Feb 13 05:10:03.360 INFO O| Feb 13 05:10:03.360 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2025-02-13T05:10:05.236Z | [ recovery-image] Feb 13 05:10:03.379 INFO O| Feb 13 05:10:03.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6647 | 2025-02-13T05:10:05.236Z | [ recovery-image] Feb 13 05:10:03.379 INFO O| Feb 13 05:10:03.379 INFO STEP 718 (remove_files) COMPLETE |
6648 | 2025-02-13T05:10:05.239Z | [ recovery-image] Feb 13 05:10:03.380 INFO O| Feb 13 05:10:03.379 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2025-02-13T05:10:05.269Z | [ recovery-image] Feb 13 05:10:03.412 INFO O| Feb 13 05:10:03.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6650 | 2025-02-13T05:10:05.293Z | [ recovery-image] Feb 13 05:10:03.436 INFO O| Feb 13 05:10:03.436 INFO STEP 719 (remove_files) COMPLETE |
6651 | 2025-02-13T05:10:05.293Z | [ recovery-image] Feb 13 05:10:03.436 INFO O| Feb 13 05:10:03.436 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2025-02-13T05:10:05.355Z | [ recovery-image] Feb 13 05:10:03.498 INFO O| Feb 13 05:10:03.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6653 | 2025-02-13T05:10:05.355Z | [ recovery-image] Feb 13 05:10:03.498 INFO O| Feb 13 05:10:03.498 INFO STEP 720 (remove_files) COMPLETE |
6654 | 2025-02-13T05:10:05.357Z | [ recovery-image] Feb 13 05:10:03.498 INFO O| Feb 13 05:10:03.498 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2025-02-13T05:10:05.374Z | [ recovery-image] Feb 13 05:10:03.517 INFO O| Feb 13 05:10:03.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6656 | 2025-02-13T05:10:05.374Z | [ recovery-image] Feb 13 05:10:03.517 INFO O| Feb 13 05:10:03.517 INFO STEP 721 (remove_files) COMPLETE |
6657 | 2025-02-13T05:10:05.374Z | [ recovery-image] Feb 13 05:10:03.517 INFO O| Feb 13 05:10:03.517 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2025-02-13T05:10:05.392Z | [ recovery-image] Feb 13 05:10:03.535 INFO O| Feb 13 05:10:03.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6659 | 2025-02-13T05:10:05.392Z | [ recovery-image] Feb 13 05:10:03.535 INFO O| Feb 13 05:10:03.535 INFO STEP 722 (remove_files) COMPLETE |
6660 | 2025-02-13T05:10:05.392Z | [ recovery-image] Feb 13 05:10:03.535 INFO O| Feb 13 05:10:03.535 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2025-02-13T05:10:05.411Z | [ recovery-image] Feb 13 05:10:03.554 INFO O| Feb 13 05:10:03.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6662 | 2025-02-13T05:10:05.414Z | [ recovery-image] Feb 13 05:10:03.555 INFO O| Feb 13 05:10:03.554 INFO STEP 723 (remove_files) COMPLETE |
6663 | 2025-02-13T05:10:05.414Z | [ recovery-image] Feb 13 05:10:03.555 INFO O| Feb 13 05:10:03.555 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2025-02-13T05:10:05.451Z | [ recovery-image] Feb 13 05:10:03.594 INFO O| Feb 13 05:10:03.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6665 | 2025-02-13T05:10:05.454Z | [ recovery-image] Feb 13 05:10:03.594 INFO O| Feb 13 05:10:03.594 INFO STEP 724 (remove_files) COMPLETE |
6666 | 2025-02-13T05:10:05.454Z | [ recovery-image] Feb 13 05:10:03.594 INFO O| Feb 13 05:10:03.594 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2025-02-13T05:10:05.472Z | [ recovery-image] Feb 13 05:10:03.615 INFO O| Feb 13 05:10:03.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6668 | 2025-02-13T05:10:05.472Z | [ recovery-image] Feb 13 05:10:03.615 INFO O| Feb 13 05:10:03.615 INFO STEP 725 (remove_files) COMPLETE |
6669 | 2025-02-13T05:10:05.472Z | [ recovery-image] Feb 13 05:10:03.615 INFO O| Feb 13 05:10:03.615 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2025-02-13T05:10:05.489Z | [ recovery-image] Feb 13 05:10:03.632 INFO O| Feb 13 05:10:03.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6671 | 2025-02-13T05:10:05.489Z | [ recovery-image] Feb 13 05:10:03.632 INFO O| Feb 13 05:10:03.632 INFO STEP 726 (remove_files) COMPLETE |
6672 | 2025-02-13T05:10:05.489Z | [ recovery-image] Feb 13 05:10:03.632 INFO O| Feb 13 05:10:03.632 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2025-02-13T05:10:05.506Z | [ recovery-image] Feb 13 05:10:03.649 INFO O| Feb 13 05:10:03.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6674 | 2025-02-13T05:10:05.506Z | [ recovery-image] Feb 13 05:10:03.649 INFO O| Feb 13 05:10:03.649 INFO STEP 727 (remove_files) COMPLETE |
6675 | 2025-02-13T05:10:05.506Z | [ recovery-image] Feb 13 05:10:03.649 INFO O| Feb 13 05:10:03.649 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2025-02-13T05:10:05.524Z | [ recovery-image] Feb 13 05:10:03.666 INFO O| Feb 13 05:10:03.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6677 | 2025-02-13T05:10:05.524Z | [ recovery-image] Feb 13 05:10:03.666 INFO O| Feb 13 05:10:03.666 INFO STEP 728 (remove_files) COMPLETE |
6678 | 2025-02-13T05:10:05.524Z | [ recovery-image] Feb 13 05:10:03.666 INFO O| Feb 13 05:10:03.666 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2025-02-13T05:10:05.568Z | [ recovery-image] Feb 13 05:10:03.711 INFO O| Feb 13 05:10:03.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6680 | 2025-02-13T05:10:05.571Z | [ recovery-image] Feb 13 05:10:03.711 INFO O| Feb 13 05:10:03.711 INFO STEP 729 (remove_files) COMPLETE |
6681 | 2025-02-13T05:10:05.571Z | [ recovery-image] Feb 13 05:10:03.711 INFO O| Feb 13 05:10:03.711 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2025-02-13T05:10:05.605Z | [ recovery-image] Feb 13 05:10:03.748 INFO O| Feb 13 05:10:03.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6683 | 2025-02-13T05:10:05.605Z | [ recovery-image] Feb 13 05:10:03.748 INFO O| Feb 13 05:10:03.748 INFO STEP 730 (remove_files) COMPLETE |
6684 | 2025-02-13T05:10:05.609Z | [ recovery-image] Feb 13 05:10:03.748 INFO O| Feb 13 05:10:03.748 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2025-02-13T05:10:05.625Z | [ recovery-image] Feb 13 05:10:03.768 INFO O| Feb 13 05:10:03.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6686 | 2025-02-13T05:10:05.625Z | [ recovery-image] Feb 13 05:10:03.768 INFO O| Feb 13 05:10:03.768 INFO STEP 731 (remove_files) COMPLETE |
6687 | 2025-02-13T05:10:05.628Z | [ recovery-image] Feb 13 05:10:03.768 INFO O| Feb 13 05:10:03.768 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2025-02-13T05:10:05.644Z | [ recovery-image] Feb 13 05:10:03.787 INFO O| Feb 13 05:10:03.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6689 | 2025-02-13T05:10:05.644Z | [ recovery-image] Feb 13 05:10:03.788 INFO O| Feb 13 05:10:03.787 INFO STEP 732 (remove_files) COMPLETE |
6690 | 2025-02-13T05:10:05.644Z | [ recovery-image] Feb 13 05:10:03.788 INFO O| Feb 13 05:10:03.788 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2025-02-13T05:10:05.673Z | [ recovery-image] Feb 13 05:10:03.816 INFO O| Feb 13 05:10:03.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6692 | 2025-02-13T05:10:05.673Z | [ recovery-image] Feb 13 05:10:03.816 INFO O| Feb 13 05:10:03.816 INFO STEP 733 (remove_files) COMPLETE |
6693 | 2025-02-13T05:10:05.673Z | [ recovery-image] Feb 13 05:10:03.816 INFO O| Feb 13 05:10:03.816 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2025-02-13T05:10:05.693Z | [ recovery-image] Feb 13 05:10:03.836 INFO O| Feb 13 05:10:03.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6695 | 2025-02-13T05:10:05.693Z | [ recovery-image] Feb 13 05:10:03.836 INFO O| Feb 13 05:10:03.836 INFO STEP 734 (remove_files) COMPLETE |
6696 | 2025-02-13T05:10:05.693Z | [ recovery-image] Feb 13 05:10:03.836 INFO O| Feb 13 05:10:03.836 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2025-02-13T05:10:05.818Z | [ recovery-image] Feb 13 05:10:03.961 INFO O| Feb 13 05:10:03.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6698 | 2025-02-13T05:10:05.822Z | [ recovery-image] Feb 13 05:10:03.961 INFO O| Feb 13 05:10:03.961 INFO STEP 735 (remove_files) COMPLETE |
6699 | 2025-02-13T05:10:05.822Z | [ recovery-image] Feb 13 05:10:03.961 INFO O| Feb 13 05:10:03.961 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2025-02-13T05:10:05.854Z | [ recovery-image] Feb 13 05:10:03.997 INFO O| Feb 13 05:10:03.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6701 | 2025-02-13T05:10:05.854Z | [ recovery-image] Feb 13 05:10:03.997 INFO O| Feb 13 05:10:03.997 INFO STEP 736 (remove_files) COMPLETE |
6702 | 2025-02-13T05:10:05.857Z | [ recovery-image] Feb 13 05:10:03.997 INFO O| Feb 13 05:10:03.997 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2025-02-13T05:10:05.880Z | [ recovery-image] Feb 13 05:10:04.023 INFO O| Feb 13 05:10:04.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6704 | 2025-02-13T05:10:05.880Z | [ recovery-image] Feb 13 05:10:04.023 INFO O| Feb 13 05:10:04.023 INFO STEP 737 (remove_files) COMPLETE |
6705 | 2025-02-13T05:10:05.880Z | [ recovery-image] Feb 13 05:10:04.023 INFO O| Feb 13 05:10:04.023 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2025-02-13T05:10:05.901Z | [ recovery-image] Feb 13 05:10:04.044 INFO O| Feb 13 05:10:04.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6707 | 2025-02-13T05:10:05.901Z | [ recovery-image] Feb 13 05:10:04.044 INFO O| Feb 13 05:10:04.044 INFO STEP 738 (remove_files) COMPLETE |
6708 | 2025-02-13T05:10:05.904Z | [ recovery-image] Feb 13 05:10:04.044 INFO O| Feb 13 05:10:04.044 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2025-02-13T05:10:05.933Z | [ recovery-image] Feb 13 05:10:04.076 INFO O| Feb 13 05:10:04.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6710 | 2025-02-13T05:10:05.936Z | [ recovery-image] Feb 13 05:10:04.076 INFO O| Feb 13 05:10:04.076 INFO STEP 739 (remove_files) COMPLETE |
6711 | 2025-02-13T05:10:05.936Z | [ recovery-image] Feb 13 05:10:04.077 INFO O| Feb 13 05:10:04.076 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2025-02-13T05:10:05.956Z | [ recovery-image] Feb 13 05:10:04.099 INFO O| Feb 13 05:10:04.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6713 | 2025-02-13T05:10:05.958Z | [ recovery-image] Feb 13 05:10:04.099 INFO O| Feb 13 05:10:04.099 INFO STEP 740 (remove_files) COMPLETE |
6714 | 2025-02-13T05:10:05.958Z | [ recovery-image] Feb 13 05:10:04.099 INFO O| Feb 13 05:10:04.099 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2025-02-13T05:10:05.989Z | [ recovery-image] Feb 13 05:10:04.131 INFO O| Feb 13 05:10:04.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6716 | 2025-02-13T05:10:05.989Z | [ recovery-image] Feb 13 05:10:04.131 INFO O| Feb 13 05:10:04.131 INFO STEP 741 (remove_files) COMPLETE |
6717 | 2025-02-13T05:10:05.989Z | [ recovery-image] Feb 13 05:10:04.131 INFO O| Feb 13 05:10:04.131 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2025-02-13T05:10:06.029Z | [ recovery-image] Feb 13 05:10:04.172 INFO O| Feb 13 05:10:04.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6719 | 2025-02-13T05:10:06.029Z | [ recovery-image] Feb 13 05:10:04.172 INFO O| Feb 13 05:10:04.172 INFO STEP 742 (remove_files) COMPLETE |
6720 | 2025-02-13T05:10:06.029Z | [ recovery-image] Feb 13 05:10:04.172 INFO O| Feb 13 05:10:04.172 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2025-02-13T05:10:06.048Z | [ recovery-image] Feb 13 05:10:04.191 INFO O| Feb 13 05:10:04.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6722 | 2025-02-13T05:10:06.048Z | [ recovery-image] Feb 13 05:10:04.191 INFO O| Feb 13 05:10:04.191 INFO STEP 743 (remove_files) COMPLETE |
6723 | 2025-02-13T05:10:06.048Z | [ recovery-image] Feb 13 05:10:04.191 INFO O| Feb 13 05:10:04.191 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2025-02-13T05:10:06.073Z | [ recovery-image] Feb 13 05:10:04.216 INFO O| Feb 13 05:10:04.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6725 | 2025-02-13T05:10:06.073Z | [ recovery-image] Feb 13 05:10:04.216 INFO O| Feb 13 05:10:04.216 INFO STEP 744 (remove_files) COMPLETE |
6726 | 2025-02-13T05:10:06.073Z | [ recovery-image] Feb 13 05:10:04.216 INFO O| Feb 13 05:10:04.216 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2025-02-13T05:10:06.125Z | [ recovery-image] Feb 13 05:10:04.268 INFO O| Feb 13 05:10:04.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6728 | 2025-02-13T05:10:06.126Z | [ recovery-image] Feb 13 05:10:04.269 INFO O| Feb 13 05:10:04.268 INFO STEP 745 (remove_files) COMPLETE |
6729 | 2025-02-13T05:10:06.128Z | [ recovery-image] Feb 13 05:10:04.269 INFO O| Feb 13 05:10:04.269 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2025-02-13T05:10:06.145Z | [ recovery-image] Feb 13 05:10:04.288 INFO O| Feb 13 05:10:04.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6731 | 2025-02-13T05:10:06.145Z | [ recovery-image] Feb 13 05:10:04.288 INFO O| Feb 13 05:10:04.288 INFO STEP 746 (remove_files) COMPLETE |
6732 | 2025-02-13T05:10:06.145Z | [ recovery-image] Feb 13 05:10:04.288 INFO O| Feb 13 05:10:04.288 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2025-02-13T05:10:06.165Z | [ recovery-image] Feb 13 05:10:04.308 INFO O| Feb 13 05:10:04.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6734 | 2025-02-13T05:10:06.165Z | [ recovery-image] Feb 13 05:10:04.308 INFO O| Feb 13 05:10:04.308 INFO STEP 747 (remove_files) COMPLETE |
6735 | 2025-02-13T05:10:06.165Z | [ recovery-image] Feb 13 05:10:04.308 INFO O| Feb 13 05:10:04.308 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2025-02-13T05:10:06.200Z | [ recovery-image] Feb 13 05:10:04.342 INFO O| Feb 13 05:10:04.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6737 | 2025-02-13T05:10:06.200Z | [ recovery-image] Feb 13 05:10:04.342 INFO O| Feb 13 05:10:04.342 INFO STEP 748 (remove_files) COMPLETE |
6738 | 2025-02-13T05:10:06.200Z | [ recovery-image] Feb 13 05:10:04.342 INFO O| Feb 13 05:10:04.342 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2025-02-13T05:10:06.218Z | [ recovery-image] Feb 13 05:10:04.360 INFO O| Feb 13 05:10:04.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6740 | 2025-02-13T05:10:06.218Z | [ recovery-image] Feb 13 05:10:04.360 INFO O| Feb 13 05:10:04.360 INFO STEP 749 (remove_files) COMPLETE |
6741 | 2025-02-13T05:10:06.218Z | [ recovery-image] Feb 13 05:10:04.360 INFO O| Feb 13 05:10:04.360 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2025-02-13T05:10:06.257Z | [ recovery-image] Feb 13 05:10:04.399 INFO O| Feb 13 05:10:04.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6743 | 2025-02-13T05:10:06.260Z | [ recovery-image] Feb 13 05:10:04.399 INFO O| Feb 13 05:10:04.399 INFO STEP 750 (remove_files) COMPLETE |
6744 | 2025-02-13T05:10:06.260Z | [ recovery-image] Feb 13 05:10:04.399 INFO O| Feb 13 05:10:04.399 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2025-02-13T05:10:06.277Z | [ recovery-image] Feb 13 05:10:04.420 INFO O| Feb 13 05:10:04.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6746 | 2025-02-13T05:10:06.280Z | [ recovery-image] Feb 13 05:10:04.420 INFO O| Feb 13 05:10:04.420 INFO STEP 751 (remove_files) COMPLETE |
6747 | 2025-02-13T05:10:06.281Z | [ recovery-image] Feb 13 05:10:04.420 INFO O| Feb 13 05:10:04.420 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2025-02-13T05:10:06.296Z | [ recovery-image] Feb 13 05:10:04.439 INFO O| Feb 13 05:10:04.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6749 | 2025-02-13T05:10:06.320Z | [ recovery-image] Feb 13 05:10:04.463 INFO O| Feb 13 05:10:04.463 INFO STEP 752 (remove_files) COMPLETE |
6750 | 2025-02-13T05:10:06.320Z | [ recovery-image] Feb 13 05:10:04.463 INFO O| Feb 13 05:10:04.463 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2025-02-13T05:10:06.341Z | [ recovery-image] Feb 13 05:10:04.483 INFO O| Feb 13 05:10:04.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6752 | 2025-02-13T05:10:06.344Z | [ recovery-image] Feb 13 05:10:04.483 INFO O| Feb 13 05:10:04.483 INFO STEP 753 (remove_files) COMPLETE |
6753 | 2025-02-13T05:10:06.344Z | [ recovery-image] Feb 13 05:10:04.483 INFO O| Feb 13 05:10:04.483 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2025-02-13T05:10:06.360Z | [ recovery-image] Feb 13 05:10:04.503 INFO O| Feb 13 05:10:04.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6755 | 2025-02-13T05:10:06.364Z | [ recovery-image] Feb 13 05:10:04.503 INFO O| Feb 13 05:10:04.503 INFO STEP 754 (remove_files) COMPLETE |
6756 | 2025-02-13T05:10:06.364Z | [ recovery-image] Feb 13 05:10:04.504 INFO O| Feb 13 05:10:04.504 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2025-02-13T05:10:06.382Z | [ recovery-image] Feb 13 05:10:04.524 INFO O| Feb 13 05:10:04.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6758 | 2025-02-13T05:10:06.382Z | [ recovery-image] Feb 13 05:10:04.524 INFO O| Feb 13 05:10:04.524 INFO STEP 755 (remove_files) COMPLETE |
6759 | 2025-02-13T05:10:06.382Z | [ recovery-image] Feb 13 05:10:04.524 INFO O| Feb 13 05:10:04.524 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2025-02-13T05:10:06.399Z | [ recovery-image] Feb 13 05:10:04.542 INFO O| Feb 13 05:10:04.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6761 | 2025-02-13T05:10:06.399Z | [ recovery-image] Feb 13 05:10:04.542 INFO O| Feb 13 05:10:04.542 INFO STEP 756 (remove_files) COMPLETE |
6762 | 2025-02-13T05:10:06.399Z | [ recovery-image] Feb 13 05:10:04.542 INFO O| Feb 13 05:10:04.542 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2025-02-13T05:10:06.422Z | [ recovery-image] Feb 13 05:10:04.559 INFO O| Feb 13 05:10:04.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6764 | 2025-02-13T05:10:06.422Z | [ recovery-image] Feb 13 05:10:04.559 INFO O| Feb 13 05:10:04.559 INFO STEP 757 (remove_files) COMPLETE |
6765 | 2025-02-13T05:10:06.425Z | [ recovery-image] Feb 13 05:10:04.559 INFO O| Feb 13 05:10:04.559 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2025-02-13T05:10:06.446Z | [ recovery-image] Feb 13 05:10:04.589 INFO O| Feb 13 05:10:04.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6767 | 2025-02-13T05:10:06.446Z | [ recovery-image] Feb 13 05:10:04.589 INFO O| Feb 13 05:10:04.589 INFO STEP 758 (remove_files) COMPLETE |
6768 | 2025-02-13T05:10:06.446Z | [ recovery-image] Feb 13 05:10:04.589 INFO O| Feb 13 05:10:04.589 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2025-02-13T05:10:06.465Z | [ recovery-image] Feb 13 05:10:04.608 INFO O| Feb 13 05:10:04.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6770 | 2025-02-13T05:10:06.465Z | [ recovery-image] Feb 13 05:10:04.608 INFO O| Feb 13 05:10:04.608 INFO STEP 759 (remove_files) COMPLETE |
6771 | 2025-02-13T05:10:06.468Z | [ recovery-image] Feb 13 05:10:04.608 INFO O| Feb 13 05:10:04.608 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2025-02-13T05:10:06.485Z | [ recovery-image] Feb 13 05:10:04.628 INFO O| Feb 13 05:10:04.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6773 | 2025-02-13T05:10:06.485Z | [ recovery-image] Feb 13 05:10:04.628 INFO O| Feb 13 05:10:04.628 INFO STEP 760 (remove_files) COMPLETE |
6774 | 2025-02-13T05:10:06.485Z | [ recovery-image] Feb 13 05:10:04.628 INFO O| Feb 13 05:10:04.628 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2025-02-13T05:10:06.505Z | [ recovery-image] Feb 13 05:10:04.648 INFO O| Feb 13 05:10:04.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6776 | 2025-02-13T05:10:06.505Z | [ recovery-image] Feb 13 05:10:04.648 INFO O| Feb 13 05:10:04.648 INFO STEP 761 (remove_files) COMPLETE |
6777 | 2025-02-13T05:10:06.508Z | [ recovery-image] Feb 13 05:10:04.648 INFO O| Feb 13 05:10:04.648 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2025-02-13T05:10:06.526Z | [ recovery-image] Feb 13 05:10:04.669 INFO O| Feb 13 05:10:04.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6779 | 2025-02-13T05:10:06.526Z | [ recovery-image] Feb 13 05:10:04.669 INFO O| Feb 13 05:10:04.669 INFO STEP 762 (remove_files) COMPLETE |
6780 | 2025-02-13T05:10:06.529Z | [ recovery-image] Feb 13 05:10:04.669 INFO O| Feb 13 05:10:04.669 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2025-02-13T05:10:06.571Z | [ recovery-image] Feb 13 05:10:04.714 INFO O| Feb 13 05:10:04.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6782 | 2025-02-13T05:10:06.572Z | [ recovery-image] Feb 13 05:10:04.715 INFO O| Feb 13 05:10:04.714 INFO STEP 763 (remove_files) COMPLETE |
6783 | 2025-02-13T05:10:06.572Z | [ recovery-image] Feb 13 05:10:04.715 INFO O| Feb 13 05:10:04.714 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2025-02-13T05:10:06.594Z | [ recovery-image] Feb 13 05:10:04.736 INFO O| Feb 13 05:10:04.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6785 | 2025-02-13T05:10:06.594Z | [ recovery-image] Feb 13 05:10:04.736 INFO O| Feb 13 05:10:04.736 INFO STEP 764 (remove_files) COMPLETE |
6786 | 2025-02-13T05:10:06.598Z | [ recovery-image] Feb 13 05:10:04.736 INFO O| Feb 13 05:10:04.736 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2025-02-13T05:10:06.614Z | [ recovery-image] Feb 13 05:10:04.757 INFO O| Feb 13 05:10:04.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6788 | 2025-02-13T05:10:06.614Z | [ recovery-image] Feb 13 05:10:04.757 INFO O| Feb 13 05:10:04.757 INFO STEP 765 (remove_files) COMPLETE |
6789 | 2025-02-13T05:10:06.614Z | [ recovery-image] Feb 13 05:10:04.757 INFO O| Feb 13 05:10:04.757 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2025-02-13T05:10:06.644Z | [ recovery-image] Feb 13 05:10:04.786 INFO O| Feb 13 05:10:04.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6791 | 2025-02-13T05:10:06.644Z | [ recovery-image] Feb 13 05:10:04.787 INFO O| Feb 13 05:10:04.787 INFO STEP 766 (remove_files) COMPLETE |
6792 | 2025-02-13T05:10:06.644Z | [ recovery-image] Feb 13 05:10:04.787 INFO O| Feb 13 05:10:04.787 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2025-02-13T05:10:06.678Z | [ recovery-image] Feb 13 05:10:04.821 INFO O| Feb 13 05:10:04.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6794 | 2025-02-13T05:10:06.678Z | [ recovery-image] Feb 13 05:10:04.821 INFO O| Feb 13 05:10:04.821 INFO STEP 767 (remove_files) COMPLETE |
6795 | 2025-02-13T05:10:06.678Z | [ recovery-image] Feb 13 05:10:04.821 INFO O| Feb 13 05:10:04.821 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2025-02-13T05:10:06.718Z | [ recovery-image] Feb 13 05:10:04.861 INFO O| Feb 13 05:10:04.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6797 | 2025-02-13T05:10:06.721Z | [ recovery-image] Feb 13 05:10:04.861 INFO O| Feb 13 05:10:04.861 INFO STEP 768 (remove_files) COMPLETE |
6798 | 2025-02-13T05:10:06.721Z | [ recovery-image] Feb 13 05:10:04.861 INFO O| Feb 13 05:10:04.861 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2025-02-13T05:10:06.763Z | [ recovery-image] Feb 13 05:10:04.905 INFO O| Feb 13 05:10:04.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6800 | 2025-02-13T05:10:06.763Z | [ recovery-image] Feb 13 05:10:04.906 INFO O| Feb 13 05:10:04.905 INFO STEP 769 (remove_files) COMPLETE |
6801 | 2025-02-13T05:10:06.763Z | [ recovery-image] Feb 13 05:10:04.906 INFO O| Feb 13 05:10:04.905 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2025-02-13T05:10:06.804Z | [ recovery-image] Feb 13 05:10:04.947 INFO O| Feb 13 05:10:04.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6803 | 2025-02-13T05:10:06.807Z | [ recovery-image] Feb 13 05:10:04.947 INFO O| Feb 13 05:10:04.947 INFO STEP 770 (remove_files) COMPLETE |
6804 | 2025-02-13T05:10:06.807Z | [ recovery-image] Feb 13 05:10:04.947 INFO O| Feb 13 05:10:04.947 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2025-02-13T05:10:06.824Z | [ recovery-image] Feb 13 05:10:04.967 INFO O| Feb 13 05:10:04.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6806 | 2025-02-13T05:10:06.824Z | [ recovery-image] Feb 13 05:10:04.967 INFO O| Feb 13 05:10:04.967 INFO STEP 771 (remove_files) COMPLETE |
6807 | 2025-02-13T05:10:06.827Z | [ recovery-image] Feb 13 05:10:04.967 INFO O| Feb 13 05:10:04.967 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2025-02-13T05:10:06.843Z | [ recovery-image] Feb 13 05:10:04.985 INFO O| Feb 13 05:10:04.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6809 | 2025-02-13T05:10:06.845Z | [ recovery-image] Feb 13 05:10:04.985 INFO O| Feb 13 05:10:04.985 INFO STEP 772 (remove_files) COMPLETE |
6810 | 2025-02-13T05:10:06.845Z | [ recovery-image] Feb 13 05:10:04.986 INFO O| Feb 13 05:10:04.986 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2025-02-13T05:10:06.863Z | [ recovery-image] Feb 13 05:10:05.006 INFO O| Feb 13 05:10:05.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6812 | 2025-02-13T05:10:06.866Z | [ recovery-image] Feb 13 05:10:05.006 INFO O| Feb 13 05:10:05.006 INFO STEP 773 (remove_files) COMPLETE |
6813 | 2025-02-13T05:10:06.866Z | [ recovery-image] Feb 13 05:10:05.006 INFO O| Feb 13 05:10:05.006 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2025-02-13T05:10:06.899Z | [ recovery-image] Feb 13 05:10:05.042 INFO O| Feb 13 05:10:05.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6815 | 2025-02-13T05:10:06.902Z | [ recovery-image] Feb 13 05:10:05.042 INFO O| Feb 13 05:10:05.042 INFO STEP 774 (remove_files) COMPLETE |
6816 | 2025-02-13T05:10:06.902Z | [ recovery-image] Feb 13 05:10:05.042 INFO O| Feb 13 05:10:05.042 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2025-02-13T05:10:06.931Z | [ recovery-image] Feb 13 05:10:05.074 INFO O| Feb 13 05:10:05.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6818 | 2025-02-13T05:10:06.934Z | [ recovery-image] Feb 13 05:10:05.074 INFO O| Feb 13 05:10:05.074 INFO STEP 775 (remove_files) COMPLETE |
6819 | 2025-02-13T05:10:06.934Z | [ recovery-image] Feb 13 05:10:05.075 INFO O| Feb 13 05:10:05.074 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2025-02-13T05:10:06.953Z | [ recovery-image] Feb 13 05:10:05.096 INFO O| Feb 13 05:10:05.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6821 | 2025-02-13T05:10:06.953Z | [ recovery-image] Feb 13 05:10:05.096 INFO O| Feb 13 05:10:05.096 INFO STEP 776 (remove_files) COMPLETE |
6822 | 2025-02-13T05:10:06.953Z | [ recovery-image] Feb 13 05:10:05.096 INFO O| Feb 13 05:10:05.096 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2025-02-13T05:10:06.982Z | [ recovery-image] Feb 13 05:10:05.125 INFO O| Feb 13 05:10:05.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6824 | 2025-02-13T05:10:06.982Z | [ recovery-image] Feb 13 05:10:05.125 INFO O| Feb 13 05:10:05.125 INFO STEP 777 (remove_files) COMPLETE |
6825 | 2025-02-13T05:10:06.982Z | [ recovery-image] Feb 13 05:10:05.125 INFO O| Feb 13 05:10:05.125 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2025-02-13T05:10:07.005Z | [ recovery-image] Feb 13 05:10:05.148 INFO O| Feb 13 05:10:05.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6827 | 2025-02-13T05:10:07.005Z | [ recovery-image] Feb 13 05:10:05.148 INFO O| Feb 13 05:10:05.148 INFO STEP 778 (remove_files) COMPLETE |
6828 | 2025-02-13T05:10:07.005Z | [ recovery-image] Feb 13 05:10:05.148 INFO O| Feb 13 05:10:05.148 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2025-02-13T05:10:07.036Z | [ recovery-image] Feb 13 05:10:05.179 INFO O| Feb 13 05:10:05.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6830 | 2025-02-13T05:10:07.036Z | [ recovery-image] Feb 13 05:10:05.179 INFO O| Feb 13 05:10:05.179 INFO STEP 779 (remove_files) COMPLETE |
6831 | 2025-02-13T05:10:07.040Z | [ recovery-image] Feb 13 05:10:05.179 INFO O| Feb 13 05:10:05.179 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2025-02-13T05:10:07.082Z | [ recovery-image] Feb 13 05:10:05.225 INFO O| Feb 13 05:10:05.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6833 | 2025-02-13T05:10:07.082Z | [ recovery-image] Feb 13 05:10:05.225 INFO O| Feb 13 05:10:05.225 INFO STEP 780 (remove_files) COMPLETE |
6834 | 2025-02-13T05:10:07.086Z | [ recovery-image] Feb 13 05:10:05.225 INFO O| Feb 13 05:10:05.225 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2025-02-13T05:10:07.105Z | [ recovery-image] Feb 13 05:10:05.247 INFO O| Feb 13 05:10:05.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6836 | 2025-02-13T05:10:07.105Z | [ recovery-image] Feb 13 05:10:05.247 INFO O| Feb 13 05:10:05.247 INFO STEP 781 (remove_files) COMPLETE |
6837 | 2025-02-13T05:10:07.108Z | [ recovery-image] Feb 13 05:10:05.247 INFO O| Feb 13 05:10:05.247 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2025-02-13T05:10:07.124Z | [ recovery-image] Feb 13 05:10:05.266 INFO O| Feb 13 05:10:05.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6839 | 2025-02-13T05:10:07.146Z | [ recovery-image] Feb 13 05:10:05.289 INFO O| Feb 13 05:10:05.289 INFO STEP 782 (remove_files) COMPLETE |
6840 | 2025-02-13T05:10:07.146Z | [ recovery-image] Feb 13 05:10:05.289 INFO O| Feb 13 05:10:05.289 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2025-02-13T05:10:07.199Z | [ recovery-image] Feb 13 05:10:05.332 INFO O| Feb 13 05:10:05.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6842 | 2025-02-13T05:10:07.199Z | [ recovery-image] Feb 13 05:10:05.332 INFO O| Feb 13 05:10:05.332 INFO STEP 783 (remove_files) COMPLETE |
6843 | 2025-02-13T05:10:07.199Z | [ recovery-image] Feb 13 05:10:05.332 INFO O| Feb 13 05:10:05.332 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2025-02-13T05:10:07.210Z | [ recovery-image] Feb 13 05:10:05.353 INFO O| Feb 13 05:10:05.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6845 | 2025-02-13T05:10:07.213Z | [ recovery-image] Feb 13 05:10:05.353 INFO O| Feb 13 05:10:05.353 INFO STEP 784 (remove_files) COMPLETE |
6846 | 2025-02-13T05:10:07.213Z | [ recovery-image] Feb 13 05:10:05.353 INFO O| Feb 13 05:10:05.353 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2025-02-13T05:10:07.230Z | [ recovery-image] Feb 13 05:10:05.373 INFO O| Feb 13 05:10:05.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6848 | 2025-02-13T05:10:07.233Z | [ recovery-image] Feb 13 05:10:05.373 INFO O| Feb 13 05:10:05.373 INFO STEP 785 (remove_files) COMPLETE |
6849 | 2025-02-13T05:10:07.233Z | [ recovery-image] Feb 13 05:10:05.373 INFO O| Feb 13 05:10:05.373 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2025-02-13T05:10:07.250Z | [ recovery-image] Feb 13 05:10:05.392 INFO O| Feb 13 05:10:05.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6851 | 2025-02-13T05:10:07.253Z | [ recovery-image] Feb 13 05:10:05.392 INFO O| Feb 13 05:10:05.392 INFO STEP 786 (remove_files) COMPLETE |
6852 | 2025-02-13T05:10:07.253Z | [ recovery-image] Feb 13 05:10:05.392 INFO O| Feb 13 05:10:05.392 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2025-02-13T05:10:07.269Z | [ recovery-image] Feb 13 05:10:05.412 INFO O| Feb 13 05:10:05.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6854 | 2025-02-13T05:10:07.271Z | [ recovery-image] Feb 13 05:10:05.412 INFO O| Feb 13 05:10:05.412 INFO STEP 787 (remove_files) COMPLETE |
6855 | 2025-02-13T05:10:07.271Z | [ recovery-image] Feb 13 05:10:05.412 INFO O| Feb 13 05:10:05.412 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2025-02-13T05:10:07.288Z | [ recovery-image] Feb 13 05:10:05.431 INFO O| Feb 13 05:10:05.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6857 | 2025-02-13T05:10:07.291Z | [ recovery-image] Feb 13 05:10:05.431 INFO O| Feb 13 05:10:05.431 INFO STEP 788 (remove_files) COMPLETE |
6858 | 2025-02-13T05:10:07.291Z | [ recovery-image] Feb 13 05:10:05.431 INFO O| Feb 13 05:10:05.431 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2025-02-13T05:10:07.337Z | [ recovery-image] Feb 13 05:10:05.479 INFO O| Feb 13 05:10:05.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6860 | 2025-02-13T05:10:07.337Z | [ recovery-image] Feb 13 05:10:05.479 INFO O| Feb 13 05:10:05.479 INFO STEP 789 (remove_files) COMPLETE |
6861 | 2025-02-13T05:10:07.337Z | [ recovery-image] Feb 13 05:10:05.479 INFO O| Feb 13 05:10:05.479 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2025-02-13T05:10:07.370Z | [ recovery-image] Feb 13 05:10:05.513 INFO O| Feb 13 05:10:05.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6863 | 2025-02-13T05:10:07.371Z | [ recovery-image] Feb 13 05:10:05.513 INFO O| Feb 13 05:10:05.513 INFO STEP 790 (remove_files) COMPLETE |
6864 | 2025-02-13T05:10:07.371Z | [ recovery-image] Feb 13 05:10:05.513 INFO O| Feb 13 05:10:05.513 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2025-02-13T05:10:07.409Z | [ recovery-image] Feb 13 05:10:05.551 INFO O| Feb 13 05:10:05.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6866 | 2025-02-13T05:10:07.409Z | [ recovery-image] Feb 13 05:10:05.552 INFO O| Feb 13 05:10:05.552 INFO STEP 791 (remove_files) COMPLETE |
6867 | 2025-02-13T05:10:07.411Z | [ recovery-image] Feb 13 05:10:05.552 INFO O| Feb 13 05:10:05.552 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2025-02-13T05:10:07.430Z | [ recovery-image] Feb 13 05:10:05.572 INFO O| Feb 13 05:10:05.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6869 | 2025-02-13T05:10:07.433Z | [ recovery-image] Feb 13 05:10:05.572 INFO O| Feb 13 05:10:05.572 INFO STEP 792 (remove_files) COMPLETE |
6870 | 2025-02-13T05:10:07.433Z | [ recovery-image] Feb 13 05:10:05.572 INFO O| Feb 13 05:10:05.572 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2025-02-13T05:10:07.467Z | [ recovery-image] Feb 13 05:10:05.609 INFO O| Feb 13 05:10:05.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6872 | 2025-02-13T05:10:07.467Z | [ recovery-image] Feb 13 05:10:05.609 INFO O| Feb 13 05:10:05.609 INFO STEP 793 (remove_files) COMPLETE |
6873 | 2025-02-13T05:10:07.469Z | [ recovery-image] Feb 13 05:10:05.609 INFO O| Feb 13 05:10:05.609 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2025-02-13T05:10:07.495Z | [ recovery-image] Feb 13 05:10:05.637 INFO O| Feb 13 05:10:05.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6875 | 2025-02-13T05:10:07.499Z | [ recovery-image] Feb 13 05:10:05.638 INFO O| Feb 13 05:10:05.637 INFO STEP 794 (remove_files) COMPLETE |
6876 | 2025-02-13T05:10:07.499Z | [ recovery-image] Feb 13 05:10:05.638 INFO O| Feb 13 05:10:05.638 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2025-02-13T05:10:07.518Z | [ recovery-image] Feb 13 05:10:05.660 INFO O| Feb 13 05:10:05.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6878 | 2025-02-13T05:10:07.520Z | [ recovery-image] Feb 13 05:10:05.661 INFO O| Feb 13 05:10:05.661 INFO STEP 795 (remove_files) COMPLETE |
6879 | 2025-02-13T05:10:07.521Z | [ recovery-image] Feb 13 05:10:05.661 INFO O| Feb 13 05:10:05.661 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2025-02-13T05:10:07.558Z | [ recovery-image] Feb 13 05:10:05.701 INFO O| Feb 13 05:10:05.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6881 | 2025-02-13T05:10:07.558Z | [ recovery-image] Feb 13 05:10:05.701 INFO O| Feb 13 05:10:05.701 INFO STEP 796 (remove_files) COMPLETE |
6882 | 2025-02-13T05:10:07.558Z | [ recovery-image] Feb 13 05:10:05.701 INFO O| Feb 13 05:10:05.701 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2025-02-13T05:10:07.580Z | [ recovery-image] Feb 13 05:10:05.723 INFO O| Feb 13 05:10:05.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6884 | 2025-02-13T05:10:07.580Z | [ recovery-image] Feb 13 05:10:05.723 INFO O| Feb 13 05:10:05.723 INFO STEP 797 (remove_files) COMPLETE |
6885 | 2025-02-13T05:10:07.583Z | [ recovery-image] Feb 13 05:10:05.723 INFO O| Feb 13 05:10:05.723 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2025-02-13T05:10:07.619Z | [ recovery-image] Feb 13 05:10:05.762 INFO O| Feb 13 05:10:05.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6887 | 2025-02-13T05:10:07.619Z | [ recovery-image] Feb 13 05:10:05.762 INFO O| Feb 13 05:10:05.762 INFO STEP 798 (remove_files) COMPLETE |
6888 | 2025-02-13T05:10:07.622Z | [ recovery-image] Feb 13 05:10:05.762 INFO O| Feb 13 05:10:05.762 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2025-02-13T05:10:07.654Z | [ recovery-image] Feb 13 05:10:05.797 INFO O| Feb 13 05:10:05.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6890 | 2025-02-13T05:10:07.654Z | [ recovery-image] Feb 13 05:10:05.797 INFO O| Feb 13 05:10:05.797 INFO STEP 799 (remove_files) COMPLETE |
6891 | 2025-02-13T05:10:07.654Z | [ recovery-image] Feb 13 05:10:05.797 INFO O| Feb 13 05:10:05.797 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2025-02-13T05:10:07.683Z | [ recovery-image] Feb 13 05:10:05.826 INFO O| Feb 13 05:10:05.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6893 | 2025-02-13T05:10:07.683Z | [ recovery-image] Feb 13 05:10:05.826 INFO O| Feb 13 05:10:05.826 INFO STEP 800 (remove_files) COMPLETE |
6894 | 2025-02-13T05:10:07.683Z | [ recovery-image] Feb 13 05:10:05.826 INFO O| Feb 13 05:10:05.826 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2025-02-13T05:10:07.704Z | [ recovery-image] Feb 13 05:10:05.847 INFO O| Feb 13 05:10:05.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6896 | 2025-02-13T05:10:07.704Z | [ recovery-image] Feb 13 05:10:05.847 INFO O| Feb 13 05:10:05.847 INFO STEP 801 (remove_files) COMPLETE |
6897 | 2025-02-13T05:10:07.707Z | [ recovery-image] Feb 13 05:10:05.847 INFO O| Feb 13 05:10:05.847 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2025-02-13T05:10:07.724Z | [ recovery-image] Feb 13 05:10:05.867 INFO O| Feb 13 05:10:05.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6899 | 2025-02-13T05:10:07.734Z | [ recovery-image] Feb 13 05:10:05.877 INFO O| Feb 13 05:10:05.877 INFO STEP 802 (remove_files) COMPLETE |
6900 | 2025-02-13T05:10:07.734Z | [ recovery-image] Feb 13 05:10:05.877 INFO O| Feb 13 05:10:05.877 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2025-02-13T05:10:07.759Z | [ recovery-image] Feb 13 05:10:05.902 INFO O| Feb 13 05:10:05.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6902 | 2025-02-13T05:10:07.759Z | [ recovery-image] Feb 13 05:10:05.902 INFO O| Feb 13 05:10:05.902 INFO STEP 803 (remove_files) COMPLETE |
6903 | 2025-02-13T05:10:07.762Z | [ recovery-image] Feb 13 05:10:05.902 INFO O| Feb 13 05:10:05.902 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2025-02-13T05:10:07.781Z | [ recovery-image] Feb 13 05:10:05.924 INFO O| Feb 13 05:10:05.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6905 | 2025-02-13T05:10:07.781Z | [ recovery-image] Feb 13 05:10:05.924 INFO O| Feb 13 05:10:05.924 INFO STEP 804 (remove_files) COMPLETE |
6906 | 2025-02-13T05:10:07.784Z | [ recovery-image] Feb 13 05:10:05.924 INFO O| Feb 13 05:10:05.924 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2025-02-13T05:10:07.800Z | [ recovery-image] Feb 13 05:10:05.943 INFO O| Feb 13 05:10:05.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6908 | 2025-02-13T05:10:07.800Z | [ recovery-image] Feb 13 05:10:05.943 INFO O| Feb 13 05:10:05.943 INFO STEP 805 (remove_files) COMPLETE |
6909 | 2025-02-13T05:10:07.800Z | [ recovery-image] Feb 13 05:10:05.943 INFO O| Feb 13 05:10:05.943 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2025-02-13T05:10:07.838Z | [ recovery-image] Feb 13 05:10:05.981 INFO O| Feb 13 05:10:05.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6911 | 2025-02-13T05:10:07.838Z | [ recovery-image] Feb 13 05:10:05.981 INFO O| Feb 13 05:10:05.981 INFO STEP 806 (remove_files) COMPLETE |
6912 | 2025-02-13T05:10:07.840Z | [ recovery-image] Feb 13 05:10:05.981 INFO O| Feb 13 05:10:05.981 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2025-02-13T05:10:07.862Z | [ recovery-image] Feb 13 05:10:06.005 INFO O| Feb 13 05:10:06.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6914 | 2025-02-13T05:10:07.866Z | [ recovery-image] Feb 13 05:10:06.005 INFO O| Feb 13 05:10:06.005 INFO STEP 807 (remove_files) COMPLETE |
6915 | 2025-02-13T05:10:07.866Z | [ recovery-image] Feb 13 05:10:06.005 INFO O| Feb 13 05:10:06.005 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2025-02-13T05:10:07.881Z | [ recovery-image] Feb 13 05:10:06.023 INFO O| Feb 13 05:10:06.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6917 | 2025-02-13T05:10:07.881Z | [ recovery-image] Feb 13 05:10:06.023 INFO O| Feb 13 05:10:06.023 INFO STEP 808 (remove_files) COMPLETE |
6918 | 2025-02-13T05:10:07.881Z | [ recovery-image] Feb 13 05:10:06.023 INFO O| Feb 13 05:10:06.023 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2025-02-13T05:10:07.898Z | [ recovery-image] Feb 13 05:10:06.041 INFO O| Feb 13 05:10:06.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6920 | 2025-02-13T05:10:07.898Z | [ recovery-image] Feb 13 05:10:06.041 INFO O| Feb 13 05:10:06.041 INFO STEP 809 (remove_files) COMPLETE |
6921 | 2025-02-13T05:10:07.898Z | [ recovery-image] Feb 13 05:10:06.041 INFO O| Feb 13 05:10:06.041 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2025-02-13T05:10:07.918Z | [ recovery-image] Feb 13 05:10:06.059 INFO O| Feb 13 05:10:06.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6923 | 2025-02-13T05:10:07.918Z | [ recovery-image] Feb 13 05:10:06.059 INFO O| Feb 13 05:10:06.059 INFO STEP 810 (remove_files) COMPLETE |
6924 | 2025-02-13T05:10:07.918Z | [ recovery-image] Feb 13 05:10:06.059 INFO O| Feb 13 05:10:06.059 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2025-02-13T05:10:07.934Z | [ recovery-image] Feb 13 05:10:06.076 INFO O| Feb 13 05:10:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6926 | 2025-02-13T05:10:07.935Z | [ recovery-image] Feb 13 05:10:06.076 INFO O| Feb 13 05:10:06.076 INFO STEP 811 (remove_files) COMPLETE |
6927 | 2025-02-13T05:10:07.935Z | [ recovery-image] Feb 13 05:10:06.076 INFO O| Feb 13 05:10:06.076 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2025-02-13T05:10:07.952Z | [ recovery-image] Feb 13 05:10:06.094 INFO O| Feb 13 05:10:06.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6929 | 2025-02-13T05:10:07.952Z | [ recovery-image] Feb 13 05:10:06.094 INFO O| Feb 13 05:10:06.094 INFO STEP 812 (remove_files) COMPLETE |
6930 | 2025-02-13T05:10:07.952Z | [ recovery-image] Feb 13 05:10:06.094 INFO O| Feb 13 05:10:06.094 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2025-02-13T05:10:07.969Z | [ recovery-image] Feb 13 05:10:06.112 INFO O| Feb 13 05:10:06.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6932 | 2025-02-13T05:10:07.969Z | [ recovery-image] Feb 13 05:10:06.112 INFO O| Feb 13 05:10:06.112 INFO STEP 813 (remove_files) COMPLETE |
6933 | 2025-02-13T05:10:07.973Z | [ recovery-image] Feb 13 05:10:06.112 INFO O| Feb 13 05:10:06.112 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2025-02-13T05:10:07.987Z | [ recovery-image] Feb 13 05:10:06.130 INFO O| Feb 13 05:10:06.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6935 | 2025-02-13T05:10:07.987Z | [ recovery-image] Feb 13 05:10:06.130 INFO O| Feb 13 05:10:06.130 INFO STEP 814 (remove_files) COMPLETE |
6936 | 2025-02-13T05:10:07.987Z | [ recovery-image] Feb 13 05:10:06.130 INFO O| Feb 13 05:10:06.130 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2025-02-13T05:10:08.020Z | [ recovery-image] Feb 13 05:10:06.163 INFO O| Feb 13 05:10:06.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6938 | 2025-02-13T05:10:08.023Z | [ recovery-image] Feb 13 05:10:06.163 INFO O| Feb 13 05:10:06.163 INFO STEP 815 (remove_files) COMPLETE |
6939 | 2025-02-13T05:10:08.023Z | [ recovery-image] Feb 13 05:10:06.163 INFO O| Feb 13 05:10:06.163 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2025-02-13T05:10:08.039Z | [ recovery-image] Feb 13 05:10:06.182 INFO O| Feb 13 05:10:06.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6941 | 2025-02-13T05:10:08.042Z | [ recovery-image] Feb 13 05:10:06.182 INFO O| Feb 13 05:10:06.182 INFO STEP 816 (remove_files) COMPLETE |
6942 | 2025-02-13T05:10:08.042Z | [ recovery-image] Feb 13 05:10:06.182 INFO O| Feb 13 05:10:06.182 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2025-02-13T05:10:08.080Z | [ recovery-image] Feb 13 05:10:06.222 INFO O| Feb 13 05:10:06.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6944 | 2025-02-13T05:10:08.080Z | [ recovery-image] Feb 13 05:10:06.222 INFO O| Feb 13 05:10:06.222 INFO STEP 817 (remove_files) COMPLETE |
6945 | 2025-02-13T05:10:08.083Z | [ recovery-image] Feb 13 05:10:06.222 INFO O| Feb 13 05:10:06.222 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2025-02-13T05:10:08.125Z | [ recovery-image] Feb 13 05:10:06.268 INFO O| Feb 13 05:10:06.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6947 | 2025-02-13T05:10:08.125Z | [ recovery-image] Feb 13 05:10:06.268 INFO O| Feb 13 05:10:06.268 INFO STEP 818 (remove_files) COMPLETE |
6948 | 2025-02-13T05:10:08.125Z | [ recovery-image] Feb 13 05:10:06.268 INFO O| Feb 13 05:10:06.268 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2025-02-13T05:10:08.145Z | [ recovery-image] Feb 13 05:10:06.288 INFO O| Feb 13 05:10:06.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6950 | 2025-02-13T05:10:08.145Z | [ recovery-image] Feb 13 05:10:06.288 INFO O| Feb 13 05:10:06.288 INFO STEP 819 (remove_files) COMPLETE |
6951 | 2025-02-13T05:10:08.145Z | [ recovery-image] Feb 13 05:10:06.288 INFO O| Feb 13 05:10:06.288 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2025-02-13T05:10:08.164Z | [ recovery-image] Feb 13 05:10:06.307 INFO O| Feb 13 05:10:06.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6953 | 2025-02-13T05:10:08.164Z | [ recovery-image] Feb 13 05:10:06.307 INFO O| Feb 13 05:10:06.307 INFO STEP 820 (remove_files) COMPLETE |
6954 | 2025-02-13T05:10:08.167Z | [ recovery-image] Feb 13 05:10:06.307 INFO O| Feb 13 05:10:06.307 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2025-02-13T05:10:08.183Z | [ recovery-image] Feb 13 05:10:06.326 INFO O| Feb 13 05:10:06.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6956 | 2025-02-13T05:10:08.196Z | [ recovery-image] Feb 13 05:10:06.339 INFO O| Feb 13 05:10:06.339 INFO STEP 821 (remove_files) COMPLETE |
6957 | 2025-02-13T05:10:08.196Z | [ recovery-image] Feb 13 05:10:06.339 INFO O| Feb 13 05:10:06.339 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2025-02-13T05:10:08.229Z | [ recovery-image] Feb 13 05:10:06.371 INFO O| Feb 13 05:10:06.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6959 | 2025-02-13T05:10:08.229Z | [ recovery-image] Feb 13 05:10:06.371 INFO O| Feb 13 05:10:06.371 INFO STEP 822 (remove_files) COMPLETE |
6960 | 2025-02-13T05:10:08.229Z | [ recovery-image] Feb 13 05:10:06.371 INFO O| Feb 13 05:10:06.371 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2025-02-13T05:10:08.247Z | [ recovery-image] Feb 13 05:10:06.390 INFO O| Feb 13 05:10:06.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6962 | 2025-02-13T05:10:08.251Z | [ recovery-image] Feb 13 05:10:06.390 INFO O| Feb 13 05:10:06.390 INFO STEP 823 (remove_files) COMPLETE |
6963 | 2025-02-13T05:10:08.251Z | [ recovery-image] Feb 13 05:10:06.390 INFO O| Feb 13 05:10:06.390 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2025-02-13T05:10:08.305Z | [ recovery-image] Feb 13 05:10:06.447 INFO O| Feb 13 05:10:06.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6965 | 2025-02-13T05:10:08.305Z | [ recovery-image] Feb 13 05:10:06.447 INFO O| Feb 13 05:10:06.447 INFO STEP 824 (remove_files) COMPLETE |
6966 | 2025-02-13T05:10:08.305Z | [ recovery-image] Feb 13 05:10:06.447 INFO O| Feb 13 05:10:06.447 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2025-02-13T05:10:08.350Z | [ recovery-image] Feb 13 05:10:06.493 INFO O| Feb 13 05:10:06.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6968 | 2025-02-13T05:10:08.353Z | [ recovery-image] Feb 13 05:10:06.493 INFO O| Feb 13 05:10:06.493 INFO STEP 825 (remove_files) COMPLETE |
6969 | 2025-02-13T05:10:08.353Z | [ recovery-image] Feb 13 05:10:06.493 INFO O| Feb 13 05:10:06.493 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2025-02-13T05:10:08.370Z | [ recovery-image] Feb 13 05:10:06.513 INFO O| Feb 13 05:10:06.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6971 | 2025-02-13T05:10:08.373Z | [ recovery-image] Feb 13 05:10:06.513 INFO O| Feb 13 05:10:06.513 INFO STEP 826 (remove_files) COMPLETE |
6972 | 2025-02-13T05:10:08.373Z | [ recovery-image] Feb 13 05:10:06.513 INFO O| Feb 13 05:10:06.513 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2025-02-13T05:10:08.412Z | [ recovery-image] Feb 13 05:10:06.555 INFO O| Feb 13 05:10:06.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6974 | 2025-02-13T05:10:08.415Z | [ recovery-image] Feb 13 05:10:06.555 INFO O| Feb 13 05:10:06.555 INFO STEP 827 (remove_files) COMPLETE |
6975 | 2025-02-13T05:10:08.415Z | [ recovery-image] Feb 13 05:10:06.555 INFO O| Feb 13 05:10:06.555 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2025-02-13T05:10:08.433Z | [ recovery-image] Feb 13 05:10:06.576 INFO O| Feb 13 05:10:06.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6977 | 2025-02-13T05:10:08.436Z | [ recovery-image] Feb 13 05:10:06.576 INFO O| Feb 13 05:10:06.576 INFO STEP 828 (remove_files) COMPLETE |
6978 | 2025-02-13T05:10:08.436Z | [ recovery-image] Feb 13 05:10:06.576 INFO O| Feb 13 05:10:06.576 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2025-02-13T05:10:08.454Z | [ recovery-image] Feb 13 05:10:06.596 INFO O| Feb 13 05:10:06.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6980 | 2025-02-13T05:10:08.454Z | [ recovery-image] Feb 13 05:10:06.596 INFO O| Feb 13 05:10:06.596 INFO STEP 829 (remove_files) COMPLETE |
6981 | 2025-02-13T05:10:08.454Z | [ recovery-image] Feb 13 05:10:06.596 INFO O| Feb 13 05:10:06.596 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2025-02-13T05:10:08.473Z | [ recovery-image] Feb 13 05:10:06.615 INFO O| Feb 13 05:10:06.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6983 | 2025-02-13T05:10:08.473Z | [ recovery-image] Feb 13 05:10:06.616 INFO O| Feb 13 05:10:06.616 INFO STEP 830 (remove_files) COMPLETE |
6984 | 2025-02-13T05:10:08.473Z | [ recovery-image] Feb 13 05:10:06.616 INFO O| Feb 13 05:10:06.616 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2025-02-13T05:10:08.510Z | [ recovery-image] Feb 13 05:10:06.653 INFO O| Feb 13 05:10:06.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6986 | 2025-02-13T05:10:08.510Z | [ recovery-image] Feb 13 05:10:06.653 INFO O| Feb 13 05:10:06.653 INFO STEP 831 (remove_files) COMPLETE |
6987 | 2025-02-13T05:10:08.514Z | [ recovery-image] Feb 13 05:10:06.653 INFO O| Feb 13 05:10:06.653 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2025-02-13T05:10:08.529Z | [ recovery-image] Feb 13 05:10:06.672 INFO O| Feb 13 05:10:06.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6989 | 2025-02-13T05:10:08.532Z | [ recovery-image] Feb 13 05:10:06.672 INFO O| Feb 13 05:10:06.672 INFO STEP 832 (remove_files) COMPLETE |
6990 | 2025-02-13T05:10:08.532Z | [ recovery-image] Feb 13 05:10:06.672 INFO O| Feb 13 05:10:06.672 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2025-02-13T05:10:08.563Z | [ recovery-image] Feb 13 05:10:06.706 INFO O| Feb 13 05:10:06.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6992 | 2025-02-13T05:10:08.564Z | [ recovery-image] Feb 13 05:10:06.706 INFO O| Feb 13 05:10:06.706 INFO STEP 833 (remove_files) COMPLETE |
6993 | 2025-02-13T05:10:08.564Z | [ recovery-image] Feb 13 05:10:06.706 INFO O| Feb 13 05:10:06.706 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2025-02-13T05:10:08.582Z | [ recovery-image] Feb 13 05:10:06.725 INFO O| Feb 13 05:10:06.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6995 | 2025-02-13T05:10:08.582Z | [ recovery-image] Feb 13 05:10:06.725 INFO O| Feb 13 05:10:06.725 INFO STEP 834 (remove_files) COMPLETE |
6996 | 2025-02-13T05:10:08.585Z | [ recovery-image] Feb 13 05:10:06.725 INFO O| Feb 13 05:10:06.725 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2025-02-13T05:10:08.599Z | [ recovery-image] Feb 13 05:10:06.741 INFO O| Feb 13 05:10:06.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6998 | 2025-02-13T05:10:08.599Z | [ recovery-image] Feb 13 05:10:06.741 INFO O| Feb 13 05:10:06.741 INFO STEP 835 (remove_files) COMPLETE |
6999 | 2025-02-13T05:10:08.599Z | [ recovery-image] Feb 13 05:10:06.741 INFO O| Feb 13 05:10:06.741 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2025-02-13T05:10:08.616Z | [ recovery-image] Feb 13 05:10:06.758 INFO O| Feb 13 05:10:06.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7001 | 2025-02-13T05:10:08.616Z | [ recovery-image] Feb 13 05:10:06.758 INFO O| Feb 13 05:10:06.758 INFO STEP 836 (remove_files) COMPLETE |
7002 | 2025-02-13T05:10:08.616Z | [ recovery-image] Feb 13 05:10:06.758 INFO O| Feb 13 05:10:06.758 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2025-02-13T05:10:08.650Z | [ recovery-image] Feb 13 05:10:06.792 INFO O| Feb 13 05:10:06.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7004 | 2025-02-13T05:10:08.652Z | [ recovery-image] Feb 13 05:10:06.792 INFO O| Feb 13 05:10:06.792 INFO STEP 837 (remove_files) COMPLETE |
7005 | 2025-02-13T05:10:08.652Z | [ recovery-image] Feb 13 05:10:06.793 INFO O| Feb 13 05:10:06.792 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2025-02-13T05:10:08.710Z | [ recovery-image] Feb 13 05:10:06.853 INFO O| Feb 13 05:10:06.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7007 | 2025-02-13T05:10:08.710Z | [ recovery-image] Feb 13 05:10:06.853 INFO O| Feb 13 05:10:06.853 INFO STEP 838 (remove_files) COMPLETE |
7008 | 2025-02-13T05:10:08.713Z | [ recovery-image] Feb 13 05:10:06.853 INFO O| Feb 13 05:10:06.853 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2025-02-13T05:10:08.770Z | [ recovery-image] Feb 13 05:10:06.913 INFO O| Feb 13 05:10:06.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7010 | 2025-02-13T05:10:08.770Z | [ recovery-image] Feb 13 05:10:06.913 INFO O| Feb 13 05:10:06.913 INFO STEP 839 (remove_files) COMPLETE |
7011 | 2025-02-13T05:10:08.773Z | [ recovery-image] Feb 13 05:10:06.913 INFO O| Feb 13 05:10:06.913 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2025-02-13T05:10:08.789Z | [ recovery-image] Feb 13 05:10:06.932 INFO O| Feb 13 05:10:06.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7013 | 2025-02-13T05:10:08.789Z | [ recovery-image] Feb 13 05:10:06.932 INFO O| Feb 13 05:10:06.932 INFO STEP 840 (remove_files) COMPLETE |
7014 | 2025-02-13T05:10:08.789Z | [ recovery-image] Feb 13 05:10:06.932 INFO O| Feb 13 05:10:06.932 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2025-02-13T05:10:08.809Z | [ recovery-image] Feb 13 05:10:06.952 INFO O| Feb 13 05:10:06.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7016 | 2025-02-13T05:10:08.809Z | [ recovery-image] Feb 13 05:10:06.952 INFO O| Feb 13 05:10:06.952 INFO STEP 841 (remove_files) COMPLETE |
7017 | 2025-02-13T05:10:08.809Z | [ recovery-image] Feb 13 05:10:06.952 INFO O| Feb 13 05:10:06.952 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2025-02-13T05:10:08.829Z | [ recovery-image] Feb 13 05:10:06.971 INFO O| Feb 13 05:10:06.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7019 | 2025-02-13T05:10:08.829Z | [ recovery-image] Feb 13 05:10:06.972 INFO O| Feb 13 05:10:06.971 INFO STEP 842 (remove_files) COMPLETE |
7020 | 2025-02-13T05:10:08.829Z | [ recovery-image] Feb 13 05:10:06.972 INFO O| Feb 13 05:10:06.972 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2025-02-13T05:10:08.860Z | [ recovery-image] Feb 13 05:10:07.002 INFO O| Feb 13 05:10:07.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7022 | 2025-02-13T05:10:08.860Z | [ recovery-image] Feb 13 05:10:07.003 INFO O| Feb 13 05:10:07.003 INFO STEP 843 (remove_files) COMPLETE |
7023 | 2025-02-13T05:10:08.863Z | [ recovery-image] Feb 13 05:10:07.003 INFO O| Feb 13 05:10:07.003 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2025-02-13T05:10:08.907Z | [ recovery-image] Feb 13 05:10:07.050 INFO O| Feb 13 05:10:07.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7025 | 2025-02-13T05:10:08.907Z | [ recovery-image] Feb 13 05:10:07.050 INFO O| Feb 13 05:10:07.050 INFO STEP 844 (remove_files) COMPLETE |
7026 | 2025-02-13T05:10:08.910Z | [ recovery-image] Feb 13 05:10:07.050 INFO O| Feb 13 05:10:07.050 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2025-02-13T05:10:08.982Z | [ recovery-image] Feb 13 05:10:07.124 INFO O| Feb 13 05:10:07.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7028 | 2025-02-13T05:10:08.982Z | [ recovery-image] Feb 13 05:10:07.124 INFO O| Feb 13 05:10:07.124 INFO STEP 845 (remove_files) COMPLETE |
7029 | 2025-02-13T05:10:08.985Z | [ recovery-image] Feb 13 05:10:07.124 INFO O| Feb 13 05:10:07.124 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2025-02-13T05:10:09.001Z | [ recovery-image] Feb 13 05:10:07.144 INFO O| Feb 13 05:10:07.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7031 | 2025-02-13T05:10:09.002Z | [ recovery-image] Feb 13 05:10:07.144 INFO O| Feb 13 05:10:07.144 INFO STEP 846 (remove_files) COMPLETE |
7032 | 2025-02-13T05:10:09.002Z | [ recovery-image] Feb 13 05:10:07.144 INFO O| Feb 13 05:10:07.144 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2025-02-13T05:10:09.028Z | [ recovery-image] Feb 13 05:10:07.171 INFO O| Feb 13 05:10:07.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7034 | 2025-02-13T05:10:09.028Z | [ recovery-image] Feb 13 05:10:07.171 INFO O| Feb 13 05:10:07.171 INFO STEP 847 (remove_files) COMPLETE |
7035 | 2025-02-13T05:10:09.029Z | [ recovery-image] Feb 13 05:10:07.171 INFO O| Feb 13 05:10:07.171 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2025-02-13T05:10:09.066Z | [ recovery-image] Feb 13 05:10:07.208 INFO O| Feb 13 05:10:07.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7037 | 2025-02-13T05:10:09.068Z | [ recovery-image] Feb 13 05:10:07.208 INFO O| Feb 13 05:10:07.208 INFO STEP 848 (remove_files) COMPLETE |
7038 | 2025-02-13T05:10:09.068Z | [ recovery-image] Feb 13 05:10:07.208 INFO O| Feb 13 05:10:07.208 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2025-02-13T05:10:09.110Z | [ recovery-image] Feb 13 05:10:07.251 INFO O| Feb 13 05:10:07.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7040 | 2025-02-13T05:10:09.110Z | [ recovery-image] Feb 13 05:10:07.251 INFO O| Feb 13 05:10:07.251 INFO STEP 849 (remove_files) COMPLETE |
7041 | 2025-02-13T05:10:09.110Z | [ recovery-image] Feb 13 05:10:07.251 INFO O| Feb 13 05:10:07.251 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2025-02-13T05:10:09.168Z | [ recovery-image] Feb 13 05:10:07.310 INFO O| Feb 13 05:10:07.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7043 | 2025-02-13T05:10:09.168Z | [ recovery-image] Feb 13 05:10:07.310 INFO O| Feb 13 05:10:07.310 INFO STEP 850 (remove_files) COMPLETE |
7044 | 2025-02-13T05:10:09.171Z | [ recovery-image] Feb 13 05:10:07.310 INFO O| Feb 13 05:10:07.310 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2025-02-13T05:10:09.185Z | [ recovery-image] Feb 13 05:10:07.327 INFO O| Feb 13 05:10:07.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7046 | 2025-02-13T05:10:09.185Z | [ recovery-image] Feb 13 05:10:07.327 INFO O| Feb 13 05:10:07.327 INFO STEP 851 (remove_files) COMPLETE |
7047 | 2025-02-13T05:10:09.185Z | [ recovery-image] Feb 13 05:10:07.327 INFO O| Feb 13 05:10:07.327 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2025-02-13T05:10:09.202Z | [ recovery-image] Feb 13 05:10:07.345 INFO O| Feb 13 05:10:07.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7049 | 2025-02-13T05:10:09.202Z | [ recovery-image] Feb 13 05:10:07.345 INFO O| Feb 13 05:10:07.345 INFO STEP 852 (remove_files) COMPLETE |
7050 | 2025-02-13T05:10:09.205Z | [ recovery-image] Feb 13 05:10:07.345 INFO O| Feb 13 05:10:07.345 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2025-02-13T05:10:09.241Z | [ recovery-image] Feb 13 05:10:07.384 INFO O| Feb 13 05:10:07.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7052 | 2025-02-13T05:10:09.244Z | [ recovery-image] Feb 13 05:10:07.384 INFO O| Feb 13 05:10:07.384 INFO STEP 853 (remove_files) COMPLETE |
7053 | 2025-02-13T05:10:09.244Z | [ recovery-image] Feb 13 05:10:07.384 INFO O| Feb 13 05:10:07.384 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2025-02-13T05:10:09.273Z | [ recovery-image] Feb 13 05:10:07.416 INFO O| Feb 13 05:10:07.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7055 | 2025-02-13T05:10:09.273Z | [ recovery-image] Feb 13 05:10:07.416 INFO O| Feb 13 05:10:07.416 INFO STEP 854 (remove_files) COMPLETE |
7056 | 2025-02-13T05:10:09.273Z | [ recovery-image] Feb 13 05:10:07.416 INFO O| Feb 13 05:10:07.416 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2025-02-13T05:10:09.323Z | [ recovery-image] Feb 13 05:10:07.465 INFO O| Feb 13 05:10:07.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7058 | 2025-02-13T05:10:09.323Z | [ recovery-image] Feb 13 05:10:07.466 INFO O| Feb 13 05:10:07.466 INFO STEP 855 (remove_files) COMPLETE |
7059 | 2025-02-13T05:10:09.323Z | [ recovery-image] Feb 13 05:10:07.466 INFO O| Feb 13 05:10:07.466 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2025-02-13T05:10:09.383Z | [ recovery-image] Feb 13 05:10:07.525 INFO O| Feb 13 05:10:07.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7061 | 2025-02-13T05:10:09.383Z | [ recovery-image] Feb 13 05:10:07.525 INFO O| Feb 13 05:10:07.525 INFO STEP 856 (remove_files) COMPLETE |
7062 | 2025-02-13T05:10:09.383Z | [ recovery-image] Feb 13 05:10:07.525 INFO O| Feb 13 05:10:07.525 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2025-02-13T05:10:09.401Z | [ recovery-image] Feb 13 05:10:07.544 INFO O| Feb 13 05:10:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7064 | 2025-02-13T05:10:09.401Z | [ recovery-image] Feb 13 05:10:07.544 INFO O| Feb 13 05:10:07.544 INFO STEP 857 (remove_files) COMPLETE |
7065 | 2025-02-13T05:10:09.401Z | [ recovery-image] Feb 13 05:10:07.544 INFO O| Feb 13 05:10:07.544 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2025-02-13T05:10:09.435Z | [ recovery-image] Feb 13 05:10:07.577 INFO O| Feb 13 05:10:07.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7067 | 2025-02-13T05:10:09.436Z | [ recovery-image] Feb 13 05:10:07.577 INFO O| Feb 13 05:10:07.577 INFO STEP 858 (remove_files) COMPLETE |
7068 | 2025-02-13T05:10:09.438Z | [ recovery-image] Feb 13 05:10:07.577 INFO O| Feb 13 05:10:07.577 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2025-02-13T05:10:09.486Z | [ recovery-image] Feb 13 05:10:07.628 INFO O| Feb 13 05:10:07.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7070 | 2025-02-13T05:10:09.489Z | [ recovery-image] Feb 13 05:10:07.629 INFO O| Feb 13 05:10:07.629 INFO STEP 859 (remove_files) COMPLETE |
7071 | 2025-02-13T05:10:09.489Z | [ recovery-image] Feb 13 05:10:07.629 INFO O| Feb 13 05:10:07.629 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2025-02-13T05:10:09.505Z | [ recovery-image] Feb 13 05:10:07.648 INFO O| Feb 13 05:10:07.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7073 | 2025-02-13T05:10:09.508Z | [ recovery-image] Feb 13 05:10:07.648 INFO O| Feb 13 05:10:07.648 INFO STEP 860 (remove_files) COMPLETE |
7074 | 2025-02-13T05:10:09.508Z | [ recovery-image] Feb 13 05:10:07.648 INFO O| Feb 13 05:10:07.648 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2025-02-13T05:10:09.525Z | [ recovery-image] Feb 13 05:10:07.667 INFO O| Feb 13 05:10:07.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7076 | 2025-02-13T05:10:09.527Z | [ recovery-image] Feb 13 05:10:07.667 INFO O| Feb 13 05:10:07.667 INFO STEP 861 (remove_files) COMPLETE |
7077 | 2025-02-13T05:10:09.528Z | [ recovery-image] Feb 13 05:10:07.668 INFO O| Feb 13 05:10:07.667 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2025-02-13T05:10:09.545Z | [ recovery-image] Feb 13 05:10:07.688 INFO O| Feb 13 05:10:07.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7079 | 2025-02-13T05:10:09.548Z | [ recovery-image] Feb 13 05:10:07.688 INFO O| Feb 13 05:10:07.688 INFO STEP 862 (remove_files) COMPLETE |
7080 | 2025-02-13T05:10:09.548Z | [ recovery-image] Feb 13 05:10:07.688 INFO O| Feb 13 05:10:07.688 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2025-02-13T05:10:09.567Z | [ recovery-image] Feb 13 05:10:07.710 INFO O| Feb 13 05:10:07.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7082 | 2025-02-13T05:10:09.570Z | [ recovery-image] Feb 13 05:10:07.710 INFO O| Feb 13 05:10:07.710 INFO STEP 863 (remove_files) COMPLETE |
7083 | 2025-02-13T05:10:09.570Z | [ recovery-image] Feb 13 05:10:07.710 INFO O| Feb 13 05:10:07.710 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2025-02-13T05:10:09.588Z | [ recovery-image] Feb 13 05:10:07.730 INFO O| Feb 13 05:10:07.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7085 | 2025-02-13T05:10:09.592Z | [ recovery-image] Feb 13 05:10:07.730 INFO O| Feb 13 05:10:07.730 INFO STEP 864 (remove_files) COMPLETE |
7086 | 2025-02-13T05:10:09.592Z | [ recovery-image] Feb 13 05:10:07.730 INFO O| Feb 13 05:10:07.730 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2025-02-13T05:10:09.618Z | [ recovery-image] Feb 13 05:10:07.761 INFO O| Feb 13 05:10:07.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7088 | 2025-02-13T05:10:09.621Z | [ recovery-image] Feb 13 05:10:07.761 INFO O| Feb 13 05:10:07.761 INFO STEP 865 (remove_files) COMPLETE |
7089 | 2025-02-13T05:10:09.621Z | [ recovery-image] Feb 13 05:10:07.761 INFO O| Feb 13 05:10:07.761 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2025-02-13T05:10:09.663Z | [ recovery-image] Feb 13 05:10:07.805 INFO O| Feb 13 05:10:07.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7091 | 2025-02-13T05:10:09.663Z | [ recovery-image] Feb 13 05:10:07.805 INFO O| Feb 13 05:10:07.805 INFO STEP 866 (remove_files) COMPLETE |
7092 | 2025-02-13T05:10:09.663Z | [ recovery-image] Feb 13 05:10:07.805 INFO O| Feb 13 05:10:07.805 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2025-02-13T05:10:09.681Z | [ recovery-image] Feb 13 05:10:07.824 INFO O| Feb 13 05:10:07.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7094 | 2025-02-13T05:10:09.681Z | [ recovery-image] Feb 13 05:10:07.824 INFO O| Feb 13 05:10:07.824 INFO STEP 867 (remove_files) COMPLETE |
7095 | 2025-02-13T05:10:09.684Z | [ recovery-image] Feb 13 05:10:07.824 INFO O| Feb 13 05:10:07.824 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2025-02-13T05:10:09.700Z | [ recovery-image] Feb 13 05:10:07.842 INFO O| Feb 13 05:10:07.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7097 | 2025-02-13T05:10:09.702Z | [ recovery-image] Feb 13 05:10:07.842 INFO O| Feb 13 05:10:07.842 INFO STEP 868 (remove_files) COMPLETE |
7098 | 2025-02-13T05:10:09.703Z | [ recovery-image] Feb 13 05:10:07.843 INFO O| Feb 13 05:10:07.842 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2025-02-13T05:10:09.733Z | [ recovery-image] Feb 13 05:10:07.875 INFO O| Feb 13 05:10:07.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7100 | 2025-02-13T05:10:09.736Z | [ recovery-image] Feb 13 05:10:07.876 INFO O| Feb 13 05:10:07.876 INFO STEP 869 (remove_files) COMPLETE |
7101 | 2025-02-13T05:10:09.736Z | [ recovery-image] Feb 13 05:10:07.876 INFO O| Feb 13 05:10:07.876 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2025-02-13T05:10:09.758Z | [ recovery-image] Feb 13 05:10:07.900 INFO O| Feb 13 05:10:07.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7103 | 2025-02-13T05:10:09.758Z | [ recovery-image] Feb 13 05:10:07.900 INFO O| Feb 13 05:10:07.900 INFO STEP 870 (remove_files) COMPLETE |
7104 | 2025-02-13T05:10:09.758Z | [ recovery-image] Feb 13 05:10:07.900 INFO O| Feb 13 05:10:07.900 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2025-02-13T05:10:09.780Z | [ recovery-image] Feb 13 05:10:07.923 INFO O| Feb 13 05:10:07.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7106 | 2025-02-13T05:10:09.783Z | [ recovery-image] Feb 13 05:10:07.926 INFO O| Feb 13 05:10:07.926 INFO STEP 871 (remove_files) COMPLETE |
7107 | 2025-02-13T05:10:09.783Z | [ recovery-image] Feb 13 05:10:07.926 INFO O| Feb 13 05:10:07.926 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2025-02-13T05:10:09.821Z | [ recovery-image] Feb 13 05:10:07.963 INFO O| Feb 13 05:10:07.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7109 | 2025-02-13T05:10:09.823Z | [ recovery-image] Feb 13 05:10:07.963 INFO O| Feb 13 05:10:07.963 INFO STEP 872 (remove_files) COMPLETE |
7110 | 2025-02-13T05:10:09.823Z | [ recovery-image] Feb 13 05:10:07.963 INFO O| Feb 13 05:10:07.963 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2025-02-13T05:10:09.882Z | [ recovery-image] Feb 13 05:10:08.024 INFO O| Feb 13 05:10:08.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7112 | 2025-02-13T05:10:09.882Z | [ recovery-image] Feb 13 05:10:08.024 INFO O| Feb 13 05:10:08.024 INFO STEP 873 (remove_files) COMPLETE |
7113 | 2025-02-13T05:10:09.884Z | [ recovery-image] Feb 13 05:10:08.024 INFO O| Feb 13 05:10:08.024 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2025-02-13T05:10:09.910Z | [ recovery-image] Feb 13 05:10:08.053 INFO O| Feb 13 05:10:08.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7115 | 2025-02-13T05:10:09.910Z | [ recovery-image] Feb 13 05:10:08.053 INFO O| Feb 13 05:10:08.053 INFO STEP 874 (remove_files) COMPLETE |
7116 | 2025-02-13T05:10:09.913Z | [ recovery-image] Feb 13 05:10:08.053 INFO O| Feb 13 05:10:08.053 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2025-02-13T05:10:09.949Z | [ recovery-image] Feb 13 05:10:08.091 INFO O| Feb 13 05:10:08.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7118 | 2025-02-13T05:10:09.951Z | [ recovery-image] Feb 13 05:10:08.091 INFO O| Feb 13 05:10:08.091 INFO STEP 875 (remove_files) COMPLETE |
7119 | 2025-02-13T05:10:09.951Z | [ recovery-image] Feb 13 05:10:08.091 INFO O| Feb 13 05:10:08.091 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2025-02-13T05:10:09.968Z | [ recovery-image] Feb 13 05:10:08.110 INFO O| Feb 13 05:10:08.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7121 | 2025-02-13T05:10:09.968Z | [ recovery-image] Feb 13 05:10:08.111 INFO O| Feb 13 05:10:08.111 INFO STEP 876 (remove_files) COMPLETE |
7122 | 2025-02-13T05:10:09.968Z | [ recovery-image] Feb 13 05:10:08.111 INFO O| Feb 13 05:10:08.111 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2025-02-13T05:10:09.994Z | [ recovery-image] Feb 13 05:10:08.136 INFO O| Feb 13 05:10:08.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7124 | 2025-02-13T05:10:09.994Z | [ recovery-image] Feb 13 05:10:08.136 INFO O| Feb 13 05:10:08.136 INFO STEP 877 (remove_files) COMPLETE |
7125 | 2025-02-13T05:10:09.994Z | [ recovery-image] Feb 13 05:10:08.136 INFO O| Feb 13 05:10:08.136 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2025-02-13T05:10:10.021Z | [ recovery-image] Feb 13 05:10:08.163 INFO O| Feb 13 05:10:08.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7127 | 2025-02-13T05:10:10.021Z | [ recovery-image] Feb 13 05:10:08.163 INFO O| Feb 13 05:10:08.163 INFO STEP 878 (remove_files) COMPLETE |
7128 | 2025-02-13T05:10:10.023Z | [ recovery-image] Feb 13 05:10:08.163 INFO O| Feb 13 05:10:08.163 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2025-02-13T05:10:10.046Z | [ recovery-image] Feb 13 05:10:08.188 INFO O| Feb 13 05:10:08.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7130 | 2025-02-13T05:10:10.049Z | [ recovery-image] Feb 13 05:10:08.189 INFO O| Feb 13 05:10:08.188 INFO STEP 879 (remove_files) COMPLETE |
7131 | 2025-02-13T05:10:10.049Z | [ recovery-image] Feb 13 05:10:08.189 INFO O| Feb 13 05:10:08.189 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2025-02-13T05:10:10.080Z | [ recovery-image] Feb 13 05:10:08.222 INFO O| Feb 13 05:10:08.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7133 | 2025-02-13T05:10:10.082Z | [ recovery-image] Feb 13 05:10:08.222 INFO O| Feb 13 05:10:08.222 INFO STEP 880 (remove_files) COMPLETE |
7134 | 2025-02-13T05:10:10.082Z | [ recovery-image] Feb 13 05:10:08.223 INFO O| Feb 13 05:10:08.222 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2025-02-13T05:10:10.102Z | [ recovery-image] Feb 13 05:10:08.244 INFO O| Feb 13 05:10:08.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7136 | 2025-02-13T05:10:10.105Z | [ recovery-image] Feb 13 05:10:08.245 INFO O| Feb 13 05:10:08.245 INFO STEP 881 (remove_files) COMPLETE |
7137 | 2025-02-13T05:10:10.105Z | [ recovery-image] Feb 13 05:10:08.245 INFO O| Feb 13 05:10:08.245 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2025-02-13T05:10:10.123Z | [ recovery-image] Feb 13 05:10:08.265 INFO O| Feb 13 05:10:08.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7139 | 2025-02-13T05:10:10.125Z | [ recovery-image] Feb 13 05:10:08.265 INFO O| Feb 13 05:10:08.265 INFO STEP 882 (remove_files) COMPLETE |
7140 | 2025-02-13T05:10:10.126Z | [ recovery-image] Feb 13 05:10:08.266 INFO O| Feb 13 05:10:08.266 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2025-02-13T05:10:10.142Z | [ recovery-image] Feb 13 05:10:08.284 INFO O| Feb 13 05:10:08.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7142 | 2025-02-13T05:10:10.142Z | [ recovery-image] Feb 13 05:10:08.284 INFO O| Feb 13 05:10:08.284 INFO STEP 883 (remove_files) COMPLETE |
7143 | 2025-02-13T05:10:10.145Z | [ recovery-image] Feb 13 05:10:08.284 INFO O| Feb 13 05:10:08.284 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2025-02-13T05:10:10.167Z | [ recovery-image] Feb 13 05:10:08.310 INFO O| Feb 13 05:10:08.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7145 | 2025-02-13T05:10:10.170Z | [ recovery-image] Feb 13 05:10:08.310 INFO O| Feb 13 05:10:08.310 INFO STEP 884 (remove_files) COMPLETE |
7146 | 2025-02-13T05:10:10.170Z | [ recovery-image] Feb 13 05:10:08.310 INFO O| Feb 13 05:10:08.310 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2025-02-13T05:10:10.186Z | [ recovery-image] Feb 13 05:10:08.328 INFO O| Feb 13 05:10:08.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7148 | 2025-02-13T05:10:10.189Z | [ recovery-image] Feb 13 05:10:08.329 INFO O| Feb 13 05:10:08.328 INFO STEP 885 (remove_files) COMPLETE |
7149 | 2025-02-13T05:10:10.189Z | [ recovery-image] Feb 13 05:10:08.329 INFO O| Feb 13 05:10:08.329 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2025-02-13T05:10:10.204Z | [ recovery-image] Feb 13 05:10:08.346 INFO O| Feb 13 05:10:08.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7151 | 2025-02-13T05:10:10.207Z | [ recovery-image] Feb 13 05:10:08.346 INFO O| Feb 13 05:10:08.346 INFO STEP 886 (remove_files) COMPLETE |
7152 | 2025-02-13T05:10:10.207Z | [ recovery-image] Feb 13 05:10:08.346 INFO O| Feb 13 05:10:08.346 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2025-02-13T05:10:10.239Z | [ recovery-image] Feb 13 05:10:08.382 INFO O| Feb 13 05:10:08.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7154 | 2025-02-13T05:10:10.239Z | [ recovery-image] Feb 13 05:10:08.382 INFO O| Feb 13 05:10:08.382 INFO STEP 887 (remove_files) COMPLETE |
7155 | 2025-02-13T05:10:10.242Z | [ recovery-image] Feb 13 05:10:08.382 INFO O| Feb 13 05:10:08.382 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2025-02-13T05:10:10.280Z | [ recovery-image] Feb 13 05:10:08.423 INFO O| Feb 13 05:10:08.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7157 | 2025-02-13T05:10:10.280Z | [ recovery-image] Feb 13 05:10:08.423 INFO O| Feb 13 05:10:08.423 INFO STEP 888 (remove_files) COMPLETE |
7158 | 2025-02-13T05:10:10.283Z | [ recovery-image] Feb 13 05:10:08.423 INFO O| Feb 13 05:10:08.423 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2025-02-13T05:10:10.303Z | [ recovery-image] Feb 13 05:10:08.445 INFO O| Feb 13 05:10:08.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7160 | 2025-02-13T05:10:10.303Z | [ recovery-image] Feb 13 05:10:08.445 INFO O| Feb 13 05:10:08.445 INFO STEP 889 (remove_files) COMPLETE |
7161 | 2025-02-13T05:10:10.306Z | [ recovery-image] Feb 13 05:10:08.445 INFO O| Feb 13 05:10:08.445 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2025-02-13T05:10:10.323Z | [ recovery-image] Feb 13 05:10:08.465 INFO O| Feb 13 05:10:08.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7163 | 2025-02-13T05:10:10.323Z | [ recovery-image] Feb 13 05:10:08.465 INFO O| Feb 13 05:10:08.465 INFO STEP 890 (remove_files) COMPLETE |
7164 | 2025-02-13T05:10:10.325Z | [ recovery-image] Feb 13 05:10:08.465 INFO O| Feb 13 05:10:08.465 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2025-02-13T05:10:10.341Z | [ recovery-image] Feb 13 05:10:08.482 INFO O| Feb 13 05:10:08.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7166 | 2025-02-13T05:10:10.341Z | [ recovery-image] Feb 13 05:10:08.482 INFO O| Feb 13 05:10:08.482 INFO STEP 891 (remove_files) COMPLETE |
7167 | 2025-02-13T05:10:10.341Z | [ recovery-image] Feb 13 05:10:08.482 INFO O| Feb 13 05:10:08.482 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2025-02-13T05:10:10.356Z | [ recovery-image] Feb 13 05:10:08.499 INFO O| Feb 13 05:10:08.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7169 | 2025-02-13T05:10:10.356Z | [ recovery-image] Feb 13 05:10:08.499 INFO O| Feb 13 05:10:08.499 INFO STEP 892 (remove_files) COMPLETE |
7170 | 2025-02-13T05:10:10.356Z | [ recovery-image] Feb 13 05:10:08.499 INFO O| Feb 13 05:10:08.499 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2025-02-13T05:10:10.410Z | [ recovery-image] Feb 13 05:10:08.553 INFO O| Feb 13 05:10:08.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7172 | 2025-02-13T05:10:10.410Z | [ recovery-image] Feb 13 05:10:08.553 INFO O| Feb 13 05:10:08.553 INFO STEP 893 (remove_files) COMPLETE |
7173 | 2025-02-13T05:10:10.411Z | [ recovery-image] Feb 13 05:10:08.553 INFO O| Feb 13 05:10:08.553 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2025-02-13T05:10:10.431Z | [ recovery-image] Feb 13 05:10:08.573 INFO O| Feb 13 05:10:08.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7175 | 2025-02-13T05:10:10.431Z | [ recovery-image] Feb 13 05:10:08.573 INFO O| Feb 13 05:10:08.573 INFO STEP 894 (remove_files) COMPLETE |
7176 | 2025-02-13T05:10:10.431Z | [ recovery-image] Feb 13 05:10:08.573 INFO O| Feb 13 05:10:08.573 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2025-02-13T05:10:10.449Z | [ recovery-image] Feb 13 05:10:08.591 INFO O| Feb 13 05:10:08.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7178 | 2025-02-13T05:10:10.449Z | [ recovery-image] Feb 13 05:10:08.592 INFO O| Feb 13 05:10:08.592 INFO STEP 895 (remove_files) COMPLETE |
7179 | 2025-02-13T05:10:10.449Z | [ recovery-image] Feb 13 05:10:08.592 INFO O| Feb 13 05:10:08.592 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2025-02-13T05:10:10.479Z | [ recovery-image] Feb 13 05:10:08.622 INFO O| Feb 13 05:10:08.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7181 | 2025-02-13T05:10:10.482Z | [ recovery-image] Feb 13 05:10:08.622 INFO O| Feb 13 05:10:08.622 INFO STEP 896 (remove_files) COMPLETE |
7182 | 2025-02-13T05:10:10.482Z | [ recovery-image] Feb 13 05:10:08.622 INFO O| Feb 13 05:10:08.622 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2025-02-13T05:10:10.524Z | [ recovery-image] Feb 13 05:10:08.666 INFO O| Feb 13 05:10:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7184 | 2025-02-13T05:10:10.524Z | [ recovery-image] Feb 13 05:10:08.666 INFO O| Feb 13 05:10:08.666 INFO STEP 897 (remove_files) COMPLETE |
7185 | 2025-02-13T05:10:10.524Z | [ recovery-image] Feb 13 05:10:08.666 INFO O| Feb 13 05:10:08.666 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2025-02-13T05:10:10.553Z | [ recovery-image] Feb 13 05:10:08.695 INFO O| Feb 13 05:10:08.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7187 | 2025-02-13T05:10:10.556Z | [ recovery-image] Feb 13 05:10:08.695 INFO O| Feb 13 05:10:08.695 INFO STEP 898 (remove_files) COMPLETE |
7188 | 2025-02-13T05:10:10.556Z | [ recovery-image] Feb 13 05:10:08.695 INFO O| Feb 13 05:10:08.695 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2025-02-13T05:10:10.576Z | [ recovery-image] Feb 13 05:10:08.718 INFO O| Feb 13 05:10:08.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7190 | 2025-02-13T05:10:10.579Z | [ recovery-image] Feb 13 05:10:08.718 INFO O| Feb 13 05:10:08.718 INFO STEP 899 (remove_files) COMPLETE |
7191 | 2025-02-13T05:10:10.579Z | [ recovery-image] Feb 13 05:10:08.718 INFO O| Feb 13 05:10:08.718 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2025-02-13T05:10:10.637Z | [ recovery-image] Feb 13 05:10:08.779 INFO O| Feb 13 05:10:08.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7193 | 2025-02-13T05:10:10.637Z | [ recovery-image] Feb 13 05:10:08.779 INFO O| Feb 13 05:10:08.779 INFO STEP 900 (remove_files) COMPLETE |
7194 | 2025-02-13T05:10:10.637Z | [ recovery-image] Feb 13 05:10:08.779 INFO O| Feb 13 05:10:08.779 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2025-02-13T05:10:10.676Z | [ recovery-image] Feb 13 05:10:08.818 INFO O| Feb 13 05:10:08.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7196 | 2025-02-13T05:10:10.676Z | [ recovery-image] Feb 13 05:10:08.819 INFO O| Feb 13 05:10:08.818 INFO STEP 901 (remove_files) COMPLETE |
7197 | 2025-02-13T05:10:10.679Z | [ recovery-image] Feb 13 05:10:08.819 INFO O| Feb 13 05:10:08.819 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2025-02-13T05:10:10.698Z | [ recovery-image] Feb 13 05:10:08.840 INFO O| Feb 13 05:10:08.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7199 | 2025-02-13T05:10:10.698Z | [ recovery-image] Feb 13 05:10:08.840 INFO O| Feb 13 05:10:08.840 INFO STEP 902 (remove_files) COMPLETE |
7200 | 2025-02-13T05:10:10.698Z | [ recovery-image] Feb 13 05:10:08.840 INFO O| Feb 13 05:10:08.840 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2025-02-13T05:10:10.718Z | [ recovery-image] Feb 13 05:10:08.860 INFO O| Feb 13 05:10:08.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7202 | 2025-02-13T05:10:10.718Z | [ recovery-image] Feb 13 05:10:08.860 INFO O| Feb 13 05:10:08.860 INFO STEP 903 (remove_files) COMPLETE |
7203 | 2025-02-13T05:10:10.718Z | [ recovery-image] Feb 13 05:10:08.860 INFO O| Feb 13 05:10:08.860 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2025-02-13T05:10:10.776Z | [ recovery-image] Feb 13 05:10:08.919 INFO O| Feb 13 05:10:08.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7205 | 2025-02-13T05:10:10.777Z | [ recovery-image] Feb 13 05:10:08.919 INFO O| Feb 13 05:10:08.919 INFO STEP 904 (remove_files) COMPLETE |
7206 | 2025-02-13T05:10:10.780Z | [ recovery-image] Feb 13 05:10:08.919 INFO O| Feb 13 05:10:08.919 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2025-02-13T05:10:10.793Z | [ recovery-image] Feb 13 05:10:08.936 INFO O| Feb 13 05:10:08.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7208 | 2025-02-13T05:10:10.793Z | [ recovery-image] Feb 13 05:10:08.936 INFO O| Feb 13 05:10:08.936 INFO STEP 905 (remove_files) COMPLETE |
7209 | 2025-02-13T05:10:10.796Z | [ recovery-image] Feb 13 05:10:08.936 INFO O| Feb 13 05:10:08.936 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2025-02-13T05:10:10.828Z | [ recovery-image] Feb 13 05:10:08.971 INFO O| Feb 13 05:10:08.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7211 | 2025-02-13T05:10:10.828Z | [ recovery-image] Feb 13 05:10:08.971 INFO O| Feb 13 05:10:08.971 INFO STEP 906 (remove_files) COMPLETE |
7212 | 2025-02-13T05:10:10.831Z | [ recovery-image] Feb 13 05:10:08.971 INFO O| Feb 13 05:10:08.971 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2025-02-13T05:10:10.891Z | [ recovery-image] Feb 13 05:10:09.034 INFO O| Feb 13 05:10:09.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7214 | 2025-02-13T05:10:10.891Z | [ recovery-image] Feb 13 05:10:09.034 INFO O| Feb 13 05:10:09.034 INFO STEP 907 (remove_files) COMPLETE |
7215 | 2025-02-13T05:10:10.891Z | [ recovery-image] Feb 13 05:10:09.034 INFO O| Feb 13 05:10:09.034 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2025-02-13T05:10:10.913Z | [ recovery-image] Feb 13 05:10:09.054 INFO O| Feb 13 05:10:09.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7217 | 2025-02-13T05:10:10.913Z | [ recovery-image] Feb 13 05:10:09.054 INFO O| Feb 13 05:10:09.054 INFO STEP 908 (remove_files) COMPLETE |
7218 | 2025-02-13T05:10:10.916Z | [ recovery-image] Feb 13 05:10:09.054 INFO O| Feb 13 05:10:09.054 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2025-02-13T05:10:10.930Z | [ recovery-image] Feb 13 05:10:09.073 INFO O| Feb 13 05:10:09.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7220 | 2025-02-13T05:10:10.930Z | [ recovery-image] Feb 13 05:10:09.073 INFO O| Feb 13 05:10:09.073 INFO STEP 909 (remove_files) COMPLETE |
7221 | 2025-02-13T05:10:10.930Z | [ recovery-image] Feb 13 05:10:09.073 INFO O| Feb 13 05:10:09.073 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2025-02-13T05:10:10.957Z | [ recovery-image] Feb 13 05:10:09.100 INFO O| Feb 13 05:10:09.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7223 | 2025-02-13T05:10:10.957Z | [ recovery-image] Feb 13 05:10:09.100 INFO O| Feb 13 05:10:09.100 INFO STEP 910 (remove_files) COMPLETE |
7224 | 2025-02-13T05:10:10.960Z | [ recovery-image] Feb 13 05:10:09.100 INFO O| Feb 13 05:10:09.100 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2025-02-13T05:10:10.976Z | [ recovery-image] Feb 13 05:10:09.119 INFO O| Feb 13 05:10:09.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7226 | 2025-02-13T05:10:10.976Z | [ recovery-image] Feb 13 05:10:09.119 INFO O| Feb 13 05:10:09.119 INFO STEP 911 (remove_files) COMPLETE |
7227 | 2025-02-13T05:10:10.976Z | [ recovery-image] Feb 13 05:10:09.119 INFO O| Feb 13 05:10:09.119 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2025-02-13T05:10:10.996Z | [ recovery-image] Feb 13 05:10:09.138 INFO O| Feb 13 05:10:09.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7229 | 2025-02-13T05:10:10.996Z | [ recovery-image] Feb 13 05:10:09.138 INFO O| Feb 13 05:10:09.138 INFO STEP 912 (remove_files) COMPLETE |
7230 | 2025-02-13T05:10:10.996Z | [ recovery-image] Feb 13 05:10:09.138 INFO O| Feb 13 05:10:09.138 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2025-02-13T05:10:11.024Z | [ recovery-image] Feb 13 05:10:09.167 INFO O| Feb 13 05:10:09.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7232 | 2025-02-13T05:10:11.025Z | [ recovery-image] Feb 13 05:10:09.167 INFO O| Feb 13 05:10:09.167 INFO STEP 913 (remove_files) COMPLETE |
7233 | 2025-02-13T05:10:11.025Z | [ recovery-image] Feb 13 05:10:09.167 INFO O| Feb 13 05:10:09.167 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2025-02-13T05:10:11.067Z | [ recovery-image] Feb 13 05:10:09.210 INFO O| Feb 13 05:10:09.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7235 | 2025-02-13T05:10:11.067Z | [ recovery-image] Feb 13 05:10:09.210 INFO O| Feb 13 05:10:09.210 INFO STEP 914 (remove_files) COMPLETE |
7236 | 2025-02-13T05:10:11.067Z | [ recovery-image] Feb 13 05:10:09.210 INFO O| Feb 13 05:10:09.210 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2025-02-13T05:10:11.110Z | [ recovery-image] Feb 13 05:10:09.252 INFO O| Feb 13 05:10:09.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7238 | 2025-02-13T05:10:11.113Z | [ recovery-image] Feb 13 05:10:09.252 INFO O| Feb 13 05:10:09.252 INFO STEP 915 (remove_files) COMPLETE |
7239 | 2025-02-13T05:10:11.113Z | [ recovery-image] Feb 13 05:10:09.253 INFO O| Feb 13 05:10:09.253 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2025-02-13T05:10:11.179Z | [ recovery-image] Feb 13 05:10:09.322 INFO O| Feb 13 05:10:09.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7241 | 2025-02-13T05:10:11.182Z | [ recovery-image] Feb 13 05:10:09.322 INFO O| Feb 13 05:10:09.322 INFO STEP 916 (remove_files) COMPLETE |
7242 | 2025-02-13T05:10:11.182Z | [ recovery-image] Feb 13 05:10:09.322 INFO O| Feb 13 05:10:09.322 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2025-02-13T05:10:11.208Z | [ recovery-image] Feb 13 05:10:09.343 INFO O| Feb 13 05:10:09.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7244 | 2025-02-13T05:10:11.210Z | [ recovery-image] Feb 13 05:10:09.343 INFO O| Feb 13 05:10:09.343 INFO STEP 917 (remove_files) COMPLETE |
7245 | 2025-02-13T05:10:11.210Z | [ recovery-image] Feb 13 05:10:09.343 INFO O| Feb 13 05:10:09.343 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2025-02-13T05:10:11.235Z | [ recovery-image] Feb 13 05:10:09.377 INFO O| Feb 13 05:10:09.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7247 | 2025-02-13T05:10:11.235Z | [ recovery-image] Feb 13 05:10:09.377 INFO O| Feb 13 05:10:09.377 INFO STEP 918 (remove_files) COMPLETE |
7248 | 2025-02-13T05:10:11.238Z | [ recovery-image] Feb 13 05:10:09.377 INFO O| Feb 13 05:10:09.377 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2025-02-13T05:10:11.279Z | [ recovery-image] Feb 13 05:10:09.409 INFO O| Feb 13 05:10:09.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7250 | 2025-02-13T05:10:11.279Z | [ recovery-image] Feb 13 05:10:09.409 INFO O| Feb 13 05:10:09.409 INFO STEP 919 (remove_files) COMPLETE |
7251 | 2025-02-13T05:10:11.282Z | [ recovery-image] Feb 13 05:10:09.409 INFO O| Feb 13 05:10:09.409 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2025-02-13T05:10:11.285Z | [ recovery-image] Feb 13 05:10:09.427 INFO O| Feb 13 05:10:09.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7253 | 2025-02-13T05:10:11.285Z | [ recovery-image] Feb 13 05:10:09.427 INFO O| Feb 13 05:10:09.427 INFO STEP 920 (remove_files) COMPLETE |
7254 | 2025-02-13T05:10:11.285Z | [ recovery-image] Feb 13 05:10:09.427 INFO O| Feb 13 05:10:09.427 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2025-02-13T05:10:11.304Z | [ recovery-image] Feb 13 05:10:09.446 INFO O| Feb 13 05:10:09.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7256 | 2025-02-13T05:10:11.307Z | [ recovery-image] Feb 13 05:10:09.447 INFO O| Feb 13 05:10:09.447 INFO STEP 921 (remove_files) COMPLETE |
7257 | 2025-02-13T05:10:11.307Z | [ recovery-image] Feb 13 05:10:09.447 INFO O| Feb 13 05:10:09.447 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2025-02-13T05:10:11.329Z | [ recovery-image] Feb 13 05:10:09.471 INFO O| Feb 13 05:10:09.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7259 | 2025-02-13T05:10:11.329Z | [ recovery-image] Feb 13 05:10:09.471 INFO O| Feb 13 05:10:09.471 INFO STEP 922 (remove_files) COMPLETE |
7260 | 2025-02-13T05:10:11.329Z | [ recovery-image] Feb 13 05:10:09.471 INFO O| Feb 13 05:10:09.471 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2025-02-13T05:10:11.348Z | [ recovery-image] Feb 13 05:10:09.490 INFO O| Feb 13 05:10:09.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7262 | 2025-02-13T05:10:11.348Z | [ recovery-image] Feb 13 05:10:09.490 INFO O| Feb 13 05:10:09.490 INFO STEP 923 (remove_files) COMPLETE |
7263 | 2025-02-13T05:10:11.351Z | [ recovery-image] Feb 13 05:10:09.490 INFO O| Feb 13 05:10:09.490 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2025-02-13T05:10:11.365Z | [ recovery-image] Feb 13 05:10:09.507 INFO O| Feb 13 05:10:09.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7265 | 2025-02-13T05:10:11.365Z | [ recovery-image] Feb 13 05:10:09.507 INFO O| Feb 13 05:10:09.507 INFO STEP 924 (remove_files) COMPLETE |
7266 | 2025-02-13T05:10:11.365Z | [ recovery-image] Feb 13 05:10:09.508 INFO O| Feb 13 05:10:09.507 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2025-02-13T05:10:11.384Z | [ recovery-image] Feb 13 05:10:09.527 INFO O| Feb 13 05:10:09.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7268 | 2025-02-13T05:10:11.384Z | [ recovery-image] Feb 13 05:10:09.527 INFO O| Feb 13 05:10:09.527 INFO STEP 925 (remove_files) COMPLETE |
7269 | 2025-02-13T05:10:11.384Z | [ recovery-image] Feb 13 05:10:09.527 INFO O| Feb 13 05:10:09.527 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2025-02-13T05:10:11.413Z | [ recovery-image] Feb 13 05:10:09.555 INFO O| Feb 13 05:10:09.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7271 | 2025-02-13T05:10:11.413Z | [ recovery-image] Feb 13 05:10:09.555 INFO O| Feb 13 05:10:09.555 INFO STEP 926 (remove_files) COMPLETE |
7272 | 2025-02-13T05:10:11.416Z | [ recovery-image] Feb 13 05:10:09.555 INFO O| Feb 13 05:10:09.555 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2025-02-13T05:10:11.434Z | [ recovery-image] Feb 13 05:10:09.577 INFO O| Feb 13 05:10:09.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7274 | 2025-02-13T05:10:11.435Z | [ recovery-image] Feb 13 05:10:09.577 INFO O| Feb 13 05:10:09.577 INFO STEP 927 (remove_files) COMPLETE |
7275 | 2025-02-13T05:10:11.437Z | [ recovery-image] Feb 13 05:10:09.577 INFO O| Feb 13 05:10:09.577 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2025-02-13T05:10:11.453Z | [ recovery-image] Feb 13 05:10:09.596 INFO O| Feb 13 05:10:09.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7277 | 2025-02-13T05:10:11.453Z | [ recovery-image] Feb 13 05:10:09.596 INFO O| Feb 13 05:10:09.596 INFO STEP 928 (remove_files) COMPLETE |
7278 | 2025-02-13T05:10:11.456Z | [ recovery-image] Feb 13 05:10:09.596 INFO O| Feb 13 05:10:09.596 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2025-02-13T05:10:11.493Z | [ recovery-image] Feb 13 05:10:09.635 INFO O| Feb 13 05:10:09.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7280 | 2025-02-13T05:10:11.493Z | [ recovery-image] Feb 13 05:10:09.635 INFO O| Feb 13 05:10:09.635 INFO STEP 929 (remove_files) COMPLETE |
7281 | 2025-02-13T05:10:11.495Z | [ recovery-image] Feb 13 05:10:09.635 INFO O| Feb 13 05:10:09.635 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2025-02-13T05:10:11.550Z | [ recovery-image] Feb 13 05:10:09.692 INFO O| Feb 13 05:10:09.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7283 | 2025-02-13T05:10:11.553Z | [ recovery-image] Feb 13 05:10:09.692 INFO O| Feb 13 05:10:09.692 INFO STEP 930 (remove_files) COMPLETE |
7284 | 2025-02-13T05:10:11.553Z | [ recovery-image] Feb 13 05:10:09.692 INFO O| Feb 13 05:10:09.692 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2025-02-13T05:10:11.576Z | [ recovery-image] Feb 13 05:10:09.718 INFO O| Feb 13 05:10:09.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7286 | 2025-02-13T05:10:11.579Z | [ recovery-image] Feb 13 05:10:09.718 INFO O| Feb 13 05:10:09.718 INFO STEP 931 (remove_files) COMPLETE |
7287 | 2025-02-13T05:10:11.579Z | [ recovery-image] Feb 13 05:10:09.718 INFO O| Feb 13 05:10:09.718 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2025-02-13T05:10:11.598Z | [ recovery-image] Feb 13 05:10:09.740 INFO O| Feb 13 05:10:09.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7289 | 2025-02-13T05:10:11.617Z | [ recovery-image] Feb 13 05:10:09.760 INFO O| Feb 13 05:10:09.760 INFO STEP 932 (remove_files) COMPLETE |
7290 | 2025-02-13T05:10:11.617Z | [ recovery-image] Feb 13 05:10:09.760 INFO O| Feb 13 05:10:09.760 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2025-02-13T05:10:11.659Z | [ recovery-image] Feb 13 05:10:09.801 INFO O| Feb 13 05:10:09.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7292 | 2025-02-13T05:10:11.659Z | [ recovery-image] Feb 13 05:10:09.801 INFO O| Feb 13 05:10:09.801 INFO STEP 933 (remove_files) COMPLETE |
7293 | 2025-02-13T05:10:11.659Z | [ recovery-image] Feb 13 05:10:09.801 INFO O| Feb 13 05:10:09.801 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2025-02-13T05:10:11.688Z | [ recovery-image] Feb 13 05:10:09.830 INFO O| Feb 13 05:10:09.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7295 | 2025-02-13T05:10:11.691Z | [ recovery-image] Feb 13 05:10:09.830 INFO O| Feb 13 05:10:09.830 INFO STEP 934 (remove_files) COMPLETE |
7296 | 2025-02-13T05:10:11.691Z | [ recovery-image] Feb 13 05:10:09.831 INFO O| Feb 13 05:10:09.831 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2025-02-13T05:10:11.713Z | [ recovery-image] Feb 13 05:10:09.855 INFO O| Feb 13 05:10:09.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7298 | 2025-02-13T05:10:11.715Z | [ recovery-image] Feb 13 05:10:09.855 INFO O| Feb 13 05:10:09.855 INFO STEP 935 (remove_files) COMPLETE |
7299 | 2025-02-13T05:10:11.715Z | [ recovery-image] Feb 13 05:10:09.855 INFO O| Feb 13 05:10:09.855 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2025-02-13T05:10:11.756Z | [ recovery-image] Feb 13 05:10:09.898 INFO O| Feb 13 05:10:09.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7301 | 2025-02-13T05:10:11.756Z | [ recovery-image] Feb 13 05:10:09.898 INFO O| Feb 13 05:10:09.898 INFO STEP 936 (remove_files) COMPLETE |
7302 | 2025-02-13T05:10:11.756Z | [ recovery-image] Feb 13 05:10:09.898 INFO O| Feb 13 05:10:09.898 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2025-02-13T05:10:11.778Z | [ recovery-image] Feb 13 05:10:09.920 INFO O| Feb 13 05:10:09.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7304 | 2025-02-13T05:10:11.778Z | [ recovery-image] Feb 13 05:10:09.920 INFO O| Feb 13 05:10:09.920 INFO STEP 937 (remove_files) COMPLETE |
7305 | 2025-02-13T05:10:11.778Z | [ recovery-image] Feb 13 05:10:09.920 INFO O| Feb 13 05:10:09.920 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2025-02-13T05:10:11.805Z | [ recovery-image] Feb 13 05:10:09.947 INFO O| Feb 13 05:10:09.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7307 | 2025-02-13T05:10:11.805Z | [ recovery-image] Feb 13 05:10:09.947 INFO O| Feb 13 05:10:09.947 INFO STEP 938 (remove_files) COMPLETE |
7308 | 2025-02-13T05:10:11.808Z | [ recovery-image] Feb 13 05:10:09.948 INFO O| Feb 13 05:10:09.947 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2025-02-13T05:10:11.836Z | [ recovery-image] Feb 13 05:10:09.978 INFO O| Feb 13 05:10:09.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7310 | 2025-02-13T05:10:11.839Z | [ recovery-image] Feb 13 05:10:09.979 INFO O| Feb 13 05:10:09.978 INFO STEP 939 (remove_files) COMPLETE |
7311 | 2025-02-13T05:10:11.839Z | [ recovery-image] Feb 13 05:10:09.979 INFO O| Feb 13 05:10:09.979 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2025-02-13T05:10:11.864Z | [ recovery-image] Feb 13 05:10:10.006 INFO O| Feb 13 05:10:10.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7313 | 2025-02-13T05:10:11.866Z | [ recovery-image] Feb 13 05:10:10.007 INFO O| Feb 13 05:10:10.006 INFO STEP 940 (remove_files) COMPLETE |
7314 | 2025-02-13T05:10:11.866Z | [ recovery-image] Feb 13 05:10:10.007 INFO O| Feb 13 05:10:10.006 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2025-02-13T05:10:11.889Z | [ recovery-image] Feb 13 05:10:10.031 INFO O| Feb 13 05:10:10.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7316 | 2025-02-13T05:10:11.891Z | [ recovery-image] Feb 13 05:10:10.031 INFO O| Feb 13 05:10:10.031 INFO STEP 941 (remove_files) COMPLETE |
7317 | 2025-02-13T05:10:11.891Z | [ recovery-image] Feb 13 05:10:10.031 INFO O| Feb 13 05:10:10.031 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2025-02-13T05:10:11.960Z | [ recovery-image] Feb 13 05:10:10.102 INFO O| Feb 13 05:10:10.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7319 | 2025-02-13T05:10:11.960Z | [ recovery-image] Feb 13 05:10:10.102 INFO O| Feb 13 05:10:10.102 INFO STEP 942 (remove_files) COMPLETE |
7320 | 2025-02-13T05:10:11.960Z | [ recovery-image] Feb 13 05:10:10.102 INFO O| Feb 13 05:10:10.102 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2025-02-13T05:10:12.017Z | [ recovery-image] Feb 13 05:10:10.159 INFO O| Feb 13 05:10:10.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7322 | 2025-02-13T05:10:12.019Z | [ recovery-image] Feb 13 05:10:10.159 INFO O| Feb 13 05:10:10.159 INFO STEP 943 (remove_files) COMPLETE |
7323 | 2025-02-13T05:10:12.019Z | [ recovery-image] Feb 13 05:10:10.159 INFO O| Feb 13 05:10:10.159 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2025-02-13T05:10:12.036Z | [ recovery-image] Feb 13 05:10:10.179 INFO O| Feb 13 05:10:10.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7325 | 2025-02-13T05:10:12.036Z | [ recovery-image] Feb 13 05:10:10.179 INFO O| Feb 13 05:10:10.179 INFO STEP 944 (remove_files) COMPLETE |
7326 | 2025-02-13T05:10:12.039Z | [ recovery-image] Feb 13 05:10:10.179 INFO O| Feb 13 05:10:10.179 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2025-02-13T05:10:12.074Z | [ recovery-image] Feb 13 05:10:10.216 INFO O| Feb 13 05:10:10.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7328 | 2025-02-13T05:10:12.078Z | [ recovery-image] Feb 13 05:10:10.216 INFO O| Feb 13 05:10:10.216 INFO STEP 945 (remove_files) COMPLETE |
7329 | 2025-02-13T05:10:12.078Z | [ recovery-image] Feb 13 05:10:10.217 INFO O| Feb 13 05:10:10.217 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2025-02-13T05:10:12.094Z | [ recovery-image] Feb 13 05:10:10.236 INFO O| Feb 13 05:10:10.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7331 | 2025-02-13T05:10:12.097Z | [ recovery-image] Feb 13 05:10:10.237 INFO O| Feb 13 05:10:10.237 INFO STEP 946 (remove_files) COMPLETE |
7332 | 2025-02-13T05:10:12.097Z | [ recovery-image] Feb 13 05:10:10.237 INFO O| Feb 13 05:10:10.237 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2025-02-13T05:10:12.113Z | [ recovery-image] Feb 13 05:10:10.255 INFO O| Feb 13 05:10:10.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7334 | 2025-02-13T05:10:12.116Z | [ recovery-image] Feb 13 05:10:10.255 INFO O| Feb 13 05:10:10.255 INFO STEP 947 (remove_files) COMPLETE |
7335 | 2025-02-13T05:10:12.116Z | [ recovery-image] Feb 13 05:10:10.255 INFO O| Feb 13 05:10:10.255 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2025-02-13T05:10:12.132Z | [ recovery-image] Feb 13 05:10:10.274 INFO O| Feb 13 05:10:10.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7337 | 2025-02-13T05:10:12.135Z | [ recovery-image] Feb 13 05:10:10.274 INFO O| Feb 13 05:10:10.274 INFO STEP 948 (remove_files) COMPLETE |
7338 | 2025-02-13T05:10:12.135Z | [ recovery-image] Feb 13 05:10:10.275 INFO O| Feb 13 05:10:10.274 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2025-02-13T05:10:12.149Z | [ recovery-image] Feb 13 05:10:10.292 INFO O| Feb 13 05:10:10.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7340 | 2025-02-13T05:10:12.152Z | [ recovery-image] Feb 13 05:10:10.292 INFO O| Feb 13 05:10:10.292 INFO STEP 949 (remove_files) COMPLETE |
7341 | 2025-02-13T05:10:12.152Z | [ recovery-image] Feb 13 05:10:10.292 INFO O| Feb 13 05:10:10.292 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2025-02-13T05:10:12.167Z | [ recovery-image] Feb 13 05:10:10.309 INFO O| Feb 13 05:10:10.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7343 | 2025-02-13T05:10:12.170Z | [ recovery-image] Feb 13 05:10:10.309 INFO O| Feb 13 05:10:10.309 INFO STEP 950 (remove_files) COMPLETE |
7344 | 2025-02-13T05:10:12.170Z | [ recovery-image] Feb 13 05:10:10.309 INFO O| Feb 13 05:10:10.309 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2025-02-13T05:10:12.201Z | [ recovery-image] Feb 13 05:10:10.343 INFO O| Feb 13 05:10:10.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7346 | 2025-02-13T05:10:12.201Z | [ recovery-image] Feb 13 05:10:10.343 INFO O| Feb 13 05:10:10.343 INFO STEP 951 (remove_files) COMPLETE |
7347 | 2025-02-13T05:10:12.204Z | [ recovery-image] Feb 13 05:10:10.343 INFO O| Feb 13 05:10:10.343 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2025-02-13T05:10:12.239Z | [ recovery-image] Feb 13 05:10:10.381 INFO O| Feb 13 05:10:10.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7349 | 2025-02-13T05:10:12.239Z | [ recovery-image] Feb 13 05:10:10.381 INFO O| Feb 13 05:10:10.381 INFO STEP 952 (remove_files) COMPLETE |
7350 | 2025-02-13T05:10:12.239Z | [ recovery-image] Feb 13 05:10:10.381 INFO O| Feb 13 05:10:10.381 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2025-02-13T05:10:12.281Z | [ recovery-image] Feb 13 05:10:10.421 INFO O| Feb 13 05:10:10.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7352 | 2025-02-13T05:10:12.281Z | [ recovery-image] Feb 13 05:10:10.422 INFO O| Feb 13 05:10:10.422 INFO STEP 953 (remove_files) COMPLETE |
7353 | 2025-02-13T05:10:12.281Z | [ recovery-image] Feb 13 05:10:10.422 INFO O| Feb 13 05:10:10.422 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2025-02-13T05:10:12.323Z | [ recovery-image] Feb 13 05:10:10.465 INFO O| Feb 13 05:10:10.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7355 | 2025-02-13T05:10:12.323Z | [ recovery-image] Feb 13 05:10:10.465 INFO O| Feb 13 05:10:10.465 INFO STEP 954 (remove_files) COMPLETE |
7356 | 2025-02-13T05:10:12.323Z | [ recovery-image] Feb 13 05:10:10.465 INFO O| Feb 13 05:10:10.465 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2025-02-13T05:10:12.343Z | [ recovery-image] Feb 13 05:10:10.485 INFO O| Feb 13 05:10:10.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7358 | 2025-02-13T05:10:12.343Z | [ recovery-image] Feb 13 05:10:10.485 INFO O| Feb 13 05:10:10.485 INFO STEP 955 (remove_files) COMPLETE |
7359 | 2025-02-13T05:10:12.347Z | [ recovery-image] Feb 13 05:10:10.485 INFO O| Feb 13 05:10:10.485 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2025-02-13T05:10:12.400Z | [ recovery-image] Feb 13 05:10:10.542 INFO O| Feb 13 05:10:10.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7361 | 2025-02-13T05:10:12.400Z | [ recovery-image] Feb 13 05:10:10.542 INFO O| Feb 13 05:10:10.542 INFO STEP 956 (remove_files) COMPLETE |
7362 | 2025-02-13T05:10:12.400Z | [ recovery-image] Feb 13 05:10:10.542 INFO O| Feb 13 05:10:10.542 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2025-02-13T05:10:12.422Z | [ recovery-image] Feb 13 05:10:10.564 INFO O| Feb 13 05:10:10.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7364 | 2025-02-13T05:10:12.429Z | [ recovery-image] Feb 13 05:10:10.564 INFO O| Feb 13 05:10:10.564 INFO STEP 957 (remove_files) COMPLETE |
7365 | 2025-02-13T05:10:12.429Z | [ recovery-image] Feb 13 05:10:10.564 INFO O| Feb 13 05:10:10.564 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2025-02-13T05:10:12.442Z | [ recovery-image] Feb 13 05:10:10.585 INFO O| Feb 13 05:10:10.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7367 | 2025-02-13T05:10:12.445Z | [ recovery-image] Feb 13 05:10:10.585 INFO O| Feb 13 05:10:10.585 INFO STEP 958 (remove_files) COMPLETE |
7368 | 2025-02-13T05:10:12.445Z | [ recovery-image] Feb 13 05:10:10.585 INFO O| Feb 13 05:10:10.585 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2025-02-13T05:10:12.461Z | [ recovery-image] Feb 13 05:10:10.603 INFO O| Feb 13 05:10:10.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7370 | 2025-02-13T05:10:12.461Z | [ recovery-image] Feb 13 05:10:10.604 INFO O| Feb 13 05:10:10.603 INFO STEP 959 (remove_files) COMPLETE |
7371 | 2025-02-13T05:10:12.464Z | [ recovery-image] Feb 13 05:10:10.604 INFO O| Feb 13 05:10:10.604 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2025-02-13T05:10:12.489Z | [ recovery-image] Feb 13 05:10:10.630 INFO O| Feb 13 05:10:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7373 | 2025-02-13T05:10:12.489Z | [ recovery-image] Feb 13 05:10:10.630 INFO O| Feb 13 05:10:10.630 INFO STEP 960 (remove_files) COMPLETE |
7374 | 2025-02-13T05:10:12.489Z | [ recovery-image] Feb 13 05:10:10.630 INFO O| Feb 13 05:10:10.630 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2025-02-13T05:10:12.545Z | [ recovery-image] Feb 13 05:10:10.686 INFO O| Feb 13 05:10:10.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7376 | 2025-02-13T05:10:12.545Z | [ recovery-image] Feb 13 05:10:10.686 INFO O| Feb 13 05:10:10.686 INFO STEP 961 (remove_files) COMPLETE |
7377 | 2025-02-13T05:10:12.546Z | [ recovery-image] Feb 13 05:10:10.686 INFO O| Feb 13 05:10:10.686 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2025-02-13T05:10:12.567Z | [ recovery-image] Feb 13 05:10:10.709 INFO O| Feb 13 05:10:10.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7379 | 2025-02-13T05:10:12.567Z | [ recovery-image] Feb 13 05:10:10.709 INFO O| Feb 13 05:10:10.709 INFO STEP 962 (remove_files) COMPLETE |
7380 | 2025-02-13T05:10:12.570Z | [ recovery-image] Feb 13 05:10:10.709 INFO O| Feb 13 05:10:10.709 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2025-02-13T05:10:12.608Z | [ recovery-image] Feb 13 05:10:10.750 INFO O| Feb 13 05:10:10.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7382 | 2025-02-13T05:10:12.611Z | [ recovery-image] Feb 13 05:10:10.750 INFO O| Feb 13 05:10:10.750 INFO STEP 963 (remove_files) COMPLETE |
7383 | 2025-02-13T05:10:12.611Z | [ recovery-image] Feb 13 05:10:10.750 INFO O| Feb 13 05:10:10.750 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2025-02-13T05:10:12.671Z | [ recovery-image] Feb 13 05:10:10.814 INFO O| Feb 13 05:10:10.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7385 | 2025-02-13T05:10:12.672Z | [ recovery-image] Feb 13 05:10:10.814 INFO O| Feb 13 05:10:10.814 INFO STEP 964 (remove_files) COMPLETE |
7386 | 2025-02-13T05:10:12.672Z | [ recovery-image] Feb 13 05:10:10.814 INFO O| Feb 13 05:10:10.814 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2025-02-13T05:10:12.781Z | [ recovery-image] Feb 13 05:10:10.923 INFO O| Feb 13 05:10:10.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7388 | 2025-02-13T05:10:12.801Z | [ recovery-image] Feb 13 05:10:10.943 INFO O| Feb 13 05:10:10.943 INFO STEP 965 (remove_files) COMPLETE |
7389 | 2025-02-13T05:10:12.801Z | [ recovery-image] Feb 13 05:10:10.943 INFO O| Feb 13 05:10:10.943 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2025-02-13T05:10:12.839Z | [ recovery-image] Feb 13 05:10:10.981 INFO O| Feb 13 05:10:10.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7391 | 2025-02-13T05:10:12.839Z | [ recovery-image] Feb 13 05:10:10.981 INFO O| Feb 13 05:10:10.981 INFO STEP 966 (remove_files) COMPLETE |
7392 | 2025-02-13T05:10:12.842Z | [ recovery-image] Feb 13 05:10:10.981 INFO O| Feb 13 05:10:10.981 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2025-02-13T05:10:12.859Z | [ recovery-image] Feb 13 05:10:11.001 INFO O| Feb 13 05:10:11.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7394 | 2025-02-13T05:10:12.859Z | [ recovery-image] Feb 13 05:10:11.001 INFO O| Feb 13 05:10:11.001 INFO STEP 967 (remove_files) COMPLETE |
7395 | 2025-02-13T05:10:12.859Z | [ recovery-image] Feb 13 05:10:11.001 INFO O| Feb 13 05:10:11.001 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2025-02-13T05:10:12.879Z | [ recovery-image] Feb 13 05:10:11.021 INFO O| Feb 13 05:10:11.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7397 | 2025-02-13T05:10:12.882Z | [ recovery-image] Feb 13 05:10:11.021 INFO O| Feb 13 05:10:11.021 INFO STEP 968 (remove_files) COMPLETE |
7398 | 2025-02-13T05:10:12.882Z | [ recovery-image] Feb 13 05:10:11.021 INFO O| Feb 13 05:10:11.021 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2025-02-13T05:10:12.898Z | [ recovery-image] Feb 13 05:10:11.039 INFO O| Feb 13 05:10:11.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7400 | 2025-02-13T05:10:12.898Z | [ recovery-image] Feb 13 05:10:11.039 INFO O| Feb 13 05:10:11.039 INFO STEP 969 (remove_files) COMPLETE |
7401 | 2025-02-13T05:10:12.898Z | [ recovery-image] Feb 13 05:10:11.039 INFO O| Feb 13 05:10:11.039 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2025-02-13T05:10:12.915Z | [ recovery-image] Feb 13 05:10:11.057 INFO O| Feb 13 05:10:11.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7403 | 2025-02-13T05:10:12.915Z | [ recovery-image] Feb 13 05:10:11.057 INFO O| Feb 13 05:10:11.057 INFO STEP 970 (remove_files) COMPLETE |
7404 | 2025-02-13T05:10:12.917Z | [ recovery-image] Feb 13 05:10:11.057 INFO O| Feb 13 05:10:11.057 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2025-02-13T05:10:12.933Z | [ recovery-image] Feb 13 05:10:11.075 INFO O| Feb 13 05:10:11.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7406 | 2025-02-13T05:10:12.933Z | [ recovery-image] Feb 13 05:10:11.075 INFO O| Feb 13 05:10:11.075 INFO STEP 971 (remove_files) COMPLETE |
7407 | 2025-02-13T05:10:12.933Z | [ recovery-image] Feb 13 05:10:11.075 INFO O| Feb 13 05:10:11.075 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2025-02-13T05:10:12.985Z | [ recovery-image] Feb 13 05:10:11.127 INFO O| Feb 13 05:10:11.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7409 | 2025-02-13T05:10:12.985Z | [ recovery-image] Feb 13 05:10:11.127 INFO O| Feb 13 05:10:11.127 INFO STEP 972 (remove_files) COMPLETE |
7410 | 2025-02-13T05:10:12.985Z | [ recovery-image] Feb 13 05:10:11.127 INFO O| Feb 13 05:10:11.127 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2025-02-13T05:10:13.008Z | [ recovery-image] Feb 13 05:10:11.150 INFO O| Feb 13 05:10:11.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7412 | 2025-02-13T05:10:13.008Z | [ recovery-image] Feb 13 05:10:11.150 INFO O| Feb 13 05:10:11.150 INFO STEP 973 (remove_files) COMPLETE |
7413 | 2025-02-13T05:10:13.008Z | [ recovery-image] Feb 13 05:10:11.150 INFO O| Feb 13 05:10:11.150 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2025-02-13T05:10:13.032Z | [ recovery-image] Feb 13 05:10:11.174 INFO O| Feb 13 05:10:11.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7415 | 2025-02-13T05:10:13.032Z | [ recovery-image] Feb 13 05:10:11.174 INFO O| Feb 13 05:10:11.174 INFO STEP 974 (remove_files) COMPLETE |
7416 | 2025-02-13T05:10:13.032Z | [ recovery-image] Feb 13 05:10:11.174 INFO O| Feb 13 05:10:11.174 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2025-02-13T05:10:13.090Z | [ recovery-image] Feb 13 05:10:11.231 INFO O| Feb 13 05:10:11.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7418 | 2025-02-13T05:10:13.093Z | [ recovery-image] Feb 13 05:10:11.232 INFO O| Feb 13 05:10:11.231 INFO STEP 975 (remove_files) COMPLETE |
7419 | 2025-02-13T05:10:13.093Z | [ recovery-image] Feb 13 05:10:11.232 INFO O| Feb 13 05:10:11.232 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2025-02-13T05:10:13.123Z | [ recovery-image] Feb 13 05:10:11.265 INFO O| Feb 13 05:10:11.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7421 | 2025-02-13T05:10:13.123Z | [ recovery-image] Feb 13 05:10:11.265 INFO O| Feb 13 05:10:11.265 INFO STEP 976 (remove_files) COMPLETE |
7422 | 2025-02-13T05:10:13.123Z | [ recovery-image] Feb 13 05:10:11.265 INFO O| Feb 13 05:10:11.265 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2025-02-13T05:10:13.185Z | [ recovery-image] Feb 13 05:10:11.327 INFO O| Feb 13 05:10:11.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7424 | 2025-02-13T05:10:13.185Z | [ recovery-image] Feb 13 05:10:11.327 INFO O| Feb 13 05:10:11.327 INFO STEP 977 (remove_files) COMPLETE |
7425 | 2025-02-13T05:10:13.188Z | [ recovery-image] Feb 13 05:10:11.327 INFO O| Feb 13 05:10:11.327 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2025-02-13T05:10:13.207Z | [ recovery-image] Feb 13 05:10:11.349 INFO O| Feb 13 05:10:11.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7427 | 2025-02-13T05:10:13.207Z | [ recovery-image] Feb 13 05:10:11.349 INFO O| Feb 13 05:10:11.349 INFO STEP 978 (remove_files) COMPLETE |
7428 | 2025-02-13T05:10:13.207Z | [ recovery-image] Feb 13 05:10:11.349 INFO O| Feb 13 05:10:11.349 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2025-02-13T05:10:13.229Z | [ recovery-image] Feb 13 05:10:11.371 INFO O| Feb 13 05:10:11.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7430 | 2025-02-13T05:10:13.232Z | [ recovery-image] Feb 13 05:10:11.371 INFO O| Feb 13 05:10:11.371 INFO STEP 979 (remove_files) COMPLETE |
7431 | 2025-02-13T05:10:13.232Z | [ recovery-image] Feb 13 05:10:11.371 INFO O| Feb 13 05:10:11.371 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2025-02-13T05:10:13.259Z | [ recovery-image] Feb 13 05:10:11.400 INFO O| Feb 13 05:10:11.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7433 | 2025-02-13T05:10:13.259Z | [ recovery-image] Feb 13 05:10:11.400 INFO O| Feb 13 05:10:11.400 INFO STEP 980 (remove_files) COMPLETE |
7434 | 2025-02-13T05:10:13.259Z | [ recovery-image] Feb 13 05:10:11.400 INFO O| Feb 13 05:10:11.400 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2025-02-13T05:10:13.291Z | [ recovery-image] Feb 13 05:10:11.433 INFO O| Feb 13 05:10:11.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7436 | 2025-02-13T05:10:13.291Z | [ recovery-image] Feb 13 05:10:11.433 INFO O| Feb 13 05:10:11.433 INFO STEP 981 (remove_files) COMPLETE |
7437 | 2025-02-13T05:10:13.291Z | [ recovery-image] Feb 13 05:10:11.433 INFO O| Feb 13 05:10:11.433 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2025-02-13T05:10:13.351Z | [ recovery-image] Feb 13 05:10:11.493 INFO O| Feb 13 05:10:11.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7439 | 2025-02-13T05:10:13.353Z | [ recovery-image] Feb 13 05:10:11.493 INFO O| Feb 13 05:10:11.493 INFO STEP 982 (remove_files) COMPLETE |
7440 | 2025-02-13T05:10:13.353Z | [ recovery-image] Feb 13 05:10:11.493 INFO O| Feb 13 05:10:11.493 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2025-02-13T05:10:13.371Z | [ recovery-image] Feb 13 05:10:11.514 INFO O| Feb 13 05:10:11.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7442 | 2025-02-13T05:10:13.374Z | [ recovery-image] Feb 13 05:10:11.515 INFO O| Feb 13 05:10:11.515 INFO STEP 983 (remove_files) COMPLETE |
7443 | 2025-02-13T05:10:13.374Z | [ recovery-image] Feb 13 05:10:11.515 INFO O| Feb 13 05:10:11.515 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2025-02-13T05:10:13.430Z | [ recovery-image] Feb 13 05:10:11.572 INFO O| Feb 13 05:10:11.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7445 | 2025-02-13T05:10:13.451Z | [ recovery-image] Feb 13 05:10:11.592 INFO O| Feb 13 05:10:11.592 INFO STEP 984 (remove_files) COMPLETE |
7446 | 2025-02-13T05:10:13.451Z | [ recovery-image] Feb 13 05:10:11.592 INFO O| Feb 13 05:10:11.592 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2025-02-13T05:10:13.489Z | [ recovery-image] Feb 13 05:10:11.630 INFO O| Feb 13 05:10:11.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7448 | 2025-02-13T05:10:13.489Z | [ recovery-image] Feb 13 05:10:11.630 INFO O| Feb 13 05:10:11.630 INFO STEP 985 (remove_files) COMPLETE |
7449 | 2025-02-13T05:10:13.489Z | [ recovery-image] Feb 13 05:10:11.630 INFO O| Feb 13 05:10:11.630 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2025-02-13T05:10:13.521Z | [ recovery-image] Feb 13 05:10:11.663 INFO O| Feb 13 05:10:11.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7451 | 2025-02-13T05:10:13.521Z | [ recovery-image] Feb 13 05:10:11.663 INFO O| Feb 13 05:10:11.663 INFO STEP 986 (remove_files) COMPLETE |
7452 | 2025-02-13T05:10:13.524Z | [ recovery-image] Feb 13 05:10:11.663 INFO O| Feb 13 05:10:11.663 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2025-02-13T05:10:13.563Z | [ recovery-image] Feb 13 05:10:11.705 INFO O| Feb 13 05:10:11.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7454 | 2025-02-13T05:10:13.563Z | [ recovery-image] Feb 13 05:10:11.705 INFO O| Feb 13 05:10:11.705 INFO STEP 987 (remove_files) COMPLETE |
7455 | 2025-02-13T05:10:13.566Z | [ recovery-image] Feb 13 05:10:11.705 INFO O| Feb 13 05:10:11.705 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2025-02-13T05:10:13.587Z | [ recovery-image] Feb 13 05:10:11.729 INFO O| Feb 13 05:10:11.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7457 | 2025-02-13T05:10:13.590Z | [ recovery-image] Feb 13 05:10:11.730 INFO O| Feb 13 05:10:11.729 INFO STEP 988 (remove_files) COMPLETE |
7458 | 2025-02-13T05:10:13.590Z | [ recovery-image] Feb 13 05:10:11.730 INFO O| Feb 13 05:10:11.730 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2025-02-13T05:10:13.611Z | [ recovery-image] Feb 13 05:10:11.753 INFO O| Feb 13 05:10:11.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7460 | 2025-02-13T05:10:13.613Z | [ recovery-image] Feb 13 05:10:11.753 INFO O| Feb 13 05:10:11.753 INFO STEP 989 (remove_files) COMPLETE |
7461 | 2025-02-13T05:10:13.614Z | [ recovery-image] Feb 13 05:10:11.753 INFO O| Feb 13 05:10:11.753 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2025-02-13T05:10:13.634Z | [ recovery-image] Feb 13 05:10:11.776 INFO O| Feb 13 05:10:11.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7463 | 2025-02-13T05:10:13.636Z | [ recovery-image] Feb 13 05:10:11.776 INFO O| Feb 13 05:10:11.776 INFO STEP 990 (remove_files) COMPLETE |
7464 | 2025-02-13T05:10:13.636Z | [ recovery-image] Feb 13 05:10:11.776 INFO O| Feb 13 05:10:11.776 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2025-02-13T05:10:13.656Z | [ recovery-image] Feb 13 05:10:11.798 INFO O| Feb 13 05:10:11.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7466 | 2025-02-13T05:10:13.667Z | [ recovery-image] Feb 13 05:10:11.809 INFO O| Feb 13 05:10:11.800 INFO STEP 991 (remove_files) COMPLETE |
7467 | 2025-02-13T05:10:13.667Z | [ recovery-image] Feb 13 05:10:11.809 INFO O| Feb 13 05:10:11.800 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2025-02-13T05:10:13.677Z | [ recovery-image] Feb 13 05:10:11.819 INFO O| Feb 13 05:10:11.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7469 | 2025-02-13T05:10:13.680Z | [ recovery-image] Feb 13 05:10:11.819 INFO O| Feb 13 05:10:11.819 INFO STEP 992 (remove_files) COMPLETE |
7470 | 2025-02-13T05:10:13.680Z | [ recovery-image] Feb 13 05:10:11.819 INFO O| Feb 13 05:10:11.819 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2025-02-13T05:10:13.696Z | [ recovery-image] Feb 13 05:10:11.838 INFO O| Feb 13 05:10:11.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7472 | 2025-02-13T05:10:13.699Z | [ recovery-image] Feb 13 05:10:11.839 INFO O| Feb 13 05:10:11.839 INFO STEP 993 (remove_files) COMPLETE |
7473 | 2025-02-13T05:10:13.699Z | [ recovery-image] Feb 13 05:10:11.839 INFO O| Feb 13 05:10:11.839 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2025-02-13T05:10:13.732Z | [ recovery-image] Feb 13 05:10:11.874 INFO O| Feb 13 05:10:11.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7475 | 2025-02-13T05:10:13.732Z | [ recovery-image] Feb 13 05:10:11.874 INFO O| Feb 13 05:10:11.874 INFO STEP 994 (remove_files) COMPLETE |
7476 | 2025-02-13T05:10:13.732Z | [ recovery-image] Feb 13 05:10:11.874 INFO O| Feb 13 05:10:11.874 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2025-02-13T05:10:13.752Z | [ recovery-image] Feb 13 05:10:11.894 INFO O| Feb 13 05:10:11.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7478 | 2025-02-13T05:10:13.752Z | [ recovery-image] Feb 13 05:10:11.894 INFO O| Feb 13 05:10:11.894 INFO STEP 995 (remove_files) COMPLETE |
7479 | 2025-02-13T05:10:13.752Z | [ recovery-image] Feb 13 05:10:11.894 INFO O| Feb 13 05:10:11.894 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2025-02-13T05:10:13.771Z | [ recovery-image] Feb 13 05:10:11.913 INFO O| Feb 13 05:10:11.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7481 | 2025-02-13T05:10:13.771Z | [ recovery-image] Feb 13 05:10:11.913 INFO O| Feb 13 05:10:11.913 INFO STEP 996 (remove_files) COMPLETE |
7482 | 2025-02-13T05:10:13.774Z | [ recovery-image] Feb 13 05:10:11.913 INFO O| Feb 13 05:10:11.913 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2025-02-13T05:10:13.788Z | [ recovery-image] Feb 13 05:10:11.930 INFO O| Feb 13 05:10:11.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7484 | 2025-02-13T05:10:13.788Z | [ recovery-image] Feb 13 05:10:11.930 INFO O| Feb 13 05:10:11.930 INFO STEP 997 (remove_files) COMPLETE |
7485 | 2025-02-13T05:10:13.791Z | [ recovery-image] Feb 13 05:10:11.930 INFO O| Feb 13 05:10:11.930 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2025-02-13T05:10:13.807Z | [ recovery-image] Feb 13 05:10:11.949 INFO O| Feb 13 05:10:11.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7487 | 2025-02-13T05:10:13.807Z | [ recovery-image] Feb 13 05:10:11.949 INFO O| Feb 13 05:10:11.949 INFO STEP 998 (remove_files) COMPLETE |
7488 | 2025-02-13T05:10:13.807Z | [ recovery-image] Feb 13 05:10:11.949 INFO O| Feb 13 05:10:11.949 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2025-02-13T05:10:13.827Z | [ recovery-image] Feb 13 05:10:11.969 INFO O| Feb 13 05:10:11.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7490 | 2025-02-13T05:10:13.827Z | [ recovery-image] Feb 13 05:10:11.969 INFO O| Feb 13 05:10:11.969 INFO STEP 999 (remove_files) COMPLETE |
7491 | 2025-02-13T05:10:13.827Z | [ recovery-image] Feb 13 05:10:11.969 INFO O| Feb 13 05:10:11.969 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2025-02-13T05:10:13.846Z | [ recovery-image] Feb 13 05:10:11.988 INFO O| Feb 13 05:10:11.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7493 | 2025-02-13T05:10:13.846Z | [ recovery-image] Feb 13 05:10:11.988 INFO O| Feb 13 05:10:11.988 INFO STEP 1000 (remove_files) COMPLETE |
7494 | 2025-02-13T05:10:13.846Z | [ recovery-image] Feb 13 05:10:11.988 INFO O| Feb 13 05:10:11.988 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2025-02-13T05:10:13.932Z | [ recovery-image] Feb 13 05:10:12.074 INFO O| Feb 13 05:10:12.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7496 | 2025-02-13T05:10:13.935Z | [ recovery-image] Feb 13 05:10:12.074 INFO O| Feb 13 05:10:12.074 INFO STEP 1001 (remove_files) COMPLETE |
7497 | 2025-02-13T05:10:13.935Z | [ recovery-image] Feb 13 05:10:12.074 INFO O| Feb 13 05:10:12.074 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2025-02-13T05:10:14.000Z | [ recovery-image] Feb 13 05:10:12.142 INFO O| Feb 13 05:10:12.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7499 | 2025-02-13T05:10:14.000Z | [ recovery-image] Feb 13 05:10:12.142 INFO O| Feb 13 05:10:12.142 INFO STEP 1002 (remove_files) COMPLETE |
7500 | 2025-02-13T05:10:14.001Z | [ recovery-image] Feb 13 05:10:12.142 INFO O| Feb 13 05:10:12.142 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2025-02-13T05:10:14.021Z | [ recovery-image] Feb 13 05:10:12.163 INFO O| Feb 13 05:10:12.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7502 | 2025-02-13T05:10:14.021Z | [ recovery-image] Feb 13 05:10:12.163 INFO O| Feb 13 05:10:12.163 INFO STEP 1003 (remove_files) COMPLETE |
7503 | 2025-02-13T05:10:14.021Z | [ recovery-image] Feb 13 05:10:12.163 INFO O| Feb 13 05:10:12.163 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2025-02-13T05:10:14.040Z | [ recovery-image] Feb 13 05:10:12.182 INFO O| Feb 13 05:10:12.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7505 | 2025-02-13T05:10:14.040Z | [ recovery-image] Feb 13 05:10:12.182 INFO O| Feb 13 05:10:12.182 INFO STEP 1004 (remove_files) COMPLETE |
7506 | 2025-02-13T05:10:14.040Z | [ recovery-image] Feb 13 05:10:12.182 INFO O| Feb 13 05:10:12.182 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2025-02-13T05:10:14.061Z | [ recovery-image] Feb 13 05:10:12.203 INFO O| Feb 13 05:10:12.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7508 | 2025-02-13T05:10:14.061Z | [ recovery-image] Feb 13 05:10:12.203 INFO O| Feb 13 05:10:12.203 INFO STEP 1005 (remove_files) COMPLETE |
7509 | 2025-02-13T05:10:14.061Z | [ recovery-image] Feb 13 05:10:12.203 INFO O| Feb 13 05:10:12.203 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2025-02-13T05:10:14.082Z | [ recovery-image] Feb 13 05:10:12.223 INFO O| Feb 13 05:10:12.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7511 | 2025-02-13T05:10:14.082Z | [ recovery-image] Feb 13 05:10:12.223 INFO O| Feb 13 05:10:12.223 INFO STEP 1006 (remove_files) COMPLETE |
7512 | 2025-02-13T05:10:14.082Z | [ recovery-image] Feb 13 05:10:12.223 INFO O| Feb 13 05:10:12.223 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2025-02-13T05:10:14.119Z | [ recovery-image] Feb 13 05:10:12.260 INFO O| Feb 13 05:10:12.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7514 | 2025-02-13T05:10:14.119Z | [ recovery-image] Feb 13 05:10:12.261 INFO O| Feb 13 05:10:12.261 INFO STEP 1007 (remove_files) COMPLETE |
7515 | 2025-02-13T05:10:14.119Z | [ recovery-image] Feb 13 05:10:12.261 INFO O| Feb 13 05:10:12.261 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2025-02-13T05:10:14.141Z | [ recovery-image] Feb 13 05:10:12.282 INFO O| Feb 13 05:10:12.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7517 | 2025-02-13T05:10:14.141Z | [ recovery-image] Feb 13 05:10:12.282 INFO O| Feb 13 05:10:12.282 INFO STEP 1008 (remove_files) COMPLETE |
7518 | 2025-02-13T05:10:14.141Z | [ recovery-image] Feb 13 05:10:12.282 INFO O| Feb 13 05:10:12.282 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2025-02-13T05:10:14.161Z | [ recovery-image] Feb 13 05:10:12.302 INFO O| Feb 13 05:10:12.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7520 | 2025-02-13T05:10:14.161Z | [ recovery-image] Feb 13 05:10:12.302 INFO O| Feb 13 05:10:12.302 INFO STEP 1009 (remove_files) COMPLETE |
7521 | 2025-02-13T05:10:14.161Z | [ recovery-image] Feb 13 05:10:12.302 INFO O| Feb 13 05:10:12.302 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2025-02-13T05:10:14.194Z | [ recovery-image] Feb 13 05:10:12.336 INFO O| Feb 13 05:10:12.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7523 | 2025-02-13T05:10:14.194Z | [ recovery-image] Feb 13 05:10:12.336 INFO O| Feb 13 05:10:12.336 INFO STEP 1010 (remove_files) COMPLETE |
7524 | 2025-02-13T05:10:14.197Z | [ recovery-image] Feb 13 05:10:12.336 INFO O| Feb 13 05:10:12.336 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2025-02-13T05:10:14.464Z | [ recovery-image] Feb 13 05:10:12.358 INFO O| Feb 13 05:10:12.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7526 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.358 INFO O| Feb 13 05:10:12.358 INFO STEP 1011 (remove_files) COMPLETE |
7527 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.358 INFO O| Feb 13 05:10:12.358 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.395 INFO O| Feb 13 05:10:12.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7529 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.395 INFO O| Feb 13 05:10:12.395 INFO STEP 1012 (remove_files) COMPLETE |
7530 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.395 INFO O| Feb 13 05:10:12.395 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.448 INFO O| Feb 13 05:10:12.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7532 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.449 INFO O| Feb 13 05:10:12.449 INFO STEP 1013 (remove_files) COMPLETE |
7533 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.449 INFO O| Feb 13 05:10:12.449 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.468 INFO O| Feb 13 05:10:12.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7535 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.468 INFO O| Feb 13 05:10:12.468 INFO STEP 1014 (remove_files) COMPLETE |
7536 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.468 INFO O| Feb 13 05:10:12.468 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.489 INFO O| Feb 13 05:10:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7538 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.489 INFO O| Feb 13 05:10:12.489 INFO STEP 1015 (remove_files) COMPLETE |
7539 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.489 INFO O| Feb 13 05:10:12.489 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.531 INFO O| Feb 13 05:10:12.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7541 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.531 INFO O| Feb 13 05:10:12.531 INFO STEP 1016 (remove_files) COMPLETE |
7542 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.531 INFO O| Feb 13 05:10:12.531 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.569 INFO O| Feb 13 05:10:12.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7544 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.569 INFO O| Feb 13 05:10:12.569 INFO STEP 1017 (remove_files) COMPLETE |
7545 | 2025-02-13T05:10:14.470Z | [ recovery-image] Feb 13 05:10:12.569 INFO O| Feb 13 05:10:12.569 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2025-02-13T05:10:14.489Z | [ recovery-image] Feb 13 05:10:12.631 INFO O| Feb 13 05:10:12.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7547 | 2025-02-13T05:10:14.489Z | [ recovery-image] Feb 13 05:10:12.631 INFO O| Feb 13 05:10:12.631 INFO STEP 1018 (remove_files) COMPLETE |
7548 | 2025-02-13T05:10:14.492Z | [ recovery-image] Feb 13 05:10:12.631 INFO O| Feb 13 05:10:12.631 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2025-02-13T05:10:14.509Z | [ recovery-image] Feb 13 05:10:12.651 INFO O| Feb 13 05:10:12.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7550 | 2025-02-13T05:10:14.509Z | [ recovery-image] Feb 13 05:10:12.651 INFO O| Feb 13 05:10:12.651 INFO STEP 1019 (remove_files) COMPLETE |
7551 | 2025-02-13T05:10:14.509Z | [ recovery-image] Feb 13 05:10:12.651 INFO O| Feb 13 05:10:12.651 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2025-02-13T05:10:14.528Z | [ recovery-image] Feb 13 05:10:12.670 INFO O| Feb 13 05:10:12.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7553 | 2025-02-13T05:10:14.528Z | [ recovery-image] Feb 13 05:10:12.670 INFO O| Feb 13 05:10:12.670 INFO STEP 1020 (remove_files) COMPLETE |
7554 | 2025-02-13T05:10:14.528Z | [ recovery-image] Feb 13 05:10:12.670 INFO O| Feb 13 05:10:12.670 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2025-02-13T05:10:14.548Z | [ recovery-image] Feb 13 05:10:12.690 INFO O| Feb 13 05:10:12.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7556 | 2025-02-13T05:10:14.548Z | [ recovery-image] Feb 13 05:10:12.691 INFO O| Feb 13 05:10:12.690 INFO STEP 1021 (remove_files) COMPLETE |
7557 | 2025-02-13T05:10:14.548Z | [ recovery-image] Feb 13 05:10:12.691 INFO O| Feb 13 05:10:12.691 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2025-02-13T05:10:14.569Z | [ recovery-image] Feb 13 05:10:12.711 INFO O| Feb 13 05:10:12.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7559 | 2025-02-13T05:10:14.569Z | [ recovery-image] Feb 13 05:10:12.711 INFO O| Feb 13 05:10:12.711 INFO STEP 1022 (remove_files) COMPLETE |
7560 | 2025-02-13T05:10:14.569Z | [ recovery-image] Feb 13 05:10:12.711 INFO O| Feb 13 05:10:12.711 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2025-02-13T05:10:14.601Z | [ recovery-image] Feb 13 05:10:12.743 INFO O| Feb 13 05:10:12.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7562 | 2025-02-13T05:10:14.601Z | [ recovery-image] Feb 13 05:10:12.743 INFO O| Feb 13 05:10:12.743 INFO STEP 1023 (remove_files) COMPLETE |
7563 | 2025-02-13T05:10:14.604Z | [ recovery-image] Feb 13 05:10:12.743 INFO O| Feb 13 05:10:12.743 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2025-02-13T05:10:14.630Z | [ recovery-image] Feb 13 05:10:12.772 INFO O| Feb 13 05:10:12.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7565 | 2025-02-13T05:10:14.630Z | [ recovery-image] Feb 13 05:10:12.772 INFO O| Feb 13 05:10:12.772 INFO STEP 1024 (remove_files) COMPLETE |
7566 | 2025-02-13T05:10:14.630Z | [ recovery-image] Feb 13 05:10:12.772 INFO O| Feb 13 05:10:12.772 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2025-02-13T05:10:14.651Z | [ recovery-image] Feb 13 05:10:12.792 INFO O| Feb 13 05:10:12.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7568 | 2025-02-13T05:10:14.651Z | [ recovery-image] Feb 13 05:10:12.793 INFO O| Feb 13 05:10:12.793 INFO STEP 1025 (remove_files) COMPLETE |
7569 | 2025-02-13T05:10:14.653Z | [ recovery-image] Feb 13 05:10:12.793 INFO O| Feb 13 05:10:12.793 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2025-02-13T05:10:14.670Z | [ recovery-image] Feb 13 05:10:12.812 INFO O| Feb 13 05:10:12.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7571 | 2025-02-13T05:10:14.678Z | [ recovery-image] Feb 13 05:10:12.820 INFO O| Feb 13 05:10:12.820 INFO STEP 1026 (remove_files) COMPLETE |
7572 | 2025-02-13T05:10:14.679Z | [ recovery-image] Feb 13 05:10:12.820 INFO O| Feb 13 05:10:12.820 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2025-02-13T05:10:14.711Z | [ recovery-image] Feb 13 05:10:12.852 INFO O| Feb 13 05:10:12.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7574 | 2025-02-13T05:10:14.711Z | [ recovery-image] Feb 13 05:10:12.852 INFO O| Feb 13 05:10:12.852 INFO STEP 1027 (remove_files) COMPLETE |
7575 | 2025-02-13T05:10:14.711Z | [ recovery-image] Feb 13 05:10:12.852 INFO O| Feb 13 05:10:12.852 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2025-02-13T05:10:14.731Z | [ recovery-image] Feb 13 05:10:12.872 INFO O| Feb 13 05:10:12.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7577 | 2025-02-13T05:10:14.731Z | [ recovery-image] Feb 13 05:10:12.872 INFO O| Feb 13 05:10:12.872 INFO STEP 1028 (remove_files) COMPLETE |
7578 | 2025-02-13T05:10:14.731Z | [ recovery-image] Feb 13 05:10:12.872 INFO O| Feb 13 05:10:12.872 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2025-02-13T05:10:14.761Z | [ recovery-image] Feb 13 05:10:12.903 INFO O| Feb 13 05:10:12.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7580 | 2025-02-13T05:10:14.764Z | [ recovery-image] Feb 13 05:10:12.903 INFO O| Feb 13 05:10:12.903 INFO STEP 1029 (remove_files) COMPLETE |
7581 | 2025-02-13T05:10:14.764Z | [ recovery-image] Feb 13 05:10:12.904 INFO O| Feb 13 05:10:12.903 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2025-02-13T05:10:14.785Z | [ recovery-image] Feb 13 05:10:12.926 INFO O| Feb 13 05:10:12.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7583 | 2025-02-13T05:10:14.785Z | [ recovery-image] Feb 13 05:10:12.926 INFO O| Feb 13 05:10:12.926 INFO STEP 1030 (remove_files) COMPLETE |
7584 | 2025-02-13T05:10:14.785Z | [ recovery-image] Feb 13 05:10:12.926 INFO O| Feb 13 05:10:12.926 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2025-02-13T05:10:14.805Z | [ recovery-image] Feb 13 05:10:12.946 INFO O| Feb 13 05:10:12.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7586 | 2025-02-13T05:10:14.805Z | [ recovery-image] Feb 13 05:10:12.947 INFO O| Feb 13 05:10:12.946 INFO STEP 1031 (remove_files) COMPLETE |
7587 | 2025-02-13T05:10:14.805Z | [ recovery-image] Feb 13 05:10:12.947 INFO O| Feb 13 05:10:12.947 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2025-02-13T05:10:14.824Z | [ recovery-image] Feb 13 05:10:12.966 INFO O| Feb 13 05:10:12.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7589 | 2025-02-13T05:10:14.824Z | [ recovery-image] Feb 13 05:10:12.966 INFO O| Feb 13 05:10:12.966 INFO STEP 1032 (remove_files) COMPLETE |
7590 | 2025-02-13T05:10:14.824Z | [ recovery-image] Feb 13 05:10:12.966 INFO O| Feb 13 05:10:12.966 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2025-02-13T05:10:14.842Z | [ recovery-image] Feb 13 05:10:12.983 INFO O| Feb 13 05:10:12.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7592 | 2025-02-13T05:10:14.842Z | [ recovery-image] Feb 13 05:10:12.983 INFO O| Feb 13 05:10:12.983 INFO STEP 1033 (remove_files) COMPLETE |
7593 | 2025-02-13T05:10:14.842Z | [ recovery-image] Feb 13 05:10:12.983 INFO O| Feb 13 05:10:12.983 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2025-02-13T05:10:14.865Z | [ recovery-image] Feb 13 05:10:13.006 INFO O| Feb 13 05:10:13.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7595 | 2025-02-13T05:10:14.865Z | [ recovery-image] Feb 13 05:10:13.006 INFO O| Feb 13 05:10:13.006 INFO STEP 1034 (remove_files) COMPLETE |
7596 | 2025-02-13T05:10:14.865Z | [ recovery-image] Feb 13 05:10:13.006 INFO O| Feb 13 05:10:13.006 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2025-02-13T05:10:14.886Z | [ recovery-image] Feb 13 05:10:13.027 INFO O| Feb 13 05:10:13.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7598 | 2025-02-13T05:10:14.886Z | [ recovery-image] Feb 13 05:10:13.027 INFO O| Feb 13 05:10:13.027 INFO STEP 1035 (remove_files) COMPLETE |
7599 | 2025-02-13T05:10:14.886Z | [ recovery-image] Feb 13 05:10:13.027 INFO O| Feb 13 05:10:13.027 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2025-02-13T05:10:14.917Z | [ recovery-image] Feb 13 05:10:13.059 INFO O| Feb 13 05:10:13.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7601 | 2025-02-13T05:10:14.920Z | [ recovery-image] Feb 13 05:10:13.059 INFO O| Feb 13 05:10:13.059 INFO STEP 1036 (remove_files) COMPLETE |
7602 | 2025-02-13T05:10:14.920Z | [ recovery-image] Feb 13 05:10:13.060 INFO O| Feb 13 05:10:13.059 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2025-02-13T05:10:14.951Z | [ recovery-image] Feb 13 05:10:13.092 INFO O| Feb 13 05:10:13.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7604 | 2025-02-13T05:10:14.954Z | [ recovery-image] Feb 13 05:10:13.093 INFO O| Feb 13 05:10:13.093 INFO STEP 1037 (remove_files) COMPLETE |
7605 | 2025-02-13T05:10:14.954Z | [ recovery-image] Feb 13 05:10:13.093 INFO O| Feb 13 05:10:13.093 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2025-02-13T05:10:14.975Z | [ recovery-image] Feb 13 05:10:13.116 INFO O| Feb 13 05:10:13.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7607 | 2025-02-13T05:10:14.975Z | [ recovery-image] Feb 13 05:10:13.116 INFO O| Feb 13 05:10:13.116 INFO STEP 1038 (remove_files) COMPLETE |
7608 | 2025-02-13T05:10:14.975Z | [ recovery-image] Feb 13 05:10:13.116 INFO O| Feb 13 05:10:13.116 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2025-02-13T05:10:14.996Z | [ recovery-image] Feb 13 05:10:13.136 INFO O| Feb 13 05:10:13.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7610 | 2025-02-13T05:10:14.996Z | [ recovery-image] Feb 13 05:10:13.136 INFO O| Feb 13 05:10:13.136 INFO STEP 1039 (remove_files) COMPLETE |
7611 | 2025-02-13T05:10:15.000Z | [ recovery-image] Feb 13 05:10:13.136 INFO O| Feb 13 05:10:13.136 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2025-02-13T05:10:15.016Z | [ recovery-image] Feb 13 05:10:13.157 INFO O| Feb 13 05:10:13.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7613 | 2025-02-13T05:10:15.016Z | [ recovery-image] Feb 13 05:10:13.157 INFO O| Feb 13 05:10:13.157 INFO STEP 1040 (remove_files) COMPLETE |
7614 | 2025-02-13T05:10:15.016Z | [ recovery-image] Feb 13 05:10:13.157 INFO O| Feb 13 05:10:13.157 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2025-02-13T05:10:15.072Z | [ recovery-image] Feb 13 05:10:13.213 INFO O| Feb 13 05:10:13.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7616 | 2025-02-13T05:10:15.075Z | [ recovery-image] Feb 13 05:10:13.213 INFO O| Feb 13 05:10:13.213 INFO STEP 1041 (remove_files) COMPLETE |
7617 | 2025-02-13T05:10:15.075Z | [ recovery-image] Feb 13 05:10:13.213 INFO O| Feb 13 05:10:13.213 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2025-02-13T05:10:15.112Z | [ recovery-image] Feb 13 05:10:13.254 INFO O| Feb 13 05:10:13.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7619 | 2025-02-13T05:10:15.112Z | [ recovery-image] Feb 13 05:10:13.254 INFO O| Feb 13 05:10:13.254 INFO STEP 1042 (remove_files) COMPLETE |
7620 | 2025-02-13T05:10:15.114Z | [ recovery-image] Feb 13 05:10:13.254 INFO O| Feb 13 05:10:13.254 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2025-02-13T05:10:15.133Z | [ recovery-image] Feb 13 05:10:13.275 INFO O| Feb 13 05:10:13.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7622 | 2025-02-13T05:10:15.135Z | [ recovery-image] Feb 13 05:10:13.275 INFO O| Feb 13 05:10:13.275 INFO STEP 1043 (remove_files) COMPLETE |
7623 | 2025-02-13T05:10:15.135Z | [ recovery-image] Feb 13 05:10:13.275 INFO O| Feb 13 05:10:13.275 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2025-02-13T05:10:15.180Z | [ recovery-image] Feb 13 05:10:13.322 INFO O| Feb 13 05:10:13.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7625 | 2025-02-13T05:10:15.200Z | [ recovery-image] Feb 13 05:10:13.342 INFO O| Feb 13 05:10:13.342 INFO STEP 1044 (remove_files) COMPLETE |
7626 | 2025-02-13T05:10:15.200Z | [ recovery-image] Feb 13 05:10:13.342 INFO O| Feb 13 05:10:13.342 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2025-02-13T05:10:15.221Z | [ recovery-image] Feb 13 05:10:13.363 INFO O| Feb 13 05:10:13.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7628 | 2025-02-13T05:10:15.224Z | [ recovery-image] Feb 13 05:10:13.364 INFO O| Feb 13 05:10:13.363 INFO STEP 1045 (remove_files) COMPLETE |
7629 | 2025-02-13T05:10:15.224Z | [ recovery-image] Feb 13 05:10:13.364 INFO O| Feb 13 05:10:13.364 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2025-02-13T05:10:15.242Z | [ recovery-image] Feb 13 05:10:13.383 INFO O| Feb 13 05:10:13.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7631 | 2025-02-13T05:10:15.246Z | [ recovery-image] Feb 13 05:10:13.383 INFO O| Feb 13 05:10:13.383 INFO STEP 1046 (remove_files) COMPLETE |
7632 | 2025-02-13T05:10:15.246Z | [ recovery-image] Feb 13 05:10:13.383 INFO O| Feb 13 05:10:13.383 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2025-02-13T05:10:15.279Z | [ recovery-image] Feb 13 05:10:13.421 INFO O| Feb 13 05:10:13.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7634 | 2025-02-13T05:10:15.279Z | [ recovery-image] Feb 13 05:10:13.421 INFO O| Feb 13 05:10:13.421 INFO STEP 1047 (remove_files) COMPLETE |
7635 | 2025-02-13T05:10:15.279Z | [ recovery-image] Feb 13 05:10:13.421 INFO O| Feb 13 05:10:13.421 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2025-02-13T05:10:15.318Z | [ recovery-image] Feb 13 05:10:13.460 INFO O| Feb 13 05:10:13.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7637 | 2025-02-13T05:10:15.319Z | [ recovery-image] Feb 13 05:10:13.461 INFO O| Feb 13 05:10:13.460 INFO STEP 1048 (remove_files) COMPLETE |
7638 | 2025-02-13T05:10:15.321Z | [ recovery-image] Feb 13 05:10:13.461 INFO O| Feb 13 05:10:13.460 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2025-02-13T05:10:15.349Z | [ recovery-image] Feb 13 05:10:13.490 INFO O| Feb 13 05:10:13.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7640 | 2025-02-13T05:10:15.349Z | [ recovery-image] Feb 13 05:10:13.490 INFO O| Feb 13 05:10:13.490 INFO STEP 1049 (remove_files) COMPLETE |
7641 | 2025-02-13T05:10:15.349Z | [ recovery-image] Feb 13 05:10:13.490 INFO O| Feb 13 05:10:13.490 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2025-02-13T05:10:15.380Z | [ recovery-image] Feb 13 05:10:13.522 INFO O| Feb 13 05:10:13.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7643 | 2025-02-13T05:10:15.380Z | [ recovery-image] Feb 13 05:10:13.522 INFO O| Feb 13 05:10:13.522 INFO STEP 1050 (remove_files) COMPLETE |
7644 | 2025-02-13T05:10:15.380Z | [ recovery-image] Feb 13 05:10:13.522 INFO O| Feb 13 05:10:13.522 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2025-02-13T05:10:15.419Z | [ recovery-image] Feb 13 05:10:13.560 INFO O| Feb 13 05:10:13.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7646 | 2025-02-13T05:10:15.419Z | [ recovery-image] Feb 13 05:10:13.560 INFO O| Feb 13 05:10:13.560 INFO STEP 1051 (remove_files) COMPLETE |
7647 | 2025-02-13T05:10:15.419Z | [ recovery-image] Feb 13 05:10:13.560 INFO O| Feb 13 05:10:13.560 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2025-02-13T05:10:15.481Z | [ recovery-image] Feb 13 05:10:13.622 INFO O| Feb 13 05:10:13.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7649 | 2025-02-13T05:10:15.482Z | [ recovery-image] Feb 13 05:10:13.622 INFO O| Feb 13 05:10:13.622 INFO STEP 1052 (remove_files) COMPLETE |
7650 | 2025-02-13T05:10:15.485Z | [ recovery-image] Feb 13 05:10:13.622 INFO O| Feb 13 05:10:13.622 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2025-02-13T05:10:15.500Z | [ recovery-image] Feb 13 05:10:13.641 INFO O| Feb 13 05:10:13.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7652 | 2025-02-13T05:10:15.500Z | [ recovery-image] Feb 13 05:10:13.641 INFO O| Feb 13 05:10:13.641 INFO STEP 1053 (remove_files) COMPLETE |
7653 | 2025-02-13T05:10:15.500Z | [ recovery-image] Feb 13 05:10:13.641 INFO O| Feb 13 05:10:13.641 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2025-02-13T05:10:15.525Z | [ recovery-image] Feb 13 05:10:13.666 INFO O| Feb 13 05:10:13.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7655 | 2025-02-13T05:10:15.525Z | [ recovery-image] Feb 13 05:10:13.666 INFO O| Feb 13 05:10:13.666 INFO STEP 1054 (remove_files) COMPLETE |
7656 | 2025-02-13T05:10:15.525Z | [ recovery-image] Feb 13 05:10:13.666 INFO O| Feb 13 05:10:13.666 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2025-02-13T05:10:15.562Z | [ recovery-image] Feb 13 05:10:13.704 INFO O| Feb 13 05:10:13.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7658 | 2025-02-13T05:10:15.562Z | [ recovery-image] Feb 13 05:10:13.704 INFO O| Feb 13 05:10:13.704 INFO STEP 1055 (remove_files) COMPLETE |
7659 | 2025-02-13T05:10:15.562Z | [ recovery-image] Feb 13 05:10:13.704 INFO O| Feb 13 05:10:13.704 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2025-02-13T05:10:15.603Z | [ recovery-image] Feb 13 05:10:13.744 INFO O| Feb 13 05:10:13.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7661 | 2025-02-13T05:10:15.607Z | [ recovery-image] Feb 13 05:10:13.744 INFO O| Feb 13 05:10:13.744 INFO STEP 1056 (remove_files) COMPLETE |
7662 | 2025-02-13T05:10:15.607Z | [ recovery-image] Feb 13 05:10:13.744 INFO O| Feb 13 05:10:13.744 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2025-02-13T05:10:15.621Z | [ recovery-image] Feb 13 05:10:13.763 INFO O| Feb 13 05:10:13.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7664 | 2025-02-13T05:10:15.621Z | [ recovery-image] Feb 13 05:10:13.763 INFO O| Feb 13 05:10:13.763 INFO STEP 1057 (remove_files) COMPLETE |
7665 | 2025-02-13T05:10:15.621Z | [ recovery-image] Feb 13 05:10:13.763 INFO O| Feb 13 05:10:13.763 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2025-02-13T05:10:15.682Z | [ recovery-image] Feb 13 05:10:13.824 INFO O| Feb 13 05:10:13.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7667 | 2025-02-13T05:10:15.682Z | [ recovery-image] Feb 13 05:10:13.824 INFO O| Feb 13 05:10:13.824 INFO STEP 1058 (remove_files) COMPLETE |
7668 | 2025-02-13T05:10:15.682Z | [ recovery-image] Feb 13 05:10:13.824 INFO O| Feb 13 05:10:13.824 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2025-02-13T05:10:15.723Z | [ recovery-image] Feb 13 05:10:13.865 INFO O| Feb 13 05:10:13.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7670 | 2025-02-13T05:10:15.726Z | [ recovery-image] Feb 13 05:10:13.865 INFO O| Feb 13 05:10:13.865 INFO STEP 1059 (remove_files) COMPLETE |
7671 | 2025-02-13T05:10:15.726Z | [ recovery-image] Feb 13 05:10:13.865 INFO O| Feb 13 05:10:13.865 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2025-02-13T05:10:15.744Z | [ recovery-image] Feb 13 05:10:13.886 INFO O| Feb 13 05:10:13.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7673 | 2025-02-13T05:10:15.746Z | [ recovery-image] Feb 13 05:10:13.886 INFO O| Feb 13 05:10:13.886 INFO STEP 1060 (remove_files) COMPLETE |
7674 | 2025-02-13T05:10:15.746Z | [ recovery-image] Feb 13 05:10:13.886 INFO O| Feb 13 05:10:13.886 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2025-02-13T05:10:15.774Z | [ recovery-image] Feb 13 05:10:13.916 INFO O| Feb 13 05:10:13.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7676 | 2025-02-13T05:10:15.774Z | [ recovery-image] Feb 13 05:10:13.916 INFO O| Feb 13 05:10:13.916 INFO STEP 1061 (remove_files) COMPLETE |
7677 | 2025-02-13T05:10:15.774Z | [ recovery-image] Feb 13 05:10:13.916 INFO O| Feb 13 05:10:13.916 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2025-02-13T05:10:15.797Z | [ recovery-image] Feb 13 05:10:13.939 INFO O| Feb 13 05:10:13.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7679 | 2025-02-13T05:10:15.797Z | [ recovery-image] Feb 13 05:10:13.939 INFO O| Feb 13 05:10:13.939 INFO STEP 1062 (remove_files) COMPLETE |
7680 | 2025-02-13T05:10:15.797Z | [ recovery-image] Feb 13 05:10:13.939 INFO O| Feb 13 05:10:13.939 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2025-02-13T05:10:15.818Z | [ recovery-image] Feb 13 05:10:13.960 INFO O| Feb 13 05:10:13.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7682 | 2025-02-13T05:10:15.818Z | [ recovery-image] Feb 13 05:10:13.960 INFO O| Feb 13 05:10:13.960 INFO STEP 1063 (remove_files) COMPLETE |
7683 | 2025-02-13T05:10:15.821Z | [ recovery-image] Feb 13 05:10:13.960 INFO O| Feb 13 05:10:13.960 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2025-02-13T05:10:15.839Z | [ recovery-image] Feb 13 05:10:13.980 INFO O| Feb 13 05:10:13.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7685 | 2025-02-13T05:10:15.839Z | [ recovery-image] Feb 13 05:10:13.981 INFO O| Feb 13 05:10:13.980 INFO STEP 1064 (remove_files) COMPLETE |
7686 | 2025-02-13T05:10:15.841Z | [ recovery-image] Feb 13 05:10:13.981 INFO O| Feb 13 05:10:13.981 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7687 | 2025-02-13T05:10:15.877Z | [ recovery-image] Feb 13 05:10:14.019 INFO O| Feb 13 05:10:14.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7688 | 2025-02-13T05:10:15.880Z | [ recovery-image] Feb 13 05:10:14.019 INFO O| Feb 13 05:10:14.019 INFO STEP 1065 (remove_files) COMPLETE |
7689 | 2025-02-13T05:10:15.880Z | [ recovery-image] Feb 13 05:10:14.019 INFO O| Feb 13 05:10:14.019 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7690 | 2025-02-13T05:10:15.898Z | [ recovery-image] Feb 13 05:10:14.040 INFO O| Feb 13 05:10:14.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7691 | 2025-02-13T05:10:15.901Z | [ recovery-image] Feb 13 05:10:14.040 INFO O| Feb 13 05:10:14.040 INFO STEP 1066 (remove_files) COMPLETE |
7692 | 2025-02-13T05:10:15.901Z | [ recovery-image] Feb 13 05:10:14.040 INFO O| Feb 13 05:10:14.040 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7693 | 2025-02-13T05:10:15.922Z | [ recovery-image] Feb 13 05:10:14.061 INFO O| Feb 13 05:10:14.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7694 | 2025-02-13T05:10:15.922Z | [ recovery-image] Feb 13 05:10:14.061 INFO O| Feb 13 05:10:14.061 INFO STEP 1067 (remove_files) COMPLETE |
7695 | 2025-02-13T05:10:15.922Z | [ recovery-image] Feb 13 05:10:14.061 INFO O| Feb 13 05:10:14.061 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2025-02-13T05:10:16.020Z | [ recovery-image] Feb 13 05:10:14.162 INFO O| Feb 13 05:10:14.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7697 | 2025-02-13T05:10:16.020Z | [ recovery-image] Feb 13 05:10:14.162 INFO O| Feb 13 05:10:14.162 INFO STEP 1068 (remove_files) COMPLETE |
7698 | 2025-02-13T05:10:16.020Z | [ recovery-image] Feb 13 05:10:14.162 INFO O| Feb 13 05:10:14.162 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2025-02-13T05:10:16.040Z | [ recovery-image] Feb 13 05:10:14.181 INFO O| Feb 13 05:10:14.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7700 | 2025-02-13T05:10:16.040Z | [ recovery-image] Feb 13 05:10:14.182 INFO O| Feb 13 05:10:14.182 INFO STEP 1069 (remove_files) COMPLETE |
7701 | 2025-02-13T05:10:16.040Z | [ recovery-image] Feb 13 05:10:14.182 INFO O| Feb 13 05:10:14.182 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2025-02-13T05:10:16.058Z | [ recovery-image] Feb 13 05:10:14.200 INFO O| Feb 13 05:10:14.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7703 | 2025-02-13T05:10:16.062Z | [ recovery-image] Feb 13 05:10:14.201 INFO O| Feb 13 05:10:14.201 INFO STEP 1070 (remove_files) COMPLETE |
7704 | 2025-02-13T05:10:16.062Z | [ recovery-image] Feb 13 05:10:14.201 INFO O| Feb 13 05:10:14.201 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2025-02-13T05:10:16.131Z | [ recovery-image] Feb 13 05:10:14.273 INFO O| Feb 13 05:10:14.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7706 | 2025-02-13T05:10:16.152Z | [ recovery-image] Feb 13 05:10:14.293 INFO O| Feb 13 05:10:14.293 INFO STEP 1071 (remove_files) COMPLETE |
7707 | 2025-02-13T05:10:16.152Z | [ recovery-image] Feb 13 05:10:14.293 INFO O| Feb 13 05:10:14.293 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2025-02-13T05:10:16.171Z | [ recovery-image] Feb 13 05:10:14.313 INFO O| Feb 13 05:10:14.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7709 | 2025-02-13T05:10:16.171Z | [ recovery-image] Feb 13 05:10:14.313 INFO O| Feb 13 05:10:14.313 INFO STEP 1072 (remove_files) COMPLETE |
7710 | 2025-02-13T05:10:16.171Z | [ recovery-image] Feb 13 05:10:14.313 INFO O| Feb 13 05:10:14.313 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2025-02-13T05:10:16.198Z | [ recovery-image] Feb 13 05:10:14.340 INFO O| Feb 13 05:10:14.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7712 | 2025-02-13T05:10:16.201Z | [ recovery-image] Feb 13 05:10:14.340 INFO O| Feb 13 05:10:14.340 INFO STEP 1073 (remove_files) COMPLETE |
7713 | 2025-02-13T05:10:16.201Z | [ recovery-image] Feb 13 05:10:14.341 INFO O| Feb 13 05:10:14.340 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2025-02-13T05:10:16.224Z | [ recovery-image] Feb 13 05:10:14.366 INFO O| Feb 13 05:10:14.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7715 | 2025-02-13T05:10:16.224Z | [ recovery-image] Feb 13 05:10:14.366 INFO O| Feb 13 05:10:14.366 INFO STEP 1074 (remove_files) COMPLETE |
7716 | 2025-02-13T05:10:16.224Z | [ recovery-image] Feb 13 05:10:14.366 INFO O| Feb 13 05:10:14.366 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2025-02-13T05:10:16.244Z | [ recovery-image] Feb 13 05:10:14.386 INFO O| Feb 13 05:10:14.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7718 | 2025-02-13T05:10:16.244Z | [ recovery-image] Feb 13 05:10:14.386 INFO O| Feb 13 05:10:14.386 INFO STEP 1075 (remove_files) COMPLETE |
7719 | 2025-02-13T05:10:16.247Z | [ recovery-image] Feb 13 05:10:14.386 INFO O| Feb 13 05:10:14.386 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2025-02-13T05:10:16.263Z | [ recovery-image] Feb 13 05:10:14.405 INFO O| Feb 13 05:10:14.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7721 | 2025-02-13T05:10:16.263Z | [ recovery-image] Feb 13 05:10:14.405 INFO O| Feb 13 05:10:14.405 INFO STEP 1076 (remove_files) COMPLETE |
7722 | 2025-02-13T05:10:16.266Z | [ recovery-image] Feb 13 05:10:14.405 INFO O| Feb 13 05:10:14.405 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2025-02-13T05:10:16.282Z | [ recovery-image] Feb 13 05:10:14.424 INFO O| Feb 13 05:10:14.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7724 | 2025-02-13T05:10:16.282Z | [ recovery-image] Feb 13 05:10:14.424 INFO O| Feb 13 05:10:14.424 INFO STEP 1077 (remove_files) COMPLETE |
7725 | 2025-02-13T05:10:16.282Z | [ recovery-image] Feb 13 05:10:14.424 INFO O| Feb 13 05:10:14.424 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2025-02-13T05:10:16.318Z | [ recovery-image] Feb 13 05:10:14.460 INFO O| Feb 13 05:10:14.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7727 | 2025-02-13T05:10:16.321Z | [ recovery-image] Feb 13 05:10:14.460 INFO O| Feb 13 05:10:14.460 INFO STEP 1078 (remove_files) COMPLETE |
7728 | 2025-02-13T05:10:16.321Z | [ recovery-image] Feb 13 05:10:14.460 INFO O| Feb 13 05:10:14.460 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2025-02-13T05:10:16.340Z | [ recovery-image] Feb 13 05:10:14.481 INFO O| Feb 13 05:10:14.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7730 | 2025-02-13T05:10:16.342Z | [ recovery-image] Feb 13 05:10:14.482 INFO O| Feb 13 05:10:14.482 INFO STEP 1079 (remove_files) COMPLETE |
7731 | 2025-02-13T05:10:16.342Z | [ recovery-image] Feb 13 05:10:14.482 INFO O| Feb 13 05:10:14.482 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2025-02-13T05:10:16.380Z | [ recovery-image] Feb 13 05:10:14.522 INFO O| Feb 13 05:10:14.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7733 | 2025-02-13T05:10:16.380Z | [ recovery-image] Feb 13 05:10:14.522 INFO O| Feb 13 05:10:14.522 INFO STEP 1080 (remove_files) COMPLETE |
7734 | 2025-02-13T05:10:16.380Z | [ recovery-image] Feb 13 05:10:14.522 INFO O| Feb 13 05:10:14.522 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2025-02-13T05:10:16.401Z | [ recovery-image] Feb 13 05:10:14.543 INFO O| Feb 13 05:10:14.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7736 | 2025-02-13T05:10:16.402Z | [ recovery-image] Feb 13 05:10:14.543 INFO O| Feb 13 05:10:14.543 INFO STEP 1081 (remove_files) COMPLETE |
7737 | 2025-02-13T05:10:16.404Z | [ recovery-image] Feb 13 05:10:14.543 INFO O| Feb 13 05:10:14.543 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2025-02-13T05:10:16.443Z | [ recovery-image] Feb 13 05:10:14.585 INFO O| Feb 13 05:10:14.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7739 | 2025-02-13T05:10:16.446Z | [ recovery-image] Feb 13 05:10:14.585 INFO O| Feb 13 05:10:14.585 INFO STEP 1082 (remove_files) COMPLETE |
7740 | 2025-02-13T05:10:16.446Z | [ recovery-image] Feb 13 05:10:14.585 INFO O| Feb 13 05:10:14.585 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2025-02-13T05:10:16.465Z | [ recovery-image] Feb 13 05:10:14.607 INFO O| Feb 13 05:10:14.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7742 | 2025-02-13T05:10:16.468Z | [ recovery-image] Feb 13 05:10:14.607 INFO O| Feb 13 05:10:14.607 INFO STEP 1083 (remove_files) COMPLETE |
7743 | 2025-02-13T05:10:16.468Z | [ recovery-image] Feb 13 05:10:14.607 INFO O| Feb 13 05:10:14.607 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2025-02-13T05:10:16.506Z | [ recovery-image] Feb 13 05:10:14.648 INFO O| Feb 13 05:10:14.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7745 | 2025-02-13T05:10:16.506Z | [ recovery-image] Feb 13 05:10:14.648 INFO O| Feb 13 05:10:14.648 INFO STEP 1084 (remove_files) COMPLETE |
7746 | 2025-02-13T05:10:16.506Z | [ recovery-image] Feb 13 05:10:14.648 INFO O| Feb 13 05:10:14.648 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2025-02-13T05:10:16.527Z | [ recovery-image] Feb 13 05:10:14.669 INFO O| Feb 13 05:10:14.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7748 | 2025-02-13T05:10:16.527Z | [ recovery-image] Feb 13 05:10:14.669 INFO O| Feb 13 05:10:14.669 INFO STEP 1085 (remove_files) COMPLETE |
7749 | 2025-02-13T05:10:16.527Z | [ recovery-image] Feb 13 05:10:14.669 INFO O| Feb 13 05:10:14.669 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2025-02-13T05:10:16.561Z | [ recovery-image] Feb 13 05:10:14.703 INFO O| Feb 13 05:10:14.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7751 | 2025-02-13T05:10:16.562Z | [ recovery-image] Feb 13 05:10:14.703 INFO O| Feb 13 05:10:14.703 INFO STEP 1086 (remove_files) COMPLETE |
7752 | 2025-02-13T05:10:16.562Z | [ recovery-image] Feb 13 05:10:14.703 INFO O| Feb 13 05:10:14.703 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2025-02-13T05:10:16.622Z | [ recovery-image] Feb 13 05:10:14.763 INFO O| Feb 13 05:10:14.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7754 | 2025-02-13T05:10:16.622Z | [ recovery-image] Feb 13 05:10:14.763 INFO O| Feb 13 05:10:14.763 INFO STEP 1087 (remove_files) COMPLETE |
7755 | 2025-02-13T05:10:16.622Z | [ recovery-image] Feb 13 05:10:14.763 INFO O| Feb 13 05:10:14.763 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2025-02-13T05:10:16.665Z | [ recovery-image] Feb 13 05:10:14.806 INFO O| Feb 13 05:10:14.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7757 | 2025-02-13T05:10:16.665Z | [ recovery-image] Feb 13 05:10:14.806 INFO O| Feb 13 05:10:14.806 INFO STEP 1088 (remove_files) COMPLETE |
7758 | 2025-02-13T05:10:16.668Z | [ recovery-image] Feb 13 05:10:14.807 INFO O| Feb 13 05:10:14.806 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2025-02-13T05:10:16.712Z | [ recovery-image] Feb 13 05:10:14.853 INFO O| Feb 13 05:10:14.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7760 | 2025-02-13T05:10:16.714Z | [ recovery-image] Feb 13 05:10:14.854 INFO O| Feb 13 05:10:14.853 INFO STEP 1089 (remove_files) COMPLETE |
7761 | 2025-02-13T05:10:16.714Z | [ recovery-image] Feb 13 05:10:14.854 INFO O| Feb 13 05:10:14.853 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7762 | 2025-02-13T05:10:16.748Z | [ recovery-image] Feb 13 05:10:14.879 INFO O| Feb 13 05:10:14.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7763 | 2025-02-13T05:10:16.748Z | [ recovery-image] Feb 13 05:10:14.879 INFO O| Feb 13 05:10:14.879 INFO STEP 1090 (remove_files) COMPLETE |
7764 | 2025-02-13T05:10:16.751Z | [ recovery-image] Feb 13 05:10:14.879 INFO O| Feb 13 05:10:14.879 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7765 | 2025-02-13T05:10:16.758Z | [ recovery-image] Feb 13 05:10:14.900 INFO O| Feb 13 05:10:14.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7766 | 2025-02-13T05:10:16.760Z | [ recovery-image] Feb 13 05:10:14.900 INFO O| Feb 13 05:10:14.900 INFO STEP 1091 (remove_files) COMPLETE |
7767 | 2025-02-13T05:10:16.760Z | [ recovery-image] Feb 13 05:10:14.900 INFO O| Feb 13 05:10:14.900 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7768 | 2025-02-13T05:10:16.780Z | [ recovery-image] Feb 13 05:10:14.922 INFO O| Feb 13 05:10:14.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7769 | 2025-02-13T05:10:16.780Z | [ recovery-image] Feb 13 05:10:14.922 INFO O| Feb 13 05:10:14.922 INFO STEP 1092 (remove_files) COMPLETE |
7770 | 2025-02-13T05:10:16.781Z | [ recovery-image] Feb 13 05:10:14.922 INFO O| Feb 13 05:10:14.922 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7771 | 2025-02-13T05:10:16.802Z | [ recovery-image] Feb 13 05:10:14.944 INFO O| Feb 13 05:10:14.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7772 | 2025-02-13T05:10:16.803Z | [ recovery-image] Feb 13 05:10:14.944 INFO O| Feb 13 05:10:14.944 INFO STEP 1093 (remove_files) COMPLETE |
7773 | 2025-02-13T05:10:16.803Z | [ recovery-image] Feb 13 05:10:14.944 INFO O| Feb 13 05:10:14.944 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7774 | 2025-02-13T05:10:16.823Z | [ recovery-image] Feb 13 05:10:14.965 INFO O| Feb 13 05:10:14.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7775 | 2025-02-13T05:10:16.824Z | [ recovery-image] Feb 13 05:10:14.965 INFO O| Feb 13 05:10:14.965 INFO STEP 1094 (remove_files) COMPLETE |
7776 | 2025-02-13T05:10:16.824Z | [ recovery-image] Feb 13 05:10:14.965 INFO O| Feb 13 05:10:14.965 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7777 | 2025-02-13T05:10:16.845Z | [ recovery-image] Feb 13 05:10:14.986 INFO O| Feb 13 05:10:14.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7778 | 2025-02-13T05:10:16.845Z | [ recovery-image] Feb 13 05:10:14.986 INFO O| Feb 13 05:10:14.986 INFO STEP 1095 (remove_files) COMPLETE |
7779 | 2025-02-13T05:10:16.849Z | [ recovery-image] Feb 13 05:10:14.986 INFO O| Feb 13 05:10:14.986 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7780 | 2025-02-13T05:10:16.873Z | [ recovery-image] Feb 13 05:10:15.015 INFO O| Feb 13 05:10:15.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7781 | 2025-02-13T05:10:16.873Z | [ recovery-image] Feb 13 05:10:15.015 INFO O| Feb 13 05:10:15.015 INFO STEP 1096 (remove_files) COMPLETE |
7782 | 2025-02-13T05:10:16.876Z | [ recovery-image] Feb 13 05:10:15.015 INFO O| Feb 13 05:10:15.015 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7783 | 2025-02-13T05:10:16.895Z | [ recovery-image] Feb 13 05:10:15.036 INFO O| Feb 13 05:10:15.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7784 | 2025-02-13T05:10:16.895Z | [ recovery-image] Feb 13 05:10:15.036 INFO O| Feb 13 05:10:15.036 INFO STEP 1097 (remove_files) COMPLETE |
7785 | 2025-02-13T05:10:16.895Z | [ recovery-image] Feb 13 05:10:15.036 INFO O| Feb 13 05:10:15.036 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7786 | 2025-02-13T05:10:16.931Z | [ recovery-image] Feb 13 05:10:15.072 INFO O| Feb 13 05:10:15.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7787 | 2025-02-13T05:10:16.931Z | [ recovery-image] Feb 13 05:10:15.072 INFO O| Feb 13 05:10:15.072 INFO STEP 1098 (remove_files) COMPLETE |
7788 | 2025-02-13T05:10:16.931Z | [ recovery-image] Feb 13 05:10:15.072 INFO O| Feb 13 05:10:15.072 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7789 | 2025-02-13T05:10:16.953Z | [ recovery-image] Feb 13 05:10:15.094 INFO O| Feb 13 05:10:15.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7790 | 2025-02-13T05:10:16.953Z | [ recovery-image] Feb 13 05:10:15.094 INFO O| Feb 13 05:10:15.094 INFO STEP 1099 (remove_files) COMPLETE |
7791 | 2025-02-13T05:10:16.956Z | [ recovery-image] Feb 13 05:10:15.094 INFO O| Feb 13 05:10:15.094 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7792 | 2025-02-13T05:10:17.084Z | [ recovery-image] Feb 13 05:10:15.226 INFO O| Feb 13 05:10:15.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7793 | 2025-02-13T05:10:17.085Z | [ recovery-image] Feb 13 05:10:15.226 INFO O| Feb 13 05:10:15.226 INFO STEP 1100 (remove_files) COMPLETE |
7794 | 2025-02-13T05:10:17.085Z | [ recovery-image] Feb 13 05:10:15.226 INFO O| Feb 13 05:10:15.226 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7795 | 2025-02-13T05:10:17.105Z | [ recovery-image] Feb 13 05:10:15.247 INFO O| Feb 13 05:10:15.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7796 | 2025-02-13T05:10:17.105Z | [ recovery-image] Feb 13 05:10:15.247 INFO O| Feb 13 05:10:15.247 INFO STEP 1101 (remove_files) COMPLETE |
7797 | 2025-02-13T05:10:17.105Z | [ recovery-image] Feb 13 05:10:15.247 INFO O| Feb 13 05:10:15.247 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7798 | 2025-02-13T05:10:17.157Z | [ recovery-image] Feb 13 05:10:15.298 INFO O| Feb 13 05:10:15.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7799 | 2025-02-13T05:10:17.157Z | [ recovery-image] Feb 13 05:10:15.298 INFO O| Feb 13 05:10:15.298 INFO STEP 1102 (remove_files) COMPLETE |
7800 | 2025-02-13T05:10:17.157Z | [ recovery-image] Feb 13 05:10:15.298 INFO O| Feb 13 05:10:15.298 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7801 | 2025-02-13T05:10:17.178Z | [ recovery-image] Feb 13 05:10:15.320 INFO O| Feb 13 05:10:15.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7802 | 2025-02-13T05:10:17.178Z | [ recovery-image] Feb 13 05:10:15.320 INFO O| Feb 13 05:10:15.320 INFO STEP 1103 (remove_files) COMPLETE |
7803 | 2025-02-13T05:10:17.181Z | [ recovery-image] Feb 13 05:10:15.320 INFO O| Feb 13 05:10:15.320 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7804 | 2025-02-13T05:10:17.219Z | [ recovery-image] Feb 13 05:10:15.361 INFO O| Feb 13 05:10:15.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7805 | 2025-02-13T05:10:17.219Z | [ recovery-image] Feb 13 05:10:15.361 INFO O| Feb 13 05:10:15.361 INFO STEP 1104 (remove_files) COMPLETE |
7806 | 2025-02-13T05:10:17.219Z | [ recovery-image] Feb 13 05:10:15.361 INFO O| Feb 13 05:10:15.361 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2025-02-13T05:10:17.267Z | [ recovery-image] Feb 13 05:10:15.409 INFO O| Feb 13 05:10:15.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7808 | 2025-02-13T05:10:17.275Z | [ recovery-image] Feb 13 05:10:15.409 INFO O| Feb 13 05:10:15.409 INFO STEP 1105 (remove_files) COMPLETE |
7809 | 2025-02-13T05:10:17.275Z | [ recovery-image] Feb 13 05:10:15.409 INFO O| Feb 13 05:10:15.409 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2025-02-13T05:10:17.287Z | [ recovery-image] Feb 13 05:10:15.429 INFO O| Feb 13 05:10:15.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7811 | 2025-02-13T05:10:17.290Z | [ recovery-image] Feb 13 05:10:15.429 INFO O| Feb 13 05:10:15.429 INFO STEP 1106 (remove_files) COMPLETE |
7812 | 2025-02-13T05:10:17.290Z | [ recovery-image] Feb 13 05:10:15.429 INFO O| Feb 13 05:10:15.429 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7813 | 2025-02-13T05:10:17.328Z | [ recovery-image] Feb 13 05:10:15.469 INFO O| Feb 13 05:10:15.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7814 | 2025-02-13T05:10:17.328Z | [ recovery-image] Feb 13 05:10:15.469 INFO O| Feb 13 05:10:15.469 INFO STEP 1107 (remove_files) COMPLETE |
7815 | 2025-02-13T05:10:17.328Z | [ recovery-image] Feb 13 05:10:15.469 INFO O| Feb 13 05:10:15.469 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7816 | 2025-02-13T05:10:17.348Z | [ recovery-image] Feb 13 05:10:15.490 INFO O| Feb 13 05:10:15.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7817 | 2025-02-13T05:10:17.348Z | [ recovery-image] Feb 13 05:10:15.490 INFO O| Feb 13 05:10:15.490 INFO STEP 1108 (remove_files) COMPLETE |
7818 | 2025-02-13T05:10:17.352Z | [ recovery-image] Feb 13 05:10:15.490 INFO O| Feb 13 05:10:15.490 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7819 | 2025-02-13T05:10:17.367Z | [ recovery-image] Feb 13 05:10:15.509 INFO O| Feb 13 05:10:15.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7820 | 2025-02-13T05:10:17.367Z | [ recovery-image] Feb 13 05:10:15.509 INFO O| Feb 13 05:10:15.509 INFO STEP 1109 (remove_files) COMPLETE |
7821 | 2025-02-13T05:10:17.367Z | [ recovery-image] Feb 13 05:10:15.509 INFO O| Feb 13 05:10:15.509 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7822 | 2025-02-13T05:10:17.434Z | [ recovery-image] Feb 13 05:10:15.562 INFO O| Feb 13 05:10:15.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7823 | 2025-02-13T05:10:17.434Z | [ recovery-image] Feb 13 05:10:15.563 INFO O| Feb 13 05:10:15.563 INFO STEP 1110 (remove_files) COMPLETE |
7824 | 2025-02-13T05:10:17.456Z | [ recovery-image] Feb 13 05:10:15.563 INFO O| Feb 13 05:10:15.563 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7825 | 2025-02-13T05:10:17.457Z | [ recovery-image] Feb 13 05:10:15.582 INFO O| Feb 13 05:10:15.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7826 | 2025-02-13T05:10:17.476Z | [ recovery-image] Feb 13 05:10:15.605 INFO O| Feb 13 05:10:15.605 INFO STEP 1111 (remove_files) COMPLETE |
7827 | 2025-02-13T05:10:17.476Z | [ recovery-image] Feb 13 05:10:15.605 INFO O| Feb 13 05:10:15.605 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7828 | 2025-02-13T05:10:17.571Z | [ recovery-image] Feb 13 05:10:15.665 INFO O| Feb 13 05:10:15.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7829 | 2025-02-13T05:10:17.616Z | [ recovery-image] Feb 13 05:10:15.691 INFO O| Feb 13 05:10:15.691 INFO STEP 1112 (remove_files) COMPLETE |
7830 | 2025-02-13T05:10:17.617Z | [ recovery-image] Feb 13 05:10:15.691 INFO O| Feb 13 05:10:15.691 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7831 | 2025-02-13T05:10:17.617Z | [ recovery-image] Feb 13 05:10:15.734 INFO O| Feb 13 05:10:15.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7832 | 2025-02-13T05:10:17.617Z | [ recovery-image] Feb 13 05:10:15.734 INFO O| Feb 13 05:10:15.734 INFO STEP 1113 (remove_files) COMPLETE |
7833 | 2025-02-13T05:10:17.618Z | [ recovery-image] Feb 13 05:10:15.734 INFO O| Feb 13 05:10:15.734 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7834 | 2025-02-13T05:10:17.672Z | [ recovery-image] Feb 13 05:10:15.796 INFO O| Feb 13 05:10:15.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7835 | 2025-02-13T05:10:17.672Z | [ recovery-image] Feb 13 05:10:15.797 INFO O| Feb 13 05:10:15.796 INFO STEP 1114 (remove_files) COMPLETE |
7836 | 2025-02-13T05:10:17.672Z | [ recovery-image] Feb 13 05:10:15.797 INFO O| Feb 13 05:10:15.797 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7837 | 2025-02-13T05:10:17.694Z | [ recovery-image] Feb 13 05:10:15.816 INFO O| Feb 13 05:10:15.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7838 | 2025-02-13T05:10:17.694Z | [ recovery-image] Feb 13 05:10:15.817 INFO O| Feb 13 05:10:15.816 INFO STEP 1115 (remove_files) COMPLETE |
7839 | 2025-02-13T05:10:17.694Z | [ recovery-image] Feb 13 05:10:15.817 INFO O| Feb 13 05:10:15.816 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2025-02-13T05:10:17.754Z | [ recovery-image] Feb 13 05:10:15.857 INFO O| Feb 13 05:10:15.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7841 | 2025-02-13T05:10:17.754Z | [ recovery-image] Feb 13 05:10:15.857 INFO O| Feb 13 05:10:15.857 INFO STEP 1116 (remove_files) COMPLETE |
7842 | 2025-02-13T05:10:17.824Z | [ recovery-image] Feb 13 05:10:15.858 INFO O| Feb 13 05:10:15.857 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2025-02-13T05:10:17.824Z | [ recovery-image] Feb 13 05:10:15.880 INFO O| Feb 13 05:10:15.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7844 | 2025-02-13T05:10:17.825Z | [ recovery-image] Feb 13 05:10:15.880 INFO O| Feb 13 05:10:15.880 INFO STEP 1117 (remove_files) COMPLETE |
7845 | 2025-02-13T05:10:17.825Z | [ recovery-image] Feb 13 05:10:15.880 INFO O| Feb 13 05:10:15.880 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7846 | 2025-02-13T05:10:17.825Z | [ recovery-image] Feb 13 05:10:15.901 INFO O| Feb 13 05:10:15.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7847 | 2025-02-13T05:10:17.825Z | [ recovery-image] Feb 13 05:10:15.901 INFO O| Feb 13 05:10:15.901 INFO STEP 1118 (remove_files) COMPLETE |
7848 | 2025-02-13T05:10:17.825Z | [ recovery-image] Feb 13 05:10:15.901 INFO O| Feb 13 05:10:15.901 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7849 | 2025-02-13T05:10:17.879Z | [ recovery-image] Feb 13 05:10:15.923 INFO O| Feb 13 05:10:15.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7850 | 2025-02-13T05:10:17.879Z | [ recovery-image] Feb 13 05:10:15.923 INFO O| Feb 13 05:10:15.923 INFO STEP 1119 (remove_files) COMPLETE |
7851 | 2025-02-13T05:10:17.879Z | [ recovery-image] Feb 13 05:10:15.923 INFO O| Feb 13 05:10:15.923 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7852 | 2025-02-13T05:10:17.880Z | [ recovery-image] Feb 13 05:10:15.944 INFO O| Feb 13 05:10:15.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7853 | 2025-02-13T05:10:17.880Z | [ recovery-image] Feb 13 05:10:15.944 INFO O| Feb 13 05:10:15.944 INFO STEP 1120 (remove_files) COMPLETE |
7854 | 2025-02-13T05:10:17.880Z | [ recovery-image] Feb 13 05:10:15.944 INFO O| Feb 13 05:10:15.944 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7855 | 2025-02-13T05:10:17.880Z | [ recovery-image] Feb 13 05:10:15.963 INFO O| Feb 13 05:10:15.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7856 | 2025-02-13T05:10:17.880Z | [ recovery-image] Feb 13 05:10:15.963 INFO O| Feb 13 05:10:15.963 INFO STEP 1121 (remove_files) COMPLETE |
7857 | 2025-02-13T05:10:17.880Z | [ recovery-image] Feb 13 05:10:15.964 INFO O| Feb 13 05:10:15.963 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7858 | 2025-02-13T05:10:17.881Z | [ recovery-image] Feb 13 05:10:15.984 INFO O| Feb 13 05:10:15.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7859 | 2025-02-13T05:10:17.881Z | [ recovery-image] Feb 13 05:10:15.984 INFO O| Feb 13 05:10:15.984 INFO STEP 1122 (remove_files) COMPLETE |
7860 | 2025-02-13T05:10:17.881Z | [ recovery-image] Feb 13 05:10:15.984 INFO O| Feb 13 05:10:15.984 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7861 | 2025-02-13T05:10:17.894Z | [ recovery-image] Feb 13 05:10:16.022 INFO O| Feb 13 05:10:16.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7862 | 2025-02-13T05:10:17.894Z | [ recovery-image] Feb 13 05:10:16.022 INFO O| Feb 13 05:10:16.022 INFO STEP 1123 (remove_files) COMPLETE |
7863 | 2025-02-13T05:10:17.894Z | [ recovery-image] Feb 13 05:10:16.022 INFO O| Feb 13 05:10:16.022 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7864 | 2025-02-13T05:10:17.904Z | [ recovery-image] Feb 13 05:10:16.043 INFO O| Feb 13 05:10:16.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7865 | 2025-02-13T05:10:17.905Z | [ recovery-image] Feb 13 05:10:16.043 INFO O| Feb 13 05:10:16.043 INFO STEP 1124 (remove_files) COMPLETE |
7866 | 2025-02-13T05:10:17.905Z | [ recovery-image] Feb 13 05:10:16.043 INFO O| Feb 13 05:10:16.043 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7867 | 2025-02-13T05:10:17.940Z | [ recovery-image] Feb 13 05:10:16.078 INFO O| Feb 13 05:10:16.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7868 | 2025-02-13T05:10:17.940Z | [ recovery-image] Feb 13 05:10:16.078 INFO O| Feb 13 05:10:16.078 INFO STEP 1125 (remove_files) COMPLETE |
7869 | 2025-02-13T05:10:17.948Z | [ recovery-image] Feb 13 05:10:16.078 INFO O| Feb 13 05:10:16.078 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7870 | 2025-02-13T05:10:17.964Z | [ recovery-image] Feb 13 05:10:16.101 INFO O| Feb 13 05:10:16.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7871 | 2025-02-13T05:10:17.964Z | [ recovery-image] Feb 13 05:10:16.101 INFO O| Feb 13 05:10:16.101 INFO STEP 1126 (remove_files) COMPLETE |
7872 | 2025-02-13T05:10:17.964Z | [ recovery-image] Feb 13 05:10:16.101 INFO O| Feb 13 05:10:16.101 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7873 | 2025-02-13T05:10:17.983Z | [ recovery-image] Feb 13 05:10:16.123 INFO O| Feb 13 05:10:16.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7874 | 2025-02-13T05:10:17.983Z | [ recovery-image] Feb 13 05:10:16.123 INFO O| Feb 13 05:10:16.123 INFO STEP 1127 (remove_files) COMPLETE |
7875 | 2025-02-13T05:10:17.983Z | [ recovery-image] Feb 13 05:10:16.123 INFO O| Feb 13 05:10:16.123 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7876 | 2025-02-13T05:10:18.018Z | [ recovery-image] Feb 13 05:10:16.145 INFO O| Feb 13 05:10:16.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7877 | 2025-02-13T05:10:18.019Z | [ recovery-image] Feb 13 05:10:16.145 INFO O| Feb 13 05:10:16.145 INFO STEP 1128 (remove_files) COMPLETE |
7878 | 2025-02-13T05:10:18.019Z | [ recovery-image] Feb 13 05:10:16.145 INFO O| Feb 13 05:10:16.145 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7879 | 2025-02-13T05:10:18.029Z | [ recovery-image] Feb 13 05:10:16.166 INFO O| Feb 13 05:10:16.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7880 | 2025-02-13T05:10:18.029Z | [ recovery-image] Feb 13 05:10:16.166 INFO O| Feb 13 05:10:16.166 INFO STEP 1129 (remove_files) COMPLETE |
7881 | 2025-02-13T05:10:18.034Z | [ recovery-image] Feb 13 05:10:16.166 INFO O| Feb 13 05:10:16.166 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7882 | 2025-02-13T05:10:18.054Z | [ recovery-image] Feb 13 05:10:16.194 INFO O| Feb 13 05:10:16.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7883 | 2025-02-13T05:10:18.054Z | [ recovery-image] Feb 13 05:10:16.194 INFO O| Feb 13 05:10:16.194 INFO STEP 1130 (remove_files) COMPLETE |
7884 | 2025-02-13T05:10:18.060Z | [ recovery-image] Feb 13 05:10:16.194 INFO O| Feb 13 05:10:16.194 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7885 | 2025-02-13T05:10:18.097Z | [ recovery-image] Feb 13 05:10:16.237 INFO O| Feb 13 05:10:16.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7886 | 2025-02-13T05:10:18.098Z | [ recovery-image] Feb 13 05:10:16.238 INFO O| Feb 13 05:10:16.237 INFO STEP 1131 (remove_files) COMPLETE |
7887 | 2025-02-13T05:10:18.098Z | [ recovery-image] Feb 13 05:10:16.238 INFO O| Feb 13 05:10:16.237 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7888 | 2025-02-13T05:10:18.136Z | [ recovery-image] Feb 13 05:10:16.274 INFO O| Feb 13 05:10:16.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7889 | 2025-02-13T05:10:18.136Z | [ recovery-image] Feb 13 05:10:16.275 INFO O| Feb 13 05:10:16.275 INFO STEP 1132 (remove_files) COMPLETE |
7890 | 2025-02-13T05:10:18.136Z | [ recovery-image] Feb 13 05:10:16.275 INFO O| Feb 13 05:10:16.275 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7891 | 2025-02-13T05:10:18.177Z | [ recovery-image] Feb 13 05:10:16.316 INFO O| Feb 13 05:10:16.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7892 | 2025-02-13T05:10:18.177Z | [ recovery-image] Feb 13 05:10:16.316 INFO O| Feb 13 05:10:16.316 INFO STEP 1133 (remove_files) COMPLETE |
7893 | 2025-02-13T05:10:18.177Z | [ recovery-image] Feb 13 05:10:16.316 INFO O| Feb 13 05:10:16.316 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7894 | 2025-02-13T05:10:18.195Z | [ recovery-image] Feb 13 05:10:16.336 INFO O| Feb 13 05:10:16.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7895 | 2025-02-13T05:10:18.195Z | [ recovery-image] Feb 13 05:10:16.336 INFO O| Feb 13 05:10:16.336 INFO STEP 1134 (remove_files) COMPLETE |
7896 | 2025-02-13T05:10:18.196Z | [ recovery-image] Feb 13 05:10:16.336 INFO O| Feb 13 05:10:16.336 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7897 | 2025-02-13T05:10:18.235Z | [ recovery-image] Feb 13 05:10:16.375 INFO O| Feb 13 05:10:16.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7898 | 2025-02-13T05:10:18.240Z | [ recovery-image] Feb 13 05:10:16.375 INFO O| Feb 13 05:10:16.375 INFO STEP 1135 (remove_files) COMPLETE |
7899 | 2025-02-13T05:10:18.240Z | [ recovery-image] Feb 13 05:10:16.375 INFO O| Feb 13 05:10:16.375 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7900 | 2025-02-13T05:10:18.257Z | [ recovery-image] Feb 13 05:10:16.396 INFO O| Feb 13 05:10:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7901 | 2025-02-13T05:10:18.264Z | [ recovery-image] Feb 13 05:10:16.396 INFO O| Feb 13 05:10:16.396 INFO STEP 1136 (remove_files) COMPLETE |
7902 | 2025-02-13T05:10:18.265Z | [ recovery-image] Feb 13 05:10:16.397 INFO O| Feb 13 05:10:16.396 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7903 | 2025-02-13T05:10:18.276Z | [ recovery-image] Feb 13 05:10:16.416 INFO O| Feb 13 05:10:16.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7904 | 2025-02-13T05:10:18.293Z | [ recovery-image] Feb 13 05:10:16.417 INFO O| Feb 13 05:10:16.417 INFO STEP 1137 (remove_files) COMPLETE |
7905 | 2025-02-13T05:10:18.293Z | [ recovery-image] Feb 13 05:10:16.417 INFO O| Feb 13 05:10:16.417 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7906 | 2025-02-13T05:10:18.300Z | [ recovery-image] Feb 13 05:10:16.435 INFO O| Feb 13 05:10:16.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7907 | 2025-02-13T05:10:18.300Z | [ recovery-image] Feb 13 05:10:16.436 INFO O| Feb 13 05:10:16.435 INFO STEP 1138 (remove_files) COMPLETE |
7908 | 2025-02-13T05:10:18.300Z | [ recovery-image] Feb 13 05:10:16.436 INFO O| Feb 13 05:10:16.436 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7909 | 2025-02-13T05:10:18.323Z | [ recovery-image] Feb 13 05:10:16.461 INFO O| Feb 13 05:10:16.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7910 | 2025-02-13T05:10:18.327Z | [ recovery-image] Feb 13 05:10:16.461 INFO O| Feb 13 05:10:16.461 INFO STEP 1139 (remove_files) COMPLETE |
7911 | 2025-02-13T05:10:18.327Z | [ recovery-image] Feb 13 05:10:16.461 INFO O| Feb 13 05:10:16.461 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7912 | 2025-02-13T05:10:18.370Z | [ recovery-image] Feb 13 05:10:16.511 INFO O| Feb 13 05:10:16.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7913 | 2025-02-13T05:10:18.375Z | [ recovery-image] Feb 13 05:10:16.511 INFO O| Feb 13 05:10:16.511 INFO STEP 1140 (remove_files) COMPLETE |
7914 | 2025-02-13T05:10:18.375Z | [ recovery-image] Feb 13 05:10:16.512 INFO O| Feb 13 05:10:16.511 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7915 | 2025-02-13T05:10:18.394Z | [ recovery-image] Feb 13 05:10:16.535 INFO O| Feb 13 05:10:16.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7916 | 2025-02-13T05:10:18.398Z | [ recovery-image] Feb 13 05:10:16.535 INFO O| Feb 13 05:10:16.535 INFO STEP 1141 (remove_files) COMPLETE |
7917 | 2025-02-13T05:10:18.398Z | [ recovery-image] Feb 13 05:10:16.535 INFO O| Feb 13 05:10:16.535 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7918 | 2025-02-13T05:10:18.415Z | [ recovery-image] Feb 13 05:10:16.554 INFO O| Feb 13 05:10:16.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7919 | 2025-02-13T05:10:18.420Z | [ recovery-image] Feb 13 05:10:16.555 INFO O| Feb 13 05:10:16.555 INFO STEP 1142 (remove_files) COMPLETE |
7920 | 2025-02-13T05:10:18.420Z | [ recovery-image] Feb 13 05:10:16.555 INFO O| Feb 13 05:10:16.555 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7921 | 2025-02-13T05:10:18.435Z | [ recovery-image] Feb 13 05:10:16.574 INFO O| Feb 13 05:10:16.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7922 | 2025-02-13T05:10:18.440Z | [ recovery-image] Feb 13 05:10:16.574 INFO O| Feb 13 05:10:16.574 INFO STEP 1143 (remove_files) COMPLETE |
7923 | 2025-02-13T05:10:18.440Z | [ recovery-image] Feb 13 05:10:16.574 INFO O| Feb 13 05:10:16.574 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7924 | 2025-02-13T05:10:18.467Z | [ recovery-image] Feb 13 05:10:16.608 INFO O| Feb 13 05:10:16.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7925 | 2025-02-13T05:10:18.471Z | [ recovery-image] Feb 13 05:10:16.608 INFO O| Feb 13 05:10:16.608 INFO STEP 1144 (remove_files) COMPLETE |
7926 | 2025-02-13T05:10:18.471Z | [ recovery-image] Feb 13 05:10:16.608 INFO O| Feb 13 05:10:16.608 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7927 | 2025-02-13T05:10:18.496Z | [ recovery-image] Feb 13 05:10:16.635 INFO O| Feb 13 05:10:16.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7928 | 2025-02-13T05:10:18.496Z | [ recovery-image] Feb 13 05:10:16.635 INFO O| Feb 13 05:10:16.635 INFO STEP 1145 (remove_files) COMPLETE |
7929 | 2025-02-13T05:10:18.501Z | [ recovery-image] Feb 13 05:10:16.635 INFO O| Feb 13 05:10:16.635 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7930 | 2025-02-13T05:10:18.537Z | [ recovery-image] Feb 13 05:10:16.677 INFO O| Feb 13 05:10:16.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7931 | 2025-02-13T05:10:18.538Z | [ recovery-image] Feb 13 05:10:16.677 INFO O| Feb 13 05:10:16.677 INFO STEP 1146 (remove_files) COMPLETE |
7932 | 2025-02-13T05:10:18.538Z | [ recovery-image] Feb 13 05:10:16.677 INFO O| Feb 13 05:10:16.677 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7933 | 2025-02-13T05:10:18.568Z | [ recovery-image] Feb 13 05:10:16.709 INFO O| Feb 13 05:10:16.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7934 | 2025-02-13T05:10:18.568Z | [ recovery-image] Feb 13 05:10:16.709 INFO O| Feb 13 05:10:16.709 INFO STEP 1147 (remove_files) COMPLETE |
7935 | 2025-02-13T05:10:18.568Z | [ recovery-image] Feb 13 05:10:16.709 INFO O| Feb 13 05:10:16.709 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7936 | 2025-02-13T05:10:18.590Z | [ recovery-image] Feb 13 05:10:16.729 INFO O| Feb 13 05:10:16.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7937 | 2025-02-13T05:10:18.590Z | [ recovery-image] Feb 13 05:10:16.729 INFO O| Feb 13 05:10:16.729 INFO STEP 1148 (remove_files) COMPLETE |
7938 | 2025-02-13T05:10:18.590Z | [ recovery-image] Feb 13 05:10:16.729 INFO O| Feb 13 05:10:16.729 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7939 | 2025-02-13T05:10:18.608Z | [ recovery-image] Feb 13 05:10:16.749 INFO O| Feb 13 05:10:16.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7940 | 2025-02-13T05:10:18.608Z | [ recovery-image] Feb 13 05:10:16.749 INFO O| Feb 13 05:10:16.749 INFO STEP 1149 (remove_files) COMPLETE |
7941 | 2025-02-13T05:10:18.613Z | [ recovery-image] Feb 13 05:10:16.749 INFO O| Feb 13 05:10:16.749 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7942 | 2025-02-13T05:10:18.661Z | [ recovery-image] Feb 13 05:10:16.803 INFO O| Feb 13 05:10:16.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7943 | 2025-02-13T05:10:18.661Z | [ recovery-image] Feb 13 05:10:16.803 INFO O| Feb 13 05:10:16.803 INFO STEP 1150 (remove_files) COMPLETE |
7944 | 2025-02-13T05:10:18.662Z | [ recovery-image] Feb 13 05:10:16.803 INFO O| Feb 13 05:10:16.803 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7945 | 2025-02-13T05:10:18.682Z | [ recovery-image] Feb 13 05:10:16.823 INFO O| Feb 13 05:10:16.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7946 | 2025-02-13T05:10:18.682Z | [ recovery-image] Feb 13 05:10:16.823 INFO O| Feb 13 05:10:16.823 INFO STEP 1151 (remove_files) COMPLETE |
7947 | 2025-02-13T05:10:18.682Z | [ recovery-image] Feb 13 05:10:16.823 INFO O| Feb 13 05:10:16.823 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7948 | 2025-02-13T05:10:18.700Z | [ recovery-image] Feb 13 05:10:16.841 INFO O| Feb 13 05:10:16.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7949 | 2025-02-13T05:10:18.700Z | [ recovery-image] Feb 13 05:10:16.841 INFO O| Feb 13 05:10:16.841 INFO STEP 1152 (remove_files) COMPLETE |
7950 | 2025-02-13T05:10:18.700Z | [ recovery-image] Feb 13 05:10:16.841 INFO O| Feb 13 05:10:16.841 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7951 | 2025-02-13T05:10:18.719Z | [ recovery-image] Feb 13 05:10:16.859 INFO O| Feb 13 05:10:16.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7952 | 2025-02-13T05:10:18.719Z | [ recovery-image] Feb 13 05:10:16.859 INFO O| Feb 13 05:10:16.859 INFO STEP 1153 (remove_files) COMPLETE |
7953 | 2025-02-13T05:10:18.719Z | [ recovery-image] Feb 13 05:10:16.859 INFO O| Feb 13 05:10:16.859 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7954 | 2025-02-13T05:10:18.752Z | [ recovery-image] Feb 13 05:10:16.893 INFO O| Feb 13 05:10:16.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7955 | 2025-02-13T05:10:18.752Z | [ recovery-image] Feb 13 05:10:16.893 INFO O| Feb 13 05:10:16.893 INFO STEP 1154 (remove_files) COMPLETE |
7956 | 2025-02-13T05:10:18.752Z | [ recovery-image] Feb 13 05:10:16.893 INFO O| Feb 13 05:10:16.893 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7957 | 2025-02-13T05:10:18.814Z | [ recovery-image] Feb 13 05:10:16.955 INFO O| Feb 13 05:10:16.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7958 | 2025-02-13T05:10:18.814Z | [ recovery-image] Feb 13 05:10:16.955 INFO O| Feb 13 05:10:16.955 INFO STEP 1155 (remove_files) COMPLETE |
7959 | 2025-02-13T05:10:18.814Z | [ recovery-image] Feb 13 05:10:16.955 INFO O| Feb 13 05:10:16.955 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7960 | 2025-02-13T05:10:18.862Z | [ recovery-image] Feb 13 05:10:17.004 INFO O| Feb 13 05:10:17.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7961 | 2025-02-13T05:10:18.862Z | [ recovery-image] Feb 13 05:10:17.004 INFO O| Feb 13 05:10:17.004 INFO STEP 1156 (remove_files) COMPLETE |
7962 | 2025-02-13T05:10:18.862Z | [ recovery-image] Feb 13 05:10:17.004 INFO O| Feb 13 05:10:17.004 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7963 | 2025-02-13T05:10:18.904Z | [ recovery-image] Feb 13 05:10:17.046 INFO O| Feb 13 05:10:17.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7964 | 2025-02-13T05:10:18.907Z | [ recovery-image] Feb 13 05:10:17.046 INFO O| Feb 13 05:10:17.046 INFO STEP 1157 (remove_files) COMPLETE |
7965 | 2025-02-13T05:10:18.907Z | [ recovery-image] Feb 13 05:10:17.046 INFO O| Feb 13 05:10:17.046 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7966 | 2025-02-13T05:10:18.924Z | [ recovery-image] Feb 13 05:10:17.065 INFO O| Feb 13 05:10:17.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7967 | 2025-02-13T05:10:18.924Z | [ recovery-image] Feb 13 05:10:17.065 INFO O| Feb 13 05:10:17.065 INFO STEP 1158 (remove_files) COMPLETE |
7968 | 2025-02-13T05:10:18.924Z | [ recovery-image] Feb 13 05:10:17.065 INFO O| Feb 13 05:10:17.065 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7969 | 2025-02-13T05:10:18.943Z | [ recovery-image] Feb 13 05:10:17.084 INFO O| Feb 13 05:10:17.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7970 | 2025-02-13T05:10:18.943Z | [ recovery-image] Feb 13 05:10:17.084 INFO O| Feb 13 05:10:17.084 INFO STEP 1159 (remove_files) COMPLETE |
7971 | 2025-02-13T05:10:18.946Z | [ recovery-image] Feb 13 05:10:17.084 INFO O| Feb 13 05:10:17.084 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7972 | 2025-02-13T05:10:18.963Z | [ recovery-image] Feb 13 05:10:17.104 INFO O| Feb 13 05:10:17.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7973 | 2025-02-13T05:10:18.963Z | [ recovery-image] Feb 13 05:10:17.104 INFO O| Feb 13 05:10:17.104 INFO STEP 1160 (remove_files) COMPLETE |
7974 | 2025-02-13T05:10:18.963Z | [ recovery-image] Feb 13 05:10:17.104 INFO O| Feb 13 05:10:17.104 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7975 | 2025-02-13T05:10:18.983Z | [ recovery-image] Feb 13 05:10:17.124 INFO O| Feb 13 05:10:17.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7976 | 2025-02-13T05:10:18.983Z | [ recovery-image] Feb 13 05:10:17.124 INFO O| Feb 13 05:10:17.124 INFO STEP 1161 (remove_files) COMPLETE |
7977 | 2025-02-13T05:10:18.983Z | [ recovery-image] Feb 13 05:10:17.124 INFO O| Feb 13 05:10:17.124 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7978 | 2025-02-13T05:10:19.003Z | [ recovery-image] Feb 13 05:10:17.144 INFO O| Feb 13 05:10:17.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7979 | 2025-02-13T05:10:19.003Z | [ recovery-image] Feb 13 05:10:17.144 INFO O| Feb 13 05:10:17.144 INFO STEP 1162 (remove_files) COMPLETE |
7980 | 2025-02-13T05:10:19.006Z | [ recovery-image] Feb 13 05:10:17.144 INFO O| Feb 13 05:10:17.144 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7981 | 2025-02-13T05:10:19.031Z | [ recovery-image] Feb 13 05:10:17.172 INFO O| Feb 13 05:10:17.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7982 | 2025-02-13T05:10:19.031Z | [ recovery-image] Feb 13 05:10:17.172 INFO O| Feb 13 05:10:17.172 INFO STEP 1163 (remove_files) COMPLETE |
7983 | 2025-02-13T05:10:19.031Z | [ recovery-image] Feb 13 05:10:17.172 INFO O| Feb 13 05:10:17.172 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7984 | 2025-02-13T05:10:19.063Z | [ recovery-image] Feb 13 05:10:17.204 INFO O| Feb 13 05:10:17.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7985 | 2025-02-13T05:10:19.063Z | [ recovery-image] Feb 13 05:10:17.204 INFO O| Feb 13 05:10:17.204 INFO STEP 1164 (remove_files) COMPLETE |
7986 | 2025-02-13T05:10:19.063Z | [ recovery-image] Feb 13 05:10:17.204 INFO O| Feb 13 05:10:17.204 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7987 | 2025-02-13T05:10:19.127Z | [ recovery-image] Feb 13 05:10:17.269 INFO O| Feb 13 05:10:17.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7988 | 2025-02-13T05:10:19.128Z | [ recovery-image] Feb 13 05:10:17.269 INFO O| Feb 13 05:10:17.269 INFO STEP 1165 (remove_files) COMPLETE |
7989 | 2025-02-13T05:10:19.130Z | [ recovery-image] Feb 13 05:10:17.269 INFO O| Feb 13 05:10:17.269 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7990 | 2025-02-13T05:10:19.158Z | [ recovery-image] Feb 13 05:10:17.299 INFO O| Feb 13 05:10:17.299 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7991 | 2025-02-13T05:10:19.158Z | [ recovery-image] Feb 13 05:10:17.300 INFO O| Feb 13 05:10:17.300 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7992 | 2025-02-13T05:10:21.382Z | [ recovery-image] Feb 13 05:10:19.523 INFO O| Feb 13 05:10:19.523 INFO STEP 1166 (pack_tar) COMPLETE |
7993 | 2025-02-13T05:10:21.382Z | [ recovery-image] Feb 13 05:10:19.523 INFO O| Feb 13 05:10:19.523 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7994 | 2025-02-13T05:10:21.385Z | [ recovery-image] Feb 13 05:10:19.523 INFO O| Feb 13 05:10:19.523 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7995 | 2025-02-13T05:10:21.700Z | [ recovery-image] Feb 13 05:10:19.841 INFO O| Feb 13 05:10:19.840 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7996 | 2025-02-13T05:10:21.830Z | [ recovery-image] Feb 13 05:10:19.971 INFO O| Feb 13 05:10:19.970 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7997 | 2025-02-13T05:10:21.840Z | [ recovery-image] Feb 13 05:10:19.981 INFO image builder template: zfs-recovery... |
7998 | 2025-02-13T05:10:21.840Z | [ recovery-image] Feb 13 05:10:19.981 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/.tmpTHrw9f/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 |
7999 | 2025-02-13T05:10:21.892Z | [ recovery-image] Feb 13 05:10:20.033 INFO O| Feb 13 05:10:20.033 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8000 | 2025-02-13T05:10:21.920Z | [ recovery-image] Feb 13 05:10:20.061 INFO O| Feb 13 05:10:20.061 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8001 | 2025-02-13T05:10:22.038Z | [ recovery-image] Feb 13 05:10:20.179 INFO O| Feb 13 05:10:20.179 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8002 | 2025-02-13T05:10:22.123Z | [ recovery-image] Feb 13 05:10:20.264 INFO O| Feb 13 05:10:20.264 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8003 | 2025-02-13T05:10:22.126Z | [ recovery-image] Feb 13 05:10:20.264 INFO O| Feb 13 05:10:20.264 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8004 | 2025-02-13T05:10:22.131Z | [ recovery-image] Feb 13 05:10:20.272 INFO O| Feb 13 05:10:20.272 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8005 | 2025-02-13T05:10:22.228Z | [ recovery-image] Feb 13 05:10:20.369 INFO O| Feb 13 05:10:20.369 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8006 | 2025-02-13T05:10:22.294Z | [ recovery-image] Feb 13 05:10:20.435 INFO O| Feb 13 05:10:20.435 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8007 | 2025-02-13T05:10:22.331Z | [ recovery-image] Feb 13 05:10:20.472 INFO O| Feb 13 05:10:20.472 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8008 | 2025-02-13T05:10:22.340Z | [ recovery-image] Feb 13 05:10:20.481 INFO O| Feb 13 05:10:20.481 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8009 | 2025-02-13T05:10:22.402Z | [ recovery-image] Feb 13 05:10:20.543 INFO O| Feb 13 05:10:20.543 INFO no lofi found |
8010 | 2025-02-13T05:10:22.404Z | [ recovery-image] Feb 13 05:10:20.543 INFO O| Feb 13 05:10:20.543 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8011 | 2025-02-13T05:10:22.404Z | [ recovery-image] Feb 13 05:10:20.543 INFO O| Feb 13 05:10:20.543 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8012 | 2025-02-13T05:10:24.872Z | [ recovery-image] Feb 13 05:10:23.012 INFO O| Feb 13 05:10:23.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
8013 | 2025-02-13T05:10:24.872Z | [ recovery-image] Feb 13 05:10:23.012 INFO O| Feb 13 05:10:23.012 INFO pool device = /dev/dsk/c2t1d0p0 |
8014 | 2025-02-13T05:10:24.875Z | [ recovery-image] Feb 13 05:10:23.013 INFO O| Feb 13 05:10:23.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8015 | 2025-02-13T05:10:25.088Z | [ recovery-image] Feb 13 05:10:23.228 INFO O| Feb 13 05:10:23.228 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8016 | 2025-02-13T05:10:25.088Z | [ recovery-image] Feb 13 05:10:23.228 INFO O| Feb 13 05:10:23.228 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8017 | 2025-02-13T05:10:25.119Z | [ recovery-image] Feb 13 05:10:23.260 INFO O| Feb 13 05:10:23.260 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8018 | 2025-02-13T05:10:25.484Z | [ recovery-image] Feb 13 05:10:23.625 INFO O| Feb 13 05:10:23.625 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8019 | 2025-02-13T05:10:25.544Z | [ recovery-image] Feb 13 05:10:23.685 INFO O| Feb 13 05:10:23.685 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8020 | 2025-02-13T05:10:25.572Z | [ recovery-image] Feb 13 05:10:23.713 INFO O| Feb 13 05:10:23.712 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8021 | 2025-02-13T05:10:25.593Z | [ recovery-image] Feb 13 05:10:23.734 INFO O| Feb 13 05:10:23.734 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8022 | 2025-02-13T05:10:25.693Z | [ recovery-image] Feb 13 05:10:23.834 INFO O| Feb 13 05:10:23.834 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8023 | 2025-02-13T05:10:25.696Z | [ recovery-image] Feb 13 05:10:23.834 INFO O| Feb 13 05:10:23.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8024 | 2025-02-13T05:10:25.696Z | [ recovery-image] Feb 13 05:10:23.834 INFO O| Feb 13 05:10:23.834 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8025 | 2025-02-13T05:10:25.767Z | [ recovery-image] Feb 13 05:10:23.908 INFO O| Feb 13 05:10:23.908 INFO boot environment UUID: 5fe20c87-8bfd-46b2-8795-548751e023f4 |
8026 | 2025-02-13T05:10:25.767Z | [ recovery-image] Feb 13 05:10:23.908 INFO O| Feb 13 05:10:23.908 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5fe20c87-8bfd-46b2-8795-548751e023f4 |
8027 | 2025-02-13T05:10:25.829Z | [ recovery-image] Feb 13 05:10:23.969 INFO O| Feb 13 05:10:23.969 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8028 | 2025-02-13T05:10:25.906Z | [ recovery-image] Feb 13 05:10:24.046 INFO O| Feb 13 05:10:24.046 INFO STEP 0 (create_be) COMPLETE |
8029 | 2025-02-13T05:10:25.906Z | [ recovery-image] Feb 13 05:10:24.046 INFO O| Feb 13 05:10:24.046 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8030 | 2025-02-13T05:10:26.077Z | [ recovery-image] Feb 13 05:10:24.218 INFO O| Feb 13 05:10:24.218 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"] |
8031 | 2025-02-13T05:10:33.247Z | [ recovery-image] Feb 13 05:10:31.387 INFO O| Feb 13 05:10:31.387 INFO STEP 1 (unpack_tar) COMPLETE |
8032 | 2025-02-13T05:10:33.247Z | [ recovery-image] Feb 13 05:10:31.387 INFO O| Feb 13 05:10:31.387 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8033 | 2025-02-13T05:10:33.267Z | [ recovery-image] Feb 13 05:10:31.407 INFO O| Feb 13 05:10:31.407 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8034 | 2025-02-13T05:10:34.145Z | [ recovery-image] Feb 13 05:10:32.279 INFO O| Feb 13 05:10:32.279 INFO STEP 2 (devfsadm) COMPLETE |
8035 | 2025-02-13T05:10:34.145Z | [ recovery-image] Feb 13 05:10:32.279 INFO O| Feb 13 05:10:32.279 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8036 | 2025-02-13T05:10:34.165Z | [ recovery-image] Feb 13 05:10:32.301 INFO O| Feb 13 05:10:32.301 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8037 | 2025-02-13T05:10:34.166Z | [ recovery-image] Feb 13 05:10:32.301 INFO O| Feb 13 05:10:32.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8038 | 2025-02-13T05:10:34.166Z | [ recovery-image] Feb 13 05:10:32.301 INFO O| Feb 13 05:10:32.301 INFO STEP 3 (ensure_dir) COMPLETE |
8039 | 2025-02-13T05:10:34.172Z | [ recovery-image] Feb 13 05:10:32.301 INFO O| Feb 13 05:10:32.301 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8040 | 2025-02-13T05:10:34.184Z | [ recovery-image] Feb 13 05:10:32.322 INFO O| Feb 13 05:10:32.322 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8041 | 2025-02-13T05:10:34.184Z | [ recovery-image] Feb 13 05:10:32.322 INFO O| Feb 13 05:10:32.322 INFO STEP 4 (ensure_dir) COMPLETE |
8042 | 2025-02-13T05:10:34.198Z | [ recovery-image] Feb 13 05:10:32.322 INFO O| Feb 13 05:10:32.322 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8043 | 2025-02-13T05:10:34.224Z | [ recovery-image] Feb 13 05:10:32.359 INFO O| Feb 13 05:10:32.359 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8044 | 2025-02-13T05:10:34.224Z | [ recovery-image] Feb 13 05:10:32.359 INFO O| Feb 13 05:10:32.359 INFO STEP 5 (ensure_dir) COMPLETE |
8045 | 2025-02-13T05:10:34.234Z | [ recovery-image] Feb 13 05:10:32.359 INFO O| Feb 13 05:10:32.359 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8046 | 2025-02-13T05:10:34.301Z | [ recovery-image] Feb 13 05:10:32.437 INFO O| Feb 13 05:10:32.437 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8047 | 2025-02-13T05:10:34.301Z | [ recovery-image] Feb 13 05:10:32.437 INFO O| Feb 13 05:10:32.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8048 | 2025-02-13T05:10:34.301Z | [ recovery-image] Feb 13 05:10:32.437 INFO O| Feb 13 05:10:32.437 INFO STEP 6 (ensure_dir) COMPLETE |
8049 | 2025-02-13T05:10:34.306Z | [ recovery-image] Feb 13 05:10:32.437 INFO O| Feb 13 05:10:32.437 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8050 | 2025-02-13T05:10:34.341Z | [ recovery-image] Feb 13 05:10:32.470 INFO O| Feb 13 05:10:32.470 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8051 | 2025-02-13T05:10:34.341Z | [ recovery-image] Feb 13 05:10:32.470 INFO O| Feb 13 05:10:32.470 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8052 | 2025-02-13T05:10:34.341Z | [ recovery-image] Feb 13 05:10:32.470 INFO O| Feb 13 05:10:32.470 INFO STEP 7 (ensure_dir) COMPLETE |
8053 | 2025-02-13T05:10:34.347Z | [ recovery-image] Feb 13 05:10:32.470 INFO O| Feb 13 05:10:32.470 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8054 | 2025-02-13T05:10:34.354Z | [ recovery-image] Feb 13 05:10:32.489 INFO O| Feb 13 05:10:32.489 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8055 | 2025-02-13T05:10:34.354Z | [ recovery-image] Feb 13 05:10:32.490 INFO O| Feb 13 05:10:32.490 INFO STEP 8 (remove_files) COMPLETE |
8056 | 2025-02-13T05:10:34.355Z | [ recovery-image] Feb 13 05:10:32.490 INFO O| Feb 13 05:10:32.490 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8057 | 2025-02-13T05:10:34.385Z | [ recovery-image] Feb 13 05:10:32.522 INFO O| Feb 13 05:10:32.522 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8058 | 2025-02-13T05:10:34.390Z | [ recovery-image] Feb 13 05:10:32.523 INFO O| Feb 13 05:10:32.523 INFO STEP 9 (remove_files) COMPLETE |
8059 | 2025-02-13T05:10:34.390Z | [ recovery-image] Feb 13 05:10:32.523 INFO O| Feb 13 05:10:32.523 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8060 | 2025-02-13T05:10:34.408Z | [ recovery-image] Feb 13 05:10:32.545 INFO O| Feb 13 05:10:32.545 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8061 | 2025-02-13T05:10:34.414Z | [ recovery-image] Feb 13 05:10:32.547 INFO O| Feb 13 05:10:32.547 INFO STEP 10 (remove_files) COMPLETE |
8062 | 2025-02-13T05:10:34.414Z | [ recovery-image] Feb 13 05:10:32.547 INFO O| Feb 13 05:10:32.547 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8063 | 2025-02-13T05:10:34.429Z | [ recovery-image] Feb 13 05:10:32.567 INFO O| Feb 13 05:10:32.567 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8064 | 2025-02-13T05:10:34.429Z | [ recovery-image] Feb 13 05:10:32.568 INFO O| Feb 13 05:10:32.567 INFO STEP 11 (remove_files) COMPLETE |
8065 | 2025-02-13T05:10:34.429Z | [ recovery-image] Feb 13 05:10:32.568 INFO O| Feb 13 05:10:32.567 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8066 | 2025-02-13T05:10:34.459Z | [ recovery-image] Feb 13 05:10:32.597 INFO O| Feb 13 05:10:32.597 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8067 | 2025-02-13T05:10:34.463Z | [ recovery-image] Feb 13 05:10:32.598 INFO O| Feb 13 05:10:32.598 INFO STEP 12 (remove_files) COMPLETE |
8068 | 2025-02-13T05:10:34.463Z | [ recovery-image] Feb 13 05:10:32.598 INFO O| Feb 13 05:10:32.598 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8069 | 2025-02-13T05:10:34.481Z | [ recovery-image] Feb 13 05:10:32.620 INFO O| Feb 13 05:10:32.620 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8070 | 2025-02-13T05:10:34.486Z | [ recovery-image] Feb 13 05:10:32.620 INFO O| Feb 13 05:10:32.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8071 | 2025-02-13T05:10:34.486Z | [ recovery-image] Feb 13 05:10:32.621 INFO O| Feb 13 05:10:32.620 INFO STEP 13 (ensure_dir) COMPLETE |
8072 | 2025-02-13T05:10:34.486Z | [ recovery-image] Feb 13 05:10:32.621 INFO O| Feb 13 05:10:32.620 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8073 | 2025-02-13T05:10:34.506Z | [ recovery-image] Feb 13 05:10:32.644 INFO O| Feb 13 05:10:32.644 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8074 | 2025-02-13T05:10:34.506Z | [ recovery-image] Feb 13 05:10:32.644 INFO O| Feb 13 05:10:32.644 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8075 | 2025-02-13T05:10:34.511Z | [ recovery-image] Feb 13 05:10:32.644 INFO O| Feb 13 05:10:32.644 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8076 | 2025-02-13T05:10:34.511Z | [ recovery-image] Feb 13 05:10:32.644 INFO O| Feb 13 05:10:32.644 INFO STEP 14 (ensure_dir) COMPLETE |
8077 | 2025-02-13T05:10:34.511Z | [ recovery-image] Feb 13 05:10:32.644 INFO O| Feb 13 05:10:32.644 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8078 | 2025-02-13T05:10:34.525Z | [ recovery-image] Feb 13 05:10:32.663 INFO O| Feb 13 05:10:32.663 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8079 | 2025-02-13T05:10:34.531Z | [ recovery-image] Feb 13 05:10:32.663 INFO O| Feb 13 05:10:32.663 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8080 | 2025-02-13T05:10:34.531Z | [ recovery-image] Feb 13 05:10:32.663 INFO O| Feb 13 05:10:32.663 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8081 | 2025-02-13T05:10:34.531Z | [ recovery-image] Feb 13 05:10:32.663 INFO O| Feb 13 05:10:32.663 INFO STEP 15 (ensure_dir) COMPLETE |
8082 | 2025-02-13T05:10:34.531Z | [ recovery-image] Feb 13 05:10:32.663 INFO O| Feb 13 05:10:32.663 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8083 | 2025-02-13T05:10:34.545Z | [ recovery-image] Feb 13 05:10:32.682 INFO O| Feb 13 05:10:32.681 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8084 | 2025-02-13T05:10:34.545Z | [ recovery-image] Feb 13 05:10:32.682 INFO O| Feb 13 05:10:32.682 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8085 | 2025-02-13T05:10:34.545Z | [ recovery-image] Feb 13 05:10:32.682 INFO O| Feb 13 05:10:32.682 INFO STEP 16 (ensure_dir) COMPLETE |
8086 | 2025-02-13T05:10:34.545Z | [ recovery-image] Feb 13 05:10:32.682 INFO O| Feb 13 05:10:32.682 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8087 | 2025-02-13T05:10:34.561Z | [ recovery-image] Feb 13 05:10:32.700 INFO O| Feb 13 05:10:32.700 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8088 | 2025-02-13T05:10:34.561Z | [ recovery-image] Feb 13 05:10:32.701 INFO O| Feb 13 05:10:32.701 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8089 | 2025-02-13T05:10:34.561Z | [ recovery-image] Feb 13 05:10:32.701 INFO O| Feb 13 05:10:32.701 INFO STEP 17 (ensure_dir) COMPLETE |
8090 | 2025-02-13T05:10:34.564Z | [ recovery-image] Feb 13 05:10:32.701 INFO O| Feb 13 05:10:32.701 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8091 | 2025-02-13T05:10:34.579Z | [ recovery-image] Feb 13 05:10:32.719 INFO O| Feb 13 05:10:32.718 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8092 | 2025-02-13T05:10:34.579Z | [ recovery-image] Feb 13 05:10:32.719 INFO O| Feb 13 05:10:32.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8093 | 2025-02-13T05:10:34.579Z | [ recovery-image] Feb 13 05:10:32.719 INFO O| Feb 13 05:10:32.719 INFO ok! |
8094 | 2025-02-13T05:10:34.579Z | [ recovery-image] Feb 13 05:10:32.719 INFO O| Feb 13 05:10:32.719 INFO STEP 18 (ensure_symlink) COMPLETE |
8095 | 2025-02-13T05:10:34.579Z | [ recovery-image] Feb 13 05:10:32.719 INFO O| Feb 13 05:10:32.719 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8096 | 2025-02-13T05:10:34.597Z | [ recovery-image] Feb 13 05:10:32.737 INFO O| Feb 13 05:10:32.736 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8097 | 2025-02-13T05:10:34.597Z | [ recovery-image] Feb 13 05:10:32.737 INFO O| Feb 13 05:10:32.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8098 | 2025-02-13T05:10:34.597Z | [ recovery-image] Feb 13 05:10:32.737 INFO O| Feb 13 05:10:32.737 INFO ok! |
8099 | 2025-02-13T05:10:34.597Z | [ recovery-image] Feb 13 05:10:32.737 INFO O| Feb 13 05:10:32.737 INFO STEP 19 (ensure_file) COMPLETE |
8100 | 2025-02-13T05:10:34.597Z | [ recovery-image] Feb 13 05:10:32.737 INFO O| Feb 13 05:10:32.737 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8101 | 2025-02-13T05:10:34.648Z | [ recovery-image] Feb 13 05:10:32.787 INFO O| Feb 13 05:10:32.787 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8102 | 2025-02-13T05:10:34.648Z | [ recovery-image] Feb 13 05:10:32.787 INFO O| Feb 13 05:10:32.787 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8103 | 2025-02-13T05:10:34.650Z | [ recovery-image] Feb 13 05:10:32.788 INFO O| Feb 13 05:10:32.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8104 | 2025-02-13T05:10:34.650Z | [ recovery-image] Feb 13 05:10:32.788 INFO O| Feb 13 05:10:32.788 INFO ok! |
8105 | 2025-02-13T05:10:34.651Z | [ recovery-image] Feb 13 05:10:32.788 INFO O| Feb 13 05:10:32.788 INFO STEP 20 (ensure_symlink) COMPLETE |
8106 | 2025-02-13T05:10:34.651Z | [ recovery-image] Feb 13 05:10:32.788 INFO O| Feb 13 05:10:32.788 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8107 | 2025-02-13T05:10:34.704Z | [ recovery-image] Feb 13 05:10:32.844 INFO O| Feb 13 05:10:32.844 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8108 | 2025-02-13T05:10:34.704Z | [ recovery-image] Feb 13 05:10:32.844 INFO O| Feb 13 05:10:32.844 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8109 | 2025-02-13T05:10:34.704Z | [ recovery-image] Feb 13 05:10:32.844 INFO O| Feb 13 05:10:32.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8110 | 2025-02-13T05:10:34.704Z | [ recovery-image] Feb 13 05:10:32.844 INFO O| Feb 13 05:10:32.844 INFO ok! |
8111 | 2025-02-13T05:10:34.707Z | [ recovery-image] Feb 13 05:10:32.844 INFO O| Feb 13 05:10:32.844 INFO STEP 21 (ensure_symlink) COMPLETE |
8112 | 2025-02-13T05:10:34.707Z | [ recovery-image] Feb 13 05:10:32.844 INFO O| Feb 13 05:10:32.844 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8113 | 2025-02-13T05:10:34.763Z | [ recovery-image] Feb 13 05:10:32.902 INFO O| Feb 13 05:10:32.902 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8114 | 2025-02-13T05:10:34.763Z | [ recovery-image] Feb 13 05:10:32.902 INFO O| Feb 13 05:10:32.902 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8115 | 2025-02-13T05:10:34.765Z | [ recovery-image] Feb 13 05:10:32.902 INFO O| Feb 13 05:10:32.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8116 | 2025-02-13T05:10:34.765Z | [ recovery-image] Feb 13 05:10:32.903 INFO O| Feb 13 05:10:32.902 INFO ok! |
8117 | 2025-02-13T05:10:34.765Z | [ recovery-image] Feb 13 05:10:32.903 INFO O| Feb 13 05:10:32.903 INFO STEP 22 (ensure_symlink) COMPLETE |
8118 | 2025-02-13T05:10:34.765Z | [ recovery-image] Feb 13 05:10:32.903 INFO O| Feb 13 05:10:32.903 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8119 | 2025-02-13T05:10:34.783Z | [ recovery-image] Feb 13 05:10:32.922 INFO O| Feb 13 05:10:32.922 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8120 | 2025-02-13T05:10:34.785Z | [ recovery-image] Feb 13 05:10:32.922 INFO O| Feb 13 05:10:32.922 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8121 | 2025-02-13T05:10:34.785Z | [ recovery-image] Feb 13 05:10:32.923 INFO O| Feb 13 05:10:32.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8122 | 2025-02-13T05:10:34.785Z | [ recovery-image] Feb 13 05:10:32.923 INFO O| Feb 13 05:10:32.923 INFO ok! |
8123 | 2025-02-13T05:10:34.785Z | [ recovery-image] Feb 13 05:10:32.923 INFO O| Feb 13 05:10:32.923 INFO STEP 23 (ensure_symlink) COMPLETE |
8124 | 2025-02-13T05:10:34.785Z | [ recovery-image] Feb 13 05:10:32.923 INFO O| Feb 13 05:10:32.923 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8125 | 2025-02-13T05:10:34.803Z | [ recovery-image] Feb 13 05:10:32.943 INFO O| Feb 13 05:10:32.943 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8126 | 2025-02-13T05:10:34.803Z | [ recovery-image] Feb 13 05:10:32.943 INFO O| Feb 13 05:10:32.943 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 ... |
8127 | 2025-02-13T05:10:34.806Z | [ recovery-image] Feb 13 05:10:32.943 INFO O| Feb 13 05:10:32.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8128 | 2025-02-13T05:10:34.806Z | [ recovery-image] Feb 13 05:10:32.943 INFO O| Feb 13 05:10:32.943 INFO ok! |
8129 | 2025-02-13T05:10:34.806Z | [ recovery-image] Feb 13 05:10:32.943 INFO O| Feb 13 05:10:32.943 INFO STEP 24 (ensure_file) COMPLETE |
8130 | 2025-02-13T05:10:34.806Z | [ recovery-image] Feb 13 05:10:32.943 INFO O| Feb 13 05:10:32.943 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8131 | 2025-02-13T05:10:34.824Z | [ recovery-image] Feb 13 05:10:32.963 INFO O| Feb 13 05:10:32.963 INFO updating shadow file |
8132 | 2025-02-13T05:10:34.826Z | [ recovery-image] Feb 13 05:10:32.964 INFO O| Feb 13 05:10:32.963 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8133 | 2025-02-13T05:10:34.826Z | [ recovery-image] Feb 13 05:10:32.964 INFO O| Feb 13 05:10:32.963 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8134 | 2025-02-13T05:10:34.826Z | [ recovery-image] Feb 13 05:10:32.964 INFO O| Feb 13 05:10:32.964 INFO STEP 25 (shadow) COMPLETE |
8135 | 2025-02-13T05:10:34.826Z | [ recovery-image] Feb 13 05:10:32.964 INFO O| Feb 13 05:10:32.964 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8136 | 2025-02-13T05:10:34.852Z | [ recovery-image] Feb 13 05:10:32.992 INFO O| Feb 13 05:10:32.991 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8137 | 2025-02-13T05:10:34.854Z | [ recovery-image] Feb 13 05:10:32.992 INFO O| Feb 13 05:10:32.992 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8138 | 2025-02-13T05:10:34.854Z | [ recovery-image] Feb 13 05:10:32.992 INFO O| Feb 13 05:10:32.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8139 | 2025-02-13T05:10:34.854Z | [ recovery-image] Feb 13 05:10:32.992 INFO O| Feb 13 05:10:32.992 INFO ok! |
8140 | 2025-02-13T05:10:34.854Z | [ recovery-image] Feb 13 05:10:32.992 INFO O| Feb 13 05:10:32.992 INFO STEP 26 (ensure_file) COMPLETE |
8141 | 2025-02-13T05:10:34.854Z | [ recovery-image] Feb 13 05:10:32.992 INFO O| Feb 13 05:10:32.992 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8142 | 2025-02-13T05:10:34.878Z | [ recovery-image] Feb 13 05:10:33.017 INFO O| Feb 13 05:10:33.017 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8143 | 2025-02-13T05:10:34.878Z | [ recovery-image] Feb 13 05:10:33.017 INFO O| Feb 13 05:10:33.017 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8144 | 2025-02-13T05:10:34.880Z | [ recovery-image] Feb 13 05:10:33.018 INFO O| Feb 13 05:10:33.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8145 | 2025-02-13T05:10:34.880Z | [ recovery-image] Feb 13 05:10:33.018 INFO O| Feb 13 05:10:33.018 INFO ok! |
8146 | 2025-02-13T05:10:34.881Z | [ recovery-image] Feb 13 05:10:33.018 INFO O| Feb 13 05:10:33.018 INFO STEP 27 (ensure_file) COMPLETE |
8147 | 2025-02-13T05:10:34.881Z | [ recovery-image] Feb 13 05:10:33.018 INFO O| Feb 13 05:10:33.018 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8148 | 2025-02-13T05:10:34.898Z | [ recovery-image] Feb 13 05:10:33.038 INFO O| Feb 13 05:10:33.038 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8149 | 2025-02-13T05:10:34.901Z | [ recovery-image] Feb 13 05:10:33.038 INFO O| Feb 13 05:10:33.038 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8150 | 2025-02-13T05:10:34.901Z | [ recovery-image] Feb 13 05:10:33.038 INFO O| Feb 13 05:10:33.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8151 | 2025-02-13T05:10:34.901Z | [ recovery-image] Feb 13 05:10:33.038 INFO O| Feb 13 05:10:33.038 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8152 | 2025-02-13T05:10:34.901Z | [ recovery-image] Feb 13 05:10:33.038 INFO O| Feb 13 05:10:33.038 INFO ok! |
8153 | 2025-02-13T05:10:34.901Z | [ recovery-image] Feb 13 05:10:33.038 INFO O| Feb 13 05:10:33.038 INFO STEP 28 (ensure_file) COMPLETE |
8154 | 2025-02-13T05:10:34.901Z | [ recovery-image] Feb 13 05:10:33.038 INFO O| Feb 13 05:10:33.038 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8155 | 2025-02-13T05:10:34.918Z | [ recovery-image] Feb 13 05:10:33.058 INFO O| Feb 13 05:10:33.058 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8156 | 2025-02-13T05:10:34.918Z | [ recovery-image] Feb 13 05:10:33.058 INFO O| Feb 13 05:10:33.058 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8157 | 2025-02-13T05:10:34.921Z | [ recovery-image] Feb 13 05:10:33.058 INFO O| Feb 13 05:10:33.058 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8158 | 2025-02-13T05:10:34.921Z | [ recovery-image] Feb 13 05:10:33.058 INFO O| Feb 13 05:10:33.058 INFO ok! |
8159 | 2025-02-13T05:10:34.921Z | [ recovery-image] Feb 13 05:10:33.058 INFO O| Feb 13 05:10:33.058 INFO STEP 29 (ensure_file) COMPLETE |
8160 | 2025-02-13T05:10:34.921Z | [ recovery-image] Feb 13 05:10:33.058 INFO O| Feb 13 05:10:33.058 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8161 | 2025-02-13T05:10:34.937Z | [ recovery-image] Feb 13 05:10:33.077 INFO O| Feb 13 05:10:33.077 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8162 | 2025-02-13T05:10:34.937Z | [ recovery-image] Feb 13 05:10:33.077 INFO O| Feb 13 05:10:33.077 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8163 | 2025-02-13T05:10:34.940Z | [ recovery-image] Feb 13 05:10:33.077 INFO O| Feb 13 05:10:33.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8164 | 2025-02-13T05:10:34.940Z | [ recovery-image] Feb 13 05:10:33.077 INFO O| Feb 13 05:10:33.077 INFO ok! |
8165 | 2025-02-13T05:10:34.940Z | [ recovery-image] Feb 13 05:10:33.077 INFO O| Feb 13 05:10:33.077 INFO STEP 30 (ensure_file) COMPLETE |
8166 | 2025-02-13T05:10:34.940Z | [ recovery-image] Feb 13 05:10:33.077 INFO O| Feb 13 05:10:33.077 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8167 | 2025-02-13T05:10:34.957Z | [ recovery-image] Feb 13 05:10:33.096 INFO O| Feb 13 05:10:33.096 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8168 | 2025-02-13T05:10:34.957Z | [ recovery-image] Feb 13 05:10:33.096 INFO O| Feb 13 05:10:33.096 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8169 | 2025-02-13T05:10:34.959Z | [ recovery-image] Feb 13 05:10:33.097 INFO O| Feb 13 05:10:33.097 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8170 | 2025-02-13T05:10:34.960Z | [ recovery-image] Feb 13 05:10:33.097 INFO O| Feb 13 05:10:33.097 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8171 | 2025-02-13T05:10:34.960Z | [ recovery-image] Feb 13 05:10:33.097 INFO O| Feb 13 05:10:33.097 INFO ok! |
8172 | 2025-02-13T05:10:34.960Z | [ recovery-image] Feb 13 05:10:33.097 INFO O| Feb 13 05:10:33.097 INFO STEP 31 (ensure_file) COMPLETE |
8173 | 2025-02-13T05:10:34.960Z | [ recovery-image] Feb 13 05:10:33.097 INFO O| Feb 13 05:10:33.097 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8174 | 2025-02-13T05:10:34.986Z | [ recovery-image] Feb 13 05:10:33.125 INFO O| Feb 13 05:10:33.125 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8175 | 2025-02-13T05:10:34.988Z | [ recovery-image] Feb 13 05:10:33.125 INFO O| Feb 13 05:10:33.125 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8176 | 2025-02-13T05:10:34.988Z | [ recovery-image] Feb 13 05:10:33.126 INFO O| Feb 13 05:10:33.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8177 | 2025-02-13T05:10:34.988Z | [ recovery-image] Feb 13 05:10:33.126 INFO O| Feb 13 05:10:33.126 INFO ok! |
8178 | 2025-02-13T05:10:34.989Z | [ recovery-image] Feb 13 05:10:33.126 INFO O| Feb 13 05:10:33.126 INFO STEP 32 (ensure_file) COMPLETE |
8179 | 2025-02-13T05:10:34.989Z | [ recovery-image] Feb 13 05:10:33.126 INFO O| Feb 13 05:10:33.126 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8180 | 2025-02-13T05:10:35.018Z | [ recovery-image] Feb 13 05:10:33.158 INFO O| Feb 13 05:10:33.158 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8181 | 2025-02-13T05:10:35.018Z | [ recovery-image] Feb 13 05:10:33.158 INFO O| Feb 13 05:10:33.158 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8182 | 2025-02-13T05:10:35.018Z | [ recovery-image] Feb 13 05:10:33.158 INFO O| Feb 13 05:10:33.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8183 | 2025-02-13T05:10:35.019Z | [ recovery-image] Feb 13 05:10:33.158 INFO O| Feb 13 05:10:33.158 INFO ok! |
8184 | 2025-02-13T05:10:35.021Z | [ recovery-image] Feb 13 05:10:33.158 INFO O| Feb 13 05:10:33.158 INFO STEP 33 (ensure_file) COMPLETE |
8185 | 2025-02-13T05:10:35.021Z | [ recovery-image] Feb 13 05:10:33.158 INFO O| Feb 13 05:10:33.158 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8186 | 2025-02-13T05:10:35.046Z | [ recovery-image] Feb 13 05:10:33.186 INFO O| Feb 13 05:10:33.185 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8187 | 2025-02-13T05:10:35.046Z | [ recovery-image] Feb 13 05:10:33.186 INFO O| Feb 13 05:10:33.186 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8188 | 2025-02-13T05:10:35.049Z | [ recovery-image] Feb 13 05:10:33.186 INFO O| Feb 13 05:10:33.186 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8189 | 2025-02-13T05:10:35.049Z | [ recovery-image] Feb 13 05:10:33.186 INFO O| Feb 13 05:10:33.186 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8190 | 2025-02-13T05:10:35.049Z | [ recovery-image] Feb 13 05:10:33.186 INFO O| Feb 13 05:10:33.186 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8191 | 2025-02-13T05:10:35.049Z | [ recovery-image] Feb 13 05:10:33.186 INFO O| Feb 13 05:10:33.186 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8192 | 2025-02-13T05:10:35.049Z | [ recovery-image] Feb 13 05:10:33.186 INFO O| Feb 13 05:10:33.186 INFO ok! |
8193 | 2025-02-13T05:10:35.049Z | [ recovery-image] Feb 13 05:10:33.186 INFO O| Feb 13 05:10:33.186 INFO STEP 34 (ensure_file) COMPLETE |
8194 | 2025-02-13T05:10:35.049Z | [ recovery-image] Feb 13 05:10:33.186 INFO O| Feb 13 05:10:33.186 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8195 | 2025-02-13T05:10:35.096Z | [ recovery-image] Feb 13 05:10:33.235 INFO O| Feb 13 05:10:33.235 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8196 | 2025-02-13T05:10:35.096Z | [ recovery-image] Feb 13 05:10:33.236 INFO O| Feb 13 05:10:33.236 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8197 | 2025-02-13T05:10:35.099Z | [ recovery-image] Feb 13 05:10:33.236 INFO O| Feb 13 05:10:33.236 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8198 | 2025-02-13T05:10:35.099Z | [ recovery-image] Feb 13 05:10:33.236 INFO O| Feb 13 05:10:33.236 INFO STEP 35 (ensure_dir) COMPLETE |
8199 | 2025-02-13T05:10:35.099Z | [ recovery-image] Feb 13 05:10:33.236 INFO O| Feb 13 05:10:33.236 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8200 | 2025-02-13T05:10:35.119Z | [ recovery-image] Feb 13 05:10:33.259 INFO O| Feb 13 05:10:33.259 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 |
8201 | 2025-02-13T05:10:35.119Z | [ recovery-image] Feb 13 05:10:33.259 INFO O| Feb 13 05:10:33.259 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 ... |
8202 | 2025-02-13T05:10:35.122Z | [ recovery-image] Feb 13 05:10:33.259 INFO O| Feb 13 05:10:33.259 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 |
8203 | 2025-02-13T05:10:35.122Z | [ recovery-image] Feb 13 05:10:33.259 INFO O| Feb 13 05:10:33.259 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 |
8204 | 2025-02-13T05:10:35.122Z | [ recovery-image] Feb 13 05:10:33.259 INFO O| Feb 13 05:10:33.259 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 |
8205 | 2025-02-13T05:10:35.122Z | [ recovery-image] Feb 13 05:10:33.259 INFO O| Feb 13 05:10:33.259 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 |
8206 | 2025-02-13T05:10:35.122Z | [ recovery-image] Feb 13 05:10:33.260 INFO O| Feb 13 05:10:33.259 INFO ok! |
8207 | 2025-02-13T05:10:35.122Z | [ recovery-image] Feb 13 05:10:33.260 INFO O| Feb 13 05:10:33.259 INFO STEP 36 (ensure_file) COMPLETE |
8208 | 2025-02-13T05:10:35.122Z | [ recovery-image] Feb 13 05:10:33.260 INFO O| Feb 13 05:10:33.259 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8209 | 2025-02-13T05:10:35.139Z | [ recovery-image] Feb 13 05:10:33.279 INFO O| Feb 13 05:10:33.279 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8210 | 2025-02-13T05:10:35.139Z | [ recovery-image] Feb 13 05:10:33.279 INFO O| Feb 13 05:10:33.279 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 ... |
8211 | 2025-02-13T05:10:35.139Z | [ recovery-image] Feb 13 05:10:33.279 INFO O| Feb 13 05:10:33.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8212 | 2025-02-13T05:10:35.142Z | [ recovery-image] Feb 13 05:10:33.279 INFO O| Feb 13 05:10:33.279 INFO ok! |
8213 | 2025-02-13T05:10:35.142Z | [ recovery-image] Feb 13 05:10:33.279 INFO O| Feb 13 05:10:33.279 INFO STEP 37 (ensure_symlink) COMPLETE |
8214 | 2025-02-13T05:10:35.142Z | [ recovery-image] Feb 13 05:10:33.279 INFO O| Feb 13 05:10:33.279 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8215 | 2025-02-13T05:10:35.191Z | [ recovery-image] Feb 13 05:10:33.331 INFO O| Feb 13 05:10:33.330 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8216 | 2025-02-13T05:10:35.191Z | [ recovery-image] Feb 13 05:10:33.331 INFO O| Feb 13 05:10:33.331 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8217 | 2025-02-13T05:10:35.191Z | [ recovery-image] Feb 13 05:10:33.331 INFO O| Feb 13 05:10:33.331 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8218 | 2025-02-13T05:10:35.194Z | [ recovery-image] Feb 13 05:10:33.331 INFO O| Feb 13 05:10:33.331 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8219 | 2025-02-13T05:10:35.194Z | [ recovery-image] Feb 13 05:10:33.331 INFO O| Feb 13 05:10:33.331 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8220 | 2025-02-13T05:10:35.194Z | [ recovery-image] Feb 13 05:10:33.331 INFO O| Feb 13 05:10:33.331 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8221 | 2025-02-13T05:10:35.194Z | [ recovery-image] Feb 13 05:10:33.331 INFO O| Feb 13 05:10:33.331 INFO ok! |
8222 | 2025-02-13T05:10:35.194Z | [ recovery-image] Feb 13 05:10:33.331 INFO O| Feb 13 05:10:33.331 INFO STEP 38 (ensure_file) COMPLETE |
8223 | 2025-02-13T05:10:35.194Z | [ recovery-image] Feb 13 05:10:33.331 INFO O| Feb 13 05:10:33.331 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8224 | 2025-02-13T05:10:35.227Z | [ recovery-image] Feb 13 05:10:33.367 INFO O| Feb 13 05:10:33.366 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8225 | 2025-02-13T05:10:35.227Z | [ recovery-image] Feb 13 05:10:33.367 INFO O| Feb 13 05:10:33.366 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 ... |
8226 | 2025-02-13T05:10:35.227Z | [ recovery-image] Feb 13 05:10:33.367 INFO O| Feb 13 05:10:33.367 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 |
8227 | 2025-02-13T05:10:35.230Z | [ recovery-image] Feb 13 05:10:33.367 INFO O| Feb 13 05:10:33.367 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8228 | 2025-02-13T05:10:35.230Z | [ recovery-image] Feb 13 05:10:33.367 INFO O| Feb 13 05:10:33.367 INFO ok! |
8229 | 2025-02-13T05:10:35.230Z | [ recovery-image] Feb 13 05:10:33.367 INFO O| Feb 13 05:10:33.367 INFO STEP 39 (ensure_file) COMPLETE |
8230 | 2025-02-13T05:10:35.230Z | [ recovery-image] Feb 13 05:10:33.367 INFO O| Feb 13 05:10:33.367 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8231 | 2025-02-13T05:10:35.263Z | [ recovery-image] Feb 13 05:10:33.402 INFO O| Feb 13 05:10:33.402 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8232 | 2025-02-13T05:10:35.263Z | [ recovery-image] Feb 13 05:10:33.402 INFO O| Feb 13 05:10:33.402 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8233 | 2025-02-13T05:10:35.263Z | [ recovery-image] Feb 13 05:10:33.402 INFO O| Feb 13 05:10:33.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8234 | 2025-02-13T05:10:35.266Z | [ recovery-image] Feb 13 05:10:33.402 INFO O| Feb 13 05:10:33.402 INFO ok! |
8235 | 2025-02-13T05:10:35.266Z | [ recovery-image] Feb 13 05:10:33.402 INFO O| Feb 13 05:10:33.402 INFO STEP 40 (ensure_file) COMPLETE |
8236 | 2025-02-13T05:10:35.266Z | [ recovery-image] Feb 13 05:10:33.402 INFO O| Feb 13 05:10:33.402 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8237 | 2025-02-13T05:10:35.283Z | [ recovery-image] Feb 13 05:10:33.423 INFO O| Feb 13 05:10:33.422 INFO updating shadow file |
8238 | 2025-02-13T05:10:35.286Z | [ recovery-image] Feb 13 05:10:33.423 INFO O| Feb 13 05:10:33.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8239 | 2025-02-13T05:10:35.286Z | [ recovery-image] Feb 13 05:10:33.423 INFO O| Feb 13 05:10:33.423 INFO STEP 41 (shadow) COMPLETE |
8240 | 2025-02-13T05:10:35.286Z | [ recovery-image] Feb 13 05:10:33.423 INFO O| Feb 13 05:10:33.423 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8241 | 2025-02-13T05:10:35.340Z | [ recovery-image] Feb 13 05:10:33.479 INFO O| Feb 13 05:10:33.479 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8242 | 2025-02-13T05:10:35.340Z | [ recovery-image] Feb 13 05:10:33.479 INFO O| Feb 13 05:10:33.479 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8243 | 2025-02-13T05:10:35.342Z | [ recovery-image] Feb 13 05:10:33.480 INFO O| Feb 13 05:10:33.480 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8244 | 2025-02-13T05:10:35.342Z | [ recovery-image] Feb 13 05:10:33.480 INFO O| Feb 13 05:10:33.480 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8245 | 2025-02-13T05:10:35.342Z | [ recovery-image] Feb 13 05:10:33.480 INFO O| Feb 13 05:10:33.480 INFO ok! |
8246 | 2025-02-13T05:10:35.342Z | [ recovery-image] Feb 13 05:10:33.480 INFO O| Feb 13 05:10:33.480 INFO STEP 42 (ensure_file) COMPLETE |
8247 | 2025-02-13T05:10:35.343Z | [ recovery-image] Feb 13 05:10:33.480 INFO O| Feb 13 05:10:33.480 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8248 | 2025-02-13T05:10:35.362Z | [ recovery-image] Feb 13 05:10:33.501 INFO O| Feb 13 05:10:33.501 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8249 | 2025-02-13T05:10:35.362Z | [ recovery-image] Feb 13 05:10:33.501 INFO O| Feb 13 05:10:33.501 INFO STEP 43 (ensure_dir) COMPLETE |
8250 | 2025-02-13T05:10:35.365Z | [ recovery-image] Feb 13 05:10:33.501 INFO O| Feb 13 05:10:33.501 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8251 | 2025-02-13T05:10:35.384Z | [ recovery-image] Feb 13 05:10:33.523 INFO O| Feb 13 05:10:33.523 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8252 | 2025-02-13T05:10:35.384Z | [ recovery-image] Feb 13 05:10:33.523 INFO O| Feb 13 05:10:33.523 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8253 | 2025-02-13T05:10:35.384Z | [ recovery-image] Feb 13 05:10:33.523 INFO O| Feb 13 05:10:33.523 INFO STEP 44 (ensure_dir) COMPLETE |
8254 | 2025-02-13T05:10:35.384Z | [ recovery-image] Feb 13 05:10:33.523 INFO O| Feb 13 05:10:33.523 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8255 | 2025-02-13T05:10:35.406Z | [ recovery-image] Feb 13 05:10:33.545 INFO O| Feb 13 05:10:33.545 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8256 | 2025-02-13T05:10:35.407Z | [ recovery-image] Feb 13 05:10:33.546 INFO O| Feb 13 05:10:33.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8257 | 2025-02-13T05:10:35.407Z | [ recovery-image] Feb 13 05:10:33.546 INFO O| Feb 13 05:10:33.546 INFO STEP 45 (ensure_dir) COMPLETE |
8258 | 2025-02-13T05:10:35.407Z | [ recovery-image] Feb 13 05:10:33.546 INFO O| Feb 13 05:10:33.546 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8259 | 2025-02-13T05:10:35.464Z | [ recovery-image] Feb 13 05:10:33.603 INFO O| Feb 13 05:10:33.603 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8260 | 2025-02-13T05:10:35.464Z | [ recovery-image] Feb 13 05:10:33.603 INFO O| Feb 13 05:10:33.603 INFO copying /tmp/.tmpTHrw9f/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8261 | 2025-02-13T05:10:35.528Z | [ recovery-image] Feb 13 05:10:33.668 INFO O| Feb 13 05:10:33.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8262 | 2025-02-13T05:10:35.528Z | [ recovery-image] Feb 13 05:10:33.668 INFO O| Feb 13 05:10:33.668 INFO ok! |
8263 | 2025-02-13T05:10:35.531Z | [ recovery-image] Feb 13 05:10:33.668 INFO O| Feb 13 05:10:33.668 INFO STEP 46 (ensure_file) COMPLETE |
8264 | 2025-02-13T05:10:35.531Z | [ recovery-image] Feb 13 05:10:33.668 INFO O| Feb 13 05:10:33.668 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8265 | 2025-02-13T05:10:35.572Z | [ recovery-image] Feb 13 05:10:33.712 INFO O| Feb 13 05:10:33.711 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8266 | 2025-02-13T05:10:35.575Z | [ recovery-image] Feb 13 05:10:33.712 INFO O| Feb 13 05:10:33.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8267 | 2025-02-13T05:10:35.575Z | [ recovery-image] Feb 13 05:10:33.712 INFO O| Feb 13 05:10:33.712 INFO STEP 47 (ensure_dir) COMPLETE |
8268 | 2025-02-13T05:10:35.575Z | [ recovery-image] Feb 13 05:10:33.712 INFO O| Feb 13 05:10:33.712 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8269 | 2025-02-13T05:10:35.612Z | [ recovery-image] Feb 13 05:10:33.752 INFO O| Feb 13 05:10:33.752 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8270 | 2025-02-13T05:10:35.612Z | [ recovery-image] Feb 13 05:10:33.752 INFO O| Feb 13 05:10:33.752 INFO copying /tmp/.tmpTHrw9f/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8271 | 2025-02-13T05:10:35.613Z | [ recovery-image] Feb 13 05:10:33.752 INFO O| Feb 13 05:10:33.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8272 | 2025-02-13T05:10:35.615Z | [ recovery-image] Feb 13 05:10:33.752 INFO O| Feb 13 05:10:33.752 INFO ok! |
8273 | 2025-02-13T05:10:35.615Z | [ recovery-image] Feb 13 05:10:33.752 INFO O| Feb 13 05:10:33.752 INFO STEP 48 (ensure_file) COMPLETE |
8274 | 2025-02-13T05:10:35.615Z | [ recovery-image] Feb 13 05:10:33.752 INFO O| Feb 13 05:10:33.752 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8275 | 2025-02-13T05:10:35.652Z | [ recovery-image] Feb 13 05:10:33.791 INFO O| Feb 13 05:10:33.791 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8276 | 2025-02-13T05:10:35.654Z | [ recovery-image] Feb 13 05:10:33.791 INFO O| Feb 13 05:10:33.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8277 | 2025-02-13T05:10:35.654Z | [ recovery-image] Feb 13 05:10:33.791 INFO O| Feb 13 05:10:33.791 INFO STEP 49 (ensure_dir) COMPLETE |
8278 | 2025-02-13T05:10:35.654Z | [ recovery-image] Feb 13 05:10:33.791 INFO O| Feb 13 05:10:33.791 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8279 | 2025-02-13T05:10:35.672Z | [ recovery-image] Feb 13 05:10:33.811 INFO O| Feb 13 05:10:33.811 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8280 | 2025-02-13T05:10:35.672Z | [ recovery-image] Feb 13 05:10:33.811 INFO O| Feb 13 05:10:33.811 INFO copying /tmp/.tmpTHrw9f/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8281 | 2025-02-13T05:10:35.695Z | [ recovery-image] Feb 13 05:10:33.835 INFO O| Feb 13 05:10:33.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8282 | 2025-02-13T05:10:35.695Z | [ recovery-image] Feb 13 05:10:33.835 INFO O| Feb 13 05:10:33.835 INFO ok! |
8283 | 2025-02-13T05:10:35.695Z | [ recovery-image] Feb 13 05:10:33.835 INFO O| Feb 13 05:10:33.835 INFO STEP 50 (ensure_file) COMPLETE |
8284 | 2025-02-13T05:10:35.698Z | [ recovery-image] Feb 13 05:10:33.835 INFO O| Feb 13 05:10:33.835 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8285 | 2025-02-13T05:10:35.723Z | [ recovery-image] Feb 13 05:10:33.862 INFO O| Feb 13 05:10:33.862 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8286 | 2025-02-13T05:10:35.723Z | [ recovery-image] Feb 13 05:10:33.862 INFO O| Feb 13 05:10:33.862 INFO copying /tmp/.tmpTHrw9f/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8287 | 2025-02-13T05:10:37.762Z | [ recovery-image] Feb 13 05:10:35.901 INFO O| Feb 13 05:10:35.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8288 | 2025-02-13T05:10:37.762Z | [ recovery-image] Feb 13 05:10:35.901 INFO O| Feb 13 05:10:35.901 INFO ok! |
8289 | 2025-02-13T05:10:37.764Z | [ recovery-image] Feb 13 05:10:35.901 INFO O| Feb 13 05:10:35.901 INFO STEP 51 (ensure_file) COMPLETE |
8290 | 2025-02-13T05:10:37.764Z | [ recovery-image] Feb 13 05:10:35.901 INFO O| Feb 13 05:10:35.901 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8291 | 2025-02-13T05:10:37.781Z | [ recovery-image] Feb 13 05:10:35.920 INFO O| Feb 13 05:10:35.920 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8292 | 2025-02-13T05:10:37.781Z | [ recovery-image] Feb 13 05:10:35.920 INFO O| Feb 13 05:10:35.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8293 | 2025-02-13T05:10:37.782Z | [ recovery-image] Feb 13 05:10:35.920 INFO O| Feb 13 05:10:35.920 INFO STEP 52 (ensure_dir) COMPLETE |
8294 | 2025-02-13T05:10:37.785Z | [ recovery-image] Feb 13 05:10:35.920 INFO O| Feb 13 05:10:35.920 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8295 | 2025-02-13T05:10:37.819Z | [ recovery-image] Feb 13 05:10:35.958 INFO O| Feb 13 05:10:35.958 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8296 | 2025-02-13T05:10:37.819Z | [ recovery-image] Feb 13 05:10:35.958 INFO O| Feb 13 05:10:35.958 INFO copying /tmp/.tmpTHrw9f/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 ... |
8297 | 2025-02-13T05:10:37.819Z | [ recovery-image] Feb 13 05:10:35.958 INFO O| Feb 13 05:10:35.958 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 |
8298 | 2025-02-13T05:10:37.822Z | [ recovery-image] Feb 13 05:10:35.958 INFO O| Feb 13 05:10:35.958 INFO ok! |
8299 | 2025-02-13T05:10:37.822Z | [ recovery-image] Feb 13 05:10:35.958 INFO O| Feb 13 05:10:35.958 INFO STEP 53 (ensure_file) COMPLETE |
8300 | 2025-02-13T05:10:37.822Z | [ recovery-image] Feb 13 05:10:35.958 INFO O| Feb 13 05:10:35.958 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8301 | 2025-02-13T05:10:37.879Z | [ recovery-image] Feb 13 05:10:36.018 INFO O| Feb 13 05:10:36.018 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8302 | 2025-02-13T05:10:37.879Z | [ recovery-image] Feb 13 05:10:36.018 INFO O| Feb 13 05:10:36.018 INFO copying /tmp/.tmpTHrw9f/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 ... |
8303 | 2025-02-13T05:10:37.882Z | [ recovery-image] Feb 13 05:10:36.018 INFO O| Feb 13 05:10:36.018 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 |
8304 | 2025-02-13T05:10:37.882Z | [ recovery-image] Feb 13 05:10:36.018 INFO O| Feb 13 05:10:36.018 INFO ok! |
8305 | 2025-02-13T05:10:37.882Z | [ recovery-image] Feb 13 05:10:36.018 INFO O| Feb 13 05:10:36.018 INFO STEP 54 (ensure_file) COMPLETE |
8306 | 2025-02-13T05:10:37.882Z | [ recovery-image] Feb 13 05:10:36.018 INFO O| Feb 13 05:10:36.018 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8307 | 2025-02-13T05:10:37.936Z | [ recovery-image] Feb 13 05:10:36.075 INFO O| Feb 13 05:10:36.075 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8308 | 2025-02-13T05:10:37.936Z | [ recovery-image] Feb 13 05:10:36.075 INFO O| Feb 13 05:10:36.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8309 | 2025-02-13T05:10:37.936Z | [ recovery-image] Feb 13 05:10:36.075 INFO O| Feb 13 05:10:36.075 INFO STEP 55 (ensure_dir) COMPLETE |
8310 | 2025-02-13T05:10:37.938Z | [ recovery-image] Feb 13 05:10:36.075 INFO O| Feb 13 05:10:36.075 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8311 | 2025-02-13T05:10:37.956Z | [ recovery-image] Feb 13 05:10:36.095 INFO O| Feb 13 05:10:36.095 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8312 | 2025-02-13T05:10:37.956Z | [ recovery-image] Feb 13 05:10:36.095 INFO O| Feb 13 05:10:36.095 INFO copying /tmp/.tmpTHrw9f/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 ... |
8313 | 2025-02-13T05:10:37.956Z | [ recovery-image] Feb 13 05:10:36.096 INFO O| Feb 13 05:10:36.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8314 | 2025-02-13T05:10:37.959Z | [ recovery-image] Feb 13 05:10:36.096 INFO O| Feb 13 05:10:36.096 INFO ok! |
8315 | 2025-02-13T05:10:37.959Z | [ recovery-image] Feb 13 05:10:36.096 INFO O| Feb 13 05:10:36.096 INFO STEP 56 (ensure_file) COMPLETE |
8316 | 2025-02-13T05:10:37.959Z | [ recovery-image] Feb 13 05:10:36.096 INFO O| Feb 13 05:10:36.096 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8317 | 2025-02-13T05:10:37.976Z | [ recovery-image] Feb 13 05:10:36.116 INFO O| Feb 13 05:10:36.115 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8318 | 2025-02-13T05:10:37.976Z | [ recovery-image] Feb 13 05:10:36.116 INFO O| Feb 13 05:10:36.116 INFO copying /tmp/.tmpTHrw9f/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 ... |
8319 | 2025-02-13T05:10:37.979Z | [ recovery-image] Feb 13 05:10:36.116 INFO O| Feb 13 05:10:36.116 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 |
8320 | 2025-02-13T05:10:37.979Z | [ recovery-image] Feb 13 05:10:36.116 INFO O| Feb 13 05:10:36.116 INFO ok! |
8321 | 2025-02-13T05:10:37.979Z | [ recovery-image] Feb 13 05:10:36.116 INFO O| Feb 13 05:10:36.116 INFO STEP 57 (ensure_file) COMPLETE |
8322 | 2025-02-13T05:10:37.979Z | [ recovery-image] Feb 13 05:10:36.116 INFO O| Feb 13 05:10:36.116 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8323 | 2025-02-13T05:10:38.001Z | [ recovery-image] Feb 13 05:10:36.140 INFO O| Feb 13 05:10:36.140 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8324 | 2025-02-13T05:10:38.001Z | [ recovery-image] Feb 13 05:10:36.140 INFO O| Feb 13 05:10:36.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8325 | 2025-02-13T05:10:38.001Z | [ recovery-image] Feb 13 05:10:36.140 INFO O| Feb 13 05:10:36.140 INFO STEP 58 (ensure_dir) COMPLETE |
8326 | 2025-02-13T05:10:38.004Z | [ recovery-image] Feb 13 05:10:36.140 INFO O| Feb 13 05:10:36.140 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8327 | 2025-02-13T05:10:38.021Z | [ recovery-image] Feb 13 05:10:36.161 INFO O| Feb 13 05:10:36.161 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8328 | 2025-02-13T05:10:38.022Z | [ recovery-image] Feb 13 05:10:36.161 INFO O| Feb 13 05:10:36.161 INFO copying /tmp/.tmpTHrw9f/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 ... |
8329 | 2025-02-13T05:10:38.024Z | [ recovery-image] Feb 13 05:10:36.161 INFO O| Feb 13 05:10:36.161 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8330 | 2025-02-13T05:10:38.024Z | [ recovery-image] Feb 13 05:10:36.161 INFO O| Feb 13 05:10:36.161 INFO ok! |
8331 | 2025-02-13T05:10:38.024Z | [ recovery-image] Feb 13 05:10:36.161 INFO O| Feb 13 05:10:36.161 INFO STEP 59 (ensure_file) COMPLETE |
8332 | 2025-02-13T05:10:38.024Z | [ recovery-image] Feb 13 05:10:36.161 INFO O| Feb 13 05:10:36.161 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8333 | 2025-02-13T05:10:38.048Z | [ recovery-image] Feb 13 05:10:36.187 INFO O| Feb 13 05:10:36.187 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8334 | 2025-02-13T05:10:38.048Z | [ recovery-image] Feb 13 05:10:36.187 INFO O| Feb 13 05:10:36.187 INFO copying /tmp/.tmpTHrw9f/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8335 | 2025-02-13T05:10:38.050Z | [ recovery-image] Feb 13 05:10:36.187 INFO O| Feb 13 05:10:36.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8336 | 2025-02-13T05:10:38.050Z | [ recovery-image] Feb 13 05:10:36.187 INFO O| Feb 13 05:10:36.187 INFO ok! |
8337 | 2025-02-13T05:10:38.050Z | [ recovery-image] Feb 13 05:10:36.187 INFO O| Feb 13 05:10:36.187 INFO STEP 60 (ensure_file) COMPLETE |
8338 | 2025-02-13T05:10:38.051Z | [ recovery-image] Feb 13 05:10:36.187 INFO O| Feb 13 05:10:36.187 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8339 | 2025-02-13T05:10:38.086Z | [ recovery-image] Feb 13 05:10:36.224 INFO O| Feb 13 05:10:36.224 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8340 | 2025-02-13T05:10:38.086Z | [ recovery-image] Feb 13 05:10:36.225 INFO O| Feb 13 05:10:36.224 INFO STEP 61 (ensure_dir) COMPLETE |
8341 | 2025-02-13T05:10:38.086Z | [ recovery-image] Feb 13 05:10:36.225 INFO O| Feb 13 05:10:36.224 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8342 | 2025-02-13T05:10:38.141Z | [ recovery-image] Feb 13 05:10:36.279 INFO O| Feb 13 05:10:36.279 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8343 | 2025-02-13T05:10:38.141Z | [ recovery-image] Feb 13 05:10:36.280 INFO O| Feb 13 05:10:36.279 INFO STEP 62 (ensure_dir) COMPLETE |
8344 | 2025-02-13T05:10:38.141Z | [ recovery-image] Feb 13 05:10:36.280 INFO O| Feb 13 05:10:36.279 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8345 | 2025-02-13T05:10:38.169Z | [ recovery-image] Feb 13 05:10:36.308 INFO O| Feb 13 05:10:36.308 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8346 | 2025-02-13T05:10:38.169Z | [ recovery-image] Feb 13 05:10:36.308 INFO O| Feb 13 05:10:36.308 INFO STEP 63 (ensure_dir) COMPLETE |
8347 | 2025-02-13T05:10:38.172Z | [ recovery-image] Feb 13 05:10:36.309 INFO O| Feb 13 05:10:36.309 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8348 | 2025-02-13T05:10:38.203Z | [ recovery-image] Feb 13 05:10:36.342 INFO O| Feb 13 05:10:36.342 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8349 | 2025-02-13T05:10:38.203Z | [ recovery-image] Feb 13 05:10:36.342 INFO O| Feb 13 05:10:36.342 INFO STEP 64 (ensure_dir) COMPLETE |
8350 | 2025-02-13T05:10:38.203Z | [ recovery-image] Feb 13 05:10:36.342 INFO O| Feb 13 05:10:36.342 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8351 | 2025-02-13T05:10:38.241Z | [ recovery-image] Feb 13 05:10:36.380 INFO O| Feb 13 05:10:36.380 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8352 | 2025-02-13T05:10:38.241Z | [ recovery-image] Feb 13 05:10:36.380 INFO O| Feb 13 05:10:36.380 INFO copying /tmp/.tmpTHrw9f/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8353 | 2025-02-13T05:10:38.241Z | [ recovery-image] Feb 13 05:10:36.380 INFO O| Feb 13 05:10:36.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8354 | 2025-02-13T05:10:38.243Z | [ recovery-image] Feb 13 05:10:36.380 INFO O| Feb 13 05:10:36.380 INFO ok! |
8355 | 2025-02-13T05:10:38.243Z | [ recovery-image] Feb 13 05:10:36.380 INFO O| Feb 13 05:10:36.380 INFO STEP 65 (ensure_file) COMPLETE |
8356 | 2025-02-13T05:10:38.243Z | [ recovery-image] Feb 13 05:10:36.380 INFO O| Feb 13 05:10:36.380 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8357 | 2025-02-13T05:10:38.273Z | [ recovery-image] Feb 13 05:10:36.412 INFO O| Feb 13 05:10:36.412 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8358 | 2025-02-13T05:10:38.276Z | [ recovery-image] Feb 13 05:10:36.413 INFO O| Feb 13 05:10:36.413 INFO STEP 66 (remove_files) COMPLETE |
8359 | 2025-02-13T05:10:38.277Z | [ recovery-image] Feb 13 05:10:36.413 INFO O| Feb 13 05:10:36.413 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8360 | 2025-02-13T05:10:38.312Z | [ recovery-image] Feb 13 05:10:36.451 INFO O| Feb 13 05:10:36.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8361 | 2025-02-13T05:10:38.316Z | [ recovery-image] Feb 13 05:10:36.451 INFO O| Feb 13 05:10:36.451 INFO STEP 67 (remove_files) COMPLETE |
8362 | 2025-02-13T05:10:38.316Z | [ recovery-image] Feb 13 05:10:36.451 INFO O| Feb 13 05:10:36.451 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8363 | 2025-02-13T05:10:38.346Z | [ recovery-image] Feb 13 05:10:36.486 INFO O| Feb 13 05:10:36.486 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8364 | 2025-02-13T05:10:38.349Z | [ recovery-image] Feb 13 05:10:36.486 INFO O| Feb 13 05:10:36.486 INFO STEP 68 (remove_files) COMPLETE |
8365 | 2025-02-13T05:10:38.349Z | [ recovery-image] Feb 13 05:10:36.486 INFO O| Feb 13 05:10:36.486 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8366 | 2025-02-13T05:10:38.366Z | [ recovery-image] Feb 13 05:10:36.505 INFO O| Feb 13 05:10:36.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8367 | 2025-02-13T05:10:38.395Z | [ recovery-image] Feb 13 05:10:36.505 INFO O| Feb 13 05:10:36.505 INFO STEP 69 (remove_files) COMPLETE |
8368 | 2025-02-13T05:10:38.395Z | [ recovery-image] Feb 13 05:10:36.505 INFO O| Feb 13 05:10:36.505 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8369 | 2025-02-13T05:10:38.434Z | [ recovery-image] Feb 13 05:10:36.573 INFO O| Feb 13 05:10:36.573 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8370 | 2025-02-13T05:10:38.437Z | [ recovery-image] Feb 13 05:10:36.574 INFO O| Feb 13 05:10:36.573 INFO STEP 70 (remove_files) COMPLETE |
8371 | 2025-02-13T05:10:38.437Z | [ recovery-image] Feb 13 05:10:36.574 INFO O| Feb 13 05:10:36.574 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8372 | 2025-02-13T05:10:38.482Z | [ recovery-image] Feb 13 05:10:36.621 INFO O| Feb 13 05:10:36.621 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8373 | 2025-02-13T05:10:38.486Z | [ recovery-image] Feb 13 05:10:36.622 INFO O| Feb 13 05:10:36.622 INFO STEP 71 (remove_files) COMPLETE |
8374 | 2025-02-13T05:10:38.486Z | [ recovery-image] Feb 13 05:10:36.622 INFO O| Feb 13 05:10:36.622 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8375 | 2025-02-13T05:10:38.504Z | [ recovery-image] Feb 13 05:10:36.643 INFO O| Feb 13 05:10:36.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8376 | 2025-02-13T05:10:38.504Z | [ recovery-image] Feb 13 05:10:36.643 INFO O| Feb 13 05:10:36.643 INFO STEP 72 (remove_files) COMPLETE |
8377 | 2025-02-13T05:10:38.504Z | [ recovery-image] Feb 13 05:10:36.643 INFO O| Feb 13 05:10:36.643 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8378 | 2025-02-13T05:10:38.564Z | [ recovery-image] Feb 13 05:10:36.703 INFO O| Feb 13 05:10:36.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8379 | 2025-02-13T05:10:38.564Z | [ recovery-image] Feb 13 05:10:36.703 INFO O| Feb 13 05:10:36.703 INFO STEP 73 (remove_files) COMPLETE |
8380 | 2025-02-13T05:10:38.564Z | [ recovery-image] Feb 13 05:10:36.703 INFO O| Feb 13 05:10:36.703 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8381 | 2025-02-13T05:10:38.586Z | [ recovery-image] Feb 13 05:10:36.725 INFO O| Feb 13 05:10:36.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8382 | 2025-02-13T05:10:38.586Z | [ recovery-image] Feb 13 05:10:36.725 INFO O| Feb 13 05:10:36.725 INFO STEP 74 (remove_files) COMPLETE |
8383 | 2025-02-13T05:10:38.586Z | [ recovery-image] Feb 13 05:10:36.725 INFO O| Feb 13 05:10:36.725 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8384 | 2025-02-13T05:10:38.608Z | [ recovery-image] Feb 13 05:10:36.747 INFO O| Feb 13 05:10:36.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8385 | 2025-02-13T05:10:38.608Z | [ recovery-image] Feb 13 05:10:36.747 INFO O| Feb 13 05:10:36.747 INFO STEP 75 (remove_files) COMPLETE |
8386 | 2025-02-13T05:10:38.611Z | [ recovery-image] Feb 13 05:10:36.747 INFO O| Feb 13 05:10:36.747 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8387 | 2025-02-13T05:10:38.630Z | [ recovery-image] Feb 13 05:10:36.769 INFO O| Feb 13 05:10:36.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8388 | 2025-02-13T05:10:38.630Z | [ recovery-image] Feb 13 05:10:36.769 INFO O| Feb 13 05:10:36.769 INFO STEP 76 (remove_files) COMPLETE |
8389 | 2025-02-13T05:10:38.633Z | [ recovery-image] Feb 13 05:10:36.769 INFO O| Feb 13 05:10:36.769 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8390 | 2025-02-13T05:10:38.651Z | [ recovery-image] Feb 13 05:10:36.790 INFO O| Feb 13 05:10:36.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8391 | 2025-02-13T05:10:38.651Z | [ recovery-image] Feb 13 05:10:36.790 INFO O| Feb 13 05:10:36.790 INFO STEP 77 (remove_files) COMPLETE |
8392 | 2025-02-13T05:10:38.651Z | [ recovery-image] Feb 13 05:10:36.790 INFO O| Feb 13 05:10:36.790 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8393 | 2025-02-13T05:10:38.671Z | [ recovery-image] Feb 13 05:10:36.810 INFO O| Feb 13 05:10:36.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8394 | 2025-02-13T05:10:38.671Z | [ recovery-image] Feb 13 05:10:36.810 INFO O| Feb 13 05:10:36.810 INFO STEP 78 (remove_files) COMPLETE |
8395 | 2025-02-13T05:10:38.671Z | [ recovery-image] Feb 13 05:10:36.810 INFO O| Feb 13 05:10:36.810 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8396 | 2025-02-13T05:10:38.716Z | [ recovery-image] Feb 13 05:10:36.856 INFO O| Feb 13 05:10:36.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8397 | 2025-02-13T05:10:38.716Z | [ recovery-image] Feb 13 05:10:36.856 INFO O| Feb 13 05:10:36.856 INFO STEP 79 (remove_files) COMPLETE |
8398 | 2025-02-13T05:10:38.716Z | [ recovery-image] Feb 13 05:10:36.856 INFO O| Feb 13 05:10:36.856 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8399 | 2025-02-13T05:10:38.741Z | [ recovery-image] Feb 13 05:10:36.876 INFO O| Feb 13 05:10:36.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8400 | 2025-02-13T05:10:38.741Z | [ recovery-image] Feb 13 05:10:36.876 INFO O| Feb 13 05:10:36.876 INFO STEP 80 (remove_files) COMPLETE |
8401 | 2025-02-13T05:10:38.741Z | [ recovery-image] Feb 13 05:10:36.876 INFO O| Feb 13 05:10:36.876 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8402 | 2025-02-13T05:10:38.757Z | [ recovery-image] Feb 13 05:10:36.897 INFO O| Feb 13 05:10:36.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8403 | 2025-02-13T05:10:38.757Z | [ recovery-image] Feb 13 05:10:36.897 INFO O| Feb 13 05:10:36.897 INFO STEP 81 (remove_files) COMPLETE |
8404 | 2025-02-13T05:10:38.757Z | [ recovery-image] Feb 13 05:10:36.897 INFO O| Feb 13 05:10:36.897 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8405 | 2025-02-13T05:10:38.777Z | [ recovery-image] Feb 13 05:10:36.916 INFO O| Feb 13 05:10:36.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8406 | 2025-02-13T05:10:38.777Z | [ recovery-image] Feb 13 05:10:36.916 INFO O| Feb 13 05:10:36.916 INFO STEP 82 (remove_files) COMPLETE |
8407 | 2025-02-13T05:10:38.779Z | [ recovery-image] Feb 13 05:10:36.916 INFO O| Feb 13 05:10:36.916 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8408 | 2025-02-13T05:10:38.796Z | [ recovery-image] Feb 13 05:10:36.935 INFO O| Feb 13 05:10:36.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8409 | 2025-02-13T05:10:38.796Z | [ recovery-image] Feb 13 05:10:36.935 INFO O| Feb 13 05:10:36.935 INFO STEP 83 (remove_files) COMPLETE |
8410 | 2025-02-13T05:10:38.796Z | [ recovery-image] Feb 13 05:10:36.935 INFO O| Feb 13 05:10:36.935 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8411 | 2025-02-13T05:10:38.814Z | [ recovery-image] Feb 13 05:10:36.953 INFO O| Feb 13 05:10:36.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8412 | 2025-02-13T05:10:38.814Z | [ recovery-image] Feb 13 05:10:36.953 INFO O| Feb 13 05:10:36.953 INFO STEP 84 (remove_files) COMPLETE |
8413 | 2025-02-13T05:10:38.817Z | [ recovery-image] Feb 13 05:10:36.953 INFO O| Feb 13 05:10:36.953 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8414 | 2025-02-13T05:10:38.832Z | [ recovery-image] Feb 13 05:10:36.971 INFO O| Feb 13 05:10:36.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8415 | 2025-02-13T05:10:38.832Z | [ recovery-image] Feb 13 05:10:36.971 INFO O| Feb 13 05:10:36.971 INFO STEP 85 (remove_files) COMPLETE |
8416 | 2025-02-13T05:10:38.832Z | [ recovery-image] Feb 13 05:10:36.971 INFO O| Feb 13 05:10:36.971 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8417 | 2025-02-13T05:10:38.849Z | [ recovery-image] Feb 13 05:10:36.988 INFO O| Feb 13 05:10:36.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8418 | 2025-02-13T05:10:38.849Z | [ recovery-image] Feb 13 05:10:36.988 INFO O| Feb 13 05:10:36.988 INFO STEP 86 (remove_files) COMPLETE |
8419 | 2025-02-13T05:10:38.852Z | [ recovery-image] Feb 13 05:10:36.988 INFO O| Feb 13 05:10:36.988 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8420 | 2025-02-13T05:10:38.891Z | [ recovery-image] Feb 13 05:10:37.030 INFO O| Feb 13 05:10:37.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8421 | 2025-02-13T05:10:38.891Z | [ recovery-image] Feb 13 05:10:37.030 INFO O| Feb 13 05:10:37.030 INFO STEP 87 (remove_files) COMPLETE |
8422 | 2025-02-13T05:10:38.894Z | [ recovery-image] Feb 13 05:10:37.030 INFO O| Feb 13 05:10:37.030 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8423 | 2025-02-13T05:10:38.942Z | [ recovery-image] Feb 13 05:10:37.081 INFO O| Feb 13 05:10:37.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8424 | 2025-02-13T05:10:38.942Z | [ recovery-image] Feb 13 05:10:37.081 INFO O| Feb 13 05:10:37.081 INFO STEP 88 (remove_files) COMPLETE |
8425 | 2025-02-13T05:10:38.942Z | [ recovery-image] Feb 13 05:10:37.081 INFO O| Feb 13 05:10:37.081 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8426 | 2025-02-13T05:10:39.029Z | [ recovery-image] Feb 13 05:10:37.168 INFO O| Feb 13 05:10:37.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8427 | 2025-02-13T05:10:39.029Z | [ recovery-image] Feb 13 05:10:37.168 INFO O| Feb 13 05:10:37.168 INFO STEP 89 (remove_files) COMPLETE |
8428 | 2025-02-13T05:10:39.031Z | [ recovery-image] Feb 13 05:10:37.168 INFO O| Feb 13 05:10:37.168 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8429 | 2025-02-13T05:10:39.048Z | [ recovery-image] Feb 13 05:10:37.187 INFO O| Feb 13 05:10:37.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8430 | 2025-02-13T05:10:39.048Z | [ recovery-image] Feb 13 05:10:37.187 INFO O| Feb 13 05:10:37.187 INFO STEP 90 (remove_files) COMPLETE |
8431 | 2025-02-13T05:10:39.048Z | [ recovery-image] Feb 13 05:10:37.187 INFO O| Feb 13 05:10:37.187 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8432 | 2025-02-13T05:10:39.095Z | [ recovery-image] Feb 13 05:10:37.234 INFO O| Feb 13 05:10:37.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8433 | 2025-02-13T05:10:39.095Z | [ recovery-image] Feb 13 05:10:37.234 INFO O| Feb 13 05:10:37.234 INFO STEP 91 (remove_files) COMPLETE |
8434 | 2025-02-13T05:10:39.097Z | [ recovery-image] Feb 13 05:10:37.234 INFO O| Feb 13 05:10:37.234 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8435 | 2025-02-13T05:10:39.116Z | [ recovery-image] Feb 13 05:10:37.255 INFO O| Feb 13 05:10:37.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8436 | 2025-02-13T05:10:39.116Z | [ recovery-image] Feb 13 05:10:37.255 INFO O| Feb 13 05:10:37.255 INFO STEP 92 (remove_files) COMPLETE |
8437 | 2025-02-13T05:10:39.116Z | [ recovery-image] Feb 13 05:10:37.255 INFO O| Feb 13 05:10:37.255 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8438 | 2025-02-13T05:10:39.136Z | [ recovery-image] Feb 13 05:10:37.275 INFO O| Feb 13 05:10:37.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8439 | 2025-02-13T05:10:39.136Z | [ recovery-image] Feb 13 05:10:37.275 INFO O| Feb 13 05:10:37.275 INFO STEP 93 (remove_files) COMPLETE |
8440 | 2025-02-13T05:10:39.136Z | [ recovery-image] Feb 13 05:10:37.275 INFO O| Feb 13 05:10:37.275 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8441 | 2025-02-13T05:10:39.154Z | [ recovery-image] Feb 13 05:10:37.294 INFO O| Feb 13 05:10:37.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8442 | 2025-02-13T05:10:39.157Z | [ recovery-image] Feb 13 05:10:37.294 INFO O| Feb 13 05:10:37.294 INFO STEP 94 (remove_files) COMPLETE |
8443 | 2025-02-13T05:10:39.157Z | [ recovery-image] Feb 13 05:10:37.294 INFO O| Feb 13 05:10:37.294 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8444 | 2025-02-13T05:10:39.182Z | [ recovery-image] Feb 13 05:10:37.321 INFO O| Feb 13 05:10:37.321 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8445 | 2025-02-13T05:10:39.185Z | [ recovery-image] Feb 13 05:10:37.322 INFO O| Feb 13 05:10:37.322 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
8446 | 2025-02-13T05:10:53.257Z | [ recovery-image] Feb 13 05:10:51.371 INFO O| Feb 13 05:10:51.371 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 |
8447 | 2025-02-13T05:10:53.257Z | [ recovery-image] Feb 13 05:10:51.371 INFO O| Feb 13 05:10:51.371 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8448 | 2025-02-13T05:10:53.260Z | [ recovery-image] Feb 13 05:10:51.394 INFO O| Feb 13 05:10:51.394 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8449 | 2025-02-13T05:10:53.408Z | [ recovery-image] Feb 13 05:10:51.543 INFO O| Feb 13 05:10:51.543 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8450 | 2025-02-13T05:10:53.408Z | [ recovery-image] Feb 13 05:10:51.543 INFO O| Feb 13 05:10:51.543 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 ... |
8451 | 2025-02-13T05:10:53.411Z | [ recovery-image] Feb 13 05:10:51.546 INFO O| Feb 13 05:10:51.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8452 | 2025-02-13T05:10:53.411Z | [ recovery-image] Feb 13 05:10:51.546 INFO O| Feb 13 05:10:51.546 INFO ok! |
8453 | 2025-02-13T05:10:53.411Z | [ recovery-image] Feb 13 05:10:51.546 INFO O| Feb 13 05:10:51.546 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8454 | 2025-02-13T05:10:53.411Z | [ recovery-image] Feb 13 05:10:51.546 INFO O| Feb 13 05:10:51.546 INFO STEP 95 (seed_smf) COMPLETE |
8455 | 2025-02-13T05:10:53.411Z | [ recovery-image] Feb 13 05:10:51.546 INFO O| Feb 13 05:10:51.546 INFO steps complete; finalising image! |
8456 | 2025-02-13T05:10:53.411Z | [ recovery-image] Feb 13 05:10:51.546 INFO O| Feb 13 05:10:51.546 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8457 | 2025-02-13T05:10:53.578Z | [ recovery-image] Feb 13 05:10:51.715 INFO O| Feb 13 05:10:51.715 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Thu Feb 13 05:10:51 2025) |
8458 | 2025-02-13T05:10:53.795Z | [ recovery-image] Feb 13 05:10:51.933 INFO O| Feb 13 05:10:51.933 INFO trim TEMPORARY-gimlet-zfs-recovery: (61% trimmed, started at Thu Feb 13 05:10:51 2025) |
8459 | 2025-02-13T05:10:54.006Z | [ recovery-image] Feb 13 05:10:52.144 INFO O| Feb 13 05:10:52.143 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Thu Feb 13 05:10:51 2025) |
8460 | 2025-02-13T05:10:54.219Z | [ recovery-image] Feb 13 05:10:52.356 INFO O| Feb 13 05:10:52.356 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Thu Feb 13 05:10:51 2025) |
8461 | 2025-02-13T05:10:54.475Z | [ recovery-image] Feb 13 05:10:52.612 INFO O| Feb 13 05:10:52.612 INFO temporary pool has 374M used, 1.38G avail, 1.00x compressratio |
8462 | 2025-02-13T05:10:54.475Z | [ recovery-image] Feb 13 05:10:52.612 INFO O| Feb 13 05:10:52.612 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8463 | 2025-02-13T05:10:55.255Z | [ recovery-image] Feb 13 05:10:53.392 INFO O| Feb 13 05:10:53.392 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 |
8464 | 2025-02-13T05:10:55.255Z | [ recovery-image] Feb 13 05:10:53.392 INFO O| Feb 13 05:10:53.392 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8465 | 2025-02-13T05:11:00.935Z | [ recovery-image] Feb 13 05:10:59.072 INFO O| Feb 13 05:10:59.072 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8466 | 2025-02-13T05:11:00.935Z | [ recovery-image] Feb 13 05:10:59.072 INFO O| Feb 13 05:10:59.072 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8467 | 2025-02-13T05:11:00.938Z | [ recovery-image] Feb 13 05:10:59.072 INFO O| Feb 13 05:10:59.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8468 | 2025-02-13T05:11:00.938Z | [ recovery-image] Feb 13 05:10:59.072 INFO O| Feb 13 05:10:59.072 INFO completed processing gimlet/zfs-recovery |
8469 | 2025-02-13T05:11:00.938Z | [ recovery-image] Feb 13 05:10:59.072 INFO O| Feb 13 05:10:59.072 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8470 | 2025-02-13T05:11:02.296Z | [ recovery-image] Feb 13 05:11:00.432 INFO O| Feb 13 05:11:00.432 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8471 | 2025-02-13T05:11:02.490Z | [ recovery-image] Feb 13 05:11:00.626 INFO BUILD STRING "heads/stlouis-0-gf6f918ab76\n" |
8472 | 2025-02-13T05:11:02.493Z | [ recovery-image] Feb 13 05:11:00.627 INFO expanded image name: "recovery 4bcbe5a/${os_short_commit} 2025-02-13 04:37" -> "recovery 4bcbe5a/f6f918a 2025-02-13 04:37" |
8473 | 2025-02-13T05:11:02.493Z | [ recovery-image] Feb 13 05:11:00.627 INFO output artefacts stored in: "/work/os-recovery" |
8474 | 2025-02-13T05:11:02.493Z | [ recovery-image] Feb 13 05:11:00.628 INFO collecting git info from project "image-builder"... |
8475 | 2025-02-13T05:11:02.548Z | [ recovery-image] Feb 13 05:11:00.685 INFO collecting git info from project "amd-firmware"... |
8476 | 2025-02-13T05:11:03.157Z | [ recovery-image] Feb 13 05:11:01.293 INFO collecting git info from project "phbl"... |
8477 | 2025-02-13T05:11:03.169Z | [ recovery-image] Feb 13 05:11:01.305 INFO collecting git info from project "amd-host-image-builder"... |
8478 | 2025-02-13T05:11:03.425Z | [ recovery-image] Feb 13 05:11:01.561 INFO collecting git info from project "chelsio-t6-roms"... |
8479 | 2025-02-13T05:11:03.461Z | [ recovery-image] Feb 13 05:11:01.597 INFO collecting git info from project "pilot"... |
8480 | 2025-02-13T05:11:03.533Z | [ recovery-image] Feb 13 05:11:01.670 INFO collecting git info from project "bootserver"... |
8481 | 2025-02-13T05:11:03.550Z | [ recovery-image] Feb 13 05:11:01.686 INFO collecting git info from project "pinprick"... |
8482 | 2025-02-13T05:11:03.577Z | [ recovery-image] Feb 13 05:11:01.713 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8483 | 2025-02-13T05:11:04.675Z | [ recovery-image] Feb 13 05:11:02.811 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8484 | 2025-02-13T05:11:05.399Z | [ recovery-image] Feb 13 05:11:03.535 INFO creating Oxide boot image... |
8485 | 2025-02-13T05:11:05.401Z | [ recovery-image] Feb 13 05:11:03.535 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 4bcbe5a/f6f918a 2025-02-13 04:37", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8486 | 2025-02-13T05:11:05.969Z | [ host-image] Feb 13 05:11:04.105 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23217:20250212T001019Z |
8487 | 2025-02-13T05:11:05.972Z | [ host-image] Feb 13 05:11:04.106 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23217:20250212T001019Z |
8488 | 2025-02-13T05:11:05.972Z | [ host-image] Feb 13 05:11:04.106 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8489 | 2025-02-13T05:11:05.972Z | [ host-image] Feb 13 05:11:04.106 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8490 | 2025-02-13T05:11:05.972Z | [ host-image] Feb 13 05:11:04.106 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8491 | 2025-02-13T05:11:05.972Z | [ host-image] Feb 13 05:11:04.106 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8492 | 2025-02-13T05:11:05.972Z | [ host-image] Feb 13 05:11:04.107 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8493 | 2025-02-13T05:11:05.972Z | [ host-image] Feb 13 05:11:04.108 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8494 | 2025-02-13T05:11:05.972Z | [ host-image] Feb 13 05:11:04.108 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8495 | 2025-02-13T05:11:05.972Z | [ host-image] Feb 13 05:11:04.108 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8496 | 2025-02-13T05:11:05.972Z | [ host-image] Feb 13 05:11:04.108 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23217:20250212T001019Z |
8497 | 2025-02-13T05:11:05.975Z | [ host-image] Feb 13 05:11:04.110 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23217:20250212T001020Z |
8498 | 2025-02-13T05:11:05.977Z | [ host-image] Feb 13 05:11:04.111 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23217:20250212T001020Z |
8499 | 2025-02-13T05:11:05.977Z | [ host-image] Feb 13 05:11:04.112 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23217:20250212T001020Z |
8500 | 2025-02-13T05:11:05.977Z | [ host-image] Feb 13 05:11:04.112 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8501 | 2025-02-13T05:11:05.977Z | [ host-image] Feb 13 05:11:04.113 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23217:20250212T001021Z |
8502 | 2025-02-13T05:11:05.980Z | [ host-image] Feb 13 05:11:04.114 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23217:20250212T001021Z |
8503 | 2025-02-13T05:11:05.980Z | [ host-image] Feb 13 05:11:04.114 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23217:20250212T001021Z |
8504 | 2025-02-13T05:11:05.980Z | [ host-image] Feb 13 05:11:04.114 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23217:20250212T001021Z |
8505 | 2025-02-13T05:11:05.980Z | [ host-image] Feb 13 05:11:04.115 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23217:20250212T001022Z |
8506 | 2025-02-13T05:11:05.980Z | [ host-image] Feb 13 05:11:04.115 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23217:20250212T001022Z |
8507 | 2025-02-13T05:11:05.980Z | [ host-image] Feb 13 05:11:04.115 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23217:20250212T001022Z |
8508 | 2025-02-13T05:11:05.980Z | [ host-image] Feb 13 05:11:04.115 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23217:20250212T001023Z |
8509 | 2025-02-13T05:11:05.980Z | [ host-image] Feb 13 05:11:04.116 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23217:20250212T001023Z |
8510 | 2025-02-13T05:11:05.980Z | [ host-image] Feb 13 05:11:04.116 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23217:20250212T001023Z |
8511 | 2025-02-13T05:11:05.980Z | [ host-image] Feb 13 05:11:04.116 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23217:20250212T001024Z |
8512 | 2025-02-13T05:11:05.980Z | [ host-image] Feb 13 05:11:04.116 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23217:20250212T001025Z |
8513 | 2025-02-13T05:11:05.980Z | [ host-image] Feb 13 05:11:04.116 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23217:20250212T001026Z |
8514 | 2025-02-13T05:11:05.983Z | [ host-image] Feb 13 05:11:04.117 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23217:20250212T001027Z |
8515 | 2025-02-13T05:11:05.983Z | [ host-image] Feb 13 05:11:04.117 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8516 | 2025-02-13T05:11:05.983Z | [ host-image] Feb 13 05:11:04.117 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23217:20250212T001028Z |
8517 | 2025-02-13T05:11:05.983Z | [ host-image] Feb 13 05:11:04.117 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23217:20250212T001030Z |
8518 | 2025-02-13T05:11:05.983Z | [ host-image] Feb 13 05:11:04.117 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23217:20250212T001031Z |
8519 | 2025-02-13T05:11:05.983Z | [ host-image] Feb 13 05:11:04.117 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23217:20250212T001032Z |
8520 | 2025-02-13T05:11:05.983Z | [ host-image] Feb 13 05:11:04.119 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23217:20250212T001033Z |
8521 | 2025-02-13T05:11:05.983Z | [ host-image] Feb 13 05:11:04.119 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23217:20250212T001033Z |
8522 | 2025-02-13T05:11:05.997Z | [ host-image] Feb 13 05:11:04.133 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8523 | 2025-02-13T05:11:05.997Z | [ host-image] Feb 13 05:11:04.133 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23217:20250212T001033Z |
8524 | 2025-02-13T05:11:06.000Z | [ host-image] Feb 13 05:11:04.133 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8525 | 2025-02-13T05:11:06.000Z | [ host-image] Feb 13 05:11:04.134 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8526 | 2025-02-13T05:11:06.000Z | [ host-image] Feb 13 05:11:04.135 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8527 | 2025-02-13T05:11:06.000Z | [ host-image] Feb 13 05:11:04.135 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23217:20250212T001033Z |
8528 | 2025-02-13T05:11:06.000Z | [ host-image] Feb 13 05:11:04.135 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8529 | 2025-02-13T05:11:06.005Z | [ host-image] Feb 13 05:11:04.141 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8530 | 2025-02-13T05:11:06.009Z | [ host-image] Feb 13 05:11:04.142 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8531 | 2025-02-13T05:11:06.009Z | [ host-image] Feb 13 05:11:04.143 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8532 | 2025-02-13T05:11:06.051Z | [ host-image] Feb 13 05:11:04.187 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8533 | 2025-02-13T05:11:06.051Z | [ host-image] Feb 13 05:11:04.187 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8534 | 2025-02-13T05:11:06.053Z | [ host-image] Feb 13 05:11:04.187 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8535 | 2025-02-13T05:11:06.053Z | [ host-image] Feb 13 05:11:04.188 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8536 | 2025-02-13T05:11:06.053Z | [ host-image] Feb 13 05:11:04.189 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8537 | 2025-02-13T05:11:06.053Z | [ host-image] Feb 13 05:11:04.189 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8538 | 2025-02-13T05:11:06.114Z | [ host-image] Feb 13 05:11:04.250 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z |
8539 | 2025-02-13T05:11:06.117Z | [ host-image] Feb 13 05:11:04.251 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8540 | 2025-02-13T05:11:06.117Z | [ host-image] Feb 13 05:11:04.251 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8541 | 2025-02-13T05:11:06.117Z | [ host-image] Feb 13 05:11:04.252 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23217:20250212T001035Z |
8542 | 2025-02-13T05:11:06.117Z | [ host-image] Feb 13 05:11:04.253 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23217:20250212T001041Z |
8543 | 2025-02-13T05:11:06.117Z | [ host-image] Feb 13 05:11:04.253 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8544 | 2025-02-13T05:11:06.117Z | [ host-image] Feb 13 05:11:04.253 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23217:20250212T001042Z |
8545 | 2025-02-13T05:11:06.120Z | [ host-image] Feb 13 05:11:04.253 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8546 | 2025-02-13T05:11:06.120Z | [ host-image] Feb 13 05:11:04.253 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8547 | 2025-02-13T05:11:06.120Z | [ host-image] Feb 13 05:11:04.254 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
8548 | 2025-02-13T05:11:06.120Z | [ host-image] Feb 13 05:11:04.254 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23217:20250212T001042Z |
8549 | 2025-02-13T05:11:06.120Z | [ host-image] Feb 13 05:11:04.254 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8550 | 2025-02-13T05:11:06.124Z | [ host-image] Feb 13 05:11:04.261 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8551 | 2025-02-13T05:11:06.124Z | [ host-image] Feb 13 05:11:04.261 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8552 | 2025-02-13T05:11:06.127Z | [ host-image] Feb 13 05:11:04.261 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8553 | 2025-02-13T05:11:06.127Z | [ host-image] Feb 13 05:11:04.261 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23217:20250212T001042Z |
8554 | 2025-02-13T05:11:06.127Z | [ host-image] Feb 13 05:11:04.261 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8555 | 2025-02-13T05:11:06.158Z | [ host-image] Feb 13 05:11:04.294 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8556 | 2025-02-13T05:11:06.161Z | [ host-image] Feb 13 05:11:04.294 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23217:20250212T001043Z |
8557 | 2025-02-13T05:11:06.164Z | [ host-image] Feb 13 05:11:04.297 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23217:20250212T001043Z |
8558 | 2025-02-13T05:11:06.164Z | [ host-image] Feb 13 05:11:04.298 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23217:20250212T001043Z |
8559 | 2025-02-13T05:11:06.164Z | [ host-image] Feb 13 05:11:04.298 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8560 | 2025-02-13T05:11:06.182Z | [ host-image] Feb 13 05:11:04.318 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23217:20250212T001044Z |
8561 | 2025-02-13T05:11:06.185Z | [ host-image] Feb 13 05:11:04.319 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23217:20250212T001045Z |
8562 | 2025-02-13T05:11:06.185Z | [ host-image] Feb 13 05:11:04.319 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23217:20250212T001045Z |
8563 | 2025-02-13T05:11:06.185Z | [ host-image] Feb 13 05:11:04.320 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23217:20250212T001045Z |
8564 | 2025-02-13T05:11:06.189Z | [ host-image] Feb 13 05:11:04.326 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8565 | 2025-02-13T05:11:06.192Z | [ host-image] Feb 13 05:11:04.326 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23217:20250212T001045Z |
8566 | 2025-02-13T05:11:06.192Z | [ host-image] Feb 13 05:11:04.327 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23217:20250212T001046Z |
8567 | 2025-02-13T05:11:06.192Z | [ host-image] Feb 13 05:11:04.327 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8568 | 2025-02-13T05:11:06.192Z | [ host-image] Feb 13 05:11:04.328 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23217:20250212T001047Z |
8569 | 2025-02-13T05:11:06.195Z | [ host-image] Feb 13 05:11:04.328 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23217:20250212T001047Z |
8570 | 2025-02-13T05:11:06.195Z | [ host-image] Feb 13 05:11:04.328 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23217:20250212T001047Z |
8571 | 2025-02-13T05:11:06.195Z | [ host-image] Feb 13 05:11:04.329 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23217:20250212T001047Z |
8572 | 2025-02-13T05:11:06.206Z | [ host-image] Feb 13 05:11:04.342 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23217:20250212T001047Z |
8573 | 2025-02-13T05:11:06.206Z | [ host-image] Feb 13 05:11:04.342 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8574 | 2025-02-13T05:11:06.208Z | [ host-image] Feb 13 05:11:04.345 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23217:20250212T001047Z |
8575 | 2025-02-13T05:11:06.211Z | [ host-image] Feb 13 05:11:04.346 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23217:20250212T001047Z |
8576 | 2025-02-13T05:11:06.211Z | [ host-image] Feb 13 05:11:04.347 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23217:20250212T001047Z |
8577 | 2025-02-13T05:11:06.214Z | [ host-image] Feb 13 05:11:04.347 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23217:20250212T001048Z |
8578 | 2025-02-13T05:11:06.214Z | [ host-image] Feb 13 05:11:04.348 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23217:20250212T001048Z |
8579 | 2025-02-13T05:11:06.214Z | [ host-image] Feb 13 05:11:04.348 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23217:20250212T001048Z |
8580 | 2025-02-13T05:11:06.227Z | [ host-image] Feb 13 05:11:04.363 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23217:20250212T001050Z |
8581 | 2025-02-13T05:11:06.227Z | [ host-image] Feb 13 05:11:04.363 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23217:20250212T001049Z |
8582 | 2025-02-13T05:11:06.230Z | [ host-image] Feb 13 05:11:04.364 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23217:20250212T001049Z |
8583 | 2025-02-13T05:11:06.230Z | [ host-image] Feb 13 05:11:04.366 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23217:20250212T001049Z |
8584 | 2025-02-13T05:11:06.230Z | [ host-image] Feb 13 05:11:04.366 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23217:20250212T001050Z |
8585 | 2025-02-13T05:11:06.265Z | [ host-image] Feb 13 05:11:04.401 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23217:20250212T001052Z |
8586 | 2025-02-13T05:11:06.265Z | [ host-image] Feb 13 05:11:04.401 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23217:20250212T001050Z |
8587 | 2025-02-13T05:11:06.268Z | [ host-image] Feb 13 05:11:04.401 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23217:20250212T001050Z |
8588 | 2025-02-13T05:11:06.268Z | [ host-image] Feb 13 05:11:04.402 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8589 | 2025-02-13T05:11:06.268Z | [ host-image] Feb 13 05:11:04.402 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8590 | 2025-02-13T05:11:06.311Z | [ host-image] Feb 13 05:11:04.447 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23217:20250212T001050Z |
8591 | 2025-02-13T05:11:06.314Z | [ host-image] Feb 13 05:11:04.448 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8592 | 2025-02-13T05:11:06.314Z | [ host-image] Feb 13 05:11:04.448 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23217:20250212T001050Z |
8593 | 2025-02-13T05:11:06.314Z | [ host-image] Feb 13 05:11:04.448 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23217:20250212T001050Z |
8594 | 2025-02-13T05:11:06.317Z | [ host-image] Feb 13 05:11:04.450 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23217:20250212T001051Z |
8595 | 2025-02-13T05:11:06.317Z | [ host-image] Feb 13 05:11:04.451 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8596 | 2025-02-13T05:11:06.317Z | [ host-image] Feb 13 05:11:04.452 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8597 | 2025-02-13T05:11:06.317Z | [ host-image] Feb 13 05:11:04.452 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23217:20250212T001052Z |
8598 | 2025-02-13T05:11:06.317Z | [ host-image] Feb 13 05:11:04.453 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23217:20250212T001052Z |
8599 | 2025-02-13T05:11:06.317Z | [ host-image] Feb 13 05:11:04.453 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23217:20250212T001052Z |
8600 | 2025-02-13T05:11:06.320Z | [ host-image] Feb 13 05:11:04.454 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23217:20250212T001052Z |
8601 | 2025-02-13T05:11:06.320Z | [ host-image] Feb 13 05:11:04.454 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23217:20250212T001052Z |
8602 | 2025-02-13T05:11:06.320Z | [ host-image] Feb 13 05:11:04.454 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23217:20250212T001053Z |
8603 | 2025-02-13T05:11:06.323Z | [ host-image] Feb 13 05:11:04.459 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8604 | 2025-02-13T05:11:06.326Z | [ host-image] Feb 13 05:11:04.459 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23217:20250212T001053Z |
8605 | 2025-02-13T05:11:06.328Z | [ host-image] Feb 13 05:11:04.462 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23217:20250212T001053Z |
8606 | 2025-02-13T05:11:06.328Z | [ host-image] Feb 13 05:11:04.462 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23217:20250212T001053Z |
8607 | 2025-02-13T05:11:06.328Z | [ host-image] Feb 13 05:11:04.463 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23217:20250212T001054Z |
8608 | 2025-02-13T05:11:06.329Z | [ host-image] Feb 13 05:11:04.463 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23217:20250212T001054Z |
8609 | 2025-02-13T05:11:06.329Z | [ host-image] Feb 13 05:11:04.464 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23217:20250212T001054Z |
8610 | 2025-02-13T05:11:06.329Z | [ host-image] Feb 13 05:11:04.464 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8611 | 2025-02-13T05:11:06.329Z | [ host-image] Feb 13 05:11:04.464 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8612 | 2025-02-13T05:11:06.331Z | [ host-image] Feb 13 05:11:04.465 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23217:20250212T001056Z |
8613 | 2025-02-13T05:11:06.331Z | [ host-image] Feb 13 05:11:04.465 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23217:20250212T001057Z |
8614 | 2025-02-13T05:11:06.331Z | [ host-image] Feb 13 05:11:04.465 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8615 | 2025-02-13T05:11:06.331Z | [ host-image] Feb 13 05:11:04.466 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8616 | 2025-02-13T05:11:06.332Z | [ host-image] Feb 13 05:11:04.466 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8617 | 2025-02-13T05:11:06.332Z | [ host-image] Feb 13 05:11:04.466 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8618 | 2025-02-13T05:11:06.332Z | [ host-image] Feb 13 05:11:04.466 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8619 | 2025-02-13T05:11:06.332Z | [ host-image] Feb 13 05:11:04.467 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8620 | 2025-02-13T05:11:06.334Z | [ host-image] Feb 13 05:11:04.469 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8621 | 2025-02-13T05:11:06.334Z | [ host-image] Feb 13 05:11:04.470 INFO O| tempdir @ "/tmp/.tmpxg9gKq/tmp" |
8622 | 2025-02-13T05:11:06.334Z | [ host-image] Feb 13 05:11:04.470 INFO O| image root @ "/tmp/.tmpxg9gKq/tmp/root" |
8623 | 2025-02-13T05:11:06.334Z | [ host-image] Feb 13 05:11:04.470 INFO O| creating image... |
8624 | 2025-02-13T05:11:07.450Z | [ host-image] Feb 13 05:11:05.586 INFO O| copying publishers... |
8625 | 2025-02-13T05:11:31.721Z | [ host-image] Feb 13 05:11:29.854 INFO O| adding properties... |
8626 | 2025-02-13T05:11:34.045Z | [ host-image] Feb 13 05:11:32.178 INFO O| installing packages... |
8627 | 2025-02-13T05:12:05.581Z | [ recovery-image] Feb 13 05:12:03.710 INFO O| ok, image written! |
8628 | 2025-02-13T05:12:05.584Z | [ recovery-image] Feb 13 05:12:03.711 INFO O| ok, boot_image_csum file written! |
8629 | 2025-02-13T05:12:05.588Z | [ recovery-image] Feb 13 05:12:03.717 INFO creating boot archive (CPIO)... |
8630 | 2025-02-13T05:12:05.590Z | [ recovery-image] Feb 13 05:12:03.717 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 |
8631 | 2025-02-13T05:12:05.603Z | [ recovery-image] Feb 13 05:12:03.733 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8632 | 2025-02-13T05:12:05.603Z | [ recovery-image] Feb 13 05:12:03.733 INFO E| + outfile=/work/os-recovery/cpio |
8633 | 2025-02-13T05:12:05.606Z | [ recovery-image] Feb 13 05:12:03.733 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8634 | 2025-02-13T05:12:05.609Z | [ recovery-image] Feb 13 05:12:03.736 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8635 | 2025-02-13T05:12:05.609Z | [ recovery-image] Feb 13 05:12:03.736 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8636 | 2025-02-13T05:12:05.654Z | [ recovery-image] Feb 13 05:12:03.783 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8637 | 2025-02-13T05:12:05.654Z | [ recovery-image] Feb 13 05:12:03.783 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8638 | 2025-02-13T05:12:05.665Z | [ recovery-image] Feb 13 05:12:03.795 INFO creating compressed cpio/unix for nanobl-rs... |
8639 | 2025-02-13T05:12:05.665Z | [ recovery-image] Feb 13 05:12:03.795 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 |
8640 | 2025-02-13T05:12:06.143Z | [ recovery-image] Feb 13 05:12:04.272 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8641 | 2025-02-13T05:12:13.612Z | [ recovery-image] Feb 13 05:12:11.740 INFO creating reset image... |
8642 | 2025-02-13T05:12:13.615Z | [ recovery-image] Feb 13 05:12:11.740 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8643 | 2025-02-13T05:12:14.634Z | [ recovery-image] Feb 13 05:12:12.762 INFO E| Updating crates.io index |
8644 | 2025-02-13T05:12:15.043Z | [ recovery-image] Feb 13 05:12:13.171 INFO E| Downloading crates ... |
8645 | 2025-02-13T05:12:15.123Z | [ recovery-image] Feb 13 05:12:13.251 INFO E| Downloaded quote v1.0.37 |
8646 | 2025-02-13T05:12:15.134Z | [ recovery-image] Feb 13 05:12:13.255 INFO E| Downloaded os_pipe v1.2.1 |
8647 | 2025-02-13T05:12:15.134Z | [ recovery-image] Feb 13 05:12:13.257 INFO E| Downloaded clap_lex v0.7.2 |
8648 | 2025-02-13T05:12:15.137Z | [ recovery-image] Feb 13 05:12:13.265 INFO E| Downloaded clap v4.5.17 |
8649 | 2025-02-13T05:12:15.152Z | [ recovery-image] Feb 13 05:12:13.280 INFO E| Downloaded shared_child v1.0.1 |
8650 | 2025-02-13T05:12:15.160Z | [ recovery-image] Feb 13 05:12:13.288 INFO E| Downloaded duct v0.13.7 |
8651 | 2025-02-13T05:12:15.164Z | [ recovery-image] Feb 13 05:12:13.292 INFO E| Downloaded unicode-ident v1.0.13 |
8652 | 2025-02-13T05:12:15.168Z | [ recovery-image] Feb 13 05:12:13.297 INFO E| Downloaded clap_derive v4.5.13 |
8653 | 2025-02-13T05:12:15.204Z | [ recovery-image] Feb 13 05:12:13.332 INFO E| Downloaded clap_builder v4.5.17 |
8654 | 2025-02-13T05:12:15.237Z | [ recovery-image] Feb 13 05:12:13.365 INFO E| Downloaded syn v2.0.77 |
8655 | 2025-02-13T05:12:15.307Z | [ recovery-image] Feb 13 05:12:13.434 INFO E| Downloaded libc v0.2.158 |
8656 | 2025-02-13T05:12:15.453Z | [ recovery-image] Feb 13 05:12:13.581 INFO E| Compiling proc-macro2 v1.0.86 |
8657 | 2025-02-13T05:12:15.536Z | [ recovery-image] Feb 13 05:12:13.664 INFO E| Compiling libc v0.2.158 |
8658 | 2025-02-13T05:12:15.536Z | [ recovery-image] Feb 13 05:12:13.664 INFO E| Compiling unicode-ident v1.0.13 |
8659 | 2025-02-13T05:12:15.537Z | [ recovery-image] Feb 13 05:12:13.664 INFO E| Compiling utf8parse v0.2.2 |
8660 | 2025-02-13T05:12:15.539Z | [ recovery-image] Feb 13 05:12:13.665 INFO E| Compiling anstyle v1.0.8 |
8661 | 2025-02-13T05:12:15.539Z | [ recovery-image] Feb 13 05:12:13.665 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8662 | 2025-02-13T05:12:15.539Z | [ recovery-image] Feb 13 05:12:13.665 INFO E| Compiling anstyle-query v1.1.1 |
8663 | 2025-02-13T05:12:15.539Z | [ recovery-image] Feb 13 05:12:13.665 INFO E| Compiling colorchoice v1.0.2 |
8664 | 2025-02-13T05:12:16.066Z | [ recovery-image] Feb 13 05:12:14.194 INFO E| Compiling anstyle-parse v0.2.5 |
8665 | 2025-02-13T05:12:16.100Z | [ recovery-image] Feb 13 05:12:14.228 INFO E| Compiling heck v0.5.0 |
8666 | 2025-02-13T05:12:16.302Z | [ recovery-image] Feb 13 05:12:14.430 INFO E| Compiling strsim v0.11.1 |
8667 | 2025-02-13T05:12:16.326Z | [ recovery-image] Feb 13 05:12:14.453 INFO E| Compiling clap_lex v0.7.2 |
8668 | 2025-02-13T05:12:16.618Z | [ recovery-image] Feb 13 05:12:14.746 INFO E| Compiling once_cell v1.19.0 |
8669 | 2025-02-13T05:12:16.899Z | [ recovery-image] Feb 13 05:12:15.027 INFO E| Compiling anstream v0.6.15 |
8670 | 2025-02-13T05:12:17.702Z | [ recovery-image] Feb 13 05:12:15.829 INFO E| Compiling clap_builder v4.5.17 |
8671 | 2025-02-13T05:12:18.381Z | [ recovery-image] Feb 13 05:12:16.509 INFO E| Compiling quote v1.0.37 |
8672 | 2025-02-13T05:12:18.604Z | [ recovery-image] Feb 13 05:12:16.732 INFO E| Compiling os_pipe v1.2.1 |
8673 | 2025-02-13T05:12:18.604Z | [ recovery-image] Feb 13 05:12:16.732 INFO E| Compiling shared_child v1.0.1 |
8674 | 2025-02-13T05:12:18.852Z | [ recovery-image] Feb 13 05:12:16.980 INFO E| Compiling duct v0.13.7 |
8675 | 2025-02-13T05:12:19.028Z | [ recovery-image] Feb 13 05:12:17.155 INFO E| Compiling syn v2.0.77 |
8676 | 2025-02-13T05:12:27.792Z | [ recovery-image] Feb 13 05:12:25.918 INFO E| Compiling clap_derive v4.5.13 |
8677 | 2025-02-13T05:12:31.868Z | [ recovery-image] Feb 13 05:12:29.994 INFO E| Compiling clap v4.5.17 |
8678 | 2025-02-13T05:12:31.954Z | [ recovery-image] Feb 13 05:12:30.080 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8679 | 2025-02-13T05:12:33.726Z | [ recovery-image] Feb 13 05:12:31.851 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.63s |
8680 | 2025-02-13T05:12:33.740Z | [ recovery-image] Feb 13 05:12:31.866 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8681 | 2025-02-13T05:12:33.957Z | [ recovery-image] Feb 13 05:12:32.082 INFO E| Updating crates.io index |
8682 | 2025-02-13T05:12:34.114Z | [ recovery-image] Feb 13 05:12:32.240 INFO E| Downloading crates ... |
8683 | 2025-02-13T05:12:34.185Z | [ recovery-image] Feb 13 05:12:32.311 INFO E| Downloaded bit_field v0.10.2 |
8684 | 2025-02-13T05:12:34.189Z | [ recovery-image] Feb 13 05:12:32.315 INFO E| Downloaded proc-macro2 v1.0.89 |
8685 | 2025-02-13T05:12:34.193Z | [ recovery-image] Feb 13 05:12:32.319 INFO E| Downloaded bitstruct v0.1.1 |
8686 | 2025-02-13T05:12:34.199Z | [ recovery-image] Feb 13 05:12:32.325 INFO E| Downloaded bitstruct_derive v0.1.0 |
8687 | 2025-02-13T05:12:34.207Z | [ recovery-image] Feb 13 05:12:32.333 INFO E| Downloaded seq-macro v0.3.5 |
8688 | 2025-02-13T05:12:34.209Z | [ recovery-image] Feb 13 05:12:32.335 INFO E| Downloaded cpio_reader v0.1.1 |
8689 | 2025-02-13T05:12:34.221Z | [ recovery-image] Feb 13 05:12:32.347 INFO E| Downloaded syn v2.0.85 |
8690 | 2025-02-13T05:12:34.240Z | [ recovery-image] Feb 13 05:12:32.366 INFO E| Downloaded raw-cpuid v10.7.0 |
8691 | 2025-02-13T05:12:34.348Z | [ recovery-image] Feb 13 05:12:32.473 INFO E| Downloaded x86 v0.52.0 |
8692 | 2025-02-13T05:12:34.402Z | [ recovery-image] Feb 13 05:12:32.528 INFO E| Updating crates.io index |
8693 | 2025-02-13T05:12:34.475Z | [ recovery-image] Feb 13 05:12:32.600 INFO E| Downloading crates ... |
8694 | 2025-02-13T05:12:34.536Z | [ recovery-image] Feb 13 05:12:32.662 INFO E| Downloaded hashbrown v0.15.0 |
8695 | 2025-02-13T05:12:34.582Z | [ recovery-image] Feb 13 05:12:32.708 INFO E| Downloaded libc v0.2.161 |
8696 | 2025-02-13T05:12:34.609Z | [ recovery-image] Feb 13 05:12:32.735 INFO E| Downloaded compiler_builtins v0.1.134 |
8697 | 2025-02-13T05:12:34.699Z | [ recovery-image] Feb 13 05:12:32.825 INFO E| Compiling compiler_builtins v0.1.134 |
8698 | 2025-02-13T05:12:34.699Z | [ recovery-image] Feb 13 05:12:32.825 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) |
8699 | 2025-02-13T05:12:34.702Z | [ recovery-image] Feb 13 05:12:32.825 INFO E| Compiling proc-macro2 v1.0.89 |
8700 | 2025-02-13T05:12:34.702Z | [ recovery-image] Feb 13 05:12:32.825 INFO E| Compiling unicode-ident v1.0.13 |
8701 | 2025-02-13T05:12:34.702Z | [ recovery-image] Feb 13 05:12:32.825 INFO E| Compiling syn v1.0.109 |
8702 | 2025-02-13T05:12:34.702Z | [ recovery-image] Feb 13 05:12:32.825 INFO E| Compiling x86 v0.52.0 |
8703 | 2025-02-13T05:12:34.702Z | [ recovery-image] Feb 13 05:12:32.826 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8704 | 2025-02-13T05:12:34.702Z | [ recovery-image] Feb 13 05:12:32.826 INFO E| Compiling seq-macro v0.3.5 |
8705 | 2025-02-13T05:12:36.333Z | [ recovery-image] Feb 13 05:12:34.459 INFO E| Compiling quote v1.0.37 |
8706 | 2025-02-13T05:12:36.654Z | [ recovery-image] Feb 13 05:12:34.779 INFO E| Compiling syn v2.0.85 |
8707 | 2025-02-13T05:12:39.847Z | [ recovery-image] Feb 13 05:12:37.972 INFO E| Compiling scroll_derive v0.12.0 |
8708 | 2025-02-13T05:12:42.316Z | [ recovery-image] Feb 13 05:12:40.441 INFO E| Compiling bitstruct_derive v0.1.0 |
8709 | 2025-02-13T05:12:43.432Z | [ host-image] Feb 13 05:12:41.557 INFO O| seeding SMF database... |
8710 | 2025-02-13T05:12:53.920Z | [ host-image] Feb 13 05:12:52.043 INFO O| configuring SMF profile... |
8711 | 2025-02-13T05:12:53.923Z | [ host-image] Feb 13 05:12:52.043 INFO O| modifying shadow(5)... |
8712 | 2025-02-13T05:12:53.923Z | [ host-image] Feb 13 05:12:52.044 INFO O| loading user and group database... |
8713 | 2025-02-13T05:12:53.923Z | [ host-image] Feb 13 05:12:52.044 INFO O| assessing packaged files... |
8714 | 2025-02-13T05:12:58.976Z | [ host-image] Feb 13 05:12:57.099 INFO O| creating archive... |
8715 | 2025-02-13T05:12:59.042Z | [ host-image] Feb 13 05:12:57.165 INFO O| missing from packaging: |
8716 | 2025-02-13T05:12:59.045Z | [ host-image] Feb 13 05:12:57.165 INFO O| "etc/.pwd.lock" |
8717 | 2025-02-13T05:12:59.045Z | [ host-image] Feb 13 05:12:57.165 INFO O| "etc/bash" |
8718 | 2025-02-13T05:12:59.052Z | [ host-image] Feb 13 05:12:57.175 INFO O| "etc/svc/profile/generic.xml" |
8719 | 2025-02-13T05:12:59.052Z | [ host-image] Feb 13 05:12:57.175 INFO O| "etc/svc/profile/inetd_services.xml" |
8720 | 2025-02-13T05:12:59.055Z | [ host-image] Feb 13 05:12:57.175 INFO O| "etc/svc/profile/name_service.xml" |
8721 | 2025-02-13T05:12:59.055Z | [ host-image] Feb 13 05:12:57.175 INFO O| "etc/svc/profile/platform.xml" |
8722 | 2025-02-13T05:12:59.055Z | [ host-image] Feb 13 05:12:57.175 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8723 | 2025-02-13T05:12:59.055Z | [ host-image] Feb 13 05:12:57.175 INFO O| "etc/svc/repository.db" |
8724 | 2025-02-13T05:12:59.069Z | [ host-image] Feb 13 05:12:57.192 INFO O| "opt/ooce/share" |
8725 | 2025-02-13T05:12:59.069Z | [ host-image] Feb 13 05:12:57.192 INFO O| "opt/ooce/share/man" |
8726 | 2025-02-13T05:12:59.069Z | [ host-image] Feb 13 05:12:57.192 INFO O| "opt/ooce/share/man/man1" |
8727 | 2025-02-13T05:12:59.084Z | [ host-image] Feb 13 05:12:57.207 INFO O| finishing archive... |
8728 | 2025-02-13T05:13:00.784Z | [ recovery-image] Feb 13 05:12:58.907 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) |
8729 | 2025-02-13T05:13:04.464Z | [ recovery-image] Feb 13 05:13:02.586 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) |
8730 | 2025-02-13T05:13:04.690Z | [ host-image] Feb 13 05:13:02.812 INFO O| creating gzonly manifest... |
8731 | 2025-02-13T05:13:04.703Z | [ host-image] Feb 13 05:13:02.824 INFO O| ok |
8732 | 2025-02-13T05:13:04.946Z | [ host-image] Feb 13 05:13:03.068 INFO image builder template: ramdisk-02-trim... |
8733 | 2025-02-13T05:13:04.946Z | [ host-image] Feb 13 05:13:03.068 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/.tmpTHrw9f/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 |
8734 | 2025-02-13T05:13:04.987Z | [ host-image] Feb 13 05:13:03.109 INFO O| Feb 13 05:13:03.109 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8735 | 2025-02-13T05:13:05.004Z | [ host-image] Feb 13 05:13:03.125 INFO O| Feb 13 05:13:03.125 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8736 | 2025-02-13T05:13:05.234Z | [ host-image] Feb 13 05:13:03.357 INFO O| Feb 13 05:13:03.356 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8737 | 2025-02-13T05:13:05.313Z | [ host-image] Feb 13 05:13:03.435 INFO O| Feb 13 05:13:03.435 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8738 | 2025-02-13T05:13:05.313Z | [ host-image] Feb 13 05:13:03.436 INFO O| Feb 13 05:13:03.436 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8739 | 2025-02-13T05:13:05.323Z | [ host-image] Feb 13 05:13:03.445 INFO O| Feb 13 05:13:03.445 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8740 | 2025-02-13T05:13:05.329Z | [ host-image] Feb 13 05:13:03.452 INFO O| Feb 13 05:13:03.452 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8741 | 2025-02-13T05:13:05.346Z | [ host-image] Feb 13 05:13:03.468 INFO O| Feb 13 05:13:03.468 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8742 | 2025-02-13T05:13:05.952Z | [ host-image] Feb 13 05:13:04.072 INFO O| Feb 13 05:13:04.072 INFO rolled back to input snapshot; work may begin |
8743 | 2025-02-13T05:13:05.952Z | [ host-image] Feb 13 05:13:04.072 INFO O| Feb 13 05:13:04.072 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8744 | 2025-02-13T05:13:05.972Z | [ host-image] Feb 13 05:13:04.094 INFO O| Feb 13 05:13:04.094 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8745 | 2025-02-13T05:13:06.041Z | [ host-image] Feb 13 05:13:04.163 INFO O| Feb 13 05:13:04.163 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8746 | 2025-02-13T05:13:06.314Z | [ host-image] Feb 13 05:13:04.435 INFO O| Feb 13 05:13:04.435 INFO STEP 0 (remove_files) COMPLETE |
8747 | 2025-02-13T05:13:06.314Z | [ host-image] Feb 13 05:13:04.435 INFO O| Feb 13 05:13:04.435 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8748 | 2025-02-13T05:13:06.366Z | [ host-image] Feb 13 05:13:04.488 INFO O| Feb 13 05:13:04.488 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8749 | 2025-02-13T05:13:06.369Z | [ host-image] Feb 13 05:13:04.491 INFO O| Feb 13 05:13:04.491 INFO STEP 1 (remove_files) COMPLETE |
8750 | 2025-02-13T05:13:06.369Z | [ host-image] Feb 13 05:13:04.491 INFO O| Feb 13 05:13:04.491 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8751 | 2025-02-13T05:13:06.400Z | [ host-image] Feb 13 05:13:04.522 INFO O| Feb 13 05:13:04.522 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8752 | 2025-02-13T05:13:06.424Z | [ host-image] Feb 13 05:13:04.547 INFO O| Feb 13 05:13:04.546 INFO STEP 2 (remove_files) COMPLETE |
8753 | 2025-02-13T05:13:06.424Z | [ host-image] Feb 13 05:13:04.547 INFO O| Feb 13 05:13:04.547 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8754 | 2025-02-13T05:13:06.484Z | [ host-image] Feb 13 05:13:04.606 INFO O| Feb 13 05:13:04.606 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8755 | 2025-02-13T05:13:06.486Z | [ host-image] Feb 13 05:13:04.609 INFO O| Feb 13 05:13:04.608 INFO STEP 3 (remove_files) COMPLETE |
8756 | 2025-02-13T05:13:06.486Z | [ host-image] Feb 13 05:13:04.609 INFO O| Feb 13 05:13:04.609 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8757 | 2025-02-13T05:13:06.505Z | [ host-image] Feb 13 05:13:04.627 INFO O| Feb 13 05:13:04.627 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8758 | 2025-02-13T05:13:06.512Z | [ host-image] Feb 13 05:13:04.634 INFO O| Feb 13 05:13:04.634 INFO STEP 4 (remove_files) COMPLETE |
8759 | 2025-02-13T05:13:06.512Z | [ host-image] Feb 13 05:13:04.634 INFO O| Feb 13 05:13:04.634 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8760 | 2025-02-13T05:13:06.544Z | [ host-image] Feb 13 05:13:04.666 INFO O| Feb 13 05:13:04.666 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8761 | 2025-02-13T05:13:06.549Z | [ host-image] Feb 13 05:13:04.671 INFO O| Feb 13 05:13:04.671 INFO STEP 5 (remove_files) COMPLETE |
8762 | 2025-02-13T05:13:06.549Z | [ host-image] Feb 13 05:13:04.671 INFO O| Feb 13 05:13:04.671 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2025-02-13T05:13:06.588Z | [ host-image] Feb 13 05:13:04.710 INFO O| Feb 13 05:13:04.710 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8764 | 2025-02-13T05:13:06.605Z | [ host-image] Feb 13 05:13:04.728 INFO O| Feb 13 05:13:04.727 INFO STEP 6 (remove_files) COMPLETE |
8765 | 2025-02-13T05:13:06.605Z | [ host-image] Feb 13 05:13:04.728 INFO O| Feb 13 05:13:04.727 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2025-02-13T05:13:06.641Z | [ host-image] Feb 13 05:13:04.763 INFO O| Feb 13 05:13:04.763 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8767 | 2025-02-13T05:13:06.662Z | [ host-image] Feb 13 05:13:04.784 INFO O| Feb 13 05:13:04.784 INFO STEP 7 (remove_files) COMPLETE |
8768 | 2025-02-13T05:13:06.662Z | [ host-image] Feb 13 05:13:04.784 INFO O| Feb 13 05:13:04.784 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8769 | 2025-02-13T05:13:06.696Z | [ host-image] Feb 13 05:13:04.818 INFO O| Feb 13 05:13:04.818 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8770 | 2025-02-13T05:13:06.853Z | [ host-image] Feb 13 05:13:04.974 INFO O| Feb 13 05:13:04.974 INFO STEP 8 (remove_files) COMPLETE |
8771 | 2025-02-13T05:13:06.853Z | [ host-image] Feb 13 05:13:04.974 INFO O| Feb 13 05:13:04.974 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8772 | 2025-02-13T05:13:06.909Z | [ host-image] Feb 13 05:13:05.031 INFO O| Feb 13 05:13:05.031 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8773 | 2025-02-13T05:13:07.118Z | [ host-image] Feb 13 05:13:05.240 INFO O| Feb 13 05:13:05.240 INFO STEP 9 (remove_files) COMPLETE |
8774 | 2025-02-13T05:13:07.118Z | [ host-image] Feb 13 05:13:05.240 INFO O| Feb 13 05:13:05.240 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8775 | 2025-02-13T05:13:07.151Z | [ host-image] Feb 13 05:13:05.273 INFO O| Feb 13 05:13:05.273 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8776 | 2025-02-13T05:13:07.158Z | [ host-image] Feb 13 05:13:05.280 INFO O| Feb 13 05:13:05.280 INFO STEP 10 (remove_files) COMPLETE |
8777 | 2025-02-13T05:13:07.158Z | [ host-image] Feb 13 05:13:05.280 INFO O| Feb 13 05:13:05.280 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2025-02-13T05:13:07.194Z | [ host-image] Feb 13 05:13:05.316 INFO O| Feb 13 05:13:05.316 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8779 | 2025-02-13T05:13:07.196Z | [ host-image] Feb 13 05:13:05.317 INFO O| Feb 13 05:13:05.317 INFO STEP 11 (remove_files) COMPLETE |
8780 | 2025-02-13T05:13:07.196Z | [ host-image] Feb 13 05:13:05.317 INFO O| Feb 13 05:13:05.317 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8781 | 2025-02-13T05:13:07.253Z | [ host-image] Feb 13 05:13:05.375 INFO O| Feb 13 05:13:05.375 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8782 | 2025-02-13T05:13:07.256Z | [ host-image] Feb 13 05:13:05.378 INFO O| Feb 13 05:13:05.378 INFO STEP 12 (remove_files) COMPLETE |
8783 | 2025-02-13T05:13:07.256Z | [ host-image] Feb 13 05:13:05.378 INFO O| Feb 13 05:13:05.378 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8784 | 2025-02-13T05:13:07.347Z | [ host-image] Feb 13 05:13:05.469 INFO O| Feb 13 05:13:05.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8785 | 2025-02-13T05:13:07.347Z | [ host-image] Feb 13 05:13:05.469 INFO O| Feb 13 05:13:05.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8786 | 2025-02-13T05:13:07.350Z | [ host-image] Feb 13 05:13:05.470 INFO O| Feb 13 05:13:05.470 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8787 | 2025-02-13T05:13:07.350Z | [ host-image] Feb 13 05:13:05.470 INFO O| Feb 13 05:13:05.470 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8788 | 2025-02-13T05:13:07.350Z | [ host-image] Feb 13 05:13:05.470 INFO O| Feb 13 05:13:05.470 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8789 | 2025-02-13T05:13:07.350Z | [ host-image] Feb 13 05:13:05.471 INFO O| Feb 13 05:13:05.470 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8790 | 2025-02-13T05:13:07.350Z | [ host-image] Feb 13 05:13:05.471 INFO O| Feb 13 05:13:05.471 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8791 | 2025-02-13T05:13:07.350Z | [ host-image] Feb 13 05:13:05.471 INFO O| Feb 13 05:13:05.471 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8792 | 2025-02-13T05:13:07.350Z | [ host-image] Feb 13 05:13:05.471 INFO O| Feb 13 05:13:05.471 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8793 | 2025-02-13T05:13:07.350Z | [ host-image] Feb 13 05:13:05.471 INFO O| Feb 13 05:13:05.471 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8794 | 2025-02-13T05:13:07.350Z | [ host-image] Feb 13 05:13:05.472 INFO O| Feb 13 05:13:05.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8795 | 2025-02-13T05:13:07.350Z | [ host-image] Feb 13 05:13:05.472 INFO O| Feb 13 05:13:05.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8796 | 2025-02-13T05:13:07.350Z | [ host-image] Feb 13 05:13:05.472 INFO O| Feb 13 05:13:05.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8797 | 2025-02-13T05:13:07.350Z | [ host-image] Feb 13 05:13:05.472 INFO O| Feb 13 05:13:05.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8798 | 2025-02-13T05:13:07.353Z | [ host-image] Feb 13 05:13:05.473 INFO O| Feb 13 05:13:05.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8799 | 2025-02-13T05:13:07.353Z | [ host-image] Feb 13 05:13:05.473 INFO O| Feb 13 05:13:05.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8800 | 2025-02-13T05:13:07.353Z | [ host-image] Feb 13 05:13:05.475 INFO O| Feb 13 05:13:05.475 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8801 | 2025-02-13T05:13:07.503Z | [ host-image] Feb 13 05:13:05.625 INFO O| Feb 13 05:13:05.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8802 | 2025-02-13T05:13:07.515Z | [ host-image] Feb 13 05:13:05.637 INFO O| Feb 13 05:13:05.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8803 | 2025-02-13T05:13:07.520Z | [ host-image] Feb 13 05:13:05.642 INFO O| Feb 13 05:13:05.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8804 | 2025-02-13T05:13:07.587Z | [ host-image] Feb 13 05:13:05.709 INFO O| Feb 13 05:13:05.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8805 | 2025-02-13T05:13:08.137Z | [ host-image] Feb 13 05:13:06.258 INFO O| Feb 13 05:13:06.258 INFO STEP 13 (remove_files) COMPLETE |
8806 | 2025-02-13T05:13:08.137Z | [ host-image] Feb 13 05:13:06.258 INFO O| Feb 13 05:13:06.258 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8807 | 2025-02-13T05:13:08.171Z | [ host-image] Feb 13 05:13:06.293 INFO O| Feb 13 05:13:06.293 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8808 | 2025-02-13T05:13:08.174Z | [ host-image] Feb 13 05:13:06.296 INFO O| Feb 13 05:13:06.295 INFO STEP 14 (remove_files) COMPLETE |
8809 | 2025-02-13T05:13:08.174Z | [ host-image] Feb 13 05:13:06.296 INFO O| Feb 13 05:13:06.296 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8810 | 2025-02-13T05:13:08.196Z | [ host-image] Feb 13 05:13:06.317 INFO O| Feb 13 05:13:06.317 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8811 | 2025-02-13T05:13:08.207Z | [ host-image] Feb 13 05:13:06.329 INFO O| Feb 13 05:13:06.329 INFO STEP 15 (remove_files) COMPLETE |
8812 | 2025-02-13T05:13:08.207Z | [ host-image] Feb 13 05:13:06.329 INFO O| Feb 13 05:13:06.329 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8813 | 2025-02-13T05:13:08.241Z | [ host-image] Feb 13 05:13:06.363 INFO O| Feb 13 05:13:06.362 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8814 | 2025-02-13T05:13:08.244Z | [ host-image] Feb 13 05:13:06.363 INFO O| Feb 13 05:13:06.363 INFO STEP 16 (remove_files) COMPLETE |
8815 | 2025-02-13T05:13:08.244Z | [ host-image] Feb 13 05:13:06.363 INFO O| Feb 13 05:13:06.363 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8816 | 2025-02-13T05:13:08.259Z | [ host-image] Feb 13 05:13:06.381 INFO O| Feb 13 05:13:06.381 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8817 | 2025-02-13T05:13:08.262Z | [ host-image] Feb 13 05:13:06.384 INFO O| Feb 13 05:13:06.384 INFO STEP 17 (remove_files) COMPLETE |
8818 | 2025-02-13T05:13:08.262Z | [ host-image] Feb 13 05:13:06.384 INFO O| Feb 13 05:13:06.384 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8819 | 2025-02-13T05:13:08.279Z | [ host-image] Feb 13 05:13:06.401 INFO O| Feb 13 05:13:06.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8820 | 2025-02-13T05:13:08.282Z | [ host-image] Feb 13 05:13:06.401 INFO O| Feb 13 05:13:06.401 INFO STEP 18 (remove_files) COMPLETE |
8821 | 2025-02-13T05:13:08.282Z | [ host-image] Feb 13 05:13:06.401 INFO O| Feb 13 05:13:06.401 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8822 | 2025-02-13T05:13:08.299Z | [ host-image] Feb 13 05:13:06.418 INFO O| Feb 13 05:13:06.418 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8823 | 2025-02-13T05:13:08.299Z | [ host-image] Feb 13 05:13:06.418 INFO O| Feb 13 05:13:06.418 INFO STEP 19 (remove_files) COMPLETE |
8824 | 2025-02-13T05:13:08.299Z | [ host-image] Feb 13 05:13:06.418 INFO O| Feb 13 05:13:06.418 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8825 | 2025-02-13T05:13:08.331Z | [ host-image] Feb 13 05:13:06.453 INFO O| Feb 13 05:13:06.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8826 | 2025-02-13T05:13:08.331Z | [ host-image] Feb 13 05:13:06.453 INFO O| Feb 13 05:13:06.453 INFO STEP 20 (remove_files) COMPLETE |
8827 | 2025-02-13T05:13:08.331Z | [ host-image] Feb 13 05:13:06.453 INFO O| Feb 13 05:13:06.453 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2025-02-13T05:13:08.383Z | [ host-image] Feb 13 05:13:06.505 INFO O| Feb 13 05:13:06.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8829 | 2025-02-13T05:13:08.386Z | [ host-image] Feb 13 05:13:06.505 INFO O| Feb 13 05:13:06.505 INFO STEP 21 (remove_files) COMPLETE |
8830 | 2025-02-13T05:13:08.386Z | [ host-image] Feb 13 05:13:06.505 INFO O| Feb 13 05:13:06.505 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8831 | 2025-02-13T05:13:08.401Z | [ host-image] Feb 13 05:13:06.523 INFO O| Feb 13 05:13:06.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8832 | 2025-02-13T05:13:08.403Z | [ host-image] Feb 13 05:13:06.523 INFO O| Feb 13 05:13:06.523 INFO STEP 22 (remove_files) COMPLETE |
8833 | 2025-02-13T05:13:08.404Z | [ host-image] Feb 13 05:13:06.523 INFO O| Feb 13 05:13:06.523 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2025-02-13T05:13:08.423Z | [ host-image] Feb 13 05:13:06.545 INFO O| Feb 13 05:13:06.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8835 | 2025-02-13T05:13:08.423Z | [ host-image] Feb 13 05:13:06.545 INFO O| Feb 13 05:13:06.545 INFO STEP 23 (remove_files) COMPLETE |
8836 | 2025-02-13T05:13:08.426Z | [ host-image] Feb 13 05:13:06.545 INFO O| Feb 13 05:13:06.545 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2025-02-13T05:13:08.463Z | [ host-image] Feb 13 05:13:06.585 INFO O| Feb 13 05:13:06.585 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8838 | 2025-02-13T05:13:08.463Z | [ host-image] Feb 13 05:13:06.585 INFO O| Feb 13 05:13:06.585 INFO STEP 24 (remove_files) COMPLETE |
8839 | 2025-02-13T05:13:08.463Z | [ host-image] Feb 13 05:13:06.585 INFO O| Feb 13 05:13:06.585 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2025-02-13T05:13:08.480Z | [ host-image] Feb 13 05:13:06.602 INFO O| Feb 13 05:13:06.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8841 | 2025-02-13T05:13:08.480Z | [ host-image] Feb 13 05:13:06.602 INFO O| Feb 13 05:13:06.602 INFO STEP 25 (remove_files) COMPLETE |
8842 | 2025-02-13T05:13:08.480Z | [ host-image] Feb 13 05:13:06.602 INFO O| Feb 13 05:13:06.602 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2025-02-13T05:13:08.530Z | [ host-image] Feb 13 05:13:06.652 INFO O| Feb 13 05:13:06.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8844 | 2025-02-13T05:13:08.530Z | [ host-image] Feb 13 05:13:06.652 INFO O| Feb 13 05:13:06.652 INFO STEP 26 (remove_files) COMPLETE |
8845 | 2025-02-13T05:13:08.530Z | [ host-image] Feb 13 05:13:06.652 INFO O| Feb 13 05:13:06.652 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2025-02-13T05:13:08.558Z | [ host-image] Feb 13 05:13:06.680 INFO O| Feb 13 05:13:06.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8847 | 2025-02-13T05:13:08.560Z | [ host-image] Feb 13 05:13:06.680 INFO O| Feb 13 05:13:06.680 INFO STEP 27 (remove_files) COMPLETE |
8848 | 2025-02-13T05:13:08.560Z | [ host-image] Feb 13 05:13:06.680 INFO O| Feb 13 05:13:06.680 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2025-02-13T05:13:08.576Z | [ host-image] Feb 13 05:13:06.698 INFO O| Feb 13 05:13:06.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8850 | 2025-02-13T05:13:08.579Z | [ host-image] Feb 13 05:13:06.698 INFO O| Feb 13 05:13:06.698 INFO STEP 28 (remove_files) COMPLETE |
8851 | 2025-02-13T05:13:08.579Z | [ host-image] Feb 13 05:13:06.699 INFO O| Feb 13 05:13:06.698 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2025-02-13T05:13:08.595Z | [ host-image] Feb 13 05:13:06.717 INFO O| Feb 13 05:13:06.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8853 | 2025-02-13T05:13:08.598Z | [ host-image] Feb 13 05:13:06.717 INFO O| Feb 13 05:13:06.717 INFO STEP 29 (remove_files) COMPLETE |
8854 | 2025-02-13T05:13:08.598Z | [ host-image] Feb 13 05:13:06.717 INFO O| Feb 13 05:13:06.717 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2025-02-13T05:13:08.614Z | [ host-image] Feb 13 05:13:06.736 INFO O| Feb 13 05:13:06.735 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8856 | 2025-02-13T05:13:08.614Z | [ host-image] Feb 13 05:13:06.736 INFO O| Feb 13 05:13:06.736 INFO STEP 30 (remove_files) COMPLETE |
8857 | 2025-02-13T05:13:08.614Z | [ host-image] Feb 13 05:13:06.736 INFO O| Feb 13 05:13:06.736 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2025-02-13T05:13:08.651Z | [ host-image] Feb 13 05:13:06.772 INFO O| Feb 13 05:13:06.772 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8859 | 2025-02-13T05:13:08.651Z | [ host-image] Feb 13 05:13:06.772 INFO O| Feb 13 05:13:06.772 INFO STEP 31 (remove_files) COMPLETE |
8860 | 2025-02-13T05:13:08.651Z | [ host-image] Feb 13 05:13:06.772 INFO O| Feb 13 05:13:06.772 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2025-02-13T05:13:08.669Z | [ host-image] Feb 13 05:13:06.791 INFO O| Feb 13 05:13:06.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8862 | 2025-02-13T05:13:08.669Z | [ host-image] Feb 13 05:13:06.791 INFO O| Feb 13 05:13:06.791 INFO STEP 32 (remove_files) COMPLETE |
8863 | 2025-02-13T05:13:08.672Z | [ host-image] Feb 13 05:13:06.791 INFO O| Feb 13 05:13:06.791 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2025-02-13T05:13:08.699Z | [ host-image] Feb 13 05:13:06.820 INFO O| Feb 13 05:13:06.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8865 | 2025-02-13T05:13:08.699Z | [ host-image] Feb 13 05:13:06.820 INFO O| Feb 13 05:13:06.820 INFO STEP 33 (remove_files) COMPLETE |
8866 | 2025-02-13T05:13:08.699Z | [ host-image] Feb 13 05:13:06.820 INFO O| Feb 13 05:13:06.820 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2025-02-13T05:13:08.758Z | [ host-image] Feb 13 05:13:06.879 INFO O| Feb 13 05:13:06.879 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8868 | 2025-02-13T05:13:08.758Z | [ host-image] Feb 13 05:13:06.879 INFO O| Feb 13 05:13:06.879 INFO STEP 34 (remove_files) COMPLETE |
8869 | 2025-02-13T05:13:08.758Z | [ host-image] Feb 13 05:13:06.879 INFO O| Feb 13 05:13:06.879 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2025-02-13T05:13:08.775Z | [ host-image] Feb 13 05:13:06.897 INFO O| Feb 13 05:13:06.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8871 | 2025-02-13T05:13:08.775Z | [ host-image] Feb 13 05:13:06.897 INFO O| Feb 13 05:13:06.897 INFO STEP 35 (remove_files) COMPLETE |
8872 | 2025-02-13T05:13:08.775Z | [ host-image] Feb 13 05:13:06.897 INFO O| Feb 13 05:13:06.897 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2025-02-13T05:13:08.810Z | [ host-image] Feb 13 05:13:06.932 INFO O| Feb 13 05:13:06.932 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8874 | 2025-02-13T05:13:08.810Z | [ host-image] Feb 13 05:13:06.932 INFO O| Feb 13 05:13:06.932 INFO STEP 36 (remove_files) COMPLETE |
8875 | 2025-02-13T05:13:08.813Z | [ host-image] Feb 13 05:13:06.932 INFO O| Feb 13 05:13:06.932 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2025-02-13T05:13:08.863Z | [ host-image] Feb 13 05:13:06.984 INFO O| Feb 13 05:13:06.984 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8877 | 2025-02-13T05:13:08.866Z | [ host-image] Feb 13 05:13:06.984 INFO O| Feb 13 05:13:06.984 INFO STEP 37 (remove_files) COMPLETE |
8878 | 2025-02-13T05:13:08.866Z | [ host-image] Feb 13 05:13:06.984 INFO O| Feb 13 05:13:06.984 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2025-02-13T05:13:08.881Z | [ host-image] Feb 13 05:13:07.003 INFO O| Feb 13 05:13:07.003 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8880 | 2025-02-13T05:13:08.884Z | [ host-image] Feb 13 05:13:07.003 INFO O| Feb 13 05:13:07.003 INFO STEP 38 (remove_files) COMPLETE |
8881 | 2025-02-13T05:13:08.884Z | [ host-image] Feb 13 05:13:07.004 INFO O| Feb 13 05:13:07.003 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2025-02-13T05:13:08.900Z | [ host-image] Feb 13 05:13:07.021 INFO O| Feb 13 05:13:07.021 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8883 | 2025-02-13T05:13:08.903Z | [ host-image] Feb 13 05:13:07.022 INFO O| Feb 13 05:13:07.022 INFO STEP 39 (remove_files) COMPLETE |
8884 | 2025-02-13T05:13:08.903Z | [ host-image] Feb 13 05:13:07.022 INFO O| Feb 13 05:13:07.022 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2025-02-13T05:13:08.919Z | [ host-image] Feb 13 05:13:07.041 INFO O| Feb 13 05:13:07.041 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8886 | 2025-02-13T05:13:08.919Z | [ host-image] Feb 13 05:13:07.041 INFO O| Feb 13 05:13:07.041 INFO STEP 40 (remove_files) COMPLETE |
8887 | 2025-02-13T05:13:08.919Z | [ host-image] Feb 13 05:13:07.041 INFO O| Feb 13 05:13:07.041 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2025-02-13T05:13:08.959Z | [ host-image] Feb 13 05:13:07.081 INFO O| Feb 13 05:13:07.080 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8889 | 2025-02-13T05:13:08.963Z | [ host-image] Feb 13 05:13:07.081 INFO O| Feb 13 05:13:07.081 INFO STEP 41 (remove_files) COMPLETE |
8890 | 2025-02-13T05:13:08.963Z | [ host-image] Feb 13 05:13:07.081 INFO O| Feb 13 05:13:07.081 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2025-02-13T05:13:08.977Z | [ host-image] Feb 13 05:13:07.099 INFO O| Feb 13 05:13:07.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8892 | 2025-02-13T05:13:08.980Z | [ host-image] Feb 13 05:13:07.099 INFO O| Feb 13 05:13:07.099 INFO STEP 42 (remove_files) COMPLETE |
8893 | 2025-02-13T05:13:08.981Z | [ host-image] Feb 13 05:13:07.099 INFO O| Feb 13 05:13:07.099 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2025-02-13T05:13:09.002Z | [ host-image] Feb 13 05:13:07.124 INFO O| Feb 13 05:13:07.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8895 | 2025-02-13T05:13:09.005Z | [ host-image] Feb 13 05:13:07.124 INFO O| Feb 13 05:13:07.124 INFO STEP 43 (remove_files) COMPLETE |
8896 | 2025-02-13T05:13:09.005Z | [ host-image] Feb 13 05:13:07.125 INFO O| Feb 13 05:13:07.124 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2025-02-13T05:13:09.022Z | [ host-image] Feb 13 05:13:07.144 INFO O| Feb 13 05:13:07.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8898 | 2025-02-13T05:13:09.022Z | [ host-image] Feb 13 05:13:07.144 INFO O| Feb 13 05:13:07.144 INFO STEP 44 (remove_files) COMPLETE |
8899 | 2025-02-13T05:13:09.022Z | [ host-image] Feb 13 05:13:07.144 INFO O| Feb 13 05:13:07.144 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2025-02-13T05:13:09.043Z | [ host-image] Feb 13 05:13:07.165 INFO O| Feb 13 05:13:07.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8901 | 2025-02-13T05:13:09.043Z | [ host-image] Feb 13 05:13:07.165 INFO O| Feb 13 05:13:07.165 INFO STEP 45 (remove_files) COMPLETE |
8902 | 2025-02-13T05:13:09.043Z | [ host-image] Feb 13 05:13:07.165 INFO O| Feb 13 05:13:07.165 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2025-02-13T05:13:09.076Z | [ host-image] Feb 13 05:13:07.198 INFO O| Feb 13 05:13:07.198 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8904 | 2025-02-13T05:13:09.076Z | [ host-image] Feb 13 05:13:07.198 INFO O| Feb 13 05:13:07.198 INFO STEP 46 (remove_files) COMPLETE |
8905 | 2025-02-13T05:13:09.080Z | [ host-image] Feb 13 05:13:07.198 INFO O| Feb 13 05:13:07.198 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2025-02-13T05:13:09.146Z | [ host-image] Feb 13 05:13:07.268 INFO O| Feb 13 05:13:07.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8907 | 2025-02-13T05:13:09.146Z | [ host-image] Feb 13 05:13:07.268 INFO O| Feb 13 05:13:07.268 INFO STEP 47 (remove_files) COMPLETE |
8908 | 2025-02-13T05:13:09.149Z | [ host-image] Feb 13 05:13:07.268 INFO O| Feb 13 05:13:07.268 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2025-02-13T05:13:09.177Z | [ host-image] Feb 13 05:13:07.299 INFO O| Feb 13 05:13:07.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8910 | 2025-02-13T05:13:09.177Z | [ host-image] Feb 13 05:13:07.299 INFO O| Feb 13 05:13:07.299 INFO STEP 48 (remove_files) COMPLETE |
8911 | 2025-02-13T05:13:09.177Z | [ host-image] Feb 13 05:13:07.299 INFO O| Feb 13 05:13:07.299 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2025-02-13T05:13:09.212Z | [ host-image] Feb 13 05:13:07.334 INFO O| Feb 13 05:13:07.334 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8913 | 2025-02-13T05:13:09.212Z | [ host-image] Feb 13 05:13:07.334 INFO O| Feb 13 05:13:07.334 INFO STEP 49 (remove_files) COMPLETE |
8914 | 2025-02-13T05:13:09.212Z | [ host-image] Feb 13 05:13:07.334 INFO O| Feb 13 05:13:07.334 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2025-02-13T05:13:09.230Z | [ host-image] Feb 13 05:13:07.352 INFO O| Feb 13 05:13:07.352 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8916 | 2025-02-13T05:13:09.230Z | [ host-image] Feb 13 05:13:07.352 INFO O| Feb 13 05:13:07.352 INFO STEP 50 (remove_files) COMPLETE |
8917 | 2025-02-13T05:13:09.233Z | [ host-image] Feb 13 05:13:07.352 INFO O| Feb 13 05:13:07.352 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2025-02-13T05:13:09.290Z | [ host-image] Feb 13 05:13:07.412 INFO O| Feb 13 05:13:07.412 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8919 | 2025-02-13T05:13:09.290Z | [ host-image] Feb 13 05:13:07.412 INFO O| Feb 13 05:13:07.412 INFO STEP 51 (remove_files) COMPLETE |
8920 | 2025-02-13T05:13:09.293Z | [ host-image] Feb 13 05:13:07.412 INFO O| Feb 13 05:13:07.412 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2025-02-13T05:13:09.314Z | [ host-image] Feb 13 05:13:07.436 INFO O| Feb 13 05:13:07.436 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8922 | 2025-02-13T05:13:09.314Z | [ host-image] Feb 13 05:13:07.436 INFO O| Feb 13 05:13:07.436 INFO STEP 52 (remove_files) COMPLETE |
8923 | 2025-02-13T05:13:09.315Z | [ host-image] Feb 13 05:13:07.436 INFO O| Feb 13 05:13:07.436 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2025-02-13T05:13:09.332Z | [ host-image] Feb 13 05:13:07.454 INFO O| Feb 13 05:13:07.454 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8925 | 2025-02-13T05:13:09.332Z | [ host-image] Feb 13 05:13:07.454 INFO O| Feb 13 05:13:07.454 INFO STEP 53 (remove_files) COMPLETE |
8926 | 2025-02-13T05:13:09.337Z | [ host-image] Feb 13 05:13:07.454 INFO O| Feb 13 05:13:07.454 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2025-02-13T05:13:09.369Z | [ host-image] Feb 13 05:13:07.491 INFO O| Feb 13 05:13:07.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8928 | 2025-02-13T05:13:09.369Z | [ host-image] Feb 13 05:13:07.491 INFO O| Feb 13 05:13:07.491 INFO STEP 54 (remove_files) COMPLETE |
8929 | 2025-02-13T05:13:09.369Z | [ host-image] Feb 13 05:13:07.491 INFO O| Feb 13 05:13:07.491 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2025-02-13T05:13:09.407Z | [ host-image] Feb 13 05:13:07.529 INFO O| Feb 13 05:13:07.529 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8931 | 2025-02-13T05:13:09.407Z | [ host-image] Feb 13 05:13:07.529 INFO O| Feb 13 05:13:07.529 INFO STEP 55 (remove_files) COMPLETE |
8932 | 2025-02-13T05:13:09.407Z | [ host-image] Feb 13 05:13:07.529 INFO O| Feb 13 05:13:07.529 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2025-02-13T05:13:09.428Z | [ host-image] Feb 13 05:13:07.550 INFO O| Feb 13 05:13:07.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8934 | 2025-02-13T05:13:09.428Z | [ host-image] Feb 13 05:13:07.550 INFO O| Feb 13 05:13:07.550 INFO STEP 56 (remove_files) COMPLETE |
8935 | 2025-02-13T05:13:09.428Z | [ host-image] Feb 13 05:13:07.550 INFO O| Feb 13 05:13:07.550 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2025-02-13T05:13:09.446Z | [ host-image] Feb 13 05:13:07.568 INFO O| Feb 13 05:13:07.568 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8937 | 2025-02-13T05:13:09.446Z | [ host-image] Feb 13 05:13:07.568 INFO O| Feb 13 05:13:07.568 INFO STEP 57 (remove_files) COMPLETE |
8938 | 2025-02-13T05:13:09.449Z | [ host-image] Feb 13 05:13:07.568 INFO O| Feb 13 05:13:07.568 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2025-02-13T05:13:09.465Z | [ host-image] Feb 13 05:13:07.586 INFO O| Feb 13 05:13:07.586 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8940 | 2025-02-13T05:13:09.465Z | [ host-image] Feb 13 05:13:07.586 INFO O| Feb 13 05:13:07.586 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8941 | 2025-02-13T05:13:09.467Z | [ host-image] Feb 13 05:13:07.586 INFO O| Feb 13 05:13:07.586 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8942 | 2025-02-13T05:13:09.467Z | [ host-image] Feb 13 05:13:07.587 INFO O| Feb 13 05:13:07.587 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8943 | 2025-02-13T05:13:09.467Z | [ host-image] Feb 13 05:13:07.587 INFO O| Feb 13 05:13:07.587 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8944 | 2025-02-13T05:13:09.467Z | [ host-image] Feb 13 05:13:07.587 INFO O| Feb 13 05:13:07.587 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8945 | 2025-02-13T05:13:09.467Z | [ host-image] Feb 13 05:13:07.587 INFO O| Feb 13 05:13:07.587 INFO ok! |
8946 | 2025-02-13T05:13:09.467Z | [ host-image] Feb 13 05:13:07.587 INFO O| Feb 13 05:13:07.587 INFO STEP 58 (ensure_file) COMPLETE |
8947 | 2025-02-13T05:13:09.467Z | [ host-image] Feb 13 05:13:07.587 INFO O| Feb 13 05:13:07.587 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8948 | 2025-02-13T05:13:09.488Z | [ host-image] Feb 13 05:13:07.610 INFO O| Feb 13 05:13:07.610 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8949 | 2025-02-13T05:13:09.491Z | [ host-image] Feb 13 05:13:07.610 INFO O| Feb 13 05:13:07.610 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8950 | 2025-02-13T05:13:09.491Z | [ host-image] Feb 13 05:13:07.610 INFO O| Feb 13 05:13:07.610 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8951 | 2025-02-13T05:13:09.491Z | [ host-image] Feb 13 05:13:07.610 INFO O| Feb 13 05:13:07.610 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8952 | 2025-02-13T05:13:09.491Z | [ host-image] Feb 13 05:13:07.610 INFO O| Feb 13 05:13:07.610 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8953 | 2025-02-13T05:13:09.491Z | [ host-image] Feb 13 05:13:07.611 INFO O| Feb 13 05:13:07.610 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8954 | 2025-02-13T05:13:09.491Z | [ host-image] Feb 13 05:13:07.611 INFO O| Feb 13 05:13:07.611 INFO ok! |
8955 | 2025-02-13T05:13:09.491Z | [ host-image] Feb 13 05:13:07.611 INFO O| Feb 13 05:13:07.611 INFO STEP 59 (ensure_file) COMPLETE |
8956 | 2025-02-13T05:13:09.491Z | [ host-image] Feb 13 05:13:07.611 INFO O| Feb 13 05:13:07.611 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8957 | 2025-02-13T05:13:09.508Z | [ host-image] Feb 13 05:13:07.629 INFO O| Feb 13 05:13:07.629 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8958 | 2025-02-13T05:13:09.508Z | [ host-image] Feb 13 05:13:07.630 INFO O| Feb 13 05:13:07.630 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8959 | 2025-02-13T05:13:09.511Z | [ host-image] Feb 13 05:13:07.630 INFO O| Feb 13 05:13:07.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8960 | 2025-02-13T05:13:09.511Z | [ host-image] Feb 13 05:13:07.630 INFO O| Feb 13 05:13:07.630 INFO ok! |
8961 | 2025-02-13T05:13:09.511Z | [ host-image] Feb 13 05:13:07.630 INFO O| Feb 13 05:13:07.630 INFO STEP 60 (ensure_file) COMPLETE |
8962 | 2025-02-13T05:13:09.511Z | [ host-image] Feb 13 05:13:07.630 INFO O| Feb 13 05:13:07.630 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8963 | 2025-02-13T05:13:09.537Z | [ host-image] Feb 13 05:13:07.658 INFO O| Feb 13 05:13:07.658 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8964 | 2025-02-13T05:13:09.537Z | [ host-image] Feb 13 05:13:07.658 INFO O| Feb 13 05:13:07.658 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8965 | 2025-02-13T05:13:09.539Z | [ host-image] Feb 13 05:13:07.659 INFO O| Feb 13 05:13:07.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8966 | 2025-02-13T05:13:09.539Z | [ host-image] Feb 13 05:13:07.659 INFO O| Feb 13 05:13:07.659 INFO ok! |
8967 | 2025-02-13T05:13:09.539Z | [ host-image] Feb 13 05:13:07.659 INFO O| Feb 13 05:13:07.659 INFO STEP 61 (ensure_file) COMPLETE |
8968 | 2025-02-13T05:13:09.539Z | [ host-image] Feb 13 05:13:07.659 INFO O| Feb 13 05:13:07.659 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8969 | 2025-02-13T05:13:09.578Z | [ host-image] Feb 13 05:13:07.700 INFO O| Feb 13 05:13:07.700 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8970 | 2025-02-13T05:13:09.579Z | [ host-image] Feb 13 05:13:07.700 INFO O| Feb 13 05:13:07.700 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8971 | 2025-02-13T05:13:09.581Z | [ host-image] Feb 13 05:13:07.700 INFO O| Feb 13 05:13:07.700 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8972 | 2025-02-13T05:13:09.581Z | [ host-image] Feb 13 05:13:07.701 INFO O| Feb 13 05:13:07.701 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8973 | 2025-02-13T05:13:09.581Z | [ host-image] Feb 13 05:13:07.701 INFO O| Feb 13 05:13:07.701 INFO ok! |
8974 | 2025-02-13T05:13:09.581Z | [ host-image] Feb 13 05:13:07.701 INFO O| Feb 13 05:13:07.701 INFO STEP 62 (ensure_file) COMPLETE |
8975 | 2025-02-13T05:13:09.581Z | [ host-image] Feb 13 05:13:07.701 INFO O| Feb 13 05:13:07.701 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8976 | 2025-02-13T05:13:09.625Z | [ host-image] Feb 13 05:13:07.746 INFO O| Feb 13 05:13:07.746 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8977 | 2025-02-13T05:13:09.627Z | [ host-image] Feb 13 05:13:07.746 INFO O| Feb 13 05:13:07.746 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8978 | 2025-02-13T05:13:09.627Z | [ host-image] Feb 13 05:13:07.747 INFO O| Feb 13 05:13:07.747 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8979 | 2025-02-13T05:13:09.627Z | [ host-image] Feb 13 05:13:07.747 INFO O| Feb 13 05:13:07.747 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8980 | 2025-02-13T05:13:09.627Z | [ host-image] Feb 13 05:13:07.747 INFO O| Feb 13 05:13:07.747 INFO ok! |
8981 | 2025-02-13T05:13:09.627Z | [ host-image] Feb 13 05:13:07.747 INFO O| Feb 13 05:13:07.747 INFO STEP 63 (ensure_file) COMPLETE |
8982 | 2025-02-13T05:13:09.627Z | [ host-image] Feb 13 05:13:07.747 INFO O| Feb 13 05:13:07.747 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8983 | 2025-02-13T05:13:09.645Z | [ host-image] Feb 13 05:13:07.767 INFO O| Feb 13 05:13:07.767 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8984 | 2025-02-13T05:13:09.645Z | [ host-image] Feb 13 05:13:07.767 INFO O| Feb 13 05:13:07.767 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8985 | 2025-02-13T05:13:09.648Z | [ host-image] Feb 13 05:13:07.767 INFO O| Feb 13 05:13:07.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8986 | 2025-02-13T05:13:09.648Z | [ host-image] Feb 13 05:13:07.767 INFO O| Feb 13 05:13:07.767 INFO ok! |
8987 | 2025-02-13T05:13:09.648Z | [ host-image] Feb 13 05:13:07.767 INFO O| Feb 13 05:13:07.767 INFO STEP 64 (assemble_files) COMPLETE |
8988 | 2025-02-13T05:13:09.648Z | [ host-image] Feb 13 05:13:07.767 INFO O| Feb 13 05:13:07.767 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8989 | 2025-02-13T05:13:09.678Z | [ host-image] Feb 13 05:13:07.798 INFO O| Feb 13 05:13:07.798 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8990 | 2025-02-13T05:13:09.678Z | [ host-image] Feb 13 05:13:07.798 INFO O| Feb 13 05:13:07.798 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8991 | 2025-02-13T05:13:09.682Z | [ host-image] Feb 13 05:13:07.799 INFO O| Feb 13 05:13:07.799 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8992 | 2025-02-13T05:13:09.682Z | [ host-image] Feb 13 05:13:07.799 INFO O| Feb 13 05:13:07.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8993 | 2025-02-13T05:13:09.682Z | [ host-image] Feb 13 05:13:07.799 INFO O| Feb 13 05:13:07.799 INFO ok! |
8994 | 2025-02-13T05:13:09.682Z | [ host-image] Feb 13 05:13:07.799 INFO O| Feb 13 05:13:07.799 INFO STEP 65 (ensure_file) COMPLETE |
8995 | 2025-02-13T05:13:09.682Z | [ host-image] Feb 13 05:13:07.799 INFO O| Feb 13 05:13:07.799 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8996 | 2025-02-13T05:13:09.716Z | [ host-image] Feb 13 05:13:07.838 INFO O| Feb 13 05:13:07.838 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8997 | 2025-02-13T05:13:09.719Z | [ host-image] Feb 13 05:13:07.838 INFO O| Feb 13 05:13:07.838 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8998 | 2025-02-13T05:13:09.719Z | [ host-image] Feb 13 05:13:07.838 INFO O| Feb 13 05:13:07.838 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8999 | 2025-02-13T05:13:09.719Z | [ host-image] Feb 13 05:13:07.838 INFO O| Feb 13 05:13:07.838 INFO STEP 66 (ensure_dir) COMPLETE |
9000 | 2025-02-13T05:13:09.719Z | [ host-image] Feb 13 05:13:07.838 INFO O| Feb 13 05:13:07.838 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9001 | 2025-02-13T05:13:09.775Z | [ host-image] Feb 13 05:13:07.897 INFO O| Feb 13 05:13:07.897 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9002 | 2025-02-13T05:13:09.775Z | [ host-image] Feb 13 05:13:07.897 INFO O| Feb 13 05:13:07.897 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 ... |
9003 | 2025-02-13T05:13:09.787Z | [ host-image] Feb 13 05:13:07.908 INFO O| Feb 13 05:13:07.908 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 |
9004 | 2025-02-13T05:13:09.787Z | [ host-image] Feb 13 05:13:07.908 INFO O| Feb 13 05:13:07.908 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9005 | 2025-02-13T05:13:09.787Z | [ host-image] Feb 13 05:13:07.908 INFO O| Feb 13 05:13:07.908 INFO ok! |
9006 | 2025-02-13T05:13:09.787Z | [ host-image] Feb 13 05:13:07.908 INFO O| Feb 13 05:13:07.908 INFO STEP 67 (ensure_file) COMPLETE |
9007 | 2025-02-13T05:13:09.787Z | [ host-image] Feb 13 05:13:07.908 INFO O| Feb 13 05:13:07.908 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9008 | 2025-02-13T05:13:09.805Z | [ host-image] Feb 13 05:13:07.927 INFO O| Feb 13 05:13:07.926 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9009 | 2025-02-13T05:13:09.805Z | [ host-image] Feb 13 05:13:07.927 INFO O| Feb 13 05:13:07.927 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 ... |
9010 | 2025-02-13T05:13:09.808Z | [ host-image] Feb 13 05:13:07.927 INFO O| Feb 13 05:13:07.927 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 |
9011 | 2025-02-13T05:13:09.808Z | [ host-image] Feb 13 05:13:07.927 INFO O| Feb 13 05:13:07.927 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9012 | 2025-02-13T05:13:09.808Z | [ host-image] Feb 13 05:13:07.927 INFO O| Feb 13 05:13:07.927 INFO ok! |
9013 | 2025-02-13T05:13:09.808Z | [ host-image] Feb 13 05:13:07.927 INFO O| Feb 13 05:13:07.927 INFO STEP 68 (ensure_file) COMPLETE |
9014 | 2025-02-13T05:13:09.808Z | [ host-image] Feb 13 05:13:07.927 INFO O| Feb 13 05:13:07.927 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9015 | 2025-02-13T05:13:09.839Z | [ host-image] Feb 13 05:13:07.961 INFO O| Feb 13 05:13:07.961 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9016 | 2025-02-13T05:13:09.842Z | [ host-image] Feb 13 05:13:07.961 INFO O| Feb 13 05:13:07.961 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9017 | 2025-02-13T05:13:10.931Z | [ recovery-image] Feb 13 05:13:09.053 INFO E| Compiling bitflags v1.3.2 |
9018 | 2025-02-13T05:13:10.934Z | [ recovery-image] Feb 13 05:13:09.053 INFO E| Compiling bit_field v0.10.2 |
9019 | 2025-02-13T05:13:10.934Z | [ recovery-image] Feb 13 05:13:09.053 INFO E| Compiling plain v0.2.3 |
9020 | 2025-02-13T05:13:10.934Z | [ recovery-image] Feb 13 05:13:09.053 INFO E| Compiling scroll v0.12.0 |
9021 | 2025-02-13T05:13:10.934Z | [ recovery-image] Feb 13 05:13:09.053 INFO E| Compiling adler2 v2.0.0 |
9022 | 2025-02-13T05:13:10.934Z | [ recovery-image] Feb 13 05:13:09.053 INFO E| Compiling log v0.4.22 |
9023 | 2025-02-13T05:13:10.934Z | [ recovery-image] Feb 13 05:13:09.053 INFO E| Compiling bitstruct v0.1.1 |
9024 | 2025-02-13T05:13:11.038Z | [ recovery-image] Feb 13 05:13:09.159 INFO E| Compiling raw-cpuid v10.7.0 |
9025 | 2025-02-13T05:13:11.096Z | [ recovery-image] Feb 13 05:13:09.216 INFO E| Compiling cpio_reader v0.1.1 |
9026 | 2025-02-13T05:13:11.406Z | [ recovery-image] Feb 13 05:13:09.527 INFO E| Compiling miniz_oxide v0.8.0 |
9027 | 2025-02-13T05:13:11.462Z | [ recovery-image] Feb 13 05:13:09.584 INFO E| Compiling static_assertions v1.1.0 |
9028 | 2025-02-13T05:13:11.866Z | [ recovery-image] Feb 13 05:13:09.988 INFO E| Compiling goblin v0.8.2 |
9029 | 2025-02-13T05:13:15.188Z | [ host-image] Feb 13 05:13:13.309 INFO O| Feb 13 05:13:13.309 INFO STEP 69 (pack_tar) COMPLETE |
9030 | 2025-02-13T05:13:15.188Z | [ host-image] Feb 13 05:13:13.309 INFO O| Feb 13 05:13:13.309 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9031 | 2025-02-13T05:13:15.191Z | [ host-image] Feb 13 05:13:13.309 INFO O| Feb 13 05:13:13.309 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9032 | 2025-02-13T05:13:15.683Z | [ host-image] Feb 13 05:13:13.804 INFO O| Feb 13 05:13:13.804 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9033 | 2025-02-13T05:13:15.846Z | [ host-image] Feb 13 05:13:13.967 INFO O| Feb 13 05:13:13.967 INFO completed processing gimlet/ramdisk-02-trim |
9034 | 2025-02-13T05:13:15.849Z | [ host-image] Feb 13 05:13:13.970 INFO image builder template: zfs... |
9035 | 2025-02-13T05:13:15.849Z | [ host-image] Feb 13 05:13:13.970 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/.tmpTHrw9f/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 |
9036 | 2025-02-13T05:13:15.872Z | [ host-image] Feb 13 05:13:13.993 INFO O| Feb 13 05:13:13.993 INFO skip include "stress" because feature "stress" is not enabled |
9037 | 2025-02-13T05:13:15.948Z | [ host-image] Feb 13 05:13:14.068 INFO O| Feb 13 05:13:14.068 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9038 | 2025-02-13T05:13:16.011Z | [ host-image] Feb 13 05:13:14.131 INFO O| Feb 13 05:13:14.131 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9039 | 2025-02-13T05:13:16.099Z | [ host-image] Feb 13 05:13:14.220 INFO O| Feb 13 05:13:14.220 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9040 | 2025-02-13T05:13:16.183Z | [ host-image] Feb 13 05:13:14.304 INFO O| Feb 13 05:13:14.304 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9041 | 2025-02-13T05:13:16.183Z | [ host-image] Feb 13 05:13:14.304 INFO O| Feb 13 05:13:14.304 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9042 | 2025-02-13T05:13:16.190Z | [ host-image] Feb 13 05:13:14.312 INFO O| Feb 13 05:13:14.312 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9043 | 2025-02-13T05:13:16.343Z | [ host-image] Feb 13 05:13:14.464 INFO O| Feb 13 05:13:14.463 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9044 | 2025-02-13T05:13:16.457Z | [ host-image] Feb 13 05:13:14.576 INFO O| Feb 13 05:13:14.576 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9045 | 2025-02-13T05:13:16.551Z | [ host-image] Feb 13 05:13:14.672 INFO O| Feb 13 05:13:14.672 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9046 | 2025-02-13T05:13:16.630Z | [ host-image] Feb 13 05:13:14.751 INFO O| Feb 13 05:13:14.751 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9047 | 2025-02-13T05:13:16.632Z | [ host-image] Feb 13 05:13:14.751 INFO O| Feb 13 05:13:14.751 INFO no lofi found |
9048 | 2025-02-13T05:13:16.632Z | [ host-image] Feb 13 05:13:14.752 INFO O| Feb 13 05:13:14.752 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9049 | 2025-02-13T05:13:16.632Z | [ host-image] Feb 13 05:13:14.752 INFO O| Feb 13 05:13:14.752 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9050 | 2025-02-13T05:13:18.891Z | [ host-image] Feb 13 05:13:17.012 INFO O| Feb 13 05:13:17.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
9051 | 2025-02-13T05:13:18.891Z | [ host-image] Feb 13 05:13:17.012 INFO O| Feb 13 05:13:17.012 INFO pool device = /dev/dsk/c2t1d0p0 |
9052 | 2025-02-13T05:13:18.894Z | [ host-image] Feb 13 05:13:17.012 INFO O| Feb 13 05:13:17.012 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"] |
9053 | 2025-02-13T05:13:19.108Z | [ host-image] Feb 13 05:13:17.228 INFO O| Feb 13 05:13:17.228 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9054 | 2025-02-13T05:13:19.108Z | [ host-image] Feb 13 05:13:17.228 INFO O| Feb 13 05:13:17.228 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9055 | 2025-02-13T05:13:19.139Z | [ host-image] Feb 13 05:13:17.259 INFO O| Feb 13 05:13:17.259 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9056 | 2025-02-13T05:13:19.287Z | [ host-image] Feb 13 05:13:17.407 INFO O| Feb 13 05:13:17.407 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9057 | 2025-02-13T05:13:19.341Z | [ host-image] Feb 13 05:13:17.462 INFO O| Feb 13 05:13:17.461 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9058 | 2025-02-13T05:13:19.367Z | [ host-image] Feb 13 05:13:17.488 INFO O| Feb 13 05:13:17.488 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9059 | 2025-02-13T05:13:19.389Z | [ host-image] Feb 13 05:13:17.509 INFO O| Feb 13 05:13:17.509 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9060 | 2025-02-13T05:13:19.471Z | [ host-image] Feb 13 05:13:17.591 INFO O| Feb 13 05:13:17.591 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9061 | 2025-02-13T05:13:19.473Z | [ host-image] Feb 13 05:13:17.591 INFO O| Feb 13 05:13:17.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9062 | 2025-02-13T05:13:19.473Z | [ host-image] Feb 13 05:13:17.592 INFO O| Feb 13 05:13:17.591 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9063 | 2025-02-13T05:13:19.495Z | [ host-image] Feb 13 05:13:17.616 INFO O| Feb 13 05:13:17.616 INFO boot environment UUID: 98200a0f-ed97-4ba5-a81d-34410f1db6d9 |
9064 | 2025-02-13T05:13:19.495Z | [ host-image] Feb 13 05:13:17.616 INFO O| Feb 13 05:13:17.616 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 98200a0f-ed97-4ba5-a81d-34410f1db6d9 |
9065 | 2025-02-13T05:13:19.541Z | [ host-image] Feb 13 05:13:17.662 INFO O| Feb 13 05:13:17.662 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9066 | 2025-02-13T05:13:19.581Z | [ host-image] Feb 13 05:13:17.701 INFO O| Feb 13 05:13:17.701 INFO STEP 0 (create_be) COMPLETE |
9067 | 2025-02-13T05:13:19.581Z | [ host-image] Feb 13 05:13:17.701 INFO O| Feb 13 05:13:17.701 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9068 | 2025-02-13T05:13:19.610Z | [ host-image] Feb 13 05:13:17.730 INFO O| Feb 13 05:13:17.730 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9069 | 2025-02-13T05:13:27.844Z | [ recovery-image] Feb 13 05:13:25.962 INFO E| Finished `release` profile [optimized] target(s) in 54.07s |
9070 | 2025-02-13T05:13:27.878Z | [ recovery-image] Feb 13 05:13:25.996 INFO building host image... |
9071 | 2025-02-13T05:13:27.989Z | [ recovery-image] Feb 13 05:13:25.997 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") |
9072 | 2025-02-13T05:13:30.093Z | [ recovery-image] Feb 13 05:13:28.182 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9073 | 2025-02-13T05:13:36.869Z | [ recovery-image] Feb 13 05:13:34.987 INFO image complete! materials are in "/work/os-recovery" |
9074 | 2025-02-13T05:13:36.876Z | [ recovery-image] |
9075 | 2025-02-13T05:13:36.876Z | [ recovery-image] real 12:47.637343520 |
9076 | 2025-02-13T05:13:36.876Z | [ recovery-image] user 6:38.603267793 |
9077 | 2025-02-13T05:13:36.880Z | [ recovery-image] sys 1:06.610304701 |
9078 | 2025-02-13T05:13:36.880Z | [ recovery-image] trap 0.352938694 |
9079 | 2025-02-13T05:13:36.880Z | [ recovery-image] tflt 0.984767779 |
9080 | 2025-02-13T05:13:36.880Z | [ recovery-image] dflt 2.329058174 |
9081 | 2025-02-13T05:13:36.880Z | [ recovery-image] kflt 0.001220139 |
9082 | 2025-02-13T05:13:36.880Z | [ recovery-image] lock 27:49.175118810 |
9083 | 2025-02-13T05:13:36.880Z | [ recovery-image] slp 1:18:55.428292970 |
9084 | 2025-02-13T05:13:36.880Z | [ recovery-image] lat 4:09.006786329 |
9085 | 2025-02-13T05:13:36.880Z | [ recovery-image] stop 9.051071540 |
9086 | 2025-02-13T05:13:36.880Z | Feb 13 05:13:34.997 INFO [recovery-image] process exited with exit status: 0 (767.662662669s) |
9087 | 2025-02-13T05:13:44.562Z | [ host-image] Feb 13 05:13:42.679 INFO O| Feb 13 05:13:42.679 INFO STEP 1 (unpack_tar) COMPLETE |
9088 | 2025-02-13T05:13:44.563Z | [ host-image] Feb 13 05:13:42.679 INFO O| Feb 13 05:13:42.679 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9089 | 2025-02-13T05:13:44.582Z | [ host-image] Feb 13 05:13:42.698 INFO O| Feb 13 05:13:42.697 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9090 | 2025-02-13T05:13:45.195Z | [ host-image] Feb 13 05:13:43.313 INFO O| Feb 13 05:13:43.312 INFO STEP 2 (devfsadm) COMPLETE |
9091 | 2025-02-13T05:13:45.195Z | [ host-image] Feb 13 05:13:43.313 INFO O| Feb 13 05:13:43.313 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9092 | 2025-02-13T05:13:45.213Z | [ host-image] Feb 13 05:13:43.331 INFO O| Feb 13 05:13:43.331 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9093 | 2025-02-13T05:13:45.213Z | [ host-image] Feb 13 05:13:43.331 INFO O| Feb 13 05:13:43.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9094 | 2025-02-13T05:13:45.213Z | [ host-image] Feb 13 05:13:43.331 INFO O| Feb 13 05:13:43.331 INFO STEP 3 (ensure_dir) COMPLETE |
9095 | 2025-02-13T05:13:45.217Z | [ host-image] Feb 13 05:13:43.331 INFO O| Feb 13 05:13:43.331 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9096 | 2025-02-13T05:13:45.232Z | [ host-image] Feb 13 05:13:43.348 INFO O| Feb 13 05:13:43.348 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9097 | 2025-02-13T05:13:45.232Z | [ host-image] Feb 13 05:13:43.348 INFO O| Feb 13 05:13:43.348 INFO STEP 4 (ensure_dir) COMPLETE |
9098 | 2025-02-13T05:13:45.232Z | [ host-image] Feb 13 05:13:43.348 INFO O| Feb 13 05:13:43.348 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9099 | 2025-02-13T05:13:45.249Z | [ host-image] Feb 13 05:13:43.365 INFO O| Feb 13 05:13:43.365 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9100 | 2025-02-13T05:13:45.249Z | [ host-image] Feb 13 05:13:43.365 INFO O| Feb 13 05:13:43.365 INFO STEP 5 (ensure_dir) COMPLETE |
9101 | 2025-02-13T05:13:45.252Z | [ host-image] Feb 13 05:13:43.365 INFO O| Feb 13 05:13:43.365 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9102 | 2025-02-13T05:13:45.305Z | [ host-image] Feb 13 05:13:43.420 INFO O| Feb 13 05:13:43.420 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9103 | 2025-02-13T05:13:45.305Z | [ host-image] Feb 13 05:13:43.421 INFO O| Feb 13 05:13:43.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9104 | 2025-02-13T05:13:45.305Z | [ host-image] Feb 13 05:13:43.421 INFO O| Feb 13 05:13:43.421 INFO STEP 6 (ensure_dir) COMPLETE |
9105 | 2025-02-13T05:13:45.305Z | [ host-image] Feb 13 05:13:43.421 INFO O| Feb 13 05:13:43.421 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9106 | 2025-02-13T05:13:45.359Z | [ host-image] Feb 13 05:13:43.476 INFO O| Feb 13 05:13:43.476 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9107 | 2025-02-13T05:13:45.359Z | [ host-image] Feb 13 05:13:43.476 INFO O| Feb 13 05:13:43.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9108 | 2025-02-13T05:13:45.359Z | [ host-image] Feb 13 05:13:43.476 INFO O| Feb 13 05:13:43.476 INFO STEP 7 (ensure_dir) COMPLETE |
9109 | 2025-02-13T05:13:45.359Z | [ host-image] Feb 13 05:13:43.476 INFO O| Feb 13 05:13:43.476 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9110 | 2025-02-13T05:13:45.376Z | [ host-image] Feb 13 05:13:43.494 INFO O| Feb 13 05:13:43.493 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9111 | 2025-02-13T05:13:45.379Z | [ host-image] Feb 13 05:13:43.494 INFO O| Feb 13 05:13:43.494 INFO STEP 8 (remove_files) COMPLETE |
9112 | 2025-02-13T05:13:45.379Z | [ host-image] Feb 13 05:13:43.494 INFO O| Feb 13 05:13:43.494 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9113 | 2025-02-13T05:13:45.396Z | [ host-image] Feb 13 05:13:43.511 INFO O| Feb 13 05:13:43.511 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9114 | 2025-02-13T05:13:45.398Z | [ host-image] Feb 13 05:13:43.513 INFO O| Feb 13 05:13:43.513 INFO STEP 9 (remove_files) COMPLETE |
9115 | 2025-02-13T05:13:45.399Z | [ host-image] Feb 13 05:13:43.513 INFO O| Feb 13 05:13:43.513 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9116 | 2025-02-13T05:13:45.412Z | [ host-image] Feb 13 05:13:43.530 INFO O| Feb 13 05:13:43.530 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9117 | 2025-02-13T05:13:45.415Z | [ host-image] Feb 13 05:13:43.531 INFO O| Feb 13 05:13:43.531 INFO STEP 10 (remove_files) COMPLETE |
9118 | 2025-02-13T05:13:45.415Z | [ host-image] Feb 13 05:13:43.531 INFO O| Feb 13 05:13:43.531 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9119 | 2025-02-13T05:13:45.443Z | [ host-image] Feb 13 05:13:43.560 INFO O| Feb 13 05:13:43.560 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9120 | 2025-02-13T05:13:45.446Z | [ host-image] Feb 13 05:13:43.561 INFO O| Feb 13 05:13:43.561 INFO STEP 11 (remove_files) COMPLETE |
9121 | 2025-02-13T05:13:45.446Z | [ host-image] Feb 13 05:13:43.561 INFO O| Feb 13 05:13:43.561 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9122 | 2025-02-13T05:13:45.462Z | [ host-image] Feb 13 05:13:43.580 INFO O| Feb 13 05:13:43.580 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9123 | 2025-02-13T05:13:45.462Z | [ host-image] Feb 13 05:13:43.580 INFO O| Feb 13 05:13:43.580 INFO STEP 12 (remove_files) COMPLETE |
9124 | 2025-02-13T05:13:45.465Z | [ host-image] Feb 13 05:13:43.580 INFO O| Feb 13 05:13:43.580 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9125 | 2025-02-13T05:13:45.496Z | [ host-image] Feb 13 05:13:43.613 INFO O| Feb 13 05:13:43.613 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9126 | 2025-02-13T05:13:45.496Z | [ host-image] Feb 13 05:13:43.613 INFO O| Feb 13 05:13:43.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9127 | 2025-02-13T05:13:45.496Z | [ host-image] Feb 13 05:13:43.613 INFO O| Feb 13 05:13:43.613 INFO STEP 13 (ensure_dir) COMPLETE |
9128 | 2025-02-13T05:13:45.496Z | [ host-image] Feb 13 05:13:43.613 INFO O| Feb 13 05:13:43.613 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9129 | 2025-02-13T05:13:45.532Z | [ host-image] Feb 13 05:13:43.649 INFO O| Feb 13 05:13:43.649 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9130 | 2025-02-13T05:13:45.532Z | [ host-image] Feb 13 05:13:43.649 INFO O| Feb 13 05:13:43.649 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9131 | 2025-02-13T05:13:45.534Z | [ host-image] Feb 13 05:13:43.649 INFO O| Feb 13 05:13:43.649 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9132 | 2025-02-13T05:13:45.534Z | [ host-image] Feb 13 05:13:43.649 INFO O| Feb 13 05:13:43.649 INFO STEP 14 (ensure_dir) COMPLETE |
9133 | 2025-02-13T05:13:45.534Z | [ host-image] Feb 13 05:13:43.649 INFO O| Feb 13 05:13:43.649 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9134 | 2025-02-13T05:13:45.550Z | [ host-image] Feb 13 05:13:43.667 INFO O| Feb 13 05:13:43.667 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9135 | 2025-02-13T05:13:45.550Z | [ host-image] Feb 13 05:13:43.667 INFO O| Feb 13 05:13:43.667 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9136 | 2025-02-13T05:13:45.550Z | [ host-image] Feb 13 05:13:43.667 INFO O| Feb 13 05:13:43.667 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9137 | 2025-02-13T05:13:45.550Z | [ host-image] Feb 13 05:13:43.668 INFO O| Feb 13 05:13:43.668 INFO STEP 15 (ensure_dir) COMPLETE |
9138 | 2025-02-13T05:13:45.550Z | [ host-image] Feb 13 05:13:43.668 INFO O| Feb 13 05:13:43.668 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9139 | 2025-02-13T05:13:45.570Z | [ host-image] Feb 13 05:13:43.686 INFO O| Feb 13 05:13:43.686 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9140 | 2025-02-13T05:13:45.570Z | [ host-image] Feb 13 05:13:43.686 INFO O| Feb 13 05:13:43.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9141 | 2025-02-13T05:13:45.570Z | [ host-image] Feb 13 05:13:43.686 INFO O| Feb 13 05:13:43.686 INFO STEP 16 (ensure_dir) COMPLETE |
9142 | 2025-02-13T05:13:45.570Z | [ host-image] Feb 13 05:13:43.686 INFO O| Feb 13 05:13:43.686 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9143 | 2025-02-13T05:13:45.587Z | [ host-image] Feb 13 05:13:43.704 INFO O| Feb 13 05:13:43.704 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9144 | 2025-02-13T05:13:45.588Z | [ host-image] Feb 13 05:13:43.704 INFO O| Feb 13 05:13:43.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9145 | 2025-02-13T05:13:45.588Z | [ host-image] Feb 13 05:13:43.704 INFO O| Feb 13 05:13:43.704 INFO STEP 17 (ensure_dir) COMPLETE |
9146 | 2025-02-13T05:13:45.588Z | [ host-image] Feb 13 05:13:43.704 INFO O| Feb 13 05:13:43.704 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9147 | 2025-02-13T05:13:45.605Z | [ host-image] Feb 13 05:13:43.722 INFO O| Feb 13 05:13:43.722 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9148 | 2025-02-13T05:13:45.605Z | [ host-image] Feb 13 05:13:43.722 INFO O| Feb 13 05:13:43.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9149 | 2025-02-13T05:13:45.605Z | [ host-image] Feb 13 05:13:43.722 INFO O| Feb 13 05:13:43.722 INFO ok! |
9150 | 2025-02-13T05:13:45.605Z | [ host-image] Feb 13 05:13:43.722 INFO O| Feb 13 05:13:43.722 INFO STEP 18 (ensure_symlink) COMPLETE |
9151 | 2025-02-13T05:13:45.605Z | [ host-image] Feb 13 05:13:43.722 INFO O| Feb 13 05:13:43.722 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9152 | 2025-02-13T05:13:45.634Z | [ host-image] Feb 13 05:13:43.751 INFO O| Feb 13 05:13:43.751 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9153 | 2025-02-13T05:13:45.634Z | [ host-image] Feb 13 05:13:43.752 INFO O| Feb 13 05:13:43.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9154 | 2025-02-13T05:13:45.634Z | [ host-image] Feb 13 05:13:43.752 INFO O| Feb 13 05:13:43.752 INFO ok! |
9155 | 2025-02-13T05:13:45.637Z | [ host-image] Feb 13 05:13:43.752 INFO O| Feb 13 05:13:43.752 INFO STEP 19 (ensure_file) COMPLETE |
9156 | 2025-02-13T05:13:45.637Z | [ host-image] Feb 13 05:13:43.752 INFO O| Feb 13 05:13:43.752 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9157 | 2025-02-13T05:13:45.653Z | [ host-image] Feb 13 05:13:43.771 INFO O| Feb 13 05:13:43.771 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9158 | 2025-02-13T05:13:45.653Z | [ host-image] Feb 13 05:13:43.771 INFO O| Feb 13 05:13:43.771 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9159 | 2025-02-13T05:13:45.656Z | [ host-image] Feb 13 05:13:43.771 INFO O| Feb 13 05:13:43.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9160 | 2025-02-13T05:13:45.656Z | [ host-image] Feb 13 05:13:43.771 INFO O| Feb 13 05:13:43.771 INFO ok! |
9161 | 2025-02-13T05:13:45.656Z | [ host-image] Feb 13 05:13:43.772 INFO O| Feb 13 05:13:43.771 INFO STEP 20 (ensure_symlink) COMPLETE |
9162 | 2025-02-13T05:13:45.656Z | [ host-image] Feb 13 05:13:43.772 INFO O| Feb 13 05:13:43.772 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9163 | 2025-02-13T05:13:45.674Z | [ host-image] Feb 13 05:13:43.790 INFO O| Feb 13 05:13:43.789 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9164 | 2025-02-13T05:13:45.674Z | [ host-image] Feb 13 05:13:43.790 INFO O| Feb 13 05:13:43.790 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9165 | 2025-02-13T05:13:45.677Z | [ host-image] Feb 13 05:13:43.790 INFO O| Feb 13 05:13:43.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9166 | 2025-02-13T05:13:45.677Z | [ host-image] Feb 13 05:13:43.790 INFO O| Feb 13 05:13:43.790 INFO ok! |
9167 | 2025-02-13T05:13:45.677Z | [ host-image] Feb 13 05:13:43.790 INFO O| Feb 13 05:13:43.790 INFO STEP 21 (ensure_symlink) COMPLETE |
9168 | 2025-02-13T05:13:45.677Z | [ host-image] Feb 13 05:13:43.790 INFO O| Feb 13 05:13:43.790 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9169 | 2025-02-13T05:13:45.691Z | [ host-image] Feb 13 05:13:43.809 INFO O| Feb 13 05:13:43.808 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9170 | 2025-02-13T05:13:45.691Z | [ host-image] Feb 13 05:13:43.809 INFO O| Feb 13 05:13:43.809 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9171 | 2025-02-13T05:13:45.694Z | [ host-image] Feb 13 05:13:43.809 INFO O| Feb 13 05:13:43.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9172 | 2025-02-13T05:13:45.694Z | [ host-image] Feb 13 05:13:43.809 INFO O| Feb 13 05:13:43.809 INFO ok! |
9173 | 2025-02-13T05:13:45.694Z | [ host-image] Feb 13 05:13:43.809 INFO O| Feb 13 05:13:43.809 INFO STEP 22 (ensure_symlink) COMPLETE |
9174 | 2025-02-13T05:13:45.694Z | [ host-image] Feb 13 05:13:43.809 INFO O| Feb 13 05:13:43.809 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9175 | 2025-02-13T05:13:45.711Z | [ host-image] Feb 13 05:13:43.829 INFO O| Feb 13 05:13:43.828 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9176 | 2025-02-13T05:13:45.711Z | [ host-image] Feb 13 05:13:43.829 INFO O| Feb 13 05:13:43.829 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9177 | 2025-02-13T05:13:45.714Z | [ host-image] Feb 13 05:13:43.829 INFO O| Feb 13 05:13:43.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9178 | 2025-02-13T05:13:45.714Z | [ host-image] Feb 13 05:13:43.829 INFO O| Feb 13 05:13:43.829 INFO ok! |
9179 | 2025-02-13T05:13:45.714Z | [ host-image] Feb 13 05:13:43.829 INFO O| Feb 13 05:13:43.829 INFO STEP 23 (ensure_symlink) COMPLETE |
9180 | 2025-02-13T05:13:45.714Z | [ host-image] Feb 13 05:13:43.829 INFO O| Feb 13 05:13:43.829 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9181 | 2025-02-13T05:13:45.744Z | [ host-image] Feb 13 05:13:43.861 INFO O| Feb 13 05:13:43.861 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9182 | 2025-02-13T05:13:45.744Z | [ host-image] Feb 13 05:13:43.862 INFO O| Feb 13 05:13:43.861 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9183 | 2025-02-13T05:13:45.747Z | [ host-image] Feb 13 05:13:43.862 INFO O| Feb 13 05:13:43.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9184 | 2025-02-13T05:13:45.747Z | [ host-image] Feb 13 05:13:43.862 INFO O| Feb 13 05:13:43.862 INFO ok! |
9185 | 2025-02-13T05:13:45.747Z | [ host-image] Feb 13 05:13:43.862 INFO O| Feb 13 05:13:43.862 INFO STEP 24 (ensure_file) COMPLETE |
9186 | 2025-02-13T05:13:45.747Z | [ host-image] Feb 13 05:13:43.862 INFO O| Feb 13 05:13:43.862 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9187 | 2025-02-13T05:13:45.802Z | [ host-image] Feb 13 05:13:43.918 INFO O| Feb 13 05:13:43.918 INFO updating shadow file |
9188 | 2025-02-13T05:13:45.805Z | [ host-image] Feb 13 05:13:43.918 INFO O| Feb 13 05:13:43.918 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9189 | 2025-02-13T05:13:45.805Z | [ host-image] Feb 13 05:13:43.919 INFO O| Feb 13 05:13:43.918 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9190 | 2025-02-13T05:13:45.805Z | [ host-image] Feb 13 05:13:43.919 INFO O| Feb 13 05:13:43.919 INFO STEP 25 (shadow) COMPLETE |
9191 | 2025-02-13T05:13:45.805Z | [ host-image] Feb 13 05:13:43.919 INFO O| Feb 13 05:13:43.919 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9192 | 2025-02-13T05:13:45.821Z | [ host-image] Feb 13 05:13:43.938 INFO O| Feb 13 05:13:43.938 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9193 | 2025-02-13T05:13:45.821Z | [ host-image] Feb 13 05:13:43.938 INFO O| Feb 13 05:13:43.938 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9194 | 2025-02-13T05:13:45.821Z | [ host-image] Feb 13 05:13:43.939 INFO O| Feb 13 05:13:43.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9195 | 2025-02-13T05:13:45.821Z | [ host-image] Feb 13 05:13:43.939 INFO O| Feb 13 05:13:43.939 INFO ok! |
9196 | 2025-02-13T05:13:45.822Z | [ host-image] Feb 13 05:13:43.939 INFO O| Feb 13 05:13:43.939 INFO STEP 26 (ensure_file) COMPLETE |
9197 | 2025-02-13T05:13:45.822Z | [ host-image] Feb 13 05:13:43.939 INFO O| Feb 13 05:13:43.939 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9198 | 2025-02-13T05:13:45.840Z | [ host-image] Feb 13 05:13:43.957 INFO O| Feb 13 05:13:43.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9199 | 2025-02-13T05:13:45.840Z | [ host-image] Feb 13 05:13:43.958 INFO O| Feb 13 05:13:43.957 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9200 | 2025-02-13T05:13:45.843Z | [ host-image] Feb 13 05:13:43.958 INFO O| Feb 13 05:13:43.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9201 | 2025-02-13T05:13:45.843Z | [ host-image] Feb 13 05:13:43.958 INFO O| Feb 13 05:13:43.958 INFO ok! |
9202 | 2025-02-13T05:13:45.843Z | [ host-image] Feb 13 05:13:43.958 INFO O| Feb 13 05:13:43.958 INFO STEP 27 (ensure_file) COMPLETE |
9203 | 2025-02-13T05:13:45.843Z | [ host-image] Feb 13 05:13:43.958 INFO O| Feb 13 05:13:43.958 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9204 | 2025-02-13T05:13:45.880Z | [ host-image] Feb 13 05:13:43.997 INFO O| Feb 13 05:13:43.997 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9205 | 2025-02-13T05:13:45.880Z | [ host-image] Feb 13 05:13:43.997 INFO O| Feb 13 05:13:43.997 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9206 | 2025-02-13T05:13:45.880Z | [ host-image] Feb 13 05:13:43.998 INFO O| Feb 13 05:13:43.997 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9207 | 2025-02-13T05:13:45.883Z | [ host-image] Feb 13 05:13:43.998 INFO O| Feb 13 05:13:43.998 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9208 | 2025-02-13T05:13:45.883Z | [ host-image] Feb 13 05:13:43.998 INFO O| Feb 13 05:13:43.998 INFO ok! |
9209 | 2025-02-13T05:13:45.883Z | [ host-image] Feb 13 05:13:43.998 INFO O| Feb 13 05:13:43.998 INFO STEP 28 (ensure_file) COMPLETE |
9210 | 2025-02-13T05:13:45.883Z | [ host-image] Feb 13 05:13:43.998 INFO O| Feb 13 05:13:43.998 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9211 | 2025-02-13T05:13:45.919Z | [ host-image] Feb 13 05:13:44.034 INFO O| Feb 13 05:13:44.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9212 | 2025-02-13T05:13:45.919Z | [ host-image] Feb 13 05:13:44.034 INFO O| Feb 13 05:13:44.034 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9213 | 2025-02-13T05:13:45.922Z | [ host-image] Feb 13 05:13:44.034 INFO O| Feb 13 05:13:44.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9214 | 2025-02-13T05:13:45.922Z | [ host-image] Feb 13 05:13:44.034 INFO O| Feb 13 05:13:44.034 INFO ok! |
9215 | 2025-02-13T05:13:45.922Z | [ host-image] Feb 13 05:13:44.034 INFO O| Feb 13 05:13:44.034 INFO STEP 29 (ensure_file) COMPLETE |
9216 | 2025-02-13T05:13:45.922Z | [ host-image] Feb 13 05:13:44.034 INFO O| Feb 13 05:13:44.034 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9217 | 2025-02-13T05:13:45.954Z | [ host-image] Feb 13 05:13:44.071 INFO O| Feb 13 05:13:44.071 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9218 | 2025-02-13T05:13:45.954Z | [ host-image] Feb 13 05:13:44.071 INFO O| Feb 13 05:13:44.071 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9219 | 2025-02-13T05:13:45.954Z | [ host-image] Feb 13 05:13:44.071 INFO O| Feb 13 05:13:44.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9220 | 2025-02-13T05:13:45.954Z | [ host-image] Feb 13 05:13:44.071 INFO O| Feb 13 05:13:44.071 INFO ok! |
9221 | 2025-02-13T05:13:45.957Z | [ host-image] Feb 13 05:13:44.072 INFO O| Feb 13 05:13:44.071 INFO STEP 30 (ensure_file) COMPLETE |
9222 | 2025-02-13T05:13:45.957Z | [ host-image] Feb 13 05:13:44.072 INFO O| Feb 13 05:13:44.071 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9223 | 2025-02-13T05:13:45.973Z | [ host-image] Feb 13 05:13:44.091 INFO O| Feb 13 05:13:44.091 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9224 | 2025-02-13T05:13:45.973Z | [ host-image] Feb 13 05:13:44.091 INFO O| Feb 13 05:13:44.091 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9225 | 2025-02-13T05:13:45.976Z | [ host-image] Feb 13 05:13:44.091 INFO O| Feb 13 05:13:44.091 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9226 | 2025-02-13T05:13:45.976Z | [ host-image] Feb 13 05:13:44.091 INFO O| Feb 13 05:13:44.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9227 | 2025-02-13T05:13:45.976Z | [ host-image] Feb 13 05:13:44.091 INFO O| Feb 13 05:13:44.091 INFO ok! |
9228 | 2025-02-13T05:13:45.976Z | [ host-image] Feb 13 05:13:44.091 INFO O| Feb 13 05:13:44.091 INFO STEP 31 (ensure_file) COMPLETE |
9229 | 2025-02-13T05:13:45.976Z | [ host-image] Feb 13 05:13:44.091 INFO O| Feb 13 05:13:44.091 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9230 | 2025-02-13T05:13:45.994Z | [ host-image] Feb 13 05:13:44.109 INFO O| Feb 13 05:13:44.109 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9231 | 2025-02-13T05:13:45.994Z | [ host-image] Feb 13 05:13:44.110 INFO O| Feb 13 05:13:44.110 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9232 | 2025-02-13T05:13:45.997Z | [ host-image] Feb 13 05:13:44.110 INFO O| Feb 13 05:13:44.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9233 | 2025-02-13T05:13:45.997Z | [ host-image] Feb 13 05:13:44.110 INFO O| Feb 13 05:13:44.110 INFO ok! |
9234 | 2025-02-13T05:13:45.997Z | [ host-image] Feb 13 05:13:44.110 INFO O| Feb 13 05:13:44.110 INFO STEP 32 (ensure_file) COMPLETE |
9235 | 2025-02-13T05:13:45.997Z | [ host-image] Feb 13 05:13:44.110 INFO O| Feb 13 05:13:44.110 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9236 | 2025-02-13T05:13:46.023Z | [ host-image] Feb 13 05:13:44.140 INFO O| Feb 13 05:13:44.140 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9237 | 2025-02-13T05:13:46.023Z | [ host-image] Feb 13 05:13:44.141 INFO O| Feb 13 05:13:44.141 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9238 | 2025-02-13T05:13:46.026Z | [ host-image] Feb 13 05:13:44.141 INFO O| Feb 13 05:13:44.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9239 | 2025-02-13T05:13:46.026Z | [ host-image] Feb 13 05:13:44.141 INFO O| Feb 13 05:13:44.141 INFO ok! |
9240 | 2025-02-13T05:13:46.026Z | [ host-image] Feb 13 05:13:44.141 INFO O| Feb 13 05:13:44.141 INFO STEP 33 (ensure_file) COMPLETE |
9241 | 2025-02-13T05:13:46.026Z | [ host-image] Feb 13 05:13:44.141 INFO O| Feb 13 05:13:44.141 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9242 | 2025-02-13T05:13:46.055Z | [ host-image] Feb 13 05:13:44.172 INFO O| Feb 13 05:13:44.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9243 | 2025-02-13T05:13:46.058Z | [ host-image] Feb 13 05:13:44.172 INFO O| Feb 13 05:13:44.172 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9244 | 2025-02-13T05:13:46.058Z | [ host-image] Feb 13 05:13:44.173 INFO O| Feb 13 05:13:44.173 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9245 | 2025-02-13T05:13:46.058Z | [ host-image] Feb 13 05:13:44.173 INFO O| Feb 13 05:13:44.173 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9246 | 2025-02-13T05:13:46.058Z | [ host-image] Feb 13 05:13:44.173 INFO O| Feb 13 05:13:44.173 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9247 | 2025-02-13T05:13:46.058Z | [ host-image] Feb 13 05:13:44.173 INFO O| Feb 13 05:13:44.173 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9248 | 2025-02-13T05:13:46.058Z | [ host-image] Feb 13 05:13:44.173 INFO O| Feb 13 05:13:44.173 INFO ok! |
9249 | 2025-02-13T05:13:46.058Z | [ host-image] Feb 13 05:13:44.173 INFO O| Feb 13 05:13:44.173 INFO STEP 34 (ensure_file) COMPLETE |
9250 | 2025-02-13T05:13:46.058Z | [ host-image] Feb 13 05:13:44.173 INFO O| Feb 13 05:13:44.173 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9251 | 2025-02-13T05:13:46.091Z | [ host-image] Feb 13 05:13:44.207 INFO O| Feb 13 05:13:44.207 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9252 | 2025-02-13T05:13:46.094Z | [ host-image] Feb 13 05:13:44.208 INFO O| Feb 13 05:13:44.208 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9253 | 2025-02-13T05:13:46.094Z | [ host-image] Feb 13 05:13:44.208 INFO O| Feb 13 05:13:44.208 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9254 | 2025-02-13T05:13:46.094Z | [ host-image] Feb 13 05:13:44.208 INFO O| Feb 13 05:13:44.208 INFO STEP 35 (ensure_dir) COMPLETE |
9255 | 2025-02-13T05:13:46.094Z | [ host-image] Feb 13 05:13:44.208 INFO O| Feb 13 05:13:44.208 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9256 | 2025-02-13T05:13:46.120Z | [ host-image] Feb 13 05:13:44.237 INFO O| Feb 13 05:13:44.237 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 |
9257 | 2025-02-13T05:13:46.123Z | [ host-image] Feb 13 05:13:44.237 INFO O| Feb 13 05:13:44.237 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 ... |
9258 | 2025-02-13T05:13:46.123Z | [ host-image] Feb 13 05:13:44.238 INFO O| Feb 13 05:13:44.238 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 |
9259 | 2025-02-13T05:13:46.123Z | [ host-image] Feb 13 05:13:44.238 INFO O| Feb 13 05:13:44.238 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 |
9260 | 2025-02-13T05:13:46.123Z | [ host-image] Feb 13 05:13:44.238 INFO O| Feb 13 05:13:44.238 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 |
9261 | 2025-02-13T05:13:46.123Z | [ host-image] Feb 13 05:13:44.238 INFO O| Feb 13 05:13:44.238 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 |
9262 | 2025-02-13T05:13:46.123Z | [ host-image] Feb 13 05:13:44.238 INFO O| Feb 13 05:13:44.238 INFO ok! |
9263 | 2025-02-13T05:13:46.123Z | [ host-image] Feb 13 05:13:44.238 INFO O| Feb 13 05:13:44.238 INFO STEP 36 (ensure_file) COMPLETE |
9264 | 2025-02-13T05:13:46.123Z | [ host-image] Feb 13 05:13:44.238 INFO O| Feb 13 05:13:44.238 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9265 | 2025-02-13T05:13:46.136Z | [ host-image] Feb 13 05:13:44.253 INFO O| Feb 13 05:13:44.253 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9266 | 2025-02-13T05:13:46.136Z | [ host-image] Feb 13 05:13:44.254 INFO O| Feb 13 05:13:44.253 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 ... |
9267 | 2025-02-13T05:13:46.139Z | [ host-image] Feb 13 05:13:44.254 INFO O| Feb 13 05:13:44.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9268 | 2025-02-13T05:13:46.139Z | [ host-image] Feb 13 05:13:44.254 INFO O| Feb 13 05:13:44.254 INFO ok! |
9269 | 2025-02-13T05:13:46.139Z | [ host-image] Feb 13 05:13:44.254 INFO O| Feb 13 05:13:44.254 INFO STEP 37 (ensure_symlink) COMPLETE |
9270 | 2025-02-13T05:13:46.139Z | [ host-image] Feb 13 05:13:44.254 INFO O| Feb 13 05:13:44.254 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9271 | 2025-02-13T05:13:46.153Z | [ host-image] Feb 13 05:13:44.269 INFO O| Feb 13 05:13:44.269 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9272 | 2025-02-13T05:13:46.153Z | [ host-image] Feb 13 05:13:44.269 INFO O| Feb 13 05:13:44.269 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9273 | 2025-02-13T05:13:46.153Z | [ host-image] Feb 13 05:13:44.269 INFO O| Feb 13 05:13:44.269 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9274 | 2025-02-13T05:13:46.153Z | [ host-image] Feb 13 05:13:44.269 INFO O| Feb 13 05:13:44.269 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9275 | 2025-02-13T05:13:46.153Z | [ host-image] Feb 13 05:13:44.269 INFO O| Feb 13 05:13:44.269 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9276 | 2025-02-13T05:13:46.157Z | [ host-image] Feb 13 05:13:44.269 INFO O| Feb 13 05:13:44.269 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9277 | 2025-02-13T05:13:46.157Z | [ host-image] Feb 13 05:13:44.269 INFO O| Feb 13 05:13:44.269 INFO ok! |
9278 | 2025-02-13T05:13:46.157Z | [ host-image] Feb 13 05:13:44.269 INFO O| Feb 13 05:13:44.269 INFO STEP 38 (ensure_file) COMPLETE |
9279 | 2025-02-13T05:13:46.157Z | [ host-image] Feb 13 05:13:44.269 INFO O| Feb 13 05:13:44.269 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9280 | 2025-02-13T05:13:46.170Z | [ host-image] Feb 13 05:13:44.288 INFO O| Feb 13 05:13:44.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9281 | 2025-02-13T05:13:46.170Z | [ host-image] Feb 13 05:13:44.288 INFO O| Feb 13 05:13:44.288 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 ... |
9282 | 2025-02-13T05:13:46.175Z | [ host-image] Feb 13 05:13:44.288 INFO O| Feb 13 05:13:44.288 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 |
9283 | 2025-02-13T05:13:46.175Z | [ host-image] Feb 13 05:13:44.288 INFO O| Feb 13 05:13:44.288 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9284 | 2025-02-13T05:13:46.175Z | [ host-image] Feb 13 05:13:44.288 INFO O| Feb 13 05:13:44.288 INFO ok! |
9285 | 2025-02-13T05:13:46.175Z | [ host-image] Feb 13 05:13:44.288 INFO O| Feb 13 05:13:44.288 INFO STEP 39 (ensure_file) COMPLETE |
9286 | 2025-02-13T05:13:46.175Z | [ host-image] Feb 13 05:13:44.288 INFO O| Feb 13 05:13:44.288 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9287 | 2025-02-13T05:13:46.190Z | [ host-image] Feb 13 05:13:44.306 INFO O| Feb 13 05:13:44.306 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9288 | 2025-02-13T05:13:46.190Z | [ host-image] Feb 13 05:13:44.306 INFO O| Feb 13 05:13:44.306 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9289 | 2025-02-13T05:13:46.194Z | [ host-image] Feb 13 05:13:44.306 INFO O| Feb 13 05:13:44.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9290 | 2025-02-13T05:13:46.194Z | [ host-image] Feb 13 05:13:44.306 INFO O| Feb 13 05:13:44.306 INFO ok! |
9291 | 2025-02-13T05:13:46.194Z | [ host-image] Feb 13 05:13:44.306 INFO O| Feb 13 05:13:44.306 INFO STEP 40 (ensure_file) COMPLETE |
9292 | 2025-02-13T05:13:46.194Z | [ host-image] Feb 13 05:13:44.306 INFO O| Feb 13 05:13:44.306 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9293 | 2025-02-13T05:13:46.209Z | [ host-image] Feb 13 05:13:44.326 INFO O| Feb 13 05:13:44.326 INFO updating shadow file |
9294 | 2025-02-13T05:13:46.209Z | [ host-image] Feb 13 05:13:44.326 INFO O| Feb 13 05:13:44.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9295 | 2025-02-13T05:13:46.209Z | [ host-image] Feb 13 05:13:44.326 INFO O| Feb 13 05:13:44.326 INFO STEP 41 (shadow) COMPLETE |
9296 | 2025-02-13T05:13:46.209Z | [ host-image] Feb 13 05:13:44.326 INFO O| Feb 13 05:13:44.326 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9297 | 2025-02-13T05:13:46.226Z | [ host-image] Feb 13 05:13:44.343 INFO O| Feb 13 05:13:44.343 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9298 | 2025-02-13T05:13:46.226Z | [ host-image] Feb 13 05:13:44.344 INFO O| Feb 13 05:13:44.343 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9299 | 2025-02-13T05:13:46.233Z | [ host-image] Feb 13 05:13:44.344 INFO O| Feb 13 05:13:44.344 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9300 | 2025-02-13T05:13:46.233Z | [ host-image] Feb 13 05:13:44.344 INFO O| Feb 13 05:13:44.344 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9301 | 2025-02-13T05:13:46.233Z | [ host-image] Feb 13 05:13:44.344 INFO O| Feb 13 05:13:44.344 INFO ok! |
9302 | 2025-02-13T05:13:46.233Z | [ host-image] Feb 13 05:13:44.344 INFO O| Feb 13 05:13:44.344 INFO STEP 42 (ensure_file) COMPLETE |
9303 | 2025-02-13T05:13:46.233Z | [ host-image] Feb 13 05:13:44.344 INFO O| Feb 13 05:13:44.344 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9304 | 2025-02-13T05:13:46.233Z | [ host-image] Feb 13 05:13:44.344 INFO O| Feb 13 05:13:44.344 INFO skip step because feature "mfg" is not enabled |
9305 | 2025-02-13T05:13:46.233Z | [ host-image] Feb 13 05:13:44.344 INFO O| Feb 13 05:13:44.344 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9306 | 2025-02-13T05:13:46.233Z | [ host-image] Feb 13 05:13:44.344 INFO O| Feb 13 05:13:44.344 INFO skip step because feature "mfg" is not enabled |
9307 | 2025-02-13T05:13:46.233Z | [ host-image] Feb 13 05:13:44.344 INFO O| Feb 13 05:13:44.344 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9308 | 2025-02-13T05:13:46.244Z | [ host-image] Feb 13 05:13:44.362 INFO O| Feb 13 05:13:44.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9309 | 2025-02-13T05:13:46.244Z | [ host-image] Feb 13 05:13:44.362 INFO O| Feb 13 05:13:44.362 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9310 | 2025-02-13T05:13:47.077Z | [ host-image] Feb 13 05:13:45.195 INFO O| Feb 13 05:13:45.195 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9311 | 2025-02-13T05:13:47.077Z | [ host-image] Feb 13 05:13:45.195 INFO O| Feb 13 05:13:45.195 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9312 | 2025-02-13T05:13:47.078Z | [ host-image] Feb 13 05:13:45.195 INFO O| Feb 13 05:13:45.195 INFO ok! |
9313 | 2025-02-13T05:13:47.082Z | [ host-image] Feb 13 05:13:45.195 INFO O| Feb 13 05:13:45.195 INFO STEP 45 (ensure_file) COMPLETE |
9314 | 2025-02-13T05:13:47.082Z | [ host-image] Feb 13 05:13:45.195 INFO O| Feb 13 05:13:45.195 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9315 | 2025-02-13T05:13:47.111Z | [ host-image] Feb 13 05:13:45.229 INFO O| Feb 13 05:13:45.228 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9316 | 2025-02-13T05:13:47.111Z | [ host-image] Feb 13 05:13:45.229 INFO O| Feb 13 05:13:45.229 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9317 | 2025-02-13T05:13:47.114Z | [ host-image] Feb 13 05:13:45.229 INFO O| Feb 13 05:13:45.229 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9318 | 2025-02-13T05:13:47.114Z | [ host-image] Feb 13 05:13:45.229 INFO O| Feb 13 05:13:45.229 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9319 | 2025-02-13T05:13:47.114Z | [ host-image] Feb 13 05:13:45.229 INFO O| Feb 13 05:13:45.229 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9320 | 2025-02-13T05:13:47.114Z | [ host-image] Feb 13 05:13:45.229 INFO O| Feb 13 05:13:45.229 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9321 | 2025-02-13T05:13:47.114Z | [ host-image] Feb 13 05:13:45.229 INFO O| Feb 13 05:13:45.229 INFO ok! |
9322 | 2025-02-13T05:13:47.114Z | [ host-image] Feb 13 05:13:45.229 INFO O| Feb 13 05:13:45.229 INFO STEP 46 (ensure_file) COMPLETE |
9323 | 2025-02-13T05:13:47.115Z | [ host-image] Feb 13 05:13:45.229 INFO O| Feb 13 05:13:45.229 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9324 | 2025-02-13T05:13:47.140Z | [ host-image] Feb 13 05:13:45.256 INFO O| Feb 13 05:13:45.256 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9325 | 2025-02-13T05:13:47.143Z | [ host-image] Feb 13 05:13:45.256 INFO O| Feb 13 05:13:45.256 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 ... |
9326 | 2025-02-13T05:13:47.143Z | [ host-image] Feb 13 05:13:45.257 INFO O| Feb 13 05:13:45.257 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 |
9327 | 2025-02-13T05:13:47.143Z | [ host-image] Feb 13 05:13:45.257 INFO O| Feb 13 05:13:45.257 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9328 | 2025-02-13T05:13:47.143Z | [ host-image] Feb 13 05:13:45.257 INFO O| Feb 13 05:13:45.257 INFO ok! |
9329 | 2025-02-13T05:13:47.143Z | [ host-image] Feb 13 05:13:45.257 INFO O| Feb 13 05:13:45.257 INFO STEP 47 (ensure_file) COMPLETE |
9330 | 2025-02-13T05:13:47.143Z | [ host-image] Feb 13 05:13:45.257 INFO O| Feb 13 05:13:45.257 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9331 | 2025-02-13T05:13:47.157Z | [ host-image] Feb 13 05:13:45.275 INFO O| Feb 13 05:13:45.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9332 | 2025-02-13T05:13:47.157Z | [ host-image] Feb 13 05:13:45.275 INFO O| Feb 13 05:13:45.275 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9333 | 2025-02-13T05:13:47.160Z | [ host-image] Feb 13 05:13:45.275 INFO O| Feb 13 05:13:45.275 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9334 | 2025-02-13T05:13:47.160Z | [ host-image] Feb 13 05:13:45.275 INFO O| Feb 13 05:13:45.275 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9335 | 2025-02-13T05:13:47.160Z | [ host-image] Feb 13 05:13:45.275 INFO O| Feb 13 05:13:45.275 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9336 | 2025-02-13T05:13:47.160Z | [ host-image] Feb 13 05:13:45.275 INFO O| Feb 13 05:13:45.275 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9337 | 2025-02-13T05:13:47.160Z | [ host-image] Feb 13 05:13:45.275 INFO O| Feb 13 05:13:45.275 INFO ok! |
9338 | 2025-02-13T05:13:47.160Z | [ host-image] Feb 13 05:13:45.276 INFO O| Feb 13 05:13:45.275 INFO STEP 48 (ensure_file) COMPLETE |
9339 | 2025-02-13T05:13:47.160Z | [ host-image] Feb 13 05:13:45.276 INFO O| Feb 13 05:13:45.276 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9340 | 2025-02-13T05:13:47.176Z | [ host-image] Feb 13 05:13:45.294 INFO O| Feb 13 05:13:45.294 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9341 | 2025-02-13T05:13:47.176Z | [ host-image] Feb 13 05:13:45.294 INFO O| Feb 13 05:13:45.294 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 ... |
9342 | 2025-02-13T05:13:47.179Z | [ host-image] Feb 13 05:13:45.294 INFO O| Feb 13 05:13:45.294 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 |
9343 | 2025-02-13T05:13:47.179Z | [ host-image] Feb 13 05:13:45.294 INFO O| Feb 13 05:13:45.294 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9344 | 2025-02-13T05:13:47.179Z | [ host-image] Feb 13 05:13:45.294 INFO O| Feb 13 05:13:45.294 INFO ok! |
9345 | 2025-02-13T05:13:47.179Z | [ host-image] Feb 13 05:13:45.294 INFO O| Feb 13 05:13:45.294 INFO STEP 49 (ensure_file) COMPLETE |
9346 | 2025-02-13T05:13:47.179Z | [ host-image] Feb 13 05:13:45.294 INFO O| Feb 13 05:13:45.294 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9347 | 2025-02-13T05:13:47.196Z | [ host-image] Feb 13 05:13:45.314 INFO O| Feb 13 05:13:45.314 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9348 | 2025-02-13T05:13:47.196Z | [ host-image] Feb 13 05:13:45.314 INFO O| Feb 13 05:13:45.314 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9349 | 2025-02-13T05:13:47.199Z | [ host-image] Feb 13 05:13:45.314 INFO O| Feb 13 05:13:45.314 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9350 | 2025-02-13T05:13:47.199Z | [ host-image] Feb 13 05:13:45.314 INFO O| Feb 13 05:13:45.314 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9351 | 2025-02-13T05:13:47.199Z | [ host-image] Feb 13 05:13:45.315 INFO O| Feb 13 05:13:45.315 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9352 | 2025-02-13T05:13:47.199Z | [ host-image] Feb 13 05:13:45.315 INFO O| Feb 13 05:13:45.315 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9353 | 2025-02-13T05:13:47.199Z | [ host-image] Feb 13 05:13:45.315 INFO O| Feb 13 05:13:45.315 INFO ok! |
9354 | 2025-02-13T05:13:47.199Z | [ host-image] Feb 13 05:13:45.315 INFO O| Feb 13 05:13:45.315 INFO STEP 50 (ensure_file) COMPLETE |
9355 | 2025-02-13T05:13:47.199Z | [ host-image] Feb 13 05:13:45.315 INFO O| Feb 13 05:13:45.315 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9356 | 2025-02-13T05:13:47.217Z | [ host-image] Feb 13 05:13:45.334 INFO O| Feb 13 05:13:45.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9357 | 2025-02-13T05:13:47.217Z | [ host-image] Feb 13 05:13:45.334 INFO O| Feb 13 05:13:45.334 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 ... |
9358 | 2025-02-13T05:13:47.220Z | [ host-image] Feb 13 05:13:45.335 INFO O| Feb 13 05:13:45.335 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 |
9359 | 2025-02-13T05:13:47.220Z | [ host-image] Feb 13 05:13:45.335 INFO O| Feb 13 05:13:45.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9360 | 2025-02-13T05:13:47.220Z | [ host-image] Feb 13 05:13:45.335 INFO O| Feb 13 05:13:45.335 INFO ok! |
9361 | 2025-02-13T05:13:47.220Z | [ host-image] Feb 13 05:13:45.335 INFO O| Feb 13 05:13:45.335 INFO STEP 51 (ensure_file) COMPLETE |
9362 | 2025-02-13T05:13:47.220Z | [ host-image] Feb 13 05:13:45.335 INFO O| Feb 13 05:13:45.335 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9363 | 2025-02-13T05:13:47.237Z | [ host-image] Feb 13 05:13:45.354 INFO O| Feb 13 05:13:45.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9364 | 2025-02-13T05:13:47.237Z | [ host-image] Feb 13 05:13:45.355 INFO O| Feb 13 05:13:45.354 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 ... |
9365 | 2025-02-13T05:13:47.240Z | [ host-image] Feb 13 05:13:45.355 INFO O| Feb 13 05:13:45.355 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 |
9366 | 2025-02-13T05:13:47.240Z | [ host-image] Feb 13 05:13:45.355 INFO O| Feb 13 05:13:45.355 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9367 | 2025-02-13T05:13:47.240Z | [ host-image] Feb 13 05:13:45.355 INFO O| Feb 13 05:13:45.355 INFO ok! |
9368 | 2025-02-13T05:13:47.240Z | [ host-image] Feb 13 05:13:45.355 INFO O| Feb 13 05:13:45.355 INFO STEP 52 (ensure_file) COMPLETE |
9369 | 2025-02-13T05:13:47.240Z | [ host-image] Feb 13 05:13:45.355 INFO O| Feb 13 05:13:45.355 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9370 | 2025-02-13T05:13:47.258Z | [ host-image] Feb 13 05:13:45.375 INFO O| Feb 13 05:13:45.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9371 | 2025-02-13T05:13:47.258Z | [ host-image] Feb 13 05:13:45.375 INFO O| Feb 13 05:13:45.375 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 ... |
9372 | 2025-02-13T05:13:47.261Z | [ host-image] Feb 13 05:13:45.375 INFO O| Feb 13 05:13:45.375 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 |
9373 | 2025-02-13T05:13:47.261Z | [ host-image] Feb 13 05:13:45.376 INFO O| Feb 13 05:13:45.375 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9374 | 2025-02-13T05:13:47.261Z | [ host-image] Feb 13 05:13:45.376 INFO O| Feb 13 05:13:45.376 INFO ok! |
9375 | 2025-02-13T05:13:47.261Z | [ host-image] Feb 13 05:13:45.376 INFO O| Feb 13 05:13:45.376 INFO STEP 53 (ensure_file) COMPLETE |
9376 | 2025-02-13T05:13:47.261Z | [ host-image] Feb 13 05:13:45.376 INFO O| Feb 13 05:13:45.376 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9377 | 2025-02-13T05:13:47.278Z | [ host-image] Feb 13 05:13:45.395 INFO O| Feb 13 05:13:45.395 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9378 | 2025-02-13T05:13:47.278Z | [ host-image] Feb 13 05:13:45.395 INFO O| Feb 13 05:13:45.395 INFO STEP 54 (ensure_dir) COMPLETE |
9379 | 2025-02-13T05:13:47.280Z | [ host-image] Feb 13 05:13:45.395 INFO O| Feb 13 05:13:45.395 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9380 | 2025-02-13T05:13:47.304Z | [ host-image] Feb 13 05:13:45.421 INFO O| Feb 13 05:13:45.421 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9381 | 2025-02-13T05:13:47.304Z | [ host-image] Feb 13 05:13:45.421 INFO O| Feb 13 05:13:45.421 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9382 | 2025-02-13T05:13:47.307Z | [ host-image] Feb 13 05:13:45.421 INFO O| Feb 13 05:13:45.421 INFO STEP 55 (ensure_dir) COMPLETE |
9383 | 2025-02-13T05:13:47.307Z | [ host-image] Feb 13 05:13:45.421 INFO O| Feb 13 05:13:45.421 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9384 | 2025-02-13T05:13:47.354Z | [ host-image] Feb 13 05:13:45.471 INFO O| Feb 13 05:13:45.471 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9385 | 2025-02-13T05:13:47.357Z | [ host-image] Feb 13 05:13:45.472 INFO O| Feb 13 05:13:45.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9386 | 2025-02-13T05:13:47.357Z | [ host-image] Feb 13 05:13:45.472 INFO O| Feb 13 05:13:45.472 INFO STEP 56 (ensure_dir) COMPLETE |
9387 | 2025-02-13T05:13:47.357Z | [ host-image] Feb 13 05:13:45.472 INFO O| Feb 13 05:13:45.472 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9388 | 2025-02-13T05:13:47.399Z | [ host-image] Feb 13 05:13:45.516 INFO O| Feb 13 05:13:45.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9389 | 2025-02-13T05:13:47.399Z | [ host-image] Feb 13 05:13:45.516 INFO O| Feb 13 05:13:45.516 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9390 | 2025-02-13T05:13:47.423Z | [ host-image] Feb 13 05:13:45.541 INFO O| Feb 13 05:13:45.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9391 | 2025-02-13T05:13:47.424Z | [ host-image] Feb 13 05:13:45.541 INFO O| Feb 13 05:13:45.541 INFO ok! |
9392 | 2025-02-13T05:13:47.424Z | [ host-image] Feb 13 05:13:45.541 INFO O| Feb 13 05:13:45.541 INFO STEP 57 (ensure_file) COMPLETE |
9393 | 2025-02-13T05:13:47.424Z | [ host-image] Feb 13 05:13:45.541 INFO O| Feb 13 05:13:45.541 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9394 | 2025-02-13T05:13:47.442Z | [ host-image] Feb 13 05:13:45.560 INFO O| Feb 13 05:13:45.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9395 | 2025-02-13T05:13:47.443Z | [ host-image] Feb 13 05:13:45.560 INFO O| Feb 13 05:13:45.560 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9396 | 2025-02-13T05:13:48.891Z | [ host-image] Feb 13 05:13:47.007 INFO O| Feb 13 05:13:47.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9397 | 2025-02-13T05:13:48.891Z | [ host-image] Feb 13 05:13:47.007 INFO O| Feb 13 05:13:47.007 INFO ok! |
9398 | 2025-02-13T05:13:48.894Z | [ host-image] Feb 13 05:13:47.007 INFO O| Feb 13 05:13:47.007 INFO STEP 58 (ensure_file) COMPLETE |
9399 | 2025-02-13T05:13:48.894Z | [ host-image] Feb 13 05:13:47.007 INFO O| Feb 13 05:13:47.007 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9400 | 2025-02-13T05:13:48.928Z | [ host-image] Feb 13 05:13:47.045 INFO O| Feb 13 05:13:47.045 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9401 | 2025-02-13T05:13:48.928Z | [ host-image] Feb 13 05:13:47.046 INFO O| Feb 13 05:13:47.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9402 | 2025-02-13T05:13:48.931Z | [ host-image] Feb 13 05:13:47.046 INFO O| Feb 13 05:13:47.046 INFO STEP 59 (ensure_dir) COMPLETE |
9403 | 2025-02-13T05:13:48.931Z | [ host-image] Feb 13 05:13:47.046 INFO O| Feb 13 05:13:47.046 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9404 | 2025-02-13T05:13:48.949Z | [ host-image] Feb 13 05:13:47.066 INFO O| Feb 13 05:13:47.066 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9405 | 2025-02-13T05:13:48.949Z | [ host-image] Feb 13 05:13:47.066 INFO O| Feb 13 05:13:47.066 INFO copying /tmp/.tmpTHrw9f/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 ... |
9406 | 2025-02-13T05:13:48.950Z | [ host-image] Feb 13 05:13:47.067 INFO O| Feb 13 05:13:47.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9407 | 2025-02-13T05:13:48.953Z | [ host-image] Feb 13 05:13:47.067 INFO O| Feb 13 05:13:47.067 INFO ok! |
9408 | 2025-02-13T05:13:48.953Z | [ host-image] Feb 13 05:13:47.067 INFO O| Feb 13 05:13:47.067 INFO STEP 60 (ensure_file) COMPLETE |
9409 | 2025-02-13T05:13:48.953Z | [ host-image] Feb 13 05:13:47.067 INFO O| Feb 13 05:13:47.067 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9410 | 2025-02-13T05:13:48.970Z | [ host-image] Feb 13 05:13:47.087 INFO O| Feb 13 05:13:47.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9411 | 2025-02-13T05:13:48.970Z | [ host-image] Feb 13 05:13:47.087 INFO O| Feb 13 05:13:47.087 INFO copying /tmp/.tmpTHrw9f/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 ... |
9412 | 2025-02-13T05:13:48.973Z | [ host-image] Feb 13 05:13:47.087 INFO O| Feb 13 05:13:47.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9413 | 2025-02-13T05:13:48.973Z | [ host-image] Feb 13 05:13:47.087 INFO O| Feb 13 05:13:47.087 INFO ok! |
9414 | 2025-02-13T05:13:48.973Z | [ host-image] Feb 13 05:13:47.087 INFO O| Feb 13 05:13:47.087 INFO STEP 61 (ensure_file) COMPLETE |
9415 | 2025-02-13T05:13:48.973Z | [ host-image] Feb 13 05:13:47.087 INFO O| Feb 13 05:13:47.087 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9416 | 2025-02-13T05:13:48.990Z | [ host-image] Feb 13 05:13:47.106 INFO O| Feb 13 05:13:47.106 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9417 | 2025-02-13T05:13:48.990Z | [ host-image] Feb 13 05:13:47.106 INFO O| Feb 13 05:13:47.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9418 | 2025-02-13T05:13:48.990Z | [ host-image] Feb 13 05:13:47.106 INFO O| Feb 13 05:13:47.106 INFO STEP 62 (ensure_dir) COMPLETE |
9419 | 2025-02-13T05:13:48.990Z | [ host-image] Feb 13 05:13:47.106 INFO O| Feb 13 05:13:47.106 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2025-02-13T05:13:49.009Z | [ host-image] Feb 13 05:13:47.127 INFO O| Feb 13 05:13:47.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9421 | 2025-02-13T05:13:49.010Z | [ host-image] Feb 13 05:13:47.127 INFO O| Feb 13 05:13:47.127 INFO copying /tmp/.tmpTHrw9f/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 ... |
9422 | 2025-02-13T05:13:49.013Z | [ host-image] Feb 13 05:13:47.127 INFO O| Feb 13 05:13:47.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9423 | 2025-02-13T05:13:49.013Z | [ host-image] Feb 13 05:13:47.127 INFO O| Feb 13 05:13:47.127 INFO ok! |
9424 | 2025-02-13T05:13:49.013Z | [ host-image] Feb 13 05:13:47.127 INFO O| Feb 13 05:13:47.127 INFO STEP 63 (ensure_file) COMPLETE |
9425 | 2025-02-13T05:13:49.013Z | [ host-image] Feb 13 05:13:47.127 INFO O| Feb 13 05:13:47.127 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9426 | 2025-02-13T05:13:49.032Z | [ host-image] Feb 13 05:13:47.149 INFO O| Feb 13 05:13:47.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9427 | 2025-02-13T05:13:49.032Z | [ host-image] Feb 13 05:13:47.149 INFO O| Feb 13 05:13:47.149 INFO copying /tmp/.tmpTHrw9f/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 ... |
9428 | 2025-02-13T05:13:49.035Z | [ host-image] Feb 13 05:13:47.149 INFO O| Feb 13 05:13:47.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9429 | 2025-02-13T05:13:49.035Z | [ host-image] Feb 13 05:13:47.149 INFO O| Feb 13 05:13:47.149 INFO ok! |
9430 | 2025-02-13T05:13:49.035Z | [ host-image] Feb 13 05:13:47.149 INFO O| Feb 13 05:13:47.149 INFO STEP 64 (ensure_file) COMPLETE |
9431 | 2025-02-13T05:13:49.035Z | [ host-image] Feb 13 05:13:47.149 INFO O| Feb 13 05:13:47.149 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9432 | 2025-02-13T05:13:49.055Z | [ host-image] Feb 13 05:13:47.172 INFO O| Feb 13 05:13:47.172 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9433 | 2025-02-13T05:13:49.055Z | [ host-image] Feb 13 05:13:47.172 INFO O| Feb 13 05:13:47.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9434 | 2025-02-13T05:13:49.058Z | [ host-image] Feb 13 05:13:47.172 INFO O| Feb 13 05:13:47.172 INFO STEP 65 (ensure_dir) COMPLETE |
9435 | 2025-02-13T05:13:49.058Z | [ host-image] Feb 13 05:13:47.172 INFO O| Feb 13 05:13:47.172 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9436 | 2025-02-13T05:13:49.104Z | [ host-image] Feb 13 05:13:47.221 INFO O| Feb 13 05:13:47.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9437 | 2025-02-13T05:13:49.104Z | [ host-image] Feb 13 05:13:47.222 INFO O| Feb 13 05:13:47.221 INFO copying /tmp/.tmpTHrw9f/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 ... |
9438 | 2025-02-13T05:13:49.104Z | [ host-image] Feb 13 05:13:47.222 INFO O| Feb 13 05:13:47.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9439 | 2025-02-13T05:13:49.104Z | [ host-image] Feb 13 05:13:47.222 INFO O| Feb 13 05:13:47.222 INFO ok! |
9440 | 2025-02-13T05:13:49.107Z | [ host-image] Feb 13 05:13:47.222 INFO O| Feb 13 05:13:47.222 INFO STEP 66 (ensure_file) COMPLETE |
9441 | 2025-02-13T05:13:49.107Z | [ host-image] Feb 13 05:13:47.222 INFO O| Feb 13 05:13:47.222 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9442 | 2025-02-13T05:13:49.157Z | [ host-image] Feb 13 05:13:47.274 INFO O| Feb 13 05:13:47.274 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9443 | 2025-02-13T05:13:49.157Z | [ host-image] Feb 13 05:13:47.274 INFO O| Feb 13 05:13:47.274 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9444 | 2025-02-13T05:13:49.160Z | [ host-image] Feb 13 05:13:47.274 INFO O| Feb 13 05:13:47.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9445 | 2025-02-13T05:13:49.160Z | [ host-image] Feb 13 05:13:47.274 INFO O| Feb 13 05:13:47.274 INFO ok! |
9446 | 2025-02-13T05:13:49.160Z | [ host-image] Feb 13 05:13:47.274 INFO O| Feb 13 05:13:47.274 INFO STEP 67 (ensure_file) COMPLETE |
9447 | 2025-02-13T05:13:49.160Z | [ host-image] Feb 13 05:13:47.275 INFO O| Feb 13 05:13:47.275 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9448 | 2025-02-13T05:13:49.178Z | [ host-image] Feb 13 05:13:47.295 INFO O| Feb 13 05:13:47.295 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9449 | 2025-02-13T05:13:49.181Z | [ host-image] Feb 13 05:13:47.296 INFO O| Feb 13 05:13:47.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9450 | 2025-02-13T05:13:49.181Z | [ host-image] Feb 13 05:13:47.296 INFO O| Feb 13 05:13:47.296 INFO STEP 68 (ensure_dir) COMPLETE |
9451 | 2025-02-13T05:13:49.181Z | [ host-image] Feb 13 05:13:47.296 INFO O| Feb 13 05:13:47.296 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9452 | 2025-02-13T05:13:49.208Z | [ host-image] Feb 13 05:13:47.325 INFO O| Feb 13 05:13:47.325 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9453 | 2025-02-13T05:13:49.208Z | [ host-image] Feb 13 05:13:47.325 INFO O| Feb 13 05:13:47.325 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9454 | 2025-02-13T05:13:50.633Z | [ host-image] Feb 13 05:13:48.750 INFO O| Feb 13 05:13:48.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9455 | 2025-02-13T05:13:50.633Z | [ host-image] Feb 13 05:13:48.750 INFO O| Feb 13 05:13:48.750 INFO ok! |
9456 | 2025-02-13T05:13:50.633Z | [ host-image] Feb 13 05:13:48.750 INFO O| Feb 13 05:13:48.750 INFO STEP 69 (ensure_file) COMPLETE |
9457 | 2025-02-13T05:13:50.635Z | [ host-image] Feb 13 05:13:48.750 INFO O| Feb 13 05:13:48.750 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9458 | 2025-02-13T05:13:50.651Z | [ host-image] Feb 13 05:13:48.768 INFO O| Feb 13 05:13:48.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9459 | 2025-02-13T05:13:50.651Z | [ host-image] Feb 13 05:13:48.768 INFO O| Feb 13 05:13:48.768 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9460 | 2025-02-13T05:13:52.736Z | [ host-image] Feb 13 05:13:50.849 INFO O| Feb 13 05:13:50.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9461 | 2025-02-13T05:13:52.736Z | [ host-image] Feb 13 05:13:50.849 INFO O| Feb 13 05:13:50.849 INFO ok! |
9462 | 2025-02-13T05:13:52.739Z | [ host-image] Feb 13 05:13:50.849 INFO O| Feb 13 05:13:50.849 INFO STEP 70 (ensure_file) COMPLETE |
9463 | 2025-02-13T05:13:52.739Z | [ host-image] Feb 13 05:13:50.849 INFO O| Feb 13 05:13:50.849 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9464 | 2025-02-13T05:13:52.754Z | [ host-image] Feb 13 05:13:50.869 INFO O| Feb 13 05:13:50.869 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9465 | 2025-02-13T05:13:52.754Z | [ host-image] Feb 13 05:13:50.869 INFO O| Feb 13 05:13:50.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9466 | 2025-02-13T05:13:52.754Z | [ host-image] Feb 13 05:13:50.869 INFO O| Feb 13 05:13:50.869 INFO STEP 71 (ensure_dir) COMPLETE |
9467 | 2025-02-13T05:13:52.758Z | [ host-image] Feb 13 05:13:50.869 INFO O| Feb 13 05:13:50.869 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9468 | 2025-02-13T05:13:52.770Z | [ host-image] Feb 13 05:13:50.887 INFO O| Feb 13 05:13:50.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9469 | 2025-02-13T05:13:52.770Z | [ host-image] Feb 13 05:13:50.887 INFO O| Feb 13 05:13:50.887 INFO copying /tmp/.tmpTHrw9f/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 ... |
9470 | 2025-02-13T05:13:52.773Z | [ host-image] Feb 13 05:13:50.887 INFO O| Feb 13 05:13:50.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9471 | 2025-02-13T05:13:52.773Z | [ host-image] Feb 13 05:13:50.888 INFO O| Feb 13 05:13:50.887 INFO ok! |
9472 | 2025-02-13T05:13:52.773Z | [ host-image] Feb 13 05:13:50.888 INFO O| Feb 13 05:13:50.887 INFO STEP 72 (ensure_file) COMPLETE |
9473 | 2025-02-13T05:13:52.773Z | [ host-image] Feb 13 05:13:50.888 INFO O| Feb 13 05:13:50.887 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9474 | 2025-02-13T05:13:52.812Z | [ host-image] Feb 13 05:13:50.929 INFO O| Feb 13 05:13:50.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9475 | 2025-02-13T05:13:52.812Z | [ host-image] Feb 13 05:13:50.929 INFO O| Feb 13 05:13:50.929 INFO copying /tmp/.tmpTHrw9f/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 ... |
9476 | 2025-02-13T05:13:52.815Z | [ host-image] Feb 13 05:13:50.930 INFO O| Feb 13 05:13:50.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9477 | 2025-02-13T05:13:52.815Z | [ host-image] Feb 13 05:13:50.930 INFO O| Feb 13 05:13:50.930 INFO ok! |
9478 | 2025-02-13T05:13:52.815Z | [ host-image] Feb 13 05:13:50.930 INFO O| Feb 13 05:13:50.930 INFO STEP 73 (ensure_file) COMPLETE |
9479 | 2025-02-13T05:13:52.815Z | [ host-image] Feb 13 05:13:50.930 INFO O| Feb 13 05:13:50.930 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9480 | 2025-02-13T05:13:52.834Z | [ host-image] Feb 13 05:13:50.951 INFO O| Feb 13 05:13:50.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9481 | 2025-02-13T05:13:52.834Z | [ host-image] Feb 13 05:13:50.951 INFO O| Feb 13 05:13:50.951 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9482 | 2025-02-13T05:13:52.837Z | [ host-image] Feb 13 05:13:50.951 INFO O| Feb 13 05:13:50.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9483 | 2025-02-13T05:13:52.837Z | [ host-image] Feb 13 05:13:50.951 INFO O| Feb 13 05:13:50.951 INFO ok! |
9484 | 2025-02-13T05:13:52.837Z | [ host-image] Feb 13 05:13:50.951 INFO O| Feb 13 05:13:50.951 INFO STEP 74 (ensure_file) COMPLETE |
9485 | 2025-02-13T05:13:52.837Z | [ host-image] Feb 13 05:13:50.951 INFO O| Feb 13 05:13:50.951 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9486 | 2025-02-13T05:13:52.857Z | [ host-image] Feb 13 05:13:50.974 INFO O| Feb 13 05:13:50.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9487 | 2025-02-13T05:13:52.857Z | [ host-image] Feb 13 05:13:50.974 INFO O| Feb 13 05:13:50.974 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9488 | 2025-02-13T05:13:52.860Z | [ host-image] Feb 13 05:13:50.974 INFO O| Feb 13 05:13:50.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9489 | 2025-02-13T05:13:52.860Z | [ host-image] Feb 13 05:13:50.974 INFO O| Feb 13 05:13:50.974 INFO ok! |
9490 | 2025-02-13T05:13:52.860Z | [ host-image] Feb 13 05:13:50.974 INFO O| Feb 13 05:13:50.974 INFO STEP 75 (ensure_file) COMPLETE |
9491 | 2025-02-13T05:13:52.860Z | [ host-image] Feb 13 05:13:50.974 INFO O| Feb 13 05:13:50.974 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9492 | 2025-02-13T05:13:52.878Z | [ host-image] Feb 13 05:13:50.995 INFO O| Feb 13 05:13:50.995 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9493 | 2025-02-13T05:13:52.881Z | [ host-image] Feb 13 05:13:50.995 INFO O| Feb 13 05:13:50.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9494 | 2025-02-13T05:13:52.881Z | [ host-image] Feb 13 05:13:50.995 INFO O| Feb 13 05:13:50.995 INFO STEP 76 (ensure_dir) COMPLETE |
9495 | 2025-02-13T05:13:52.881Z | [ host-image] Feb 13 05:13:50.995 INFO O| Feb 13 05:13:50.995 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9496 | 2025-02-13T05:13:52.897Z | [ host-image] Feb 13 05:13:51.014 INFO O| Feb 13 05:13:51.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9497 | 2025-02-13T05:13:52.897Z | [ host-image] Feb 13 05:13:51.014 INFO O| Feb 13 05:13:51.014 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9498 | 2025-02-13T05:13:52.901Z | [ host-image] Feb 13 05:13:51.018 INFO O| Feb 13 05:13:51.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9499 | 2025-02-13T05:13:52.901Z | [ host-image] Feb 13 05:13:51.018 INFO O| Feb 13 05:13:51.018 INFO ok! |
9500 | 2025-02-13T05:13:52.904Z | [ host-image] Feb 13 05:13:51.018 INFO O| Feb 13 05:13:51.018 INFO STEP 77 (ensure_file) COMPLETE |
9501 | 2025-02-13T05:13:52.904Z | [ host-image] Feb 13 05:13:51.018 INFO O| Feb 13 05:13:51.018 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9502 | 2025-02-13T05:13:52.936Z | [ host-image] Feb 13 05:13:51.051 INFO O| Feb 13 05:13:51.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9503 | 2025-02-13T05:13:52.936Z | [ host-image] Feb 13 05:13:51.051 INFO O| Feb 13 05:13:51.051 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9504 | 2025-02-13T05:13:52.936Z | [ host-image] Feb 13 05:13:51.051 INFO O| Feb 13 05:13:51.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9505 | 2025-02-13T05:13:52.939Z | [ host-image] Feb 13 05:13:51.051 INFO O| Feb 13 05:13:51.051 INFO ok! |
9506 | 2025-02-13T05:13:52.939Z | [ host-image] Feb 13 05:13:51.052 INFO O| Feb 13 05:13:51.052 INFO STEP 78 (ensure_file) COMPLETE |
9507 | 2025-02-13T05:13:52.939Z | [ host-image] Feb 13 05:13:51.052 INFO O| Feb 13 05:13:51.052 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9508 | 2025-02-13T05:13:52.958Z | [ host-image] Feb 13 05:13:51.073 INFO O| Feb 13 05:13:51.073 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9509 | 2025-02-13T05:13:52.959Z | [ host-image] Feb 13 05:13:51.073 INFO O| Feb 13 05:13:51.073 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9510 | 2025-02-13T05:13:54.805Z | [ host-image] Feb 13 05:13:52.922 INFO O| Feb 13 05:13:52.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9511 | 2025-02-13T05:13:54.805Z | [ host-image] Feb 13 05:13:52.922 INFO O| Feb 13 05:13:52.922 INFO ok! |
9512 | 2025-02-13T05:13:54.808Z | [ host-image] Feb 13 05:13:52.922 INFO O| Feb 13 05:13:52.922 INFO STEP 79 (ensure_file) COMPLETE |
9513 | 2025-02-13T05:13:54.808Z | [ host-image] Feb 13 05:13:52.922 INFO O| Feb 13 05:13:52.922 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9514 | 2025-02-13T05:13:54.840Z | [ host-image] Feb 13 05:13:52.956 INFO O| Feb 13 05:13:52.956 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9515 | 2025-02-13T05:13:54.840Z | [ host-image] Feb 13 05:13:52.956 INFO O| Feb 13 05:13:52.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9516 | 2025-02-13T05:13:54.843Z | [ host-image] Feb 13 05:13:52.957 INFO O| Feb 13 05:13:52.956 INFO STEP 80 (ensure_dir) COMPLETE |
9517 | 2025-02-13T05:13:54.843Z | [ host-image] Feb 13 05:13:52.957 INFO O| Feb 13 05:13:52.957 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9518 | 2025-02-13T05:13:54.873Z | [ host-image] Feb 13 05:13:52.989 INFO O| Feb 13 05:13:52.989 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9519 | 2025-02-13T05:13:54.873Z | [ host-image] Feb 13 05:13:52.989 INFO O| Feb 13 05:13:52.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9520 | 2025-02-13T05:13:54.875Z | [ host-image] Feb 13 05:13:52.989 INFO O| Feb 13 05:13:52.989 INFO STEP 81 (ensure_dir) COMPLETE |
9521 | 2025-02-13T05:13:54.875Z | [ host-image] Feb 13 05:13:52.989 INFO O| Feb 13 05:13:52.989 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2025-02-13T05:13:54.892Z | [ host-image] Feb 13 05:13:53.008 INFO O| Feb 13 05:13:53.008 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9523 | 2025-02-13T05:13:54.892Z | [ host-image] Feb 13 05:13:53.009 INFO O| Feb 13 05:13:53.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9524 | 2025-02-13T05:13:54.892Z | [ host-image] Feb 13 05:13:53.009 INFO O| Feb 13 05:13:53.009 INFO STEP 82 (ensure_dir) COMPLETE |
9525 | 2025-02-13T05:13:54.895Z | [ host-image] Feb 13 05:13:53.009 INFO O| Feb 13 05:13:53.009 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9526 | 2025-02-13T05:13:54.912Z | [ host-image] Feb 13 05:13:53.028 INFO O| Feb 13 05:13:53.028 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9527 | 2025-02-13T05:13:54.912Z | [ host-image] Feb 13 05:13:53.028 INFO O| Feb 13 05:13:53.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9528 | 2025-02-13T05:13:54.912Z | [ host-image] Feb 13 05:13:53.028 INFO O| Feb 13 05:13:53.028 INFO STEP 83 (ensure_dir) COMPLETE |
9529 | 2025-02-13T05:13:54.912Z | [ host-image] Feb 13 05:13:53.028 INFO O| Feb 13 05:13:53.028 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9530 | 2025-02-13T05:13:54.930Z | [ host-image] Feb 13 05:13:53.046 INFO O| Feb 13 05:13:53.046 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9531 | 2025-02-13T05:13:54.930Z | [ host-image] Feb 13 05:13:53.046 INFO O| Feb 13 05:13:53.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9532 | 2025-02-13T05:13:54.930Z | [ host-image] Feb 13 05:13:53.046 INFO O| Feb 13 05:13:53.046 INFO STEP 84 (ensure_dir) COMPLETE |
9533 | 2025-02-13T05:13:54.931Z | [ host-image] Feb 13 05:13:53.046 INFO O| Feb 13 05:13:53.046 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9534 | 2025-02-13T05:13:54.949Z | [ host-image] Feb 13 05:13:53.065 INFO O| Feb 13 05:13:53.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9535 | 2025-02-13T05:13:54.949Z | [ host-image] Feb 13 05:13:53.065 INFO O| Feb 13 05:13:53.065 INFO copying /tmp/.tmpTHrw9f/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 ... |
9536 | 2025-02-13T05:13:54.949Z | [ host-image] Feb 13 05:13:53.066 INFO O| Feb 13 05:13:53.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9537 | 2025-02-13T05:13:54.952Z | [ host-image] Feb 13 05:13:53.066 INFO O| Feb 13 05:13:53.066 INFO ok! |
9538 | 2025-02-13T05:13:54.952Z | [ host-image] Feb 13 05:13:53.066 INFO O| Feb 13 05:13:53.066 INFO STEP 85 (ensure_file) COMPLETE |
9539 | 2025-02-13T05:13:54.952Z | [ host-image] Feb 13 05:13:53.066 INFO O| Feb 13 05:13:53.066 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9540 | 2025-02-13T05:13:54.970Z | [ host-image] Feb 13 05:13:53.086 INFO O| Feb 13 05:13:53.086 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9541 | 2025-02-13T05:13:54.970Z | [ host-image] Feb 13 05:13:53.086 INFO O| Feb 13 05:13:53.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9542 | 2025-02-13T05:13:54.970Z | [ host-image] Feb 13 05:13:53.086 INFO O| Feb 13 05:13:53.086 INFO STEP 86 (ensure_dir) COMPLETE |
9543 | 2025-02-13T05:13:54.970Z | [ host-image] Feb 13 05:13:53.086 INFO O| Feb 13 05:13:53.086 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9544 | 2025-02-13T05:13:54.990Z | [ host-image] Feb 13 05:13:53.106 INFO O| Feb 13 05:13:53.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9545 | 2025-02-13T05:13:54.990Z | [ host-image] Feb 13 05:13:53.106 INFO O| Feb 13 05:13:53.106 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9546 | 2025-02-13T05:13:54.993Z | [ host-image] Feb 13 05:13:53.106 INFO O| Feb 13 05:13:53.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9547 | 2025-02-13T05:13:54.993Z | [ host-image] Feb 13 05:13:53.106 INFO O| Feb 13 05:13:53.106 INFO ok! |
9548 | 2025-02-13T05:13:54.993Z | [ host-image] Feb 13 05:13:53.106 INFO O| Feb 13 05:13:53.106 INFO STEP 87 (ensure_file) COMPLETE |
9549 | 2025-02-13T05:13:54.993Z | [ host-image] Feb 13 05:13:53.106 INFO O| Feb 13 05:13:53.106 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9550 | 2025-02-13T05:13:55.020Z | [ host-image] Feb 13 05:13:53.136 INFO O| Feb 13 05:13:53.136 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9551 | 2025-02-13T05:13:55.020Z | [ host-image] Feb 13 05:13:53.136 INFO O| Feb 13 05:13:53.136 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9552 | 2025-02-13T05:13:55.675Z | [ host-image] Feb 13 05:13:53.790 INFO O| Feb 13 05:13:53.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9553 | 2025-02-13T05:13:55.675Z | [ host-image] Feb 13 05:13:53.790 INFO O| Feb 13 05:13:53.790 INFO ok! |
9554 | 2025-02-13T05:13:55.678Z | [ host-image] Feb 13 05:13:53.790 INFO O| Feb 13 05:13:53.790 INFO STEP 88 (ensure_file) COMPLETE |
9555 | 2025-02-13T05:13:55.678Z | [ host-image] Feb 13 05:13:53.790 INFO O| Feb 13 05:13:53.790 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9556 | 2025-02-13T05:13:55.692Z | [ host-image] Feb 13 05:13:53.808 INFO O| Feb 13 05:13:53.808 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9557 | 2025-02-13T05:13:55.692Z | [ host-image] Feb 13 05:13:53.808 INFO O| Feb 13 05:13:53.808 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9558 | 2025-02-13T05:13:56.368Z | [ host-image] Feb 13 05:13:54.484 INFO O| Feb 13 05:13:54.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9559 | 2025-02-13T05:13:56.368Z | [ host-image] Feb 13 05:13:54.484 INFO O| Feb 13 05:13:54.484 INFO ok! |
9560 | 2025-02-13T05:13:56.371Z | [ host-image] Feb 13 05:13:54.484 INFO O| Feb 13 05:13:54.484 INFO STEP 89 (ensure_file) COMPLETE |
9561 | 2025-02-13T05:13:56.371Z | [ host-image] Feb 13 05:13:54.484 INFO O| Feb 13 05:13:54.484 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9562 | 2025-02-13T05:13:56.387Z | [ host-image] Feb 13 05:13:54.503 INFO O| Feb 13 05:13:54.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9563 | 2025-02-13T05:13:56.387Z | [ host-image] Feb 13 05:13:54.503 INFO O| Feb 13 05:13:54.503 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9564 | 2025-02-13T05:13:56.387Z | [ host-image] Feb 13 05:13:54.503 INFO O| Feb 13 05:13:54.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9565 | 2025-02-13T05:13:56.390Z | [ host-image] Feb 13 05:13:54.503 INFO O| Feb 13 05:13:54.503 INFO ok! |
9566 | 2025-02-13T05:13:56.390Z | [ host-image] Feb 13 05:13:54.503 INFO O| Feb 13 05:13:54.503 INFO STEP 90 (ensure_file) COMPLETE |
9567 | 2025-02-13T05:13:56.390Z | [ host-image] Feb 13 05:13:54.503 INFO O| Feb 13 05:13:54.503 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9568 | 2025-02-13T05:13:56.405Z | [ host-image] Feb 13 05:13:54.521 INFO O| Feb 13 05:13:54.521 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9569 | 2025-02-13T05:13:56.405Z | [ host-image] Feb 13 05:13:54.521 INFO O| Feb 13 05:13:54.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9570 | 2025-02-13T05:13:56.405Z | [ host-image] Feb 13 05:13:54.521 INFO O| Feb 13 05:13:54.521 INFO STEP 91 (ensure_dir) COMPLETE |
9571 | 2025-02-13T05:13:56.409Z | [ host-image] Feb 13 05:13:54.521 INFO O| Feb 13 05:13:54.521 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9572 | 2025-02-13T05:13:56.439Z | [ host-image] Feb 13 05:13:54.555 INFO O| Feb 13 05:13:54.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9573 | 2025-02-13T05:13:56.439Z | [ host-image] Feb 13 05:13:54.555 INFO O| Feb 13 05:13:54.555 INFO copying /tmp/.tmpTHrw9f/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 ... |
9574 | 2025-02-13T05:13:56.442Z | [ host-image] Feb 13 05:13:54.555 INFO O| Feb 13 05:13:54.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9575 | 2025-02-13T05:13:56.442Z | [ host-image] Feb 13 05:13:54.555 INFO O| Feb 13 05:13:54.555 INFO ok! |
9576 | 2025-02-13T05:13:56.442Z | [ host-image] Feb 13 05:13:54.555 INFO O| Feb 13 05:13:54.555 INFO STEP 92 (ensure_file) COMPLETE |
9577 | 2025-02-13T05:13:56.442Z | [ host-image] Feb 13 05:13:54.556 INFO O| Feb 13 05:13:54.555 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9578 | 2025-02-13T05:13:56.459Z | [ host-image] Feb 13 05:13:54.576 INFO O| Feb 13 05:13:54.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9579 | 2025-02-13T05:13:56.459Z | [ host-image] Feb 13 05:13:54.576 INFO O| Feb 13 05:13:54.576 INFO copying /tmp/.tmpTHrw9f/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 ... |
9580 | 2025-02-13T05:13:56.459Z | [ host-image] Feb 13 05:13:54.576 INFO O| Feb 13 05:13:54.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9581 | 2025-02-13T05:13:56.463Z | [ host-image] Feb 13 05:13:54.576 INFO O| Feb 13 05:13:54.576 INFO ok! |
9582 | 2025-02-13T05:13:56.463Z | [ host-image] Feb 13 05:13:54.576 INFO O| Feb 13 05:13:54.576 INFO STEP 93 (ensure_file) COMPLETE |
9583 | 2025-02-13T05:13:56.463Z | [ host-image] Feb 13 05:13:54.576 INFO O| Feb 13 05:13:54.576 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9584 | 2025-02-13T05:13:56.481Z | [ host-image] Feb 13 05:13:54.596 INFO O| Feb 13 05:13:54.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9585 | 2025-02-13T05:13:56.481Z | [ host-image] Feb 13 05:13:54.596 INFO O| Feb 13 05:13:54.596 INFO copying /tmp/.tmpTHrw9f/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 ... |
9586 | 2025-02-13T05:13:56.481Z | [ host-image] Feb 13 05:13:54.597 INFO O| Feb 13 05:13:54.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9587 | 2025-02-13T05:13:56.485Z | [ host-image] Feb 13 05:13:54.597 INFO O| Feb 13 05:13:54.597 INFO ok! |
9588 | 2025-02-13T05:13:56.485Z | [ host-image] Feb 13 05:13:54.597 INFO O| Feb 13 05:13:54.597 INFO STEP 94 (ensure_file) COMPLETE |
9589 | 2025-02-13T05:13:56.485Z | [ host-image] Feb 13 05:13:54.597 INFO O| Feb 13 05:13:54.597 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9590 | 2025-02-13T05:13:56.500Z | [ host-image] Feb 13 05:13:54.617 INFO O| Feb 13 05:13:54.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9591 | 2025-02-13T05:13:56.501Z | [ host-image] Feb 13 05:13:54.617 INFO O| Feb 13 05:13:54.617 INFO copying /tmp/.tmpTHrw9f/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 ... |
9592 | 2025-02-13T05:13:56.503Z | [ host-image] Feb 13 05:13:54.617 INFO O| Feb 13 05:13:54.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9593 | 2025-02-13T05:13:56.503Z | [ host-image] Feb 13 05:13:54.617 INFO O| Feb 13 05:13:54.617 INFO ok! |
9594 | 2025-02-13T05:13:56.503Z | [ host-image] Feb 13 05:13:54.617 INFO O| Feb 13 05:13:54.617 INFO STEP 95 (ensure_file) COMPLETE |
9595 | 2025-02-13T05:13:56.503Z | [ host-image] Feb 13 05:13:54.617 INFO O| Feb 13 05:13:54.617 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9596 | 2025-02-13T05:13:56.520Z | [ host-image] Feb 13 05:13:54.637 INFO O| Feb 13 05:13:54.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9597 | 2025-02-13T05:13:56.520Z | [ host-image] Feb 13 05:13:54.637 INFO O| Feb 13 05:13:54.636 INFO copying /tmp/.tmpTHrw9f/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 ... |
9598 | 2025-02-13T05:13:56.520Z | [ host-image] Feb 13 05:13:54.637 INFO O| Feb 13 05:13:54.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9599 | 2025-02-13T05:13:56.520Z | [ host-image] Feb 13 05:13:54.637 INFO O| Feb 13 05:13:54.637 INFO ok! |
9600 | 2025-02-13T05:13:56.523Z | [ host-image] Feb 13 05:13:54.637 INFO O| Feb 13 05:13:54.637 INFO STEP 96 (ensure_file) COMPLETE |
9601 | 2025-02-13T05:13:56.523Z | [ host-image] Feb 13 05:13:54.637 INFO O| Feb 13 05:13:54.637 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9602 | 2025-02-13T05:13:56.557Z | [ host-image] Feb 13 05:13:54.674 INFO O| Feb 13 05:13:54.674 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist |
9603 | 2025-02-13T05:13:56.558Z | [ host-image] Feb 13 05:13:54.674 INFO O| Feb 13 05:13:54.674 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d ... |
9604 | 2025-02-13T05:13:56.560Z | [ host-image] Feb 13 05:13:54.674 INFO O| Feb 13 05:13:54.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d |
9605 | 2025-02-13T05:13:56.560Z | [ host-image] Feb 13 05:13:54.674 INFO O| Feb 13 05:13:54.674 INFO ok! |
9606 | 2025-02-13T05:13:56.561Z | [ host-image] Feb 13 05:13:54.674 INFO O| Feb 13 05:13:54.674 INFO STEP 97 (ensure_file) COMPLETE |
9607 | 2025-02-13T05:13:56.561Z | [ host-image] Feb 13 05:13:54.674 INFO O| Feb 13 05:13:54.674 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9608 | 2025-02-13T05:13:56.578Z | [ host-image] Feb 13 05:13:54.694 INFO O| Feb 13 05:13:54.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9609 | 2025-02-13T05:13:56.578Z | [ host-image] Feb 13 05:13:54.694 INFO O| Feb 13 05:13:54.694 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9610 | 2025-02-13T05:13:56.578Z | [ host-image] Feb 13 05:13:54.694 INFO O| Feb 13 05:13:54.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9611 | 2025-02-13T05:13:56.581Z | [ host-image] Feb 13 05:13:54.694 INFO O| Feb 13 05:13:54.694 INFO ok! |
9612 | 2025-02-13T05:13:56.581Z | [ host-image] Feb 13 05:13:54.694 INFO O| Feb 13 05:13:54.694 INFO STEP 98 (ensure_file) COMPLETE |
9613 | 2025-02-13T05:13:56.581Z | [ host-image] Feb 13 05:13:54.694 INFO O| Feb 13 05:13:54.694 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9614 | 2025-02-13T05:13:56.598Z | [ host-image] Feb 13 05:13:54.714 INFO O| Feb 13 05:13:54.714 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9615 | 2025-02-13T05:13:56.598Z | [ host-image] Feb 13 05:13:54.714 INFO O| Feb 13 05:13:54.714 INFO copying /tmp/.tmpTHrw9f/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 ... |
9616 | 2025-02-13T05:13:56.598Z | [ host-image] Feb 13 05:13:54.714 INFO O| Feb 13 05:13:54.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9617 | 2025-02-13T05:13:56.601Z | [ host-image] Feb 13 05:13:54.714 INFO O| Feb 13 05:13:54.714 INFO ok! |
9618 | 2025-02-13T05:13:56.601Z | [ host-image] Feb 13 05:13:54.714 INFO O| Feb 13 05:13:54.714 INFO STEP 99 (ensure_file) COMPLETE |
9619 | 2025-02-13T05:13:56.601Z | [ host-image] Feb 13 05:13:54.714 INFO O| Feb 13 05:13:54.714 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9620 | 2025-02-13T05:13:56.634Z | [ host-image] Feb 13 05:13:54.749 INFO O| Feb 13 05:13:54.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9621 | 2025-02-13T05:13:56.634Z | [ host-image] Feb 13 05:13:54.749 INFO O| Feb 13 05:13:54.749 INFO copying /tmp/.tmpTHrw9f/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 ... |
9622 | 2025-02-13T05:13:56.634Z | [ host-image] Feb 13 05:13:54.750 INFO O| Feb 13 05:13:54.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9623 | 2025-02-13T05:13:56.634Z | [ host-image] Feb 13 05:13:54.750 INFO O| Feb 13 05:13:54.750 INFO ok! |
9624 | 2025-02-13T05:13:56.637Z | [ host-image] Feb 13 05:13:54.750 INFO O| Feb 13 05:13:54.750 INFO STEP 100 (ensure_file) COMPLETE |
9625 | 2025-02-13T05:13:56.637Z | [ host-image] Feb 13 05:13:54.750 INFO O| Feb 13 05:13:54.750 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9626 | 2025-02-13T05:13:56.655Z | [ host-image] Feb 13 05:13:54.771 INFO O| Feb 13 05:13:54.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9627 | 2025-02-13T05:13:56.655Z | [ host-image] Feb 13 05:13:54.771 INFO O| Feb 13 05:13:54.771 INFO copying /tmp/.tmpTHrw9f/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 ... |
9628 | 2025-02-13T05:13:56.659Z | [ host-image] Feb 13 05:13:54.771 INFO O| Feb 13 05:13:54.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9629 | 2025-02-13T05:13:56.659Z | [ host-image] Feb 13 05:13:54.771 INFO O| Feb 13 05:13:54.771 INFO ok! |
9630 | 2025-02-13T05:13:56.659Z | [ host-image] Feb 13 05:13:54.771 INFO O| Feb 13 05:13:54.771 INFO STEP 101 (ensure_file) COMPLETE |
9631 | 2025-02-13T05:13:56.659Z | [ host-image] Feb 13 05:13:54.771 INFO O| Feb 13 05:13:54.771 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9632 | 2025-02-13T05:13:56.675Z | [ host-image] Feb 13 05:13:54.791 INFO O| Feb 13 05:13:54.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9633 | 2025-02-13T05:13:56.675Z | [ host-image] Feb 13 05:13:54.791 INFO O| Feb 13 05:13:54.791 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9634 | 2025-02-13T05:13:56.678Z | [ host-image] Feb 13 05:13:54.791 INFO O| Feb 13 05:13:54.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9635 | 2025-02-13T05:13:56.678Z | [ host-image] Feb 13 05:13:54.791 INFO O| Feb 13 05:13:54.791 INFO ok! |
9636 | 2025-02-13T05:13:56.679Z | [ host-image] Feb 13 05:13:54.791 INFO O| Feb 13 05:13:54.791 INFO STEP 102 (ensure_file) COMPLETE |
9637 | 2025-02-13T05:13:56.679Z | [ host-image] Feb 13 05:13:54.791 INFO O| Feb 13 05:13:54.791 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9638 | 2025-02-13T05:13:56.695Z | [ host-image] Feb 13 05:13:54.811 INFO O| Feb 13 05:13:54.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9639 | 2025-02-13T05:13:56.695Z | [ host-image] Feb 13 05:13:54.811 INFO O| Feb 13 05:13:54.811 INFO copying /tmp/.tmpTHrw9f/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 ... |
9640 | 2025-02-13T05:13:56.695Z | [ host-image] Feb 13 05:13:54.811 INFO O| Feb 13 05:13:54.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9641 | 2025-02-13T05:13:56.699Z | [ host-image] Feb 13 05:13:54.811 INFO O| Feb 13 05:13:54.811 INFO ok! |
9642 | 2025-02-13T05:13:56.699Z | [ host-image] Feb 13 05:13:54.811 INFO O| Feb 13 05:13:54.811 INFO STEP 103 (ensure_file) COMPLETE |
9643 | 2025-02-13T05:13:56.699Z | [ host-image] Feb 13 05:13:54.811 INFO O| Feb 13 05:13:54.811 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9644 | 2025-02-13T05:13:56.715Z | [ host-image] Feb 13 05:13:54.831 INFO O| Feb 13 05:13:54.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9645 | 2025-02-13T05:13:56.715Z | [ host-image] Feb 13 05:13:54.831 INFO O| Feb 13 05:13:54.831 INFO copying /tmp/.tmpTHrw9f/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 ... |
9646 | 2025-02-13T05:13:56.715Z | [ host-image] Feb 13 05:13:54.831 INFO O| Feb 13 05:13:54.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9647 | 2025-02-13T05:13:56.715Z | [ host-image] Feb 13 05:13:54.831 INFO O| Feb 13 05:13:54.831 INFO ok! |
9648 | 2025-02-13T05:13:56.715Z | [ host-image] Feb 13 05:13:54.831 INFO O| Feb 13 05:13:54.831 INFO STEP 104 (ensure_file) COMPLETE |
9649 | 2025-02-13T05:13:56.716Z | [ host-image] Feb 13 05:13:54.831 INFO O| Feb 13 05:13:54.831 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9650 | 2025-02-13T05:13:56.746Z | [ host-image] Feb 13 05:13:54.862 INFO O| Feb 13 05:13:54.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9651 | 2025-02-13T05:13:56.746Z | [ host-image] Feb 13 05:13:54.862 INFO O| Feb 13 05:13:54.862 INFO copying /tmp/.tmpTHrw9f/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 ... |
9652 | 2025-02-13T05:13:56.748Z | [ host-image] Feb 13 05:13:54.862 INFO O| Feb 13 05:13:54.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9653 | 2025-02-13T05:13:56.749Z | [ host-image] Feb 13 05:13:54.862 INFO O| Feb 13 05:13:54.862 INFO ok! |
9654 | 2025-02-13T05:13:56.749Z | [ host-image] Feb 13 05:13:54.862 INFO O| Feb 13 05:13:54.862 INFO STEP 105 (ensure_file) COMPLETE |
9655 | 2025-02-13T05:13:56.749Z | [ host-image] Feb 13 05:13:54.862 INFO O| Feb 13 05:13:54.862 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9656 | 2025-02-13T05:13:56.766Z | [ host-image] Feb 13 05:13:54.882 INFO O| Feb 13 05:13:54.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9657 | 2025-02-13T05:13:56.766Z | [ host-image] Feb 13 05:13:54.882 INFO O| Feb 13 05:13:54.882 INFO copying /tmp/.tmpTHrw9f/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 ... |
9658 | 2025-02-13T05:13:56.769Z | [ host-image] Feb 13 05:13:54.882 INFO O| Feb 13 05:13:54.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9659 | 2025-02-13T05:13:56.769Z | [ host-image] Feb 13 05:13:54.882 INFO O| Feb 13 05:13:54.882 INFO ok! |
9660 | 2025-02-13T05:13:56.769Z | [ host-image] Feb 13 05:13:54.882 INFO O| Feb 13 05:13:54.882 INFO STEP 106 (ensure_file) COMPLETE |
9661 | 2025-02-13T05:13:56.769Z | [ host-image] Feb 13 05:13:54.882 INFO O| Feb 13 05:13:54.882 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9662 | 2025-02-13T05:13:56.786Z | [ host-image] Feb 13 05:13:54.901 INFO O| Feb 13 05:13:54.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9663 | 2025-02-13T05:13:56.786Z | [ host-image] Feb 13 05:13:54.901 INFO O| Feb 13 05:13:54.901 INFO copying /tmp/.tmpTHrw9f/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 ... |
9664 | 2025-02-13T05:13:56.786Z | [ host-image] Feb 13 05:13:54.901 INFO O| Feb 13 05:13:54.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9665 | 2025-02-13T05:13:56.790Z | [ host-image] Feb 13 05:13:54.902 INFO O| Feb 13 05:13:54.901 INFO ok! |
9666 | 2025-02-13T05:13:56.790Z | [ host-image] Feb 13 05:13:54.902 INFO O| Feb 13 05:13:54.901 INFO STEP 107 (ensure_file) COMPLETE |
9667 | 2025-02-13T05:13:56.790Z | [ host-image] Feb 13 05:13:54.902 INFO O| Feb 13 05:13:54.902 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9668 | 2025-02-13T05:13:56.805Z | [ host-image] Feb 13 05:13:54.922 INFO O| Feb 13 05:13:54.922 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9669 | 2025-02-13T05:13:56.805Z | [ host-image] Feb 13 05:13:54.922 INFO O| Feb 13 05:13:54.922 INFO copying /tmp/.tmpTHrw9f/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 ... |
9670 | 2025-02-13T05:13:56.805Z | [ host-image] Feb 13 05:13:54.922 INFO O| Feb 13 05:13:54.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9671 | 2025-02-13T05:13:56.808Z | [ host-image] Feb 13 05:13:54.922 INFO O| Feb 13 05:13:54.922 INFO ok! |
9672 | 2025-02-13T05:13:56.808Z | [ host-image] Feb 13 05:13:54.922 INFO O| Feb 13 05:13:54.922 INFO STEP 108 (ensure_file) COMPLETE |
9673 | 2025-02-13T05:13:56.808Z | [ host-image] Feb 13 05:13:54.922 INFO O| Feb 13 05:13:54.922 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9674 | 2025-02-13T05:13:56.834Z | [ host-image] Feb 13 05:13:54.950 INFO O| Feb 13 05:13:54.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9675 | 2025-02-13T05:13:56.834Z | [ host-image] Feb 13 05:13:54.951 INFO O| Feb 13 05:13:54.950 INFO copying /tmp/.tmpTHrw9f/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 ... |
9676 | 2025-02-13T05:13:56.837Z | [ host-image] Feb 13 05:13:54.951 INFO O| Feb 13 05:13:54.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9677 | 2025-02-13T05:13:56.837Z | [ host-image] Feb 13 05:13:54.951 INFO O| Feb 13 05:13:54.951 INFO ok! |
9678 | 2025-02-13T05:13:56.837Z | [ host-image] Feb 13 05:13:54.951 INFO O| Feb 13 05:13:54.951 INFO STEP 109 (ensure_file) COMPLETE |
9679 | 2025-02-13T05:13:56.837Z | [ host-image] Feb 13 05:13:54.951 INFO O| Feb 13 05:13:54.951 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9680 | 2025-02-13T05:13:56.856Z | [ host-image] Feb 13 05:13:54.972 INFO O| Feb 13 05:13:54.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9681 | 2025-02-13T05:13:56.858Z | [ host-image] Feb 13 05:13:54.972 INFO O| Feb 13 05:13:54.972 INFO copying /tmp/.tmpTHrw9f/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 ... |
9682 | 2025-02-13T05:13:56.859Z | [ host-image] Feb 13 05:13:54.972 INFO O| Feb 13 05:13:54.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9683 | 2025-02-13T05:13:56.859Z | [ host-image] Feb 13 05:13:54.973 INFO O| Feb 13 05:13:54.972 INFO ok! |
9684 | 2025-02-13T05:13:56.859Z | [ host-image] Feb 13 05:13:54.973 INFO O| Feb 13 05:13:54.973 INFO STEP 110 (ensure_file) COMPLETE |
9685 | 2025-02-13T05:13:56.859Z | [ host-image] Feb 13 05:13:54.973 INFO O| Feb 13 05:13:54.973 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9686 | 2025-02-13T05:13:56.877Z | [ host-image] Feb 13 05:13:54.993 INFO O| Feb 13 05:13:54.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9687 | 2025-02-13T05:13:56.877Z | [ host-image] Feb 13 05:13:54.993 INFO O| Feb 13 05:13:54.993 INFO copying /tmp/.tmpTHrw9f/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 ... |
9688 | 2025-02-13T05:13:56.880Z | [ host-image] Feb 13 05:13:54.993 INFO O| Feb 13 05:13:54.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9689 | 2025-02-13T05:13:56.880Z | [ host-image] Feb 13 05:13:54.993 INFO O| Feb 13 05:13:54.993 INFO ok! |
9690 | 2025-02-13T05:13:56.880Z | [ host-image] Feb 13 05:13:54.993 INFO O| Feb 13 05:13:54.993 INFO STEP 111 (ensure_file) COMPLETE |
9691 | 2025-02-13T05:13:56.880Z | [ host-image] Feb 13 05:13:54.994 INFO O| Feb 13 05:13:54.994 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9692 | 2025-02-13T05:13:56.898Z | [ host-image] Feb 13 05:13:55.014 INFO O| Feb 13 05:13:55.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9693 | 2025-02-13T05:13:56.898Z | [ host-image] Feb 13 05:13:55.014 INFO O| Feb 13 05:13:55.014 INFO copying /tmp/.tmpTHrw9f/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 ... |
9694 | 2025-02-13T05:13:56.903Z | [ host-image] Feb 13 05:13:55.015 INFO O| Feb 13 05:13:55.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9695 | 2025-02-13T05:13:56.903Z | [ host-image] Feb 13 05:13:55.015 INFO O| Feb 13 05:13:55.015 INFO ok! |
9696 | 2025-02-13T05:13:56.903Z | [ host-image] Feb 13 05:13:55.015 INFO O| Feb 13 05:13:55.015 INFO STEP 112 (ensure_file) COMPLETE |
9697 | 2025-02-13T05:13:56.903Z | [ host-image] Feb 13 05:13:55.015 INFO O| Feb 13 05:13:55.015 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9698 | 2025-02-13T05:13:56.919Z | [ host-image] Feb 13 05:13:55.035 INFO O| Feb 13 05:13:55.035 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist |
9699 | 2025-02-13T05:13:56.919Z | [ host-image] Feb 13 05:13:55.035 INFO O| Feb 13 05:13:55.035 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ... |
9700 | 2025-02-13T05:13:56.919Z | [ host-image] Feb 13 05:13:55.035 INFO O| Feb 13 05:13:55.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh |
9701 | 2025-02-13T05:13:56.919Z | [ host-image] Feb 13 05:13:55.036 INFO O| Feb 13 05:13:55.035 INFO ok! |
9702 | 2025-02-13T05:13:56.922Z | [ host-image] Feb 13 05:13:55.036 INFO O| Feb 13 05:13:55.035 INFO STEP 113 (ensure_file) COMPLETE |
9703 | 2025-02-13T05:13:56.922Z | [ host-image] Feb 13 05:13:55.036 INFO O| Feb 13 05:13:55.036 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9704 | 2025-02-13T05:13:56.939Z | [ host-image] Feb 13 05:13:55.055 INFO O| Feb 13 05:13:55.055 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist |
9705 | 2025-02-13T05:13:56.939Z | [ host-image] Feb 13 05:13:55.055 INFO O| Feb 13 05:13:55.055 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ... |
9706 | 2025-02-13T05:13:56.942Z | [ host-image] Feb 13 05:13:55.056 INFO O| Feb 13 05:13:55.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d |
9707 | 2025-02-13T05:13:56.942Z | [ host-image] Feb 13 05:13:55.056 INFO O| Feb 13 05:13:55.056 INFO ok! |
9708 | 2025-02-13T05:13:56.942Z | [ host-image] Feb 13 05:13:55.056 INFO O| Feb 13 05:13:55.056 INFO STEP 114 (ensure_file) COMPLETE |
9709 | 2025-02-13T05:13:56.942Z | [ host-image] Feb 13 05:13:55.056 INFO O| Feb 13 05:13:55.056 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9710 | 2025-02-13T05:13:56.972Z | [ host-image] Feb 13 05:13:55.088 INFO O| Feb 13 05:13:55.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9711 | 2025-02-13T05:13:56.972Z | [ host-image] Feb 13 05:13:55.089 INFO O| Feb 13 05:13:55.088 INFO copying /tmp/.tmpTHrw9f/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 ... |
9712 | 2025-02-13T05:13:56.975Z | [ host-image] Feb 13 05:13:55.089 INFO O| Feb 13 05:13:55.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9713 | 2025-02-13T05:13:56.975Z | [ host-image] Feb 13 05:13:55.089 INFO O| Feb 13 05:13:55.089 INFO ok! |
9714 | 2025-02-13T05:13:56.975Z | [ host-image] Feb 13 05:13:55.089 INFO O| Feb 13 05:13:55.089 INFO STEP 115 (ensure_file) COMPLETE |
9715 | 2025-02-13T05:13:56.975Z | [ host-image] Feb 13 05:13:55.089 INFO O| Feb 13 05:13:55.089 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9716 | 2025-02-13T05:13:57.051Z | [ host-image] Feb 13 05:13:55.167 INFO O| Feb 13 05:13:55.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9717 | 2025-02-13T05:13:57.051Z | [ host-image] Feb 13 05:13:55.167 INFO O| Feb 13 05:13:55.167 INFO copying /tmp/.tmpTHrw9f/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 ... |
9718 | 2025-02-13T05:13:57.053Z | [ host-image] Feb 13 05:13:55.167 INFO O| Feb 13 05:13:55.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9719 | 2025-02-13T05:13:57.053Z | [ host-image] Feb 13 05:13:55.167 INFO O| Feb 13 05:13:55.167 INFO ok! |
9720 | 2025-02-13T05:13:57.054Z | [ host-image] Feb 13 05:13:55.167 INFO O| Feb 13 05:13:55.167 INFO STEP 116 (ensure_file) COMPLETE |
9721 | 2025-02-13T05:13:57.054Z | [ host-image] Feb 13 05:13:55.167 INFO O| Feb 13 05:13:55.167 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9722 | 2025-02-13T05:13:57.072Z | [ host-image] Feb 13 05:13:55.187 INFO O| Feb 13 05:13:55.187 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9723 | 2025-02-13T05:13:57.072Z | [ host-image] Feb 13 05:13:55.187 INFO O| Feb 13 05:13:55.187 INFO copying /tmp/.tmpTHrw9f/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 ... |
9724 | 2025-02-13T05:13:57.072Z | [ host-image] Feb 13 05:13:55.187 INFO O| Feb 13 05:13:55.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9725 | 2025-02-13T05:13:57.075Z | [ host-image] Feb 13 05:13:55.187 INFO O| Feb 13 05:13:55.187 INFO ok! |
9726 | 2025-02-13T05:13:57.075Z | [ host-image] Feb 13 05:13:55.187 INFO O| Feb 13 05:13:55.187 INFO STEP 117 (ensure_file) COMPLETE |
9727 | 2025-02-13T05:13:57.075Z | [ host-image] Feb 13 05:13:55.187 INFO O| Feb 13 05:13:55.187 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9728 | 2025-02-13T05:13:57.103Z | [ host-image] Feb 13 05:13:55.219 INFO O| Feb 13 05:13:55.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9729 | 2025-02-13T05:13:57.103Z | [ host-image] Feb 13 05:13:55.220 INFO O| Feb 13 05:13:55.220 INFO copying /tmp/.tmpTHrw9f/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 ... |
9730 | 2025-02-13T05:13:57.107Z | [ host-image] Feb 13 05:13:55.220 INFO O| Feb 13 05:13:55.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9731 | 2025-02-13T05:13:57.107Z | [ host-image] Feb 13 05:13:55.220 INFO O| Feb 13 05:13:55.220 INFO ok! |
9732 | 2025-02-13T05:13:57.107Z | [ host-image] Feb 13 05:13:55.220 INFO O| Feb 13 05:13:55.220 INFO STEP 118 (ensure_file) COMPLETE |
9733 | 2025-02-13T05:13:57.107Z | [ host-image] Feb 13 05:13:55.220 INFO O| Feb 13 05:13:55.220 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9734 | 2025-02-13T05:13:57.127Z | [ host-image] Feb 13 05:13:55.242 INFO O| Feb 13 05:13:55.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9735 | 2025-02-13T05:13:57.127Z | [ host-image] Feb 13 05:13:55.242 INFO O| Feb 13 05:13:55.242 INFO copying /tmp/.tmpTHrw9f/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 ... |
9736 | 2025-02-13T05:13:57.130Z | [ host-image] Feb 13 05:13:55.243 INFO O| Feb 13 05:13:55.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9737 | 2025-02-13T05:13:57.130Z | [ host-image] Feb 13 05:13:55.243 INFO O| Feb 13 05:13:55.243 INFO ok! |
9738 | 2025-02-13T05:13:57.130Z | [ host-image] Feb 13 05:13:55.243 INFO O| Feb 13 05:13:55.243 INFO STEP 119 (ensure_file) COMPLETE |
9739 | 2025-02-13T05:13:57.130Z | [ host-image] Feb 13 05:13:55.243 INFO O| Feb 13 05:13:55.243 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9740 | 2025-02-13T05:13:57.165Z | [ host-image] Feb 13 05:13:55.281 INFO O| Feb 13 05:13:55.281 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9741 | 2025-02-13T05:13:57.165Z | [ host-image] Feb 13 05:13:55.281 INFO O| Feb 13 05:13:55.281 INFO copying /tmp/.tmpTHrw9f/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 ... |
9742 | 2025-02-13T05:13:57.167Z | [ host-image] Feb 13 05:13:55.281 INFO O| Feb 13 05:13:55.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9743 | 2025-02-13T05:13:57.167Z | [ host-image] Feb 13 05:13:55.281 INFO O| Feb 13 05:13:55.281 INFO ok! |
9744 | 2025-02-13T05:13:57.167Z | [ host-image] Feb 13 05:13:55.282 INFO O| Feb 13 05:13:55.281 INFO STEP 120 (ensure_file) COMPLETE |
9745 | 2025-02-13T05:13:57.167Z | [ host-image] Feb 13 05:13:55.282 INFO O| Feb 13 05:13:55.282 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9746 | 2025-02-13T05:13:57.185Z | [ host-image] Feb 13 05:13:55.301 INFO O| Feb 13 05:13:55.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9747 | 2025-02-13T05:13:57.185Z | [ host-image] Feb 13 05:13:55.301 INFO O| Feb 13 05:13:55.301 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9748 | 2025-02-13T05:13:57.188Z | [ host-image] Feb 13 05:13:55.302 INFO O| Feb 13 05:13:55.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9749 | 2025-02-13T05:13:57.188Z | [ host-image] Feb 13 05:13:55.302 INFO O| Feb 13 05:13:55.302 INFO ok! |
9750 | 2025-02-13T05:13:57.188Z | [ host-image] Feb 13 05:13:55.302 INFO O| Feb 13 05:13:55.302 INFO STEP 121 (ensure_file) COMPLETE |
9751 | 2025-02-13T05:13:57.188Z | [ host-image] Feb 13 05:13:55.302 INFO O| Feb 13 05:13:55.302 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9752 | 2025-02-13T05:13:57.206Z | [ host-image] Feb 13 05:13:55.322 INFO O| Feb 13 05:13:55.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9753 | 2025-02-13T05:13:57.206Z | [ host-image] Feb 13 05:13:55.322 INFO O| Feb 13 05:13:55.322 INFO copying /tmp/.tmpTHrw9f/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 ... |
9754 | 2025-02-13T05:13:57.209Z | [ host-image] Feb 13 05:13:55.323 INFO O| Feb 13 05:13:55.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9755 | 2025-02-13T05:13:57.209Z | [ host-image] Feb 13 05:13:55.323 INFO O| Feb 13 05:13:55.323 INFO ok! |
9756 | 2025-02-13T05:13:57.209Z | [ host-image] Feb 13 05:13:55.323 INFO O| Feb 13 05:13:55.323 INFO STEP 122 (ensure_file) COMPLETE |
9757 | 2025-02-13T05:13:57.209Z | [ host-image] Feb 13 05:13:55.323 INFO O| Feb 13 05:13:55.323 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9758 | 2025-02-13T05:13:57.227Z | [ host-image] Feb 13 05:13:55.343 INFO O| Feb 13 05:13:55.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9759 | 2025-02-13T05:13:57.227Z | [ host-image] Feb 13 05:13:55.343 INFO O| Feb 13 05:13:55.343 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9760 | 2025-02-13T05:13:57.229Z | [ host-image] Feb 13 05:13:55.343 INFO O| Feb 13 05:13:55.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9761 | 2025-02-13T05:13:57.229Z | [ host-image] Feb 13 05:13:55.343 INFO O| Feb 13 05:13:55.343 INFO ok! |
9762 | 2025-02-13T05:13:57.230Z | [ host-image] Feb 13 05:13:55.343 INFO O| Feb 13 05:13:55.343 INFO STEP 123 (ensure_file) COMPLETE |
9763 | 2025-02-13T05:13:57.230Z | [ host-image] Feb 13 05:13:55.343 INFO O| Feb 13 05:13:55.343 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9764 | 2025-02-13T05:13:57.249Z | [ host-image] Feb 13 05:13:55.363 INFO O| Feb 13 05:13:55.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9765 | 2025-02-13T05:13:57.249Z | [ host-image] Feb 13 05:13:55.364 INFO O| Feb 13 05:13:55.364 INFO copying /tmp/.tmpTHrw9f/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9766 | 2025-02-13T05:14:09.155Z | [ host-image] Feb 13 05:14:07.269 INFO O| Feb 13 05:14:07.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9767 | 2025-02-13T05:14:09.157Z | [ host-image] Feb 13 05:14:07.269 INFO O| Feb 13 05:14:07.269 INFO ok! |
9768 | 2025-02-13T05:14:09.157Z | [ host-image] Feb 13 05:14:07.269 INFO O| Feb 13 05:14:07.269 INFO STEP 124 (ensure_file) COMPLETE |
9769 | 2025-02-13T05:14:09.157Z | [ host-image] Feb 13 05:14:07.269 INFO O| Feb 13 05:14:07.269 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9770 | 2025-02-13T05:14:09.174Z | [ host-image] Feb 13 05:14:07.289 INFO O| Feb 13 05:14:07.289 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9771 | 2025-02-13T05:14:09.174Z | [ host-image] Feb 13 05:14:07.289 INFO O| Feb 13 05:14:07.289 INFO STEP 125 (ensure_dir) COMPLETE |
9772 | 2025-02-13T05:14:09.177Z | [ host-image] Feb 13 05:14:07.289 INFO O| Feb 13 05:14:07.289 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9773 | 2025-02-13T05:14:09.195Z | [ host-image] Feb 13 05:14:07.310 INFO O| Feb 13 05:14:07.309 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9774 | 2025-02-13T05:14:09.195Z | [ host-image] Feb 13 05:14:07.310 INFO O| Feb 13 05:14:07.310 INFO STEP 126 (ensure_dir) COMPLETE |
9775 | 2025-02-13T05:14:09.195Z | [ host-image] Feb 13 05:14:07.310 INFO O| Feb 13 05:14:07.310 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9776 | 2025-02-13T05:14:09.254Z | [ host-image] Feb 13 05:14:07.368 INFO O| Feb 13 05:14:07.368 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9777 | 2025-02-13T05:14:09.254Z | [ host-image] Feb 13 05:14:07.368 INFO O| Feb 13 05:14:07.368 INFO STEP 127 (ensure_dir) COMPLETE |
9778 | 2025-02-13T05:14:09.254Z | [ host-image] Feb 13 05:14:07.368 INFO O| Feb 13 05:14:07.368 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9779 | 2025-02-13T05:14:09.289Z | [ host-image] Feb 13 05:14:07.402 INFO O| Feb 13 05:14:07.402 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9780 | 2025-02-13T05:14:09.289Z | [ host-image] Feb 13 05:14:07.402 INFO O| Feb 13 05:14:07.402 INFO STEP 128 (ensure_dir) COMPLETE |
9781 | 2025-02-13T05:14:09.292Z | [ host-image] Feb 13 05:14:07.402 INFO O| Feb 13 05:14:07.402 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9782 | 2025-02-13T05:14:09.348Z | [ host-image] Feb 13 05:14:07.460 INFO O| Feb 13 05:14:07.460 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9783 | 2025-02-13T05:14:09.348Z | [ host-image] Feb 13 05:14:07.460 INFO O| Feb 13 05:14:07.460 INFO copying /tmp/.tmpTHrw9f/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 ... |
9784 | 2025-02-13T05:14:09.348Z | [ host-image] Feb 13 05:14:07.461 INFO O| Feb 13 05:14:07.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9785 | 2025-02-13T05:14:09.351Z | [ host-image] Feb 13 05:14:07.461 INFO O| Feb 13 05:14:07.461 INFO ok! |
9786 | 2025-02-13T05:14:09.351Z | [ host-image] Feb 13 05:14:07.461 INFO O| Feb 13 05:14:07.461 INFO STEP 129 (ensure_file) COMPLETE |
9787 | 2025-02-13T05:14:09.351Z | [ host-image] Feb 13 05:14:07.461 INFO O| Feb 13 05:14:07.461 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9788 | 2025-02-13T05:14:09.365Z | [ host-image] Feb 13 05:14:07.480 INFO O| Feb 13 05:14:07.480 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9789 | 2025-02-13T05:14:09.365Z | [ host-image] Feb 13 05:14:07.480 INFO O| Feb 13 05:14:07.480 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9790 | 2025-02-13T05:14:09.368Z | [ host-image] Feb 13 05:14:07.480 INFO O| Feb 13 05:14:07.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9791 | 2025-02-13T05:14:09.368Z | [ host-image] Feb 13 05:14:07.480 INFO O| Feb 13 05:14:07.480 INFO STEP 130 (ensure_dir) COMPLETE |
9792 | 2025-02-13T05:14:09.368Z | [ host-image] Feb 13 05:14:07.480 INFO O| Feb 13 05:14:07.480 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9793 | 2025-02-13T05:14:09.385Z | [ host-image] Feb 13 05:14:07.500 INFO O| Feb 13 05:14:07.500 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9794 | 2025-02-13T05:14:09.385Z | [ host-image] Feb 13 05:14:07.500 INFO O| Feb 13 05:14:07.500 INFO copying /tmp/.tmpTHrw9f/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9795 | 2025-02-13T05:14:09.385Z | [ host-image] Feb 13 05:14:07.500 INFO O| Feb 13 05:14:07.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9796 | 2025-02-13T05:14:09.385Z | [ host-image] Feb 13 05:14:07.500 INFO O| Feb 13 05:14:07.500 INFO ok! |
9797 | 2025-02-13T05:14:09.388Z | [ host-image] Feb 13 05:14:07.500 INFO O| Feb 13 05:14:07.500 INFO STEP 131 (ensure_file) COMPLETE |
9798 | 2025-02-13T05:14:09.388Z | [ host-image] Feb 13 05:14:07.500 INFO O| Feb 13 05:14:07.500 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9799 | 2025-02-13T05:14:09.404Z | [ host-image] Feb 13 05:14:07.519 INFO O| Feb 13 05:14:07.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9800 | 2025-02-13T05:14:09.407Z | [ host-image] Feb 13 05:14:07.519 INFO O| Feb 13 05:14:07.519 INFO STEP 132 (remove_files) COMPLETE |
9801 | 2025-02-13T05:14:09.407Z | [ host-image] Feb 13 05:14:07.519 INFO O| Feb 13 05:14:07.519 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9802 | 2025-02-13T05:14:09.423Z | [ host-image] Feb 13 05:14:07.538 INFO O| Feb 13 05:14:07.538 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9803 | 2025-02-13T05:14:09.426Z | [ host-image] Feb 13 05:14:07.538 INFO O| Feb 13 05:14:07.538 INFO STEP 133 (remove_files) COMPLETE |
9804 | 2025-02-13T05:14:09.426Z | [ host-image] Feb 13 05:14:07.538 INFO O| Feb 13 05:14:07.538 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9805 | 2025-02-13T05:14:09.462Z | [ host-image] Feb 13 05:14:07.576 INFO O| Feb 13 05:14:07.576 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9806 | 2025-02-13T05:14:09.466Z | [ host-image] Feb 13 05:14:07.576 INFO O| Feb 13 05:14:07.576 INFO STEP 134 (remove_files) COMPLETE |
9807 | 2025-02-13T05:14:09.466Z | [ host-image] Feb 13 05:14:07.576 INFO O| Feb 13 05:14:07.576 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9808 | 2025-02-13T05:14:09.484Z | [ host-image] Feb 13 05:14:07.597 INFO O| Feb 13 05:14:07.597 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9809 | 2025-02-13T05:14:09.486Z | [ host-image] Feb 13 05:14:07.598 INFO O| Feb 13 05:14:07.598 INFO STEP 135 (remove_files) COMPLETE |
9810 | 2025-02-13T05:14:09.486Z | [ host-image] Feb 13 05:14:07.598 INFO O| Feb 13 05:14:07.598 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9811 | 2025-02-13T05:14:09.503Z | [ host-image] Feb 13 05:14:07.618 INFO O| Feb 13 05:14:07.618 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9812 | 2025-02-13T05:14:09.506Z | [ host-image] Feb 13 05:14:07.619 INFO O| Feb 13 05:14:07.619 INFO STEP 136 (remove_files) COMPLETE |
9813 | 2025-02-13T05:14:09.506Z | [ host-image] Feb 13 05:14:07.619 INFO O| Feb 13 05:14:07.619 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9814 | 2025-02-13T05:14:09.524Z | [ host-image] Feb 13 05:14:07.639 INFO O| Feb 13 05:14:07.639 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9815 | 2025-02-13T05:14:09.527Z | [ host-image] Feb 13 05:14:07.639 INFO O| Feb 13 05:14:07.639 INFO STEP 137 (remove_files) COMPLETE |
9816 | 2025-02-13T05:14:09.527Z | [ host-image] Feb 13 05:14:07.639 INFO O| Feb 13 05:14:07.639 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9817 | 2025-02-13T05:14:09.544Z | [ host-image] Feb 13 05:14:07.659 INFO O| Feb 13 05:14:07.659 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9818 | 2025-02-13T05:14:09.547Z | [ host-image] Feb 13 05:14:07.660 INFO O| Feb 13 05:14:07.659 INFO STEP 138 (remove_files) COMPLETE |
9819 | 2025-02-13T05:14:09.547Z | [ host-image] Feb 13 05:14:07.660 INFO O| Feb 13 05:14:07.660 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9820 | 2025-02-13T05:14:09.563Z | [ host-image] Feb 13 05:14:07.678 INFO O| Feb 13 05:14:07.678 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9821 | 2025-02-13T05:14:09.563Z | [ host-image] Feb 13 05:14:07.678 INFO O| Feb 13 05:14:07.678 INFO STEP 139 (remove_files) COMPLETE |
9822 | 2025-02-13T05:14:09.563Z | [ host-image] Feb 13 05:14:07.678 INFO O| Feb 13 05:14:07.678 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9823 | 2025-02-13T05:14:09.580Z | [ host-image] Feb 13 05:14:07.695 INFO O| Feb 13 05:14:07.695 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9824 | 2025-02-13T05:14:09.580Z | [ host-image] Feb 13 05:14:07.695 INFO O| Feb 13 05:14:07.695 INFO STEP 140 (remove_files) COMPLETE |
9825 | 2025-02-13T05:14:09.580Z | [ host-image] Feb 13 05:14:07.695 INFO O| Feb 13 05:14:07.695 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9826 | 2025-02-13T05:14:09.598Z | [ host-image] Feb 13 05:14:07.712 INFO O| Feb 13 05:14:07.712 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9827 | 2025-02-13T05:14:09.598Z | [ host-image] Feb 13 05:14:07.712 INFO O| Feb 13 05:14:07.712 INFO STEP 141 (remove_files) COMPLETE |
9828 | 2025-02-13T05:14:09.601Z | [ host-image] Feb 13 05:14:07.712 INFO O| Feb 13 05:14:07.712 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9829 | 2025-02-13T05:14:09.615Z | [ host-image] Feb 13 05:14:07.729 INFO O| Feb 13 05:14:07.729 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9830 | 2025-02-13T05:14:09.615Z | [ host-image] Feb 13 05:14:07.730 INFO O| Feb 13 05:14:07.730 INFO STEP 142 (remove_files) COMPLETE |
9831 | 2025-02-13T05:14:09.619Z | [ host-image] Feb 13 05:14:07.730 INFO O| Feb 13 05:14:07.730 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9832 | 2025-02-13T05:14:09.646Z | [ host-image] Feb 13 05:14:07.761 INFO O| Feb 13 05:14:07.761 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9833 | 2025-02-13T05:14:09.650Z | [ host-image] Feb 13 05:14:07.762 INFO O| Feb 13 05:14:07.762 INFO STEP 143 (remove_files) COMPLETE |
9834 | 2025-02-13T05:14:09.651Z | [ host-image] Feb 13 05:14:07.762 INFO O| Feb 13 05:14:07.762 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9835 | 2025-02-13T05:14:09.668Z | [ host-image] Feb 13 05:14:07.783 INFO O| Feb 13 05:14:07.783 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9836 | 2025-02-13T05:14:09.674Z | [ host-image] Feb 13 05:14:07.783 INFO O| Feb 13 05:14:07.783 INFO STEP 144 (remove_files) COMPLETE |
9837 | 2025-02-13T05:14:09.674Z | [ host-image] Feb 13 05:14:07.784 INFO O| Feb 13 05:14:07.783 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9838 | 2025-02-13T05:14:09.689Z | [ host-image] Feb 13 05:14:07.803 INFO O| Feb 13 05:14:07.803 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9839 | 2025-02-13T05:14:09.689Z | [ host-image] Feb 13 05:14:07.803 INFO O| Feb 13 05:14:07.803 INFO STEP 145 (remove_files) COMPLETE |
9840 | 2025-02-13T05:14:09.689Z | [ host-image] Feb 13 05:14:07.803 INFO O| Feb 13 05:14:07.803 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9841 | 2025-02-13T05:14:09.710Z | [ host-image] Feb 13 05:14:07.824 INFO O| Feb 13 05:14:07.824 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9842 | 2025-02-13T05:14:09.710Z | [ host-image] Feb 13 05:14:07.825 INFO O| Feb 13 05:14:07.825 INFO STEP 146 (remove_files) COMPLETE |
9843 | 2025-02-13T05:14:09.710Z | [ host-image] Feb 13 05:14:07.825 INFO O| Feb 13 05:14:07.825 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9844 | 2025-02-13T05:14:09.728Z | [ host-image] Feb 13 05:14:07.842 INFO O| Feb 13 05:14:07.842 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9845 | 2025-02-13T05:14:09.728Z | [ host-image] Feb 13 05:14:07.843 INFO O| Feb 13 05:14:07.843 INFO STEP 147 (remove_files) COMPLETE |
9846 | 2025-02-13T05:14:09.728Z | [ host-image] Feb 13 05:14:07.843 INFO O| Feb 13 05:14:07.843 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9847 | 2025-02-13T05:14:09.746Z | [ host-image] Feb 13 05:14:07.861 INFO O| Feb 13 05:14:07.861 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9848 | 2025-02-13T05:14:09.746Z | [ host-image] Feb 13 05:14:07.861 INFO O| Feb 13 05:14:07.861 INFO STEP 148 (remove_files) COMPLETE |
9849 | 2025-02-13T05:14:09.749Z | [ host-image] Feb 13 05:14:07.861 INFO O| Feb 13 05:14:07.861 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9850 | 2025-02-13T05:14:09.766Z | [ host-image] Feb 13 05:14:07.880 INFO O| Feb 13 05:14:07.880 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9851 | 2025-02-13T05:14:09.766Z | [ host-image] Feb 13 05:14:07.880 INFO O| Feb 13 05:14:07.880 INFO STEP 149 (remove_files) COMPLETE |
9852 | 2025-02-13T05:14:09.766Z | [ host-image] Feb 13 05:14:07.880 INFO O| Feb 13 05:14:07.880 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9853 | 2025-02-13T05:14:09.784Z | [ host-image] Feb 13 05:14:07.899 INFO O| Feb 13 05:14:07.899 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9854 | 2025-02-13T05:14:09.784Z | [ host-image] Feb 13 05:14:07.899 INFO O| Feb 13 05:14:07.899 INFO STEP 150 (remove_files) COMPLETE |
9855 | 2025-02-13T05:14:09.784Z | [ host-image] Feb 13 05:14:07.899 INFO O| Feb 13 05:14:07.899 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9856 | 2025-02-13T05:14:09.802Z | [ host-image] Feb 13 05:14:07.917 INFO O| Feb 13 05:14:07.917 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9857 | 2025-02-13T05:14:09.805Z | [ host-image] Feb 13 05:14:07.917 INFO O| Feb 13 05:14:07.917 INFO STEP 151 (remove_files) COMPLETE |
9858 | 2025-02-13T05:14:09.805Z | [ host-image] Feb 13 05:14:07.917 INFO O| Feb 13 05:14:07.917 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9859 | 2025-02-13T05:14:09.824Z | [ host-image] Feb 13 05:14:07.939 INFO O| Feb 13 05:14:07.938 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9860 | 2025-02-13T05:14:09.824Z | [ host-image] Feb 13 05:14:07.939 INFO O| Feb 13 05:14:07.939 INFO STEP 152 (remove_files) COMPLETE |
9861 | 2025-02-13T05:14:09.824Z | [ host-image] Feb 13 05:14:07.939 INFO O| Feb 13 05:14:07.939 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9862 | 2025-02-13T05:14:09.862Z | [ host-image] Feb 13 05:14:07.977 INFO O| Feb 13 05:14:07.977 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9863 | 2025-02-13T05:14:09.866Z | [ host-image] Feb 13 05:14:07.977 INFO O| Feb 13 05:14:07.977 INFO STEP 153 (remove_files) COMPLETE |
9864 | 2025-02-13T05:14:09.866Z | [ host-image] Feb 13 05:14:07.977 INFO O| Feb 13 05:14:07.977 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9865 | 2025-02-13T05:14:09.882Z | [ host-image] Feb 13 05:14:07.997 INFO O| Feb 13 05:14:07.996 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9866 | 2025-02-13T05:14:09.882Z | [ host-image] Feb 13 05:14:07.997 INFO O| Feb 13 05:14:07.997 INFO STEP 154 (remove_files) COMPLETE |
9867 | 2025-02-13T05:14:09.884Z | [ host-image] Feb 13 05:14:07.997 INFO O| Feb 13 05:14:07.997 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9868 | 2025-02-13T05:14:09.902Z | [ host-image] Feb 13 05:14:08.016 INFO O| Feb 13 05:14:08.016 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9869 | 2025-02-13T05:14:09.902Z | [ host-image] Feb 13 05:14:08.017 INFO O| Feb 13 05:14:08.016 INFO STEP 155 (remove_files) COMPLETE |
9870 | 2025-02-13T05:14:09.905Z | [ host-image] Feb 13 05:14:08.017 INFO O| Feb 13 05:14:08.016 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9871 | 2025-02-13T05:14:09.921Z | [ host-image] Feb 13 05:14:08.036 INFO O| Feb 13 05:14:08.036 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9872 | 2025-02-13T05:14:09.921Z | [ host-image] Feb 13 05:14:08.036 INFO O| Feb 13 05:14:08.036 INFO STEP 156 (remove_files) COMPLETE |
9873 | 2025-02-13T05:14:09.924Z | [ host-image] Feb 13 05:14:08.036 INFO O| Feb 13 05:14:08.036 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9874 | 2025-02-13T05:14:09.941Z | [ host-image] Feb 13 05:14:08.055 INFO O| Feb 13 05:14:08.055 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9875 | 2025-02-13T05:14:09.941Z | [ host-image] Feb 13 05:14:08.056 INFO O| Feb 13 05:14:08.055 INFO STEP 157 (remove_files) COMPLETE |
9876 | 2025-02-13T05:14:09.941Z | [ host-image] Feb 13 05:14:08.056 INFO O| Feb 13 05:14:08.055 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9877 | 2025-02-13T05:14:09.959Z | [ host-image] Feb 13 05:14:08.073 INFO O| Feb 13 05:14:08.073 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9878 | 2025-02-13T05:14:09.959Z | [ host-image] Feb 13 05:14:08.073 INFO O| Feb 13 05:14:08.073 INFO STEP 158 (remove_files) COMPLETE |
9879 | 2025-02-13T05:14:09.961Z | [ host-image] Feb 13 05:14:08.073 INFO O| Feb 13 05:14:08.073 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9880 | 2025-02-13T05:14:09.974Z | [ host-image] Feb 13 05:14:08.089 INFO O| Feb 13 05:14:08.089 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9881 | 2025-02-13T05:14:09.974Z | [ host-image] Feb 13 05:14:08.089 INFO O| Feb 13 05:14:08.089 INFO STEP 159 (remove_files) COMPLETE |
9882 | 2025-02-13T05:14:09.974Z | [ host-image] Feb 13 05:14:08.089 INFO O| Feb 13 05:14:08.089 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9883 | 2025-02-13T05:14:09.990Z | [ host-image] Feb 13 05:14:08.105 INFO O| Feb 13 05:14:08.105 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9884 | 2025-02-13T05:14:09.990Z | [ host-image] Feb 13 05:14:08.105 INFO O| Feb 13 05:14:08.105 INFO STEP 160 (remove_files) COMPLETE |
9885 | 2025-02-13T05:14:09.990Z | [ host-image] Feb 13 05:14:08.105 INFO O| Feb 13 05:14:08.105 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9886 | 2025-02-13T05:14:10.013Z | [ host-image] Feb 13 05:14:08.128 INFO O| Feb 13 05:14:08.128 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9887 | 2025-02-13T05:14:10.016Z | [ host-image] Feb 13 05:14:08.128 INFO O| Feb 13 05:14:08.128 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9888 | 2025-02-13T05:14:18.976Z | [ host-image] Feb 13 05:14:17.071 INFO O| Feb 13 05:14:17.071 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 |
9889 | 2025-02-13T05:14:18.976Z | [ host-image] Feb 13 05:14:17.071 INFO O| Feb 13 05:14:17.071 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9890 | 2025-02-13T05:14:18.982Z | [ host-image] Feb 13 05:14:17.095 INFO O| Feb 13 05:14:17.095 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9891 | 2025-02-13T05:14:19.113Z | [ host-image] Feb 13 05:14:17.227 INFO O| Feb 13 05:14:17.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9892 | 2025-02-13T05:14:19.113Z | [ host-image] Feb 13 05:14:17.227 INFO O| Feb 13 05:14:17.227 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9893 | 2025-02-13T05:14:19.116Z | [ host-image] Feb 13 05:14:17.230 INFO O| Feb 13 05:14:17.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9894 | 2025-02-13T05:14:19.116Z | [ host-image] Feb 13 05:14:17.230 INFO O| Feb 13 05:14:17.230 INFO ok! |
9895 | 2025-02-13T05:14:19.116Z | [ host-image] Feb 13 05:14:17.230 INFO O| Feb 13 05:14:17.230 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9896 | 2025-02-13T05:14:19.116Z | [ host-image] Feb 13 05:14:17.230 INFO O| Feb 13 05:14:17.230 INFO STEP 161 (seed_smf) COMPLETE |
9897 | 2025-02-13T05:14:19.118Z | [ host-image] Feb 13 05:14:17.230 INFO O| Feb 13 05:14:17.230 INFO steps complete; finalising image! |
9898 | 2025-02-13T05:14:19.119Z | [ host-image] Feb 13 05:14:17.230 INFO O| Feb 13 05:14:17.230 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9899 | 2025-02-13T05:14:19.309Z | [ host-image] Feb 13 05:14:17.422 INFO O| Feb 13 05:14:17.422 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Feb 13 05:14:17 2025) |
9900 | 2025-02-13T05:14:19.520Z | [ host-image] Feb 13 05:14:17.634 INFO O| Feb 13 05:14:17.634 INFO trim TEMPORARY-gimlet-zfs: (24% trimmed, started at Thu Feb 13 05:14:17 2025) |
9901 | 2025-02-13T05:14:19.732Z | [ host-image] Feb 13 05:14:17.846 INFO O| Feb 13 05:14:17.846 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Thu Feb 13 05:14:17 2025) |
9902 | 2025-02-13T05:14:19.963Z | [ host-image] Feb 13 05:14:18.076 INFO O| Feb 13 05:14:18.076 INFO trim TEMPORARY-gimlet-zfs: (97% trimmed, started at Thu Feb 13 05:14:17 2025) |
9903 | 2025-02-13T05:14:20.199Z | [ host-image] Feb 13 05:14:18.312 INFO O| Feb 13 05:14:18.312 INFO temporary pool has 700M used, 132M avail, 1.80x compressratio |
9904 | 2025-02-13T05:14:20.199Z | [ host-image] Feb 13 05:14:18.313 INFO O| Feb 13 05:14:18.312 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9905 | 2025-02-13T05:14:21.135Z | [ host-image] Feb 13 05:14:19.249 INFO O| Feb 13 05:14:19.249 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9906 | 2025-02-13T05:14:21.138Z | [ host-image] Feb 13 05:14:19.249 INFO O| Feb 13 05:14:19.249 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9907 | 2025-02-13T05:14:22.769Z | [ host-image] Feb 13 05:14:20.882 INFO O| Feb 13 05:14:20.882 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9908 | 2025-02-13T05:14:22.771Z | [ host-image] Feb 13 05:14:20.882 INFO O| Feb 13 05:14:20.882 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9909 | 2025-02-13T05:14:22.771Z | [ host-image] Feb 13 05:14:20.882 INFO O| Feb 13 05:14:20.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9910 | 2025-02-13T05:14:22.771Z | [ host-image] Feb 13 05:14:20.882 INFO O| Feb 13 05:14:20.882 INFO completed processing gimlet/zfs |
9911 | 2025-02-13T05:14:22.771Z | [ host-image] Feb 13 05:14:20.882 INFO O| Feb 13 05:14:20.882 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9912 | 2025-02-13T05:14:31.441Z | [ host-image] Feb 13 05:14:29.554 INFO O| Feb 13 05:14:29.554 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9913 | 2025-02-13T05:14:31.568Z | [ host-image] Feb 13 05:14:29.680 INFO BUILD STRING "heads/stlouis-0-gf6f918ab76\n" |
9914 | 2025-02-13T05:14:31.568Z | [ host-image] Feb 13 05:14:29.680 INFO expanded image name: "ci 4bcbe5a/${os_short_commit} 2025-02-13 04:37" -> "ci 4bcbe5a/f6f918a 2025-02-13 04:37" |
9915 | 2025-02-13T05:14:31.568Z | [ host-image] Feb 13 05:14:29.680 INFO output artefacts stored in: "/work/os-host" |
9916 | 2025-02-13T05:14:31.571Z | [ host-image] Feb 13 05:14:29.680 INFO collecting git info from project "image-builder"... |
9917 | 2025-02-13T05:14:31.577Z | [ host-image] Feb 13 05:14:29.689 INFO collecting git info from project "amd-firmware"... |
9918 | 2025-02-13T05:14:31.593Z | [ host-image] Feb 13 05:14:29.705 INFO collecting git info from project "phbl"... |
9919 | 2025-02-13T05:14:31.601Z | [ host-image] Feb 13 05:14:29.714 INFO collecting git info from project "amd-host-image-builder"... |
9920 | 2025-02-13T05:14:31.626Z | [ host-image] Feb 13 05:14:29.738 INFO collecting git info from project "chelsio-t6-roms"... |
9921 | 2025-02-13T05:14:31.634Z | [ host-image] Feb 13 05:14:29.746 INFO collecting git info from project "pilot"... |
9922 | 2025-02-13T05:14:31.649Z | [ host-image] Feb 13 05:14:29.761 INFO collecting git info from project "bootserver"... |
9923 | 2025-02-13T05:14:31.692Z | [ host-image] Feb 13 05:14:29.804 INFO collecting git info from project "pinprick"... |
9924 | 2025-02-13T05:14:31.713Z | [ host-image] Feb 13 05:14:29.825 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9925 | 2025-02-13T05:14:32.845Z | [ host-image] Feb 13 05:14:30.958 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9926 | 2025-02-13T05:14:33.527Z | [ host-image] Feb 13 05:14:31.639 INFO creating Oxide boot image... |
9927 | 2025-02-13T05:14:33.527Z | [ host-image] Feb 13 05:14:31.639 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 4bcbe5a/f6f918a 2025-02-13 04:37", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9928 | 2025-02-13T05:14:34.813Z | [ host-image] Feb 13 05:14:32.925 INFO O| ok, image written! |
9929 | 2025-02-13T05:14:34.813Z | [ host-image] Feb 13 05:14:32.925 INFO O| ok, boot_image_csum file written! |
9930 | 2025-02-13T05:14:34.817Z | [ host-image] Feb 13 05:14:32.929 INFO creating boot archive (CPIO)... |
9931 | 2025-02-13T05:14:34.817Z | [ host-image] Feb 13 05:14:32.929 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 |
9932 | 2025-02-13T05:14:34.829Z | [ host-image] Feb 13 05:14:32.941 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9933 | 2025-02-13T05:14:34.829Z | [ host-image] Feb 13 05:14:32.941 INFO E| + outfile=/work/os-host/cpio |
9934 | 2025-02-13T05:14:34.832Z | [ host-image] Feb 13 05:14:32.941 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9935 | 2025-02-13T05:14:34.832Z | [ host-image] Feb 13 05:14:32.944 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9936 | 2025-02-13T05:14:34.835Z | [ host-image] Feb 13 05:14:32.944 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9937 | 2025-02-13T05:14:34.884Z | [ host-image] Feb 13 05:14:32.996 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9938 | 2025-02-13T05:14:34.884Z | [ host-image] Feb 13 05:14:32.996 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9939 | 2025-02-13T05:14:34.895Z | [ host-image] Feb 13 05:14:33.006 INFO creating compressed cpio/unix for nanobl-rs... |
9940 | 2025-02-13T05:14:34.895Z | [ host-image] Feb 13 05:14:33.007 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 |
9941 | 2025-02-13T05:14:35.379Z | [ host-image] Feb 13 05:14:33.490 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9942 | 2025-02-13T05:14:42.555Z | [ host-image] Feb 13 05:14:40.666 INFO creating reset image... |
9943 | 2025-02-13T05:14:42.555Z | [ host-image] Feb 13 05:14:40.666 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9944 | 2025-02-13T05:14:42.751Z | [ host-image] Feb 13 05:14:40.862 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
9945 | 2025-02-13T05:14:42.754Z | [ host-image] Feb 13 05:14:40.864 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9946 | 2025-02-13T05:14:42.850Z | [ host-image] Feb 13 05:14:40.961 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9947 | 2025-02-13T05:14:46.868Z | [ host-image] Feb 13 05:14:44.979 INFO E| Finished `release` profile [optimized] target(s) in 4.09s |
9948 | 2025-02-13T05:14:46.886Z | [ host-image] Feb 13 05:14:44.996 INFO building host image... |
9949 | 2025-02-13T05:14:46.888Z | [ host-image] Feb 13 05:14:44.996 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") |
9950 | 2025-02-13T05:14:47.881Z | [ host-image] Feb 13 05:14:45.991 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9951 | 2025-02-13T05:15:55.874Z | [ host-image] Feb 13 05:15:53.977 INFO image complete! materials are in "/work/os-host" |
9952 | 2025-02-13T05:15:55.877Z | [ host-image] |
9953 | 2025-02-13T05:15:55.880Z | [ host-image] real 15:46.414702329 |
9954 | 2025-02-13T05:15:55.880Z | [ host-image] user 7:00.901163415 |
9955 | 2025-02-13T05:15:55.880Z | [ host-image] sys 1:09.637321750 |
9956 | 2025-02-13T05:15:55.880Z | [ host-image] trap 0.314305680 |
9957 | 2025-02-13T05:15:55.880Z | [ host-image] tflt 0.048730695 |
9958 | 2025-02-13T05:15:55.880Z | [ host-image] dflt 0.223105813 |
9959 | 2025-02-13T05:15:55.880Z | [ host-image] kflt 0.048063249 |
9960 | 2025-02-13T05:15:55.880Z | [ host-image] lock 9:52.774859696 |
9961 | 2025-02-13T05:15:55.880Z | [ host-image] slp 1:25:00.661330743 |
9962 | 2025-02-13T05:15:55.880Z | [ host-image] lat 2:55.286177657 |
9963 | 2025-02-13T05:15:55.880Z | [ host-image] stop 0.952358092 |
9964 | 2025-02-13T05:15:55.880Z | Feb 13 05:15:53.981 INFO [host-image] process exited with exit status: 0 (946.431816966s) |
9965 | 2025-02-13T05:15:55.880Z | Feb 13 05:15:53.981 INFO [tuf-repo] running task |
9966 | 2025-02-13T05:16:07.884Z | Feb 13 05:16:05.985 INFO assembling repository in `/tmp/tufaceousRPZ1oT`, component: OmicronRepoAssembler |
9967 | 2025-02-13T05:16:15.588Z | Feb 13 05:16:13.688 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9968 | 2025-02-13T05:16:15.971Z | Feb 13 05:16:14.071 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9969 | 2025-02-13T05:16:35.026Z | Feb 13 05:16:33.124 INFO [tuf-repo] task succeeded (39.143114691s) |
9970 | 2025-02-13T05:16:59.305Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 16m 06s |
9971 | 2025-02-13T05:16:59.694Z | Feb 13 05:16:57.789 INFO [verify-libraries] process exited with exit status: 0 (970.914107018s) |
9972 | 2025-02-13T05:16:59.694Z | Feb 13 05:16:57.789 INFO all jobs completed in 2394.128788722s |
9973 | 2025-02-13T05:17:00.264Z | process exited: duration 3202027 ms, exit code 0 |
|
9974 | 2025-02-13T05:17:00.280Z | found 33 output files |
9975 | 2025-02-13T05:17:00.280Z | uploading: /work/manifest.toml (13429 bytes) |
9976 | 2025-02-13T05:17:01.298Z | uploaded: /work/manifest.toml |
9977 | 2025-02-13T05:17:01.298Z | uploading: /work/repo.zip (2044897247 bytes) |
9978 | 2025-02-13T05:17:40.748Z | uploaded: /work/repo.zip |
9979 | 2025-02-13T05:17:40.748Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9980 | 2025-02-13T05:17:41.769Z | uploaded: /work/repo.zip.sha256.txt |
9981 | 2025-02-13T05:17:41.769Z | uploading: /work/helios-setup.log (65552 bytes) |
9982 | 2025-02-13T05:17:42.784Z | uploaded: /work/helios-setup.log |
9983 | 2025-02-13T05:17:42.787Z | uploading: /work/host-image.log (200895 bytes) |
9984 | 2025-02-13T05:17:43.810Z | uploaded: /work/host-image.log |
9985 | 2025-02-13T05:17:43.813Z | uploading: /work/host-package.log (23168 bytes) |
9986 | 2025-02-13T05:17:44.824Z | uploaded: /work/host-package.log |
9987 | 2025-02-13T05:17:44.826Z | uploading: /work/host-target.log (101 bytes) |
9988 | 2025-02-13T05:17:45.832Z | uploaded: /work/host-target.log |
9989 | 2025-02-13T05:17:45.833Z | uploading: /work/omicron-package.log (5669 bytes) |
9990 | 2025-02-13T05:17:46.842Z | uploaded: /work/omicron-package.log |
9991 | 2025-02-13T05:17:46.842Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9992 | 2025-02-13T05:17:47.851Z | uploaded: /work/phbl-toolchain.log |
9993 | 2025-02-13T05:17:47.853Z | uploading: /work/recovery-image.log (579727 bytes) |
9994 | 2025-02-13T05:17:48.892Z | uploaded: /work/recovery-image.log |
9995 | 2025-02-13T05:17:48.892Z | uploading: /work/recovery-package.log (1762 bytes) |
9996 | 2025-02-13T05:17:49.903Z | uploaded: /work/recovery-package.log |
9997 | 2025-02-13T05:17:49.903Z | uploading: /work/recovery-target.log (98 bytes) |
9998 | 2025-02-13T05:17:50.913Z | uploaded: /work/recovery-target.log |
9999 | 2025-02-13T05:17:50.913Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10000 | 2025-02-13T05:17:51.922Z | uploaded: /work/stamp-clickhouse.log |
10001 | 2025-02-13T05:17:51.922Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10002 | 2025-02-13T05:17:52.930Z | uploaded: /work/stamp-clickhouse_keeper.log |
10003 | 2025-02-13T05:17:52.930Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10004 | 2025-02-13T05:17:53.940Z | uploaded: /work/stamp-cockroachdb.log |
10005 | 2025-02-13T05:17:53.940Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10006 | 2025-02-13T05:17:54.949Z | uploaded: /work/stamp-crucible-dtrace.log |
10007 | 2025-02-13T05:17:54.949Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10008 | 2025-02-13T05:17:55.957Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10009 | 2025-02-13T05:17:55.957Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10010 | 2025-02-13T05:17:56.966Z | uploaded: /work/stamp-crucible-zone.log |
10011 | 2025-02-13T05:17:56.966Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10012 | 2025-02-13T05:17:57.974Z | uploaded: /work/stamp-external-dns.log |
10013 | 2025-02-13T05:17:57.974Z | uploading: /work/stamp-installinator.log (103 bytes) |
10014 | 2025-02-13T05:17:58.984Z | uploaded: /work/stamp-installinator.log |
10015 | 2025-02-13T05:17:58.984Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10016 | 2025-02-13T05:17:59.994Z | uploaded: /work/stamp-internal-dns.log |
10017 | 2025-02-13T05:17:59.994Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10018 | 2025-02-13T05:18:01.003Z | uploaded: /work/stamp-mg-ddm-gz.log |
10019 | 2025-02-13T05:18:01.003Z | uploading: /work/stamp-nexus.log (112 bytes) |
10020 | 2025-02-13T05:18:02.012Z | uploaded: /work/stamp-nexus.log |
10021 | 2025-02-13T05:18:02.012Z | uploading: /work/stamp-ntp.log (110 bytes) |
10022 | 2025-02-13T05:18:03.021Z | uploaded: /work/stamp-ntp.log |
10023 | 2025-02-13T05:18:03.022Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10024 | 2025-02-13T05:18:04.029Z | uploaded: /work/stamp-omicron-sled-agent.log |
10025 | 2025-02-13T05:18:04.030Z | uploading: /work/stamp-overlay.log (66 bytes) |
10026 | 2025-02-13T05:18:05.038Z | uploaded: /work/stamp-overlay.log |
10027 | 2025-02-13T05:18:05.038Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10028 | 2025-02-13T05:18:06.047Z | uploaded: /work/stamp-oximeter.log |
10029 | 2025-02-13T05:18:06.047Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10030 | 2025-02-13T05:18:07.064Z | uploaded: /work/stamp-oxlog.log |
10031 | 2025-02-13T05:18:07.064Z | uploading: /work/stamp-probe.log (112 bytes) |
10032 | 2025-02-13T05:18:08.074Z | uploaded: /work/stamp-probe.log |
10033 | 2025-02-13T05:18:08.074Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10034 | 2025-02-13T05:18:09.083Z | uploaded: /work/stamp-propolis-server.log |
10035 | 2025-02-13T05:18:09.083Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10036 | 2025-02-13T05:18:10.095Z | uploaded: /work/stamp-pumpkind-gz.log |
10037 | 2025-02-13T05:18:10.095Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10038 | 2025-02-13T05:18:11.102Z | uploaded: /work/stamp-switch-asic.log |
10039 | 2025-02-13T05:18:11.102Z | uploading: /work/verify-libraries.log (6147 bytes) |
10040 | 2025-02-13T05:18:12.113Z | uploaded: /work/verify-libraries.log |