|
|
|
1 | 2025-02-25T01:29:40.906Z | job assigned to worker 01JMXBH56T47WBFWFQBAE5V52B [factory aws, i-0aedf9298a4c78059] (queued for 48 m 0 s) |
|
2 | 2025-02-25T01:29:49.453Z | starting task 0: "setup" |
3 | 2025-02-25T01:29:49.460Z | ++ uname -s |
4 | 2025-02-25T01:29:49.463Z | + kern=SunOS |
5 | 2025-02-25T01:29:49.463Z | + build_user=build |
6 | 2025-02-25T01:29:49.463Z | + build_uid=12345 |
7 | 2025-02-25T01:29:49.463Z | + work_dir=/work |
8 | 2025-02-25T01:29:49.463Z | + input_dir=/input |
9 | 2025-02-25T01:29:49.463Z | + [[ 0 == 12345 ]] |
10 | 2025-02-25T01:29:49.463Z | + case "$kern" in |
11 | 2025-02-25T01:29:49.463Z | + groupadd -g 12345 build |
12 | 2025-02-25T01:29:49.465Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-25T01:29:51.470Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-25T01:29:51.572Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-25T01:29:51.575Z | + home_fs=zfs |
16 | 2025-02-25T01:29:51.575Z | + [[ zfs == autofs ]] |
17 | 2025-02-25T01:29:51.575Z | + mkdir -p /home/build |
18 | 2025-02-25T01:29:51.579Z | + chown build:build /home/build /work |
19 | 2025-02-25T01:29:53.578Z | + chmod 0700 /home/build /work |
20 | 2025-02-25T01:29:53.581Z | process exited: duration 4126 ms, exit code 0 |
|
21 | 2025-02-25T01:29:53.587Z | starting task 1: "rust-toolchain" |
22 | 2025-02-25T01:29:53.591Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-25T01:29:53.591Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-25T01:29:53.591Z | * rust toolchain profile = "default" |
25 | 2025-02-25T01:29:53.591Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-25T01:29:53.591Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-25T01:29:53.591Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-25T01:29:53.594Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-25T01:29:53.594Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-25T01:29:53.712Z | info: downloading installer |
31 | 2025-02-25T01:29:55.181Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-25T01:29:55.181Z | warning: /opt/ooce/bin |
33 | 2025-02-25T01:29:55.181Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-25T01:29:55.181Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-25T01:29:55.181Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-25T01:29:55.181Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-25T01:29:55.181Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-25T01:29:55.181Z | error: cannot install while Rust is installed |
39 | 2025-02-25T01:29:55.181Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-25T01:29:55.226Z | info: profile set to 'default' |
41 | 2025-02-25T01:29:55.226Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-25T01:29:55.228Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-25T01:29:55.381Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-25T01:29:55.381Z | info: downloading component 'cargo' |
45 | 2025-02-25T01:29:56.100Z | info: downloading component 'clippy' |
46 | 2025-02-25T01:29:56.486Z | info: downloading component 'rust-docs' |
47 | 2025-02-25T01:29:57.577Z | info: downloading component 'rust-std' |
48 | 2025-02-25T01:29:59.182Z | info: downloading component 'rustc' |
49 | 2025-02-25T01:30:04.728Z | info: downloading component 'rustfmt' |
50 | 2025-02-25T01:30:04.936Z | info: installing component 'cargo' |
51 | 2025-02-25T01:30:05.736Z | info: installing component 'clippy' |
52 | 2025-02-25T01:30:06.114Z | info: installing component 'rust-docs' |
53 | 2025-02-25T01:30:07.823Z | info: installing component 'rust-std' |
54 | 2025-02-25T01:30:09.718Z | info: installing component 'rustc' |
55 | 2025-02-25T01:30:15.354Z | info: installing component 'rustfmt' |
56 | 2025-02-25T01:30:15.685Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-25T01:30:15.685Z | |
58 | 2025-02-25T01:30:16.047Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-25T01:30:16.047Z | |
60 | 2025-02-25T01:30:16.050Z | |
61 | 2025-02-25T01:30:16.050Z | Rust is installed now. Great! |
62 | 2025-02-25T01:30:16.050Z | |
63 | 2025-02-25T01:30:16.050Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-25T01:30:16.050Z | environment variable. This has not been done automatically. |
65 | 2025-02-25T01:30:16.050Z | |
66 | 2025-02-25T01:30:16.050Z | To configure your current shell, you need to source |
67 | 2025-02-25T01:30:16.050Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-25T01:30:16.050Z | |
69 | 2025-02-25T01:30:16.050Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-25T01:30:16.050Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-25T01:30:16.050Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-25T01:30:16.115Z | + rustup --version |
73 | 2025-02-25T01:30:16.122Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-25T01:30:16.122Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-25T01:30:16.202Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-25T01:30:16.205Z | + cargo --version |
77 | 2025-02-25T01:30:16.262Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-25T01:30:16.265Z | + rustc --version |
79 | 2025-02-25T01:30:16.329Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-25T01:30:16.332Z | process exited: duration 22744 ms, exit code 0 |
|
81 | 2025-02-25T01:30:16.337Z | starting task 2: "authentication" |
82 | 2025-02-25T01:30:16.357Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-02-25T01:30:16.364Z | starting task 3: "clone repository" |
84 | 2025-02-25T01:30:16.368Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-25T01:30:16.373Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-25T01:30:16.616Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-25T01:30:23.855Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-25T01:30:23.855Z | + git fetch origin 804b2ee5bcfea29637e6d28381ef63b58b391875 |
89 | 2025-02-25T01:30:24.182Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-25T01:30:24.182Z | * branch 804b2ee5bcfea29637e6d28381ef63b58b391875 -> FETCH_HEAD |
91 | 2025-02-25T01:30:24.192Z | + [[ -n aa-group-of-group ]] |
92 | 2025-02-25T01:30:24.194Z | ++ git branch --show-current |
93 | 2025-02-25T01:30:24.201Z | + current=main |
94 | 2025-02-25T01:30:24.201Z | + [[ main != aa-group-of-group ]] |
95 | 2025-02-25T01:30:24.201Z | + git branch -f aa-group-of-group 804b2ee5bcfea29637e6d28381ef63b58b391875 |
96 | 2025-02-25T01:30:24.206Z | + git checkout -f aa-group-of-group |
97 | 2025-02-25T01:30:24.377Z | Switched to branch 'aa-group-of-group' |
98 | 2025-02-25T01:30:24.380Z | + git reset --hard 804b2ee5bcfea29637e6d28381ef63b58b391875 |
99 | 2025-02-25T01:30:24.414Z | HEAD is now at 804b2ee5b Merge branch 'vmm-reduce-contention' into aa-group-of-group |
100 | 2025-02-25T01:30:24.417Z | process exited: duration 8053 ms, exit code 0 |
|
101 | 2025-02-25T01:30:24.423Z | starting task 4: "build" |
102 | 2025-02-25T01:30:24.428Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-25T01:30:24.432Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-25T01:30:24.432Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-25T01:30:24.432Z | + cargo --version |
106 | 2025-02-25T01:30:24.477Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-25T01:30:24.480Z | + rustc --version |
108 | 2025-02-25T01:30:24.540Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-25T01:30:24.543Z | + cargo tree --locked |
110 | 2025-02-25T01:30:24.767Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
111 | 2025-02-25T01:30:25.055Z | Updating crates.io index |
112 | 2025-02-25T01:30:25.103Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
113 | 2025-02-25T01:30:25.598Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
114 | 2025-02-25T01:30:25.856Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
115 | 2025-02-25T01:30:26.117Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
116 | 2025-02-25T01:30:27.097Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
117 | 2025-02-25T01:30:28.794Z | Updating git repository `https://github.com/oxidecomputer/opte` |
118 | 2025-02-25T01:30:29.437Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
119 | 2025-02-25T01:30:30.164Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
120 | 2025-02-25T01:30:30.538Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
121 | 2025-02-25T01:30:30.806Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
122 | 2025-02-25T01:30:31.477Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
123 | 2025-02-25T01:30:31.921Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
124 | 2025-02-25T01:30:32.343Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
125 | 2025-02-25T01:30:32.812Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
126 | 2025-02-25T01:30:33.106Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
127 | 2025-02-25T01:30:33.348Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
128 | 2025-02-25T01:30:33.646Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
129 | 2025-02-25T01:30:33.933Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
130 | 2025-02-25T01:30:34.197Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
131 | 2025-02-25T01:30:34.497Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
132 | 2025-02-25T01:30:34.780Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
133 | 2025-02-25T01:30:35.140Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
134 | 2025-02-25T01:30:35.430Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
135 | 2025-02-25T01:30:35.788Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
136 | 2025-02-25T01:30:36.274Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
137 | 2025-02-25T01:30:36.546Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
138 | 2025-02-25T01:30:36.906Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
139 | 2025-02-25T01:30:37.257Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
140 | 2025-02-25T01:30:37.582Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
141 | 2025-02-25T01:30:37.878Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
142 | 2025-02-25T01:30:38.167Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
143 | 2025-02-25T01:30:39.410Z | Downloading crates ... |
144 | 2025-02-25T01:30:39.521Z | Downloaded equivalent v1.0.1 |
145 | 2025-02-25T01:30:39.525Z | Downloaded escape8259 v0.5.3 |
146 | 2025-02-25T01:30:39.528Z | Downloaded env_logger v0.11.5 |
147 | 2025-02-25T01:30:39.530Z | Downloaded event-listener v2.5.3 |
148 | 2025-02-25T01:30:39.534Z | Downloaded atomicwrites v0.4.4 |
149 | 2025-02-25T01:30:39.536Z | Downloaded async-stream-impl v0.3.6 |
150 | 2025-02-25T01:30:39.539Z | Downloaded async-object-pool v0.1.5 |
151 | 2025-02-25T01:30:39.541Z | Downloaded foreign-types-shared v0.3.1 |
152 | 2025-02-25T01:30:39.541Z | Downloaded foreign-types v0.3.2 |
153 | 2025-02-25T01:30:39.548Z | Downloaded foreign-types-shared v0.1.1 |
154 | 2025-02-25T01:30:39.552Z | Downloaded cfg_aliases v0.2.1 |
155 | 2025-02-25T01:30:39.554Z | Downloaded anstyle-parse v0.2.5 |
156 | 2025-02-25T01:30:39.557Z | Downloaded guppy-workspace-hack v0.1.0 |
157 | 2025-02-25T01:30:39.557Z | Downloaded errno v0.3.9 |
158 | 2025-02-25T01:30:39.560Z | Downloaded atty v0.2.14 |
159 | 2025-02-25T01:30:39.563Z | Downloaded arrayref v0.3.9 |
160 | 2025-02-25T01:30:39.565Z | Downloaded http-range v0.1.5 |
161 | 2025-02-25T01:30:39.565Z | Downloaded http-body v1.0.1 |
162 | 2025-02-25T01:30:39.570Z | Downloaded anstyle v1.0.10 |
163 | 2025-02-25T01:30:39.572Z | Downloaded fxhash v0.2.1 |
164 | 2025-02-25T01:30:39.575Z | Downloaded blowfish v0.9.1 |
165 | 2025-02-25T01:30:39.575Z | Downloaded fallible-iterator v0.2.0 |
166 | 2025-02-25T01:30:39.575Z | Downloaded event-listener-strategy v0.5.2 |
167 | 2025-02-25T01:30:39.577Z | Downloaded anstyle-query v1.1.1 |
168 | 2025-02-25T01:30:39.577Z | Downloaded futures-io v0.3.31 |
169 | 2025-02-25T01:30:39.580Z | Downloaded funty v2.0.0 |
170 | 2025-02-25T01:30:39.580Z | Downloaded autocfg v1.4.0 |
171 | 2025-02-25T01:30:39.582Z | Downloaded glob v0.3.2 |
172 | 2025-02-25T01:30:39.585Z | Downloaded ghash v0.5.1 |
173 | 2025-02-25T01:30:39.585Z | Downloaded futures-executor v0.3.31 |
174 | 2025-02-25T01:30:39.587Z | Downloaded gethostname v0.5.0 |
175 | 2025-02-25T01:30:39.587Z | Downloaded futures-macro v0.3.31 |
176 | 2025-02-25T01:30:39.590Z | Downloaded base16ct v0.2.0 |
177 | 2025-02-25T01:30:39.590Z | Downloaded foldhash v0.1.3 |
178 | 2025-02-25T01:30:39.592Z | Downloaded fnv v1.0.7 |
179 | 2025-02-25T01:30:39.592Z | Downloaded float-cmp v0.10.0 |
180 | 2025-02-25T01:30:39.592Z | Downloaded fallible-streaming-iterator v0.1.9 |
181 | 2025-02-25T01:30:39.595Z | Downloaded hubpack_derive v0.1.1 |
182 | 2025-02-25T01:30:39.595Z | Downloaded block-buffer v0.10.4 |
183 | 2025-02-25T01:30:39.597Z | Downloaded generic-array v0.14.7 |
184 | 2025-02-25T01:30:39.597Z | Downloaded fastrand v2.1.1 |
185 | 2025-02-25T01:30:39.600Z | Downloaded buf-list v1.0.3 |
186 | 2025-02-25T01:30:39.602Z | Downloaded hex v0.4.3 |
187 | 2025-02-25T01:30:39.602Z | Downloaded group v0.13.0 |
188 | 2025-02-25T01:30:39.605Z | Downloaded httpdate v1.0.3 |
189 | 2025-02-25T01:30:39.605Z | Downloaded ascii-canvas v3.0.0 |
190 | 2025-02-25T01:30:39.607Z | Downloaded float-ord v0.3.2 |
191 | 2025-02-25T01:30:39.607Z | Downloaded async-channel v2.3.1 |
192 | 2025-02-25T01:30:39.610Z | Downloaded assert_matches v1.5.0 |
193 | 2025-02-25T01:30:39.610Z | Downloaded fd-lock v4.0.2 |
194 | 2025-02-25T01:30:39.612Z | Downloaded heck v0.3.3 |
195 | 2025-02-25T01:30:39.615Z | Downloaded async-stream v0.3.6 |
196 | 2025-02-25T01:30:39.617Z | Downloaded futures-core v0.3.31 |
197 | 2025-02-25T01:30:39.617Z | Downloaded ff v0.13.0 |
198 | 2025-02-25T01:30:39.620Z | Downloaded hex-literal v0.4.1 |
199 | 2025-02-25T01:30:39.620Z | Downloaded globset v0.4.15 |
200 | 2025-02-25T01:30:39.622Z | Downloaded futures-sink v0.3.31 |
201 | 2025-02-25T01:30:39.622Z | Downloaded castaway v0.2.3 |
202 | 2025-02-25T01:30:39.625Z | Downloaded bit-set v0.5.3 |
203 | 2025-02-25T01:30:39.625Z | Downloaded opaque-debug v0.3.1 |
204 | 2025-02-25T01:30:39.627Z | Downloaded futures-lite v2.3.0 |
205 | 2025-02-25T01:30:39.627Z | Downloaded bcrypt-pbkdf v0.10.0 |
206 | 2025-02-25T01:30:39.630Z | Downloaded bytecount v0.6.8 |
207 | 2025-02-25T01:30:39.630Z | Downloaded argon2 v0.5.3 |
208 | 2025-02-25T01:30:39.632Z | Downloaded flagset v0.4.6 |
209 | 2025-02-25T01:30:39.635Z | Downloaded cargo-platform v0.1.8 |
210 | 2025-02-25T01:30:39.635Z | Downloaded bitflags v1.3.2 |
211 | 2025-02-25T01:30:39.637Z | Downloaded async-process v2.3.0 |
212 | 2025-02-25T01:30:39.640Z | Downloaded nodrop v0.1.14 |
213 | 2025-02-25T01:30:39.642Z | Downloaded num-integer v0.1.46 |
214 | 2025-02-25T01:30:39.642Z | Downloaded cassowary v0.3.0 |
215 | 2025-02-25T01:30:39.646Z | Downloaded addr2line v0.24.2 |
216 | 2025-02-25T01:30:39.648Z | Downloaded httparse v1.9.5 |
217 | 2025-02-25T01:30:39.648Z | Downloaded getrandom v0.2.15 |
218 | 2025-02-25T01:30:39.651Z | Downloaded cexpr v0.6.0 |
219 | 2025-02-25T01:30:39.653Z | Downloaded hubpack v0.1.2 |
220 | 2025-02-25T01:30:39.656Z | Downloaded httptest v0.16.3 |
221 | 2025-02-25T01:30:39.656Z | Downloaded hashlink v0.9.1 |
222 | 2025-02-25T01:30:39.658Z | Downloaded camino v1.1.9 |
223 | 2025-02-25T01:30:39.661Z | Downloaded bcs v0.1.6 |
224 | 2025-02-25T01:30:39.663Z | Downloaded getrandom v0.3.1 |
225 | 2025-02-25T01:30:39.665Z | Downloaded event-listener v5.3.1 |
226 | 2025-02-25T01:30:39.668Z | Downloaded plotters-svg v0.3.7 |
227 | 2025-02-25T01:30:39.671Z | Downloaded async-trait v0.1.86 |
228 | 2025-02-25T01:30:39.674Z | Downloaded rand_chacha v0.3.1 |
229 | 2025-02-25T01:30:39.674Z | Downloaded progenitor-macro v0.8.0 |
230 | 2025-02-25T01:30:39.676Z | Downloaded async-lock v3.4.0 |
231 | 2025-02-25T01:30:39.676Z | Downloaded foreign-types v0.5.0 |
232 | 2025-02-25T01:30:39.679Z | Downloaded fixedbitset v0.5.7 |
233 | 2025-02-25T01:30:39.679Z | Downloaded async-bb8-diesel v0.2.1 |
234 | 2025-02-25T01:30:39.681Z | Downloaded futures-channel v0.3.31 |
235 | 2025-02-25T01:30:39.684Z | Downloaded async-executor v1.13.1 |
236 | 2025-02-25T01:30:39.686Z | Downloaded target-triple v0.1.3 |
237 | 2025-02-25T01:30:39.686Z | Downloaded cfg_aliases v0.1.1 |
238 | 2025-02-25T01:30:39.689Z | Downloaded take_mut v0.2.2 |
239 | 2025-02-25T01:30:39.689Z | Downloaded peg v0.8.4 |
240 | 2025-02-25T01:30:39.691Z | Downloaded futures v0.3.31 |
241 | 2025-02-25T01:30:39.696Z | Downloaded paste v1.0.15 |
242 | 2025-02-25T01:30:39.699Z | Downloaded oorandom v11.1.4 |
243 | 2025-02-25T01:30:39.701Z | Downloaded hmac v0.12.1 |
244 | 2025-02-25T01:30:39.701Z | Downloaded highway v1.2.0 |
245 | 2025-02-25T01:30:39.704Z | Downloaded byteorder v1.5.0 |
246 | 2025-02-25T01:30:39.707Z | Downloaded blake2 v0.10.6 |
247 | 2025-02-25T01:30:39.709Z | Downloaded ahash v0.8.11 |
248 | 2025-02-25T01:30:39.712Z | Downloaded half v2.4.1 |
249 | 2025-02-25T01:30:39.714Z | Downloaded progenitor-macro v0.9.1 |
250 | 2025-02-25T01:30:39.714Z | Downloaded fs_extra v1.3.0 |
251 | 2025-02-25T01:30:39.716Z | Downloaded yoke-derive v0.7.4 |
252 | 2025-02-25T01:30:39.716Z | Downloaded headers-core v0.3.0 |
253 | 2025-02-25T01:30:39.719Z | Downloaded cancel-safe-futures v0.1.5 |
254 | 2025-02-25T01:30:39.721Z | Downloaded vte_generate_state_changes v0.1.2 |
255 | 2025-02-25T01:30:39.721Z | Downloaded toolchain_find v0.4.0 |
256 | 2025-02-25T01:30:39.724Z | Downloaded rustls-pemfile v1.0.4 |
257 | 2025-02-25T01:30:39.727Z | Downloaded rfc6979 v0.4.0 |
258 | 2025-02-25T01:30:39.727Z | Downloaded phf_generator v0.11.2 |
259 | 2025-02-25T01:30:39.729Z | Downloaded cargo_metadata v0.19.1 |
260 | 2025-02-25T01:30:39.729Z | Downloaded polyval v0.6.2 |
261 | 2025-02-25T01:30:39.732Z | Downloaded radium v0.7.0 |
262 | 2025-02-25T01:30:39.732Z | Downloaded signal-hook-mio v0.2.4 |
263 | 2025-02-25T01:30:39.734Z | Downloaded serde_regex v1.1.0 |
264 | 2025-02-25T01:30:39.734Z | Downloaded scrypt v0.11.0 |
265 | 2025-02-25T01:30:39.737Z | Downloaded string_cache v0.8.7 |
266 | 2025-02-25T01:30:39.737Z | Downloaded resolv-conf v0.7.0 |
267 | 2025-02-25T01:30:39.739Z | Downloaded terminal_size v0.4.0 |
268 | 2025-02-25T01:30:39.742Z | Downloaded curve25519-dalek-derive v0.1.1 |
269 | 2025-02-25T01:30:39.742Z | Downloaded termcolor v1.4.1 |
270 | 2025-02-25T01:30:39.744Z | Downloaded pin-project-lite v0.2.14 |
271 | 2025-02-25T01:30:39.747Z | Downloaded flume v0.11.1 |
272 | 2025-02-25T01:30:39.750Z | Downloaded bit-vec v0.6.3 |
273 | 2025-02-25T01:30:39.753Z | Downloaded fatfs v0.3.6 |
274 | 2025-02-25T01:30:39.757Z | Downloaded tiny-keccak v2.0.2 |
275 | 2025-02-25T01:30:39.758Z | Downloaded fancy-regex v0.13.0 |
276 | 2025-02-25T01:30:39.760Z | Downloaded papergrid v0.11.0 |
277 | 2025-02-25T01:30:39.765Z | Downloaded bitflags v2.6.0 |
278 | 2025-02-25T01:30:39.770Z | Downloaded chacha20poly1305 v0.10.1 |
279 | 2025-02-25T01:30:39.773Z | Downloaded allocator-api2 v0.2.18 |
280 | 2025-02-25T01:30:39.775Z | Downloaded unicode-xid v0.2.6 |
281 | 2025-02-25T01:30:39.775Z | Downloaded heck v0.5.0 |
282 | 2025-02-25T01:30:39.779Z | Downloaded hash32 v0.2.1 |
283 | 2025-02-25T01:30:39.779Z | Downloaded aho-corasick v1.1.3 |
284 | 2025-02-25T01:30:39.782Z | Downloaded cfg-expr v0.18.0 |
285 | 2025-02-25T01:30:39.787Z | Downloaded topological-sort v0.2.2 |
286 | 2025-02-25T01:30:39.787Z | Downloaded embedded-io v0.4.0 |
287 | 2025-02-25T01:30:39.789Z | Downloaded constant_time_eq v0.3.1 |
288 | 2025-02-25T01:30:39.789Z | Downloaded num_cpus v1.16.0 |
289 | 2025-02-25T01:30:39.792Z | Downloaded utf8parse v0.2.2 |
290 | 2025-02-25T01:30:39.795Z | Downloaded async-io v2.3.4 |
291 | 2025-02-25T01:30:39.797Z | Downloaded tokio-rustls v0.24.1 |
292 | 2025-02-25T01:30:39.801Z | Downloaded strsim v0.11.1 |
293 | 2025-02-25T01:30:39.801Z | Downloaded match_cfg v0.1.0 |
294 | 2025-02-25T01:30:39.804Z | Downloaded lazy_static v1.5.0 |
295 | 2025-02-25T01:30:39.804Z | Downloaded openssl-macros v0.1.1 |
296 | 2025-02-25T01:30:39.804Z | Downloaded anyhow v1.0.96 |
297 | 2025-02-25T01:30:39.807Z | Downloaded tokio-rustls v0.25.0 |
298 | 2025-02-25T01:30:39.810Z | Downloaded postgres-protocol v0.6.8 |
299 | 2025-02-25T01:30:39.813Z | Downloaded daft v0.1.1 |
300 | 2025-02-25T01:30:39.813Z | Downloaded dsl_auto_type v0.1.2 |
301 | 2025-02-25T01:30:39.815Z | Downloaded display-error-chain v0.2.2 |
302 | 2025-02-25T01:30:39.815Z | Downloaded crossbeam-deque v0.8.5 |
303 | 2025-02-25T01:30:39.818Z | Downloaded zerovec-derive v0.10.3 |
304 | 2025-02-25T01:30:39.818Z | Downloaded async-task v4.7.1 |
305 | 2025-02-25T01:30:39.821Z | Downloaded time-macros v0.2.18 |
306 | 2025-02-25T01:30:39.824Z | Downloaded arc-swap v1.7.1 |
307 | 2025-02-25T01:30:39.827Z | Downloaded bytes v1.9.0 |
308 | 2025-02-25T01:30:39.830Z | Downloaded hyper-tls v0.6.0 |
309 | 2025-02-25T01:30:39.832Z | Downloaded embedded-io v0.6.1 |
310 | 2025-02-25T01:30:39.835Z | Downloaded const_format_proc_macros v0.2.34 |
311 | 2025-02-25T01:30:39.835Z | Downloaded libsw v3.3.1 |
312 | 2025-02-25T01:30:39.838Z | Downloaded proc-macro-error-attr v1.0.4 |
313 | 2025-02-25T01:30:39.838Z | Downloaded precomputed-hash v0.1.1 |
314 | 2025-02-25T01:30:39.841Z | Downloaded base64 v0.22.1 |
315 | 2025-02-25T01:30:39.843Z | Downloaded term v0.7.0 |
316 | 2025-02-25T01:30:39.847Z | Downloaded maybe-uninit v2.0.0 |
317 | 2025-02-25T01:30:39.850Z | Downloaded slog-async v2.8.0 |
318 | 2025-02-25T01:30:39.850Z | Downloaded signal-hook-registry v1.4.2 |
319 | 2025-02-25T01:30:39.850Z | Downloaded tempfile v3.13.0 |
320 | 2025-02-25T01:30:39.853Z | Downloaded pretty-hex v0.4.1 |
321 | 2025-02-25T01:30:39.857Z | Downloaded bumpalo v3.16.0 |
322 | 2025-02-25T01:30:39.857Z | Downloaded heapless v0.8.0 |
323 | 2025-02-25T01:30:39.861Z | Downloaded sqlparser_derive v0.2.2 |
324 | 2025-02-25T01:30:39.866Z | Downloaded socket2 v0.5.8 |
325 | 2025-02-25T01:30:39.866Z | Downloaded twox-hash v2.1.0 |
326 | 2025-02-25T01:30:39.870Z | Downloaded signal-hook-tokio v0.3.1 |
327 | 2025-02-25T01:30:39.870Z | Downloaded structmeta v0.3.0 |
328 | 2025-02-25T01:30:39.870Z | Downloaded slog v2.7.0 |
329 | 2025-02-25T01:30:39.872Z | Downloaded hashbrown v0.12.3 |
330 | 2025-02-25T01:30:39.875Z | Downloaded psl-types v2.0.11 |
331 | 2025-02-25T01:30:39.875Z | Downloaded packed_struct v0.10.1 |
332 | 2025-02-25T01:30:39.879Z | Downloaded nibble_vec v0.1.0 |
333 | 2025-02-25T01:30:39.879Z | Downloaded piper v0.2.4 |
334 | 2025-02-25T01:30:39.884Z | Downloaded pin-utils v0.1.0 |
335 | 2025-02-25T01:30:39.884Z | Downloaded displaydoc v0.2.5 |
336 | 2025-02-25T01:30:39.888Z | Downloaded maplit v1.0.2 |
337 | 2025-02-25T01:30:39.888Z | Downloaded schemars v0.8.21 |
338 | 2025-02-25T01:30:39.895Z | Downloaded ref-cast v1.0.23 |
339 | 2025-02-25T01:30:39.899Z | Downloaded cc v1.2.15 |
340 | 2025-02-25T01:30:39.910Z | Downloaded serde_plain v1.0.2 |
341 | 2025-02-25T01:30:39.914Z | Downloaded same-file v1.0.6 |
342 | 2025-02-25T01:30:39.914Z | Downloaded relative-path v1.9.3 |
343 | 2025-02-25T01:30:39.914Z | Downloaded postcard v1.0.10 |
344 | 2025-02-25T01:30:39.914Z | Downloaded expectorate v1.1.0 |
345 | 2025-02-25T01:30:39.914Z | Downloaded crossbeam-epoch v0.9.18 |
346 | 2025-02-25T01:30:39.914Z | Downloaded base64 v0.21.7 |
347 | 2025-02-25T01:30:39.919Z | Downloaded hashbrown v0.13.2 |
348 | 2025-02-25T01:30:39.922Z | Downloaded ident_case v1.0.1 |
349 | 2025-02-25T01:30:39.926Z | Downloaded endian-type v0.1.2 |
350 | 2025-02-25T01:30:39.926Z | Downloaded flate2 v1.0.35 |
351 | 2025-02-25T01:30:39.929Z | Downloaded slog-dtrace v0.3.0 |
352 | 2025-02-25T01:30:39.933Z | Downloaded thiserror v1.0.69 |
353 | 2025-02-25T01:30:39.935Z | Downloaded password-hash v0.5.0 |
354 | 2025-02-25T01:30:39.936Z | Downloaded time-core v0.1.2 |
355 | 2025-02-25T01:30:39.939Z | Downloaded serde_repr v0.1.19 |
356 | 2025-02-25T01:30:39.939Z | Downloaded scheduled-thread-pool v0.2.7 |
357 | 2025-02-25T01:30:39.942Z | Downloaded ipnetwork v0.21.1 |
358 | 2025-02-25T01:30:39.942Z | Downloaded serde_path_to_error v0.1.16 |
359 | 2025-02-25T01:30:39.947Z | Downloaded password-hash v0.4.2 |
360 | 2025-02-25T01:30:39.948Z | Downloaded supports-color v3.0.2 |
361 | 2025-02-25T01:30:39.951Z | Downloaded static_assertions v1.1.0 |
362 | 2025-02-25T01:30:39.951Z | Downloaded diesel-dtrace v0.4.2 |
363 | 2025-02-25T01:30:39.952Z | Downloaded yasna v0.5.2 |
364 | 2025-02-25T01:30:39.952Z | Downloaded dropshot_endpoint v0.15.1 |
365 | 2025-02-25T01:30:39.960Z | Downloaded libtest-mimic v0.7.3 |
366 | 2025-02-25T01:30:39.963Z | Downloaded serde_derive v1.0.218 |
367 | 2025-02-25T01:30:39.963Z | Downloaded backtrace v0.3.74 |
368 | 2025-02-25T01:30:39.966Z | Downloaded md5 v0.7.0 |
369 | 2025-02-25T01:30:39.966Z | Downloaded instant v0.1.13 |
370 | 2025-02-25T01:30:39.968Z | Downloaded slog-bunyan v2.5.0 |
371 | 2025-02-25T01:30:39.968Z | Downloaded tinystr v0.7.6 |
372 | 2025-02-25T01:30:39.971Z | Downloaded new_debug_unreachable v1.0.6 |
373 | 2025-02-25T01:30:39.971Z | Downloaded pest_derive v2.7.14 |
374 | 2025-02-25T01:30:39.974Z | Downloaded icu_provider v1.5.0 |
375 | 2025-02-25T01:30:39.976Z | Downloaded derive_builder v0.20.2 |
376 | 2025-02-25T01:30:39.979Z | Downloaded unicode-truncate v1.1.0 |
377 | 2025-02-25T01:30:39.982Z | Downloaded parking_lot v0.12.3 |
378 | 2025-02-25T01:30:39.985Z | Downloaded schemars_derive v0.8.21 |
379 | 2025-02-25T01:30:39.985Z | Downloaded enum-as-inner v0.6.1 |
380 | 2025-02-25T01:30:39.989Z | Downloaded tokio-rustls v0.26.0 |
381 | 2025-02-25T01:30:39.991Z | Downloaded colorchoice v1.0.2 |
382 | 2025-02-25T01:30:39.991Z | Downloaded tungstenite v0.24.0 |
383 | 2025-02-25T01:30:39.994Z | Downloaded indicatif v0.17.11 |
384 | 2025-02-25T01:30:39.997Z | Downloaded ctr v0.9.2 |
385 | 2025-02-25T01:30:39.999Z | Downloaded datatest-stable v0.2.9 |
386 | 2025-02-25T01:30:40.002Z | Downloaded xz2 v0.1.7 |
387 | 2025-02-25T01:30:40.005Z | Downloaded const_format v0.2.34 |
388 | 2025-02-25T01:30:40.008Z | Downloaded oso-derive v0.27.3 |
389 | 2025-02-25T01:30:40.010Z | Downloaded mime v0.3.17 |
390 | 2025-02-25T01:30:40.010Z | Downloaded linked-hash-map v0.5.6 |
391 | 2025-02-25T01:30:40.010Z | Downloaded ciborium v0.2.2 |
392 | 2025-02-25T01:30:40.013Z | Downloaded debug-ignore v1.0.5 |
393 | 2025-02-25T01:30:40.016Z | Downloaded defmt v0.3.8 |
394 | 2025-02-25T01:30:40.018Z | Downloaded unicode-linebreak v0.1.5 |
395 | 2025-02-25T01:30:40.018Z | Downloaded xattr v1.3.1 |
396 | 2025-02-25T01:30:40.021Z | Downloaded vsss-rs v3.3.4 |
397 | 2025-02-25T01:30:40.024Z | Downloaded chrono-tz-build v0.4.0 |
398 | 2025-02-25T01:30:40.024Z | Downloaded zip v0.6.6 |
399 | 2025-02-25T01:30:40.027Z | Downloaded rstest v0.23.0 |
400 | 2025-02-25T01:30:40.033Z | Downloaded linear-map v1.2.0 |
401 | 2025-02-25T01:30:40.035Z | Downloaded version_check v0.9.5 |
402 | 2025-02-25T01:30:40.035Z | Downloaded tungstenite v0.21.0 |
403 | 2025-02-25T01:30:40.038Z | Downloaded env_filter v0.1.2 |
404 | 2025-02-25T01:30:40.041Z | Downloaded r2d2 v0.8.10 |
405 | 2025-02-25T01:30:40.044Z | Downloaded progenitor v0.8.0 |
406 | 2025-02-25T01:30:40.044Z | Downloaded tinyvec_macros v0.1.1 |
407 | 2025-02-25T01:30:40.044Z | Downloaded packed_struct_codegen v0.10.1 |
408 | 2025-02-25T01:30:40.047Z | Downloaded num v0.4.3 |
409 | 2025-02-25T01:30:40.047Z | Downloaded zone v0.1.8 |
410 | 2025-02-25T01:30:40.047Z | Downloaded progenitor-impl v0.9.1 |
411 | 2025-02-25T01:30:40.050Z | Downloaded oxnet v0.1.0 |
412 | 2025-02-25T01:30:40.054Z | Downloaded tracing-attributes v0.1.27 |
413 | 2025-02-25T01:30:40.054Z | Downloaded rpassword v7.3.1 |
414 | 2025-02-25T01:30:40.059Z | Downloaded parse-zoneinfo v0.3.1 |
415 | 2025-02-25T01:30:40.059Z | Downloaded tokio-stream v0.1.17 |
416 | 2025-02-25T01:30:40.061Z | Downloaded serde_spanned v0.6.8 |
417 | 2025-02-25T01:30:40.064Z | Downloaded litemap v0.7.3 |
418 | 2025-02-25T01:30:40.067Z | Downloaded guppy v0.17.17 |
419 | 2025-02-25T01:30:40.071Z | Downloaded defmt-macros v0.3.9 |
420 | 2025-02-25T01:30:40.074Z | Downloaded siphasher v0.3.11 |
421 | 2025-02-25T01:30:40.077Z | Downloaded primeorder v0.13.6 |
422 | 2025-02-25T01:30:40.077Z | Downloaded progenitor-impl v0.8.0 |
423 | 2025-02-25T01:30:40.079Z | Downloaded usdt-macro v0.5.0 |
424 | 2025-02-25T01:30:40.080Z | Downloaded secrecy v0.8.0 |
425 | 2025-02-25T01:30:40.082Z | Downloaded ref-cast-impl v1.0.23 |
426 | 2025-02-25T01:30:40.082Z | Downloaded num-complex v0.4.6 |
427 | 2025-02-25T01:30:40.085Z | Downloaded mockall v0.13.1 |
428 | 2025-02-25T01:30:40.085Z | Downloaded futures-util v0.3.31 |
429 | 2025-02-25T01:30:40.095Z | Downloaded tls_codec_derive v0.4.1 |
430 | 2025-02-25T01:30:40.100Z | Downloaded ecdsa v0.16.9 |
431 | 2025-02-25T01:30:40.102Z | Downloaded typed-path v0.9.3 |
432 | 2025-02-25T01:30:40.105Z | Downloaded textwrap v0.16.1 |
433 | 2025-02-25T01:30:40.108Z | Downloaded doc-comment v0.3.3 |
434 | 2025-02-25T01:30:40.110Z | Downloaded strum v0.26.3 |
435 | 2025-02-25T01:30:40.110Z | Downloaded rand v0.8.5 |
436 | 2025-02-25T01:30:40.113Z | Downloaded kv-log-macro v1.0.7 |
437 | 2025-02-25T01:30:40.115Z | Downloaded utf16_iter v1.0.5 |
438 | 2025-02-25T01:30:40.118Z | Downloaded progenitor v0.9.1 |
439 | 2025-02-25T01:30:40.118Z | Downloaded thread-id v4.2.2 |
440 | 2025-02-25T01:30:40.118Z | Downloaded unicode-properties v0.1.3 |
441 | 2025-02-25T01:30:40.120Z | Downloaded elliptic-curve v0.13.8 |
442 | 2025-02-25T01:30:40.124Z | Downloaded openssl-probe v0.1.5 |
443 | 2025-02-25T01:30:40.127Z | Downloaded vte v0.11.1 |
444 | 2025-02-25T01:30:40.138Z | Downloaded hkdf v0.12.4 |
445 | 2025-02-25T01:30:40.138Z | Downloaded hickory-server v0.24.3 |
446 | 2025-02-25T01:30:40.138Z | Downloaded crc v3.2.1 |
447 | 2025-02-25T01:30:40.138Z | Downloaded crossbeam-channel v0.5.13 |
448 | 2025-02-25T01:30:40.142Z | Downloaded parking v2.2.1 |
449 | 2025-02-25T01:30:40.145Z | Downloaded termtree v0.4.1 |
450 | 2025-02-25T01:30:40.145Z | Downloaded defmt-parser v0.3.4 |
451 | 2025-02-25T01:30:40.145Z | Downloaded h2 v0.4.6 |
452 | 2025-02-25T01:30:40.150Z | Downloaded lru-cache v0.1.2 |
453 | 2025-02-25T01:30:40.153Z | Downloaded is_ci v1.2.0 |
454 | 2025-02-25T01:30:40.153Z | Downloaded icu_provider_macros v1.5.0 |
455 | 2025-02-25T01:30:40.156Z | Downloaded usdt-attr-macro v0.5.0 |
456 | 2025-02-25T01:30:40.156Z | Downloaded usdt v0.5.0 |
457 | 2025-02-25T01:30:40.156Z | Downloaded russh-cryptovec v0.7.3 |
458 | 2025-02-25T01:30:40.161Z | Downloaded tracing-core v0.1.32 |
459 | 2025-02-25T01:30:40.161Z | Downloaded tls_codec v0.4.1 |
460 | 2025-02-25T01:30:40.161Z | Downloaded tower-service v0.3.3 |
461 | 2025-02-25T01:30:40.164Z | Downloaded stable_deref_trait v1.2.0 |
462 | 2025-02-25T01:30:40.164Z | Downloaded slog-term v2.9.1 |
463 | 2025-02-25T01:30:40.169Z | Downloaded sec1 v0.7.3 |
464 | 2025-02-25T01:30:40.169Z | Downloaded rustls-pemfile v2.2.0 |
465 | 2025-02-25T01:30:40.172Z | Downloaded crypto-common v0.1.6 |
466 | 2025-02-25T01:30:40.172Z | Downloaded utf-8 v0.7.6 |
467 | 2025-02-25T01:30:40.172Z | Downloaded rustls-pki-types v1.10.0 |
468 | 2025-02-25T01:30:40.176Z | Downloaded prettyplease v0.2.29 |
469 | 2025-02-25T01:30:40.180Z | Downloaded ena v0.14.3 |
470 | 2025-02-25T01:30:40.180Z | Downloaded goblin v0.8.2 |
471 | 2025-02-25T01:30:40.185Z | Downloaded lockfree-object-pool v0.1.6 |
472 | 2025-02-25T01:30:40.188Z | Downloaded tokio-macros v2.5.0 |
473 | 2025-02-25T01:30:40.190Z | Downloaded compact_str v0.8.0 |
474 | 2025-02-25T01:30:40.193Z | Downloaded qorb v0.2.1 |
475 | 2025-02-25T01:30:40.197Z | Downloaded phf v0.11.2 |
476 | 2025-02-25T01:30:40.200Z | Downloaded derive_builder_core v0.20.2 |
477 | 2025-02-25T01:30:40.200Z | Downloaded dtrace-parser v0.2.0 |
478 | 2025-02-25T01:30:40.204Z | Downloaded proc-macro-crate v1.3.1 |
479 | 2025-02-25T01:30:40.204Z | Downloaded serde_urlencoded v0.7.1 |
480 | 2025-02-25T01:30:40.207Z | Downloaded typify v0.2.0 |
481 | 2025-02-25T01:30:40.207Z | Downloaded dirs-next v2.0.0 |
482 | 2025-02-25T01:30:40.210Z | Downloaded aes-gcm v0.10.3 |
483 | 2025-02-25T01:30:40.213Z | Downloaded polling v3.7.3 |
484 | 2025-02-25T01:30:40.216Z | Downloaded dirs-sys-next v0.1.2 |
485 | 2025-02-25T01:30:40.216Z | Downloaded usdt-impl v0.5.0 |
486 | 2025-02-25T01:30:40.219Z | Downloaded lru v0.12.5 |
487 | 2025-02-25T01:30:40.219Z | Downloaded der v0.7.9 |
488 | 2025-02-25T01:30:40.222Z | Downloaded plain v0.2.3 |
489 | 2025-02-25T01:30:40.226Z | Downloaded typify v0.3.0 |
490 | 2025-02-25T01:30:40.228Z | Downloaded quinn-udp v0.5.5 |
491 | 2025-02-25T01:30:40.228Z | Downloaded slog-json v2.6.1 |
492 | 2025-02-25T01:30:40.234Z | Downloaded quote v1.0.38 |
493 | 2025-02-25T01:30:40.237Z | Downloaded tracing v0.1.40 |
494 | 2025-02-25T01:30:40.237Z | Downloaded nested v0.1.1 |
495 | 2025-02-25T01:30:40.241Z | Downloaded semver v0.1.20 |
496 | 2025-02-25T01:30:40.241Z | Downloaded powerfmt v0.2.0 |
497 | 2025-02-25T01:30:40.244Z | Downloaded iana-time-zone v0.1.61 |
498 | 2025-02-25T01:30:40.244Z | Downloaded similar-asserts v1.6.1 |
499 | 2025-02-25T01:30:40.247Z | Downloaded termtree v0.5.1 |
500 | 2025-02-25T01:30:40.247Z | Downloaded newline-converter v0.3.0 |
501 | 2025-02-25T01:30:40.252Z | Downloaded papergrid v0.14.0 |
502 | 2025-02-25T01:30:40.255Z | Downloaded tui-tree-widget v0.23.0 |
503 | 2025-02-25T01:30:40.255Z | Downloaded crc-any v2.5.0 |
504 | 2025-02-25T01:30:40.257Z | Downloaded wait-timeout v0.2.0 |
505 | 2025-02-25T01:30:40.257Z | Downloaded zopfli v0.8.1 |
506 | 2025-02-25T01:30:40.260Z | Downloaded yansi v1.0.1 |
507 | 2025-02-25T01:30:40.263Z | Downloaded ucd-trie v0.1.7 |
508 | 2025-02-25T01:30:40.266Z | Downloaded mio v1.0.2 |
509 | 2025-02-25T01:30:40.269Z | Downloaded threadpool v1.8.1 |
510 | 2025-02-25T01:30:40.272Z | Downloaded blake3 v1.5.4 |
511 | 2025-02-25T01:30:40.276Z | Downloaded zip v2.1.3 |
512 | 2025-02-25T01:30:40.280Z | Downloaded unicode-segmentation v1.12.0 |
513 | 2025-02-25T01:30:40.284Z | Downloaded sync_wrapper v1.0.1 |
514 | 2025-02-25T01:30:40.286Z | Downloaded sync-ptr v0.1.1 |
515 | 2025-02-25T01:30:40.286Z | Downloaded swrite v0.1.0 |
516 | 2025-02-25T01:30:40.286Z | Downloaded once_cell v1.20.3 |
517 | 2025-02-25T01:30:40.292Z | Downloaded rcgen v0.12.1 |
518 | 2025-02-25T01:30:40.301Z | Downloaded ciborium-ll v0.2.2 |
519 | 2025-02-25T01:30:40.301Z | Downloaded derive-where v1.2.7 |
520 | 2025-02-25T01:30:40.301Z | Downloaded pretty_assertions v1.4.1 |
521 | 2025-02-25T01:30:40.303Z | Downloaded diesel_table_macro_syntax v0.2.0 |
522 | 2025-02-25T01:30:40.303Z | Downloaded try-lock v0.2.5 |
523 | 2025-02-25T01:30:40.303Z | Downloaded darling_macro v0.20.10 |
524 | 2025-02-25T01:30:40.303Z | Downloaded downcast v0.11.0 |
525 | 2025-02-25T01:30:40.303Z | Downloaded zerofrom v0.1.4 |
526 | 2025-02-25T01:30:40.303Z | Downloaded memmap v0.7.0 |
527 | 2025-02-25T01:30:40.306Z | Downloaded newtype-uuid v1.2.1 |
528 | 2025-02-25T01:30:40.306Z | Downloaded serde_with v3.11.0 |
529 | 2025-02-25T01:30:40.313Z | Downloaded number_prefix v0.4.0 |
530 | 2025-02-25T01:30:40.315Z | Downloaded cipher v0.4.4 |
531 | 2025-02-25T01:30:40.315Z | Downloaded pbkdf2 v0.11.0 |
532 | 2025-02-25T01:30:40.318Z | Downloaded utf8_iter v1.0.4 |
533 | 2025-02-25T01:30:40.321Z | Downloaded clap v4.5.30 |
534 | 2025-02-25T01:30:40.326Z | Downloaded peg-runtime v0.8.3 |
535 | 2025-02-25T01:30:40.330Z | Downloaded darling_core v0.20.10 |
536 | 2025-02-25T01:30:40.332Z | Downloaded pkg-config v0.3.31 |
537 | 2025-02-25T01:30:40.335Z | Downloaded olpc-cjson v0.1.4 |
538 | 2025-02-25T01:30:40.335Z | Downloaded rustc_version v0.1.7 |
539 | 2025-02-25T01:30:40.335Z | Downloaded ppv-lite86 v0.2.20 |
540 | 2025-02-25T01:30:40.338Z | Downloaded zerovec v0.10.4 |
541 | 2025-02-25T01:30:40.346Z | Downloaded itertools v0.13.0 |
542 | 2025-02-25T01:30:40.348Z | Downloaded scroll_derive v0.12.0 |
543 | 2025-02-25T01:30:40.351Z | Downloaded serde-hex v0.1.0 |
544 | 2025-02-25T01:30:40.351Z | Downloaded tabled_derive v0.10.0 |
545 | 2025-02-25T01:30:40.354Z | Downloaded tabled_derive v0.7.0 |
546 | 2025-02-25T01:30:40.354Z | Downloaded hyper-staticfile v0.10.1 |
547 | 2025-02-25T01:30:40.357Z | Downloaded libloading v0.8.5 |
548 | 2025-02-25T01:30:40.360Z | Downloaded jobserver v0.1.32 |
549 | 2025-02-25T01:30:40.360Z | Downloaded aws-lc-rs v1.10.0 |
550 | 2025-02-25T01:30:40.367Z | Downloaded zone_cfg_derive v0.1.2 |
551 | 2025-02-25T01:30:40.370Z | Downloaded sigpipe v0.1.3 |
552 | 2025-02-25T01:30:40.370Z | Downloaded zerofrom-derive v0.1.4 |
553 | 2025-02-25T01:30:40.372Z | Downloaded data-encoding v2.6.0 |
554 | 2025-02-25T01:30:40.372Z | Downloaded typenum v1.17.0 |
555 | 2025-02-25T01:30:40.375Z | Downloaded lazycell v1.3.0 |
556 | 2025-02-25T01:30:40.375Z | Downloaded trybuild v1.0.101 |
557 | 2025-02-25T01:30:40.379Z | Downloaded toml v0.8.19 |
558 | 2025-02-25T01:30:40.382Z | Downloaded md-5 v0.10.6 |
559 | 2025-02-25T01:30:40.385Z | Downloaded proptest v1.5.0 |
560 | 2025-02-25T01:30:40.392Z | Downloaded indoc v1.0.9 |
561 | 2025-02-25T01:30:40.395Z | Downloaded num-traits v0.2.19 |
562 | 2025-02-25T01:30:40.399Z | Downloaded multimap v0.10.0 |
563 | 2025-02-25T01:30:40.402Z | Downloaded postgres-types v0.2.8 |
564 | 2025-02-25T01:30:40.402Z | Downloaded url v2.5.3 |
565 | 2025-02-25T01:30:40.405Z | Downloaded portable-atomic v1.9.0 |
566 | 2025-02-25T01:30:40.409Z | Downloaded smallvec v1.14.0 |
567 | 2025-02-25T01:30:40.413Z | Downloaded rustc-hash v2.1.1 |
568 | 2025-02-25T01:30:40.416Z | Downloaded simd-adler32 v0.3.7 |
569 | 2025-02-25T01:30:40.416Z | Downloaded num-conv v0.1.0 |
570 | 2025-02-25T01:30:40.416Z | Downloaded normalize-line-endings v0.3.0 |
571 | 2025-02-25T01:30:40.422Z | Downloaded serde_derive_internals v0.29.1 |
572 | 2025-02-25T01:30:40.422Z | Downloaded rand_xorshift v0.3.0 |
573 | 2025-02-25T01:30:40.422Z | Downloaded serde_yaml v0.9.34+deprecated |
574 | 2025-02-25T01:30:40.425Z | Downloaded criterion v0.5.1 |
575 | 2025-02-25T01:30:40.429Z | Downloaded unicase v2.7.0 |
576 | 2025-02-25T01:30:40.433Z | Downloaded thread_local v1.1.8 |
577 | 2025-02-25T01:30:40.433Z | Downloaded crucible-workspace-hack v0.1.0 |
578 | 2025-02-25T01:30:40.433Z | Downloaded rusty-fork v0.3.0 |
579 | 2025-02-25T01:30:40.435Z | Downloaded openssl-sys v0.9.106 |
580 | 2025-02-25T01:30:40.438Z | Downloaded thiserror-no-std v2.0.2 |
581 | 2025-02-25T01:30:40.442Z | Downloaded convert_case v0.4.0 |
582 | 2025-02-25T01:30:40.445Z | Downloaded thiserror-impl v2.0.11 |
583 | 2025-02-25T01:30:40.445Z | Downloaded indexmap v1.9.3 |
584 | 2025-02-25T01:30:40.448Z | Downloaded memmap2 v0.9.5 |
585 | 2025-02-25T01:30:40.453Z | Downloaded predicates v3.1.3 |
586 | 2025-02-25T01:30:40.456Z | Downloaded omicron-zone-package v0.12.0 |
587 | 2025-02-25T01:30:40.456Z | Downloaded quinn v0.11.5 |
588 | 2025-02-25T01:30:40.460Z | Downloaded instability v0.3.2 |
589 | 2025-02-25T01:30:40.463Z | Downloaded num-bigint-dig v0.8.4 |
590 | 2025-02-25T01:30:40.466Z | Downloaded mirai-annotations v1.12.0 |
591 | 2025-02-25T01:30:40.466Z | Downloaded pkcs1 v0.7.5 |
592 | 2025-02-25T01:30:40.468Z | Downloaded document-features v0.2.10 |
593 | 2025-02-25T01:30:40.473Z | Downloaded digest v0.10.7 |
594 | 2025-02-25T01:30:40.473Z | Downloaded difflib v0.4.0 |
595 | 2025-02-25T01:30:40.475Z | Downloaded pretty-hex v0.2.1 |
596 | 2025-02-25T01:30:40.476Z | Downloaded phf_codegen v0.11.2 |
597 | 2025-02-25T01:30:40.476Z | Downloaded parse-display v0.10.0 |
598 | 2025-02-25T01:30:40.476Z | Downloaded sct v0.7.1 |
599 | 2025-02-25T01:30:40.478Z | Downloaded percent-encoding v2.3.1 |
600 | 2025-02-25T01:30:40.482Z | Downloaded async-std v1.13.0 |
601 | 2025-02-25T01:30:40.496Z | Downloaded zone v0.3.0 |
602 | 2025-02-25T01:30:40.499Z | Downloaded subtle v2.6.1 |
603 | 2025-02-25T01:30:40.499Z | Downloaded rustfmt-wrapper v0.2.1 |
604 | 2025-02-25T01:30:40.502Z | Downloaded rand_seeder v0.3.0 |
605 | 2025-02-25T01:30:40.502Z | Downloaded thiserror-impl-no-std v2.0.2 |
606 | 2025-02-25T01:30:40.502Z | Downloaded spin v0.9.8 |
607 | 2025-02-25T01:30:40.506Z | Downloaded tokio-tungstenite v0.23.1 |
608 | 2025-02-25T01:30:40.508Z | Downloaded scroll v0.12.0 |
609 | 2025-02-25T01:30:40.508Z | Downloaded diesel_derives v2.2.3 |
610 | 2025-02-25T01:30:40.512Z | Downloaded thiserror-impl v1.0.69 |
611 | 2025-02-25T01:30:40.514Z | Downloaded ed25519 v2.2.3 |
612 | 2025-02-25T01:30:40.517Z | Downloaded bitvec v1.0.1 |
613 | 2025-02-25T01:30:40.529Z | Downloaded progenitor-client v0.8.0 |
614 | 2025-02-25T01:30:40.532Z | Downloaded chrono-tz v0.10.1 |
615 | 2025-02-25T01:30:40.536Z | Downloaded progenitor-client v0.9.1 |
616 | 2025-02-25T01:30:40.539Z | Downloaded proc-macro-error-attr2 v2.0.0 |
617 | 2025-02-25T01:30:40.539Z | Downloaded pem v3.0.5 |
618 | 2025-02-25T01:30:40.543Z | Downloaded idna_adapter v1.2.0 |
619 | 2025-02-25T01:30:40.543Z | Downloaded serde-big-array v0.5.1 |
620 | 2025-02-25T01:30:40.546Z | Downloaded parking_lot_core v0.9.10 |
621 | 2025-02-25T01:30:40.546Z | Downloaded untrusted v0.9.0 |
622 | 2025-02-25T01:30:40.547Z | Downloaded untrusted v0.7.1 |
623 | 2025-02-25T01:30:40.551Z | Downloaded rustc-hash v1.1.0 |
624 | 2025-02-25T01:30:40.551Z | Downloaded pest_generator v2.7.14 |
625 | 2025-02-25T01:30:40.551Z | Downloaded lock_api v0.4.12 |
626 | 2025-02-25T01:30:40.554Z | Downloaded derive_builder_macro v0.20.2 |
627 | 2025-02-25T01:30:40.554Z | Downloaded indoc v2.0.5 |
628 | 2025-02-25T01:30:40.554Z | Downloaded indent_write v2.2.0 |
629 | 2025-02-25T01:30:40.557Z | Downloaded concurrent-queue v2.5.0 |
630 | 2025-02-25T01:30:40.557Z | Downloaded typify-macro v0.3.0 |
631 | 2025-02-25T01:30:40.560Z | Downloaded strum_macros v0.24.3 |
632 | 2025-02-25T01:30:40.560Z | Downloaded write16 v1.0.0 |
633 | 2025-02-25T01:30:40.564Z | Downloaded sqlformat v0.2.6 |
634 | 2025-02-25T01:30:40.564Z | Downloaded der_derive v0.7.3 |
635 | 2025-02-25T01:30:40.564Z | Downloaded const-oid v0.9.6 |
636 | 2025-02-25T01:30:40.566Z | Downloaded bindgen v0.69.5 |
637 | 2025-02-25T01:30:40.572Z | Downloaded hyper-rustls v0.26.0 |
638 | 2025-02-25T01:30:40.575Z | Downloaded parse-size v1.1.0 |
639 | 2025-02-25T01:30:40.578Z | Downloaded thiserror v2.0.11 |
640 | 2025-02-25T01:30:40.580Z | Downloaded dof v0.3.0 |
641 | 2025-02-25T01:30:40.583Z | Downloaded impl-trait-for-tuples v0.2.2 |
642 | 2025-02-25T01:30:40.586Z | Downloaded target-spec v3.4.2 |
643 | 2025-02-25T01:30:40.586Z | Downloaded managed v0.8.0 |
644 | 2025-02-25T01:30:40.589Z | Downloaded criterion-plot v0.5.0 |
645 | 2025-02-25T01:30:40.589Z | Downloaded memoffset v0.9.1 |
646 | 2025-02-25T01:30:40.592Z | Downloaded diff v0.1.13 |
647 | 2025-02-25T01:30:40.592Z | Downloaded target-lexicon v0.13.2 |
648 | 2025-02-25T01:30:40.595Z | Downloaded sha1 v0.10.6 |
649 | 2025-02-25T01:30:40.598Z | Downloaded unicode-ident v1.0.14 |
650 | 2025-02-25T01:30:40.601Z | Downloaded gimli v0.31.1 |
651 | 2025-02-25T01:30:40.606Z | Downloaded serde_tokenstream v0.2.2 |
652 | 2025-02-25T01:30:40.608Z | Downloaded rustc-demangle v0.1.24 |
653 | 2025-02-25T01:30:40.608Z | Downloaded rust-argon2 v2.1.0 |
654 | 2025-02-25T01:30:40.611Z | Downloaded icu_locid_transform_data v1.5.0 |
655 | 2025-02-25T01:30:40.614Z | Downloaded litrs v0.4.1 |
656 | 2025-02-25T01:30:40.617Z | Downloaded idna v1.0.3 |
657 | 2025-02-25T01:30:40.619Z | Downloaded pest_meta v2.7.14 |
658 | 2025-02-25T01:30:40.622Z | Downloaded crc-catalog v2.4.0 |
659 | 2025-02-25T01:30:40.622Z | Downloaded typify-macro v0.2.0 |
660 | 2025-02-25T01:30:40.622Z | Downloaded rand_core v0.6.4 |
661 | 2025-02-25T01:30:40.625Z | Downloaded num-iter v0.1.45 |
662 | 2025-02-25T01:30:40.625Z | Downloaded macaddr v1.0.1 |
663 | 2025-02-25T01:30:40.627Z | Downloaded multer v3.1.0 |
664 | 2025-02-25T01:30:40.630Z | Downloaded unicode-bidi v0.3.17 |
665 | 2025-02-25T01:30:40.632Z | Downloaded cookie v0.18.1 |
666 | 2025-02-25T01:30:40.632Z | Downloaded reqwest v0.12.12 |
667 | 2025-02-25T01:30:40.640Z | Downloaded unarray v0.1.4 |
668 | 2025-02-25T01:30:40.645Z | Downloaded libefi-sys v0.1.0 |
669 | 2025-02-25T01:30:40.645Z | Downloaded mime_guess v2.0.5 |
670 | 2025-02-25T01:30:40.648Z | Downloaded zerocopy-derive v0.8.10 |
671 | 2025-02-25T01:30:40.652Z | Downloaded ciborium-io v0.2.2 |
672 | 2025-02-25T01:30:40.652Z | Downloaded zone_cfg_derive v0.3.0 |
673 | 2025-02-25T01:30:40.652Z | Downloaded want v0.3.1 |
674 | 2025-02-25T01:30:40.655Z | Downloaded mockall_derive v0.13.1 |
675 | 2025-02-25T01:30:40.655Z | Downloaded icu_normalizer v1.5.0 |
676 | 2025-02-25T01:30:40.658Z | Downloaded num_threads v0.1.7 |
677 | 2025-02-25T01:30:40.658Z | Downloaded bindgen v0.71.1 |
678 | 2025-02-25T01:30:40.664Z | Downloaded ssh-cipher v0.2.0 |
679 | 2025-02-25T01:30:40.668Z | Downloaded itoa v1.0.11 |
680 | 2025-02-25T01:30:40.668Z | Downloaded internet-checksum v0.2.1 |
681 | 2025-02-25T01:30:40.668Z | Downloaded spki v0.7.3 |
682 | 2025-02-25T01:30:40.671Z | Downloaded path-slash v0.1.5 |
683 | 2025-02-25T01:30:40.671Z | Downloaded tokio-tungstenite v0.24.0 |
684 | 2025-02-25T01:30:40.674Z | Downloaded nom v7.1.3 |
685 | 2025-02-25T01:30:40.677Z | Downloaded cstr-argument v0.1.2 |
686 | 2025-02-25T01:30:40.679Z | Downloaded crunchy v0.2.2 |
687 | 2025-02-25T01:30:40.679Z | Downloaded miniz_oxide v0.8.0 |
688 | 2025-02-25T01:30:40.682Z | Downloaded env_logger v0.10.2 |
689 | 2025-02-25T01:30:40.684Z | Downloaded dyn-clone v1.0.18 |
690 | 2025-02-25T01:30:40.684Z | Downloaded zeroize_derive v1.4.2 |
691 | 2025-02-25T01:30:40.687Z | Downloaded which v4.4.2 |
692 | 2025-02-25T01:30:40.687Z | Downloaded sha2 v0.10.8 |
693 | 2025-02-25T01:30:40.690Z | Downloaded crossbeam-utils v0.8.20 |
694 | 2025-02-25T01:30:40.693Z | Downloaded russh-keys v0.45.0 |
695 | 2025-02-25T01:30:40.696Z | Downloaded cobs v0.2.3 |
696 | 2025-02-25T01:30:40.696Z | Downloaded predicates-tree v1.0.11 |
697 | 2025-02-25T01:30:40.696Z | Downloaded num-derive v0.4.2 |
698 | 2025-02-25T01:30:40.698Z | Downloaded icu_collections v1.5.0 |
699 | 2025-02-25T01:30:40.702Z | Downloaded strum_macros v0.25.3 |
700 | 2025-02-25T01:30:40.707Z | Downloaded webpki-roots v0.26.6 |
701 | 2025-02-25T01:30:40.709Z | Downloaded whoami v1.5.2 |
702 | 2025-02-25T01:30:40.712Z | Downloaded tabled v0.15.0 |
703 | 2025-02-25T01:30:40.724Z | Downloaded pbkdf2 v0.12.2 |
704 | 2025-02-25T01:30:40.727Z | Downloaded libm v0.2.8 |
705 | 2025-02-25T01:30:40.732Z | Downloaded keccak v0.1.5 |
706 | 2025-02-25T01:30:40.742Z | Downloaded humantime v2.1.0 |
707 | 2025-02-25T01:30:40.742Z | Downloaded num_enum v0.5.11 |
708 | 2025-02-25T01:30:40.745Z | Downloaded universal-hash v0.5.1 |
709 | 2025-02-25T01:30:40.745Z | Downloaded tokio-tungstenite v0.21.0 |
710 | 2025-02-25T01:30:40.745Z | Downloaded predicates-core v1.0.8 |
711 | 2025-02-25T01:30:40.746Z | Downloaded tinytemplate v1.2.1 |
712 | 2025-02-25T01:30:40.746Z | Downloaded ryu v1.0.18 |
713 | 2025-02-25T01:30:40.750Z | Downloaded num_enum_derive v0.5.11 |
714 | 2025-02-25T01:30:40.750Z | Downloaded proc-macro-error2 v2.0.1 |
715 | 2025-02-25T01:30:40.750Z | Downloaded tabled v0.18.0 |
716 | 2025-02-25T01:30:40.765Z | Downloaded toml_datetime v0.6.8 |
717 | 2025-02-25T01:30:40.768Z | Downloaded zerocopy-derive v0.7.35 |
718 | 2025-02-25T01:30:40.772Z | Downloaded semver v1.0.25 |
719 | 2025-02-25T01:30:40.775Z | Downloaded tower v0.5.2 |
720 | 2025-02-25T01:30:40.779Z | Downloaded dunce v1.0.5 |
721 | 2025-02-25T01:30:40.782Z | Downloaded walkdir v2.5.0 |
722 | 2025-02-25T01:30:40.782Z | Downloaded peg-macros v0.8.4 |
723 | 2025-02-25T01:30:40.785Z | Downloaded toml_edit v0.19.15 |
724 | 2025-02-25T01:30:40.797Z | Downloaded subprocess v0.2.9 |
725 | 2025-02-25T01:30:40.800Z | Downloaded proc-macro2 v1.0.93 |
726 | 2025-02-25T01:30:40.803Z | Downloaded signal-hook v0.3.17 |
727 | 2025-02-25T01:30:40.806Z | Downloaded unicode-width v0.2.0 |
728 | 2025-02-25T01:30:40.809Z | Downloaded memchr v2.7.4 |
729 | 2025-02-25T01:30:40.815Z | Downloaded num-rational v0.4.2 |
730 | 2025-02-25T01:30:40.818Z | Downloaded russh v0.45.0 |
731 | 2025-02-25T01:30:40.821Z | Downloaded radix_trie v0.2.1 |
732 | 2025-02-25T01:30:40.826Z | Downloaded serde v1.0.218 |
733 | 2025-02-25T01:30:40.829Z | Downloaded icu_properties_data v1.5.0 |
734 | 2025-02-25T01:30:40.837Z | Downloaded rand_distr v0.4.3 |
735 | 2025-02-25T01:30:40.840Z | Downloaded minimal-lexical v0.2.1 |
736 | 2025-02-25T01:30:40.843Z | Downloaded x509-cert v0.2.5 |
737 | 2025-02-25T01:30:40.849Z | Downloaded unicode-width v0.1.14 |
738 | 2025-02-25T01:30:40.854Z | Downloaded salsa20 v0.10.2 |
739 | 2025-02-25T01:30:40.858Z | Downloaded rand_core v0.9.2 |
740 | 2025-02-25T01:30:40.858Z | Downloaded pkcs8 v0.10.2 |
741 | 2025-02-25T01:30:40.863Z | Downloaded toml v0.7.8 |
742 | 2025-02-25T01:30:40.866Z | Downloaded unicode_categories v0.1.1 |
743 | 2025-02-25T01:30:40.866Z | Downloaded plotters v0.3.7 |
744 | 2025-02-25T01:30:40.871Z | Downloaded unsafe-libyaml v0.2.11 |
745 | 2025-02-25T01:30:40.874Z | Downloaded rustyline v14.0.0 |
746 | 2025-02-25T01:30:40.878Z | Downloaded tough v0.19.0 |
747 | 2025-02-25T01:30:40.886Z | Downloaded rusqlite v0.32.1 |
748 | 2025-02-25T01:30:40.891Z | Downloaded ed25519-dalek v2.1.1 |
749 | 2025-02-25T01:30:40.894Z | Downloaded winnow v0.6.20 |
750 | 2025-02-25T01:30:40.902Z | Downloaded tokio-util v0.7.12 |
751 | 2025-02-25T01:30:40.907Z | Downloaded winnow v0.5.40 |
752 | 2025-02-25T01:30:40.915Z | Downloaded quinn-proto v0.11.8 |
753 | 2025-02-25T01:30:40.921Z | Downloaded zerocopy v0.7.35 |
754 | 2025-02-25T01:30:40.936Z | Downloaded nix v0.28.0 |
755 | 2025-02-25T01:30:40.945Z | Downloaded rustls-webpki v0.102.8 |
756 | 2025-02-25T01:30:40.961Z | Downloaded time v0.3.36 |
757 | 2025-02-25T01:30:40.966Z | Downloaded nix v0.29.0 |
758 | 2025-02-25T01:30:40.977Z | Downloaded salty v0.3.0 |
759 | 2025-02-25T01:30:40.983Z | Downloaded crypto-bigint v0.5.5 |
760 | 2025-02-25T01:30:40.990Z | Downloaded polar-core v0.27.3 |
761 | 2025-02-25T01:30:40.997Z | Downloaded petname v2.0.2 |
762 | 2025-02-25T01:30:41.002Z | Downloaded sqlparser v0.45.0 |
763 | 2025-02-25T01:30:41.007Z | Downloaded serde_json v1.0.139 |
764 | 2025-02-25T01:30:41.014Z | Downloaded bstr v1.10.0 |
765 | 2025-02-25T01:30:41.024Z | Downloaded crossterm v0.28.1 |
766 | 2025-02-25T01:30:41.030Z | Downloaded smoltcp v0.9.1 |
767 | 2025-02-25T01:30:41.039Z | Downloaded zerocopy v0.8.10 |
768 | 2025-02-25T01:30:41.061Z | Downloaded curve25519-dalek v4.1.3 |
769 | 2025-02-25T01:30:41.069Z | Downloaded lalrpop v0.19.12 |
770 | 2025-02-25T01:30:41.079Z | Downloaded hyper v1.5.2 |
771 | 2025-02-25T01:30:41.085Z | Downloaded quick-xml v0.37.2 |
772 | 2025-02-25T01:30:41.091Z | Downloaded dropshot v0.12.0 |
773 | 2025-02-25T01:30:41.110Z | Downloaded diesel v2.2.7 |
774 | 2025-02-25T01:30:41.125Z | Downloaded dropshot v0.15.1 |
775 | 2025-02-25T01:30:41.145Z | Downloaded regex-syntax v0.8.5 |
776 | 2025-02-25T01:30:41.153Z | Downloaded syn v2.0.96 |
777 | 2025-02-25T01:30:41.164Z | Downloaded hickory-proto v0.24.3 |
778 | 2025-02-25T01:30:41.178Z | Downloaded object v0.30.4 |
779 | 2025-02-25T01:30:41.187Z | Downloaded rustls v0.21.12 |
780 | 2025-02-25T01:30:41.197Z | Downloaded smoltcp v0.11.0 |
781 | 2025-02-25T01:30:41.209Z | Downloaded libxml v0.3.3 |
782 | 2025-02-25T01:30:41.214Z | Downloaded regress v0.10.1 |
783 | 2025-02-25T01:30:41.223Z | Downloaded regex-syntax v0.6.29 |
784 | 2025-02-25T01:30:41.230Z | Downloaded sled v0.34.7 |
785 | 2025-02-25T01:30:41.239Z | Downloaded openapiv3 v2.0.0 |
786 | 2025-02-25T01:30:41.250Z | Downloaded regress v0.9.1 |
787 | 2025-02-25T01:30:41.258Z | Downloaded rustix v0.38.37 |
788 | 2025-02-25T01:30:41.278Z | Downloaded typify-impl v0.2.0 |
789 | 2025-02-25T01:30:41.297Z | Downloaded openssl v0.10.71 |
790 | 2025-02-25T01:30:41.301Z | Downloaded itertools v0.10.5 |
791 | 2025-02-25T01:30:41.307Z | Downloaded rayon v1.10.0 |
792 | 2025-02-25T01:30:41.315Z | Downloaded vcpkg v0.2.15 |
793 | 2025-02-25T01:30:41.349Z | Downloaded typify-impl v0.3.0 |
794 | 2025-02-25T01:30:41.364Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
795 | 2025-02-25T01:30:41.376Z | Downloaded zerocopy-derive v0.6.6 |
796 | 2025-02-25T01:30:41.385Z | Downloaded syn v1.0.109 |
797 | 2025-02-25T01:30:41.394Z | Downloaded p384 v0.13.0 |
798 | 2025-02-25T01:30:41.400Z | Downloaded ratatui v0.29.0 |
799 | 2025-02-25T01:30:41.424Z | Downloaded object v0.36.5 |
800 | 2025-02-25T01:30:41.433Z | Downloaded nix v0.27.1 |
801 | 2025-02-25T01:30:41.443Z | Downloaded petgraph v0.6.5 |
802 | 2025-02-25T01:30:41.460Z | Downloaded regex v1.11.1 |
803 | 2025-02-25T01:30:41.471Z | Downloaded lzma-sys v0.1.20 |
804 | 2025-02-25T01:30:41.498Z | Downloaded rustls v0.23.19 |
805 | 2025-02-25T01:30:41.509Z | Downloaded rustls v0.22.4 |
806 | 2025-02-25T01:30:41.522Z | Downloaded regex-automata v0.4.8 |
807 | 2025-02-25T01:30:41.536Z | Downloaded clap_builder v4.5.30 |
808 | 2025-02-25T01:30:41.542Z | Downloaded rustls-webpki v0.101.7 |
809 | 2025-02-25T01:30:41.554Z | Downloaded tokio v1.43.0 |
810 | 2025-02-25T01:30:41.590Z | Downloaded petgraph v0.7.1 |
811 | 2025-02-25T01:30:41.606Z | Downloaded csv v1.3.1 |
812 | 2025-02-25T01:30:41.625Z | Downloaded path-tree v0.8.1 |
813 | 2025-02-25T01:30:41.628Z | Downloaded strum_macros v0.26.4 |
814 | 2025-02-25T01:30:41.631Z | Downloaded des v0.8.1 |
815 | 2025-02-25T01:30:41.631Z | Downloaded deranged v0.3.11 |
816 | 2025-02-25T01:30:41.631Z | Downloaded zerocopy v0.6.6 |
817 | 2025-02-25T01:30:41.635Z | Downloaded tinyvec v1.8.0 |
818 | 2025-02-25T01:30:41.635Z | Downloaded sha3 v0.10.8 |
819 | 2025-02-25T01:30:41.639Z | Downloaded rustc_version v0.4.1 |
820 | 2025-02-25T01:30:41.642Z | Downloaded libc v0.2.170 |
821 | 2025-02-25T01:30:41.663Z | Downloaded pkcs5 v0.7.1 |
822 | 2025-02-25T01:30:41.667Z | Downloaded tar v0.4.44 |
823 | 2025-02-25T01:30:41.670Z | Downloaded test-strategy v0.4.0 |
824 | 2025-02-25T01:30:41.672Z | Downloaded itertools v0.14.0 |
825 | 2025-02-25T01:30:41.679Z | Downloaded libz-sys v1.1.20 |
826 | 2025-02-25T01:30:41.698Z | Downloaded signature v2.2.0 |
827 | 2025-02-25T01:30:41.702Z | Downloaded scopeguard v1.2.0 |
828 | 2025-02-25T01:30:41.702Z | Downloaded quick-error v1.2.3 |
829 | 2025-02-25T01:30:41.705Z | Downloaded inout v0.1.3 |
830 | 2025-02-25T01:30:41.705Z | Downloaded parse-display-derive v0.10.0 |
831 | 2025-02-25T01:30:41.705Z | Downloaded writeable v0.5.5 |
832 | 2025-02-25T01:30:41.706Z | Downloaded icu_locid v1.5.0 |
833 | 2025-02-25T01:30:41.708Z | Downloaded reedline v0.35.0 |
834 | 2025-02-25T01:30:41.715Z | Downloaded derive_more v0.99.19 |
835 | 2025-02-25T01:30:41.719Z | Downloaded p521 v0.13.3 |
836 | 2025-02-25T01:30:41.723Z | Downloaded tabwriter v1.4.0 |
837 | 2025-02-25T01:30:41.726Z | Downloaded ssh-key v0.6.6 |
838 | 2025-02-25T01:30:41.729Z | Downloaded git2 v0.19.0 |
839 | 2025-02-25T01:30:41.737Z | Downloaded clang-sys v1.8.1 |
840 | 2025-02-25T01:30:41.740Z | Downloaded pest v2.7.14 |
841 | 2025-02-25T01:30:41.750Z | Downloaded itertools v0.12.1 |
842 | 2025-02-25T01:30:41.754Z | Downloaded kstat-rs v0.2.4 |
843 | 2025-02-25T01:30:41.754Z | Downloaded chrono v0.4.39 |
844 | 2025-02-25T01:30:41.759Z | Downloaded httpmock v0.8.0-alpha.1 |
845 | 2025-02-25T01:30:41.777Z | Downloaded partial-io v0.5.4 |
846 | 2025-02-25T01:30:41.780Z | Downloaded poly1305 v0.8.0 |
847 | 2025-02-25T01:30:41.780Z | Downloaded nanorand v0.7.0 |
848 | 2025-02-25T01:30:41.780Z | Downloaded dropshot_endpoint v0.12.0 |
849 | 2025-02-25T01:30:41.783Z | Downloaded hyper-util v0.1.10 |
850 | 2025-02-25T01:30:41.787Z | Downloaded hyper-rustls v0.27.3 |
851 | 2025-02-25T01:30:41.790Z | Downloaded cookie_store v0.21.1 |
852 | 2025-02-25T01:30:41.790Z | Downloaded icu_properties v1.5.1 |
853 | 2025-02-25T01:30:41.793Z | Downloaded similar v2.6.0 |
854 | 2025-02-25T01:30:41.796Z | Downloaded ring v0.17.11 |
855 | 2025-02-25T01:30:41.835Z | Downloaded smf v0.2.3 |
856 | 2025-02-25T01:30:41.841Z | Downloaded encoding_rs v0.8.34 |
857 | 2025-02-25T01:30:41.863Z | Downloaded smawk v0.3.2 |
858 | 2025-02-25T01:30:41.869Z | Downloaded ipnet v2.10.1 |
859 | 2025-02-25T01:30:41.869Z | Downloaded unicode-normalization v0.1.24 |
860 | 2025-02-25T01:30:41.869Z | Downloaded rand_chacha v0.9.0 |
861 | 2025-02-25T01:30:41.869Z | Downloaded phf_shared v0.11.2 |
862 | 2025-02-25T01:30:41.869Z | Downloaded rstest_macros v0.23.0 |
863 | 2025-02-25T01:30:41.870Z | Downloaded vergen v8.3.2 |
864 | 2025-02-25T01:30:41.873Z | Downloaded icu_normalizer_data v1.5.0 |
865 | 2025-02-25T01:30:41.873Z | Downloaded cpufeatures v0.2.14 |
866 | 2025-02-25T01:30:41.873Z | Downloaded ssh-encoding v0.2.0 |
867 | 2025-02-25T01:30:41.876Z | Downloaded phf_shared v0.10.0 |
868 | 2025-02-25T01:30:41.876Z | Downloaded csv-core v0.1.11 |
869 | 2025-02-25T01:30:41.876Z | Downloaded value-bag v1.9.0 |
870 | 2025-02-25T01:30:41.889Z | Downloaded rayon-core v1.12.1 |
871 | 2025-02-25T01:30:41.889Z | Downloaded plotters-backend v0.3.7 |
872 | 2025-02-25T01:30:41.889Z | Downloaded pathdiff v0.2.3 |
873 | 2025-02-25T01:30:41.889Z | Downloaded darling v0.20.10 |
874 | 2025-02-25T01:30:41.889Z | Downloaded clap_derive v4.5.28 |
875 | 2025-02-25T01:30:41.889Z | Downloaded uzers v0.12.1 |
876 | 2025-02-25T01:30:41.893Z | Downloaded log v0.4.22 |
877 | 2025-02-25T01:30:41.893Z | Downloaded slog-scope v4.4.0 |
878 | 2025-02-25T01:30:41.893Z | Downloaded steno v0.4.1 |
879 | 2025-02-25T01:30:41.896Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
880 | 2025-02-25T01:30:41.950Z | Downloaded tower-layer v0.3.3 |
881 | 2025-02-25T01:30:41.957Z | Downloaded termios v0.3.3 |
882 | 2025-02-25T01:30:41.957Z | Downloaded rtoolbox v0.0.2 |
883 | 2025-02-25T01:30:41.957Z | Downloaded console v0.15.10 |
884 | 2025-02-25T01:30:41.961Z | Downloaded slog-envlogger v2.2.0 |
885 | 2025-02-25T01:30:41.961Z | Downloaded parking_lot v0.11.2 |
886 | 2025-02-25T01:30:41.961Z | Downloaded proc-macro-crate v3.2.0 |
887 | 2025-02-25T01:30:41.961Z | Downloaded slog-stdlog v4.1.1 |
888 | 2025-02-25T01:30:41.961Z | Downloaded waitgroup v0.1.2 |
889 | 2025-02-25T01:30:41.961Z | Downloaded samael v0.0.18 |
890 | 2025-02-25T01:30:41.965Z | Downloaded publicsuffix v2.3.0 |
891 | 2025-02-25T01:30:41.971Z | Downloaded toml_edit v0.22.22 |
892 | 2025-02-25T01:30:41.987Z | Downloaded is_terminal_polyfill v1.70.1 |
893 | 2025-02-25T01:30:41.990Z | Downloaded is-terminal v0.4.13 |
894 | 2025-02-25T01:30:41.990Z | Downloaded zeroize v1.8.1 |
895 | 2025-02-25T01:30:41.990Z | Downloaded nu-ansi-term v0.50.1 |
896 | 2025-02-25T01:30:41.993Z | Downloaded either v1.13.0 |
897 | 2025-02-25T01:30:41.993Z | Downloaded owo-colors v4.1.0 |
898 | 2025-02-25T01:30:41.997Z | Downloaded oso v0.27.3 |
899 | 2025-02-25T01:30:42.005Z | Downloaded rsa v0.9.6 |
900 | 2025-02-25T01:30:42.008Z | Downloaded synstructure v0.13.1 |
901 | 2025-02-25T01:30:42.008Z | Downloaded indexmap v2.7.1 |
902 | 2025-02-25T01:30:42.008Z | Downloaded rand v0.9.0 |
903 | 2025-02-25T01:30:42.010Z | Downloaded aes v0.8.4 |
904 | 2025-02-25T01:30:42.014Z | Downloaded tap v1.0.1 |
905 | 2025-02-25T01:30:42.014Z | Downloaded structmeta-derive v0.3.0 |
906 | 2025-02-25T01:30:42.014Z | Downloaded smallvec v0.6.14 |
907 | 2025-02-25T01:30:42.017Z | Downloaded shlex v1.3.0 |
908 | 2025-02-25T01:30:42.017Z | Downloaded shell-words v1.1.0 |
909 | 2025-02-25T01:30:42.017Z | Downloaded colored v2.1.0 |
910 | 2025-02-25T01:30:42.019Z | Downloaded crc32fast v1.4.2 |
911 | 2025-02-25T01:30:42.022Z | Downloaded pin-project v1.1.6 |
912 | 2025-02-25T01:30:42.029Z | Downloaded num-bigint v0.4.6 |
913 | 2025-02-25T01:30:42.034Z | Downloaded hashbrown v0.15.1 |
914 | 2025-02-25T01:30:42.038Z | Downloaded hashbrown v0.14.5 |
915 | 2025-02-25T01:30:42.052Z | Downloaded snafu v0.8.5 |
916 | 2025-02-25T01:30:42.056Z | Downloaded tungstenite v0.23.0 |
917 | 2025-02-25T01:30:42.056Z | Downloaded rustversion v1.0.17 |
918 | 2025-02-25T01:30:42.056Z | Downloaded uuid v1.12.0 |
919 | 2025-02-25T01:30:42.056Z | Downloaded tokio-native-tls v0.3.1 |
920 | 2025-02-25T01:30:42.062Z | Downloaded tokio-postgres v0.7.12 |
921 | 2025-02-25T01:30:42.062Z | Downloaded http v1.2.0 |
922 | 2025-02-25T01:30:42.066Z | Downloaded hickory-resolver v0.24.3 |
923 | 2025-02-25T01:30:42.070Z | Downloaded native-tls v0.2.12 |
924 | 2025-02-25T01:30:42.070Z | Downloaded icu_locid_transform v1.5.0 |
925 | 2025-02-25T01:30:42.072Z | Downloaded ron v0.8.1 |
926 | 2025-02-25T01:30:42.076Z | Downloaded lalrpop-util v0.19.12 |
927 | 2025-02-25T01:30:42.078Z | Downloaded daft-derive v0.1.1 |
928 | 2025-02-25T01:30:42.081Z | Downloaded cmake v0.1.51 |
929 | 2025-02-25T01:30:42.081Z | Downloaded yoke v0.7.4 |
930 | 2025-02-25T01:30:42.085Z | Downloaded slab v0.4.9 |
931 | 2025-02-25T01:30:42.085Z | Downloaded p256 v0.13.2 |
932 | 2025-02-25T01:30:42.089Z | Downloaded ron v0.7.1 |
933 | 2025-02-25T01:30:42.091Z | Downloaded base64ct v1.6.0 |
934 | 2025-02-25T01:30:42.094Z | Downloaded base64 v0.13.1 |
935 | 2025-02-25T01:30:42.094Z | Downloaded newtype_derive v0.1.6 |
936 | 2025-02-25T01:30:42.097Z | Downloaded clap_lex v0.7.4 |
937 | 2025-02-25T01:30:42.097Z | Downloaded wyz v0.5.1 |
938 | 2025-02-25T01:30:42.097Z | Downloaded snafu-derive v0.8.5 |
939 | 2025-02-25T01:30:42.100Z | Downloaded heapless v0.7.17 |
940 | 2025-02-25T01:30:42.104Z | Downloaded headers v0.4.0 |
941 | 2025-02-25T01:30:42.107Z | Downloaded serde_with_macros v3.11.0 |
942 | 2025-02-25T01:30:42.111Z | Downloaded rustls-native-certs v0.7.3 |
943 | 2025-02-25T01:30:42.113Z | Downloaded async-channel v1.9.0 |
944 | 2025-02-25T01:30:42.113Z | Downloaded proc-macro-error v1.0.4 |
945 | 2025-02-25T01:30:42.113Z | Downloaded bitfield v0.14.0 |
946 | 2025-02-25T01:30:42.116Z | Downloaded blocking v1.6.1 |
947 | 2025-02-25T01:30:42.116Z | Downloaded pin-project-internal v1.1.6 |
948 | 2025-02-25T01:30:42.119Z | Downloaded pem-rfc7468 v0.7.0 |
949 | 2025-02-25T01:30:42.119Z | Downloaded hickory-client v0.24.3 |
950 | 2025-02-25T01:30:42.122Z | Downloaded strip-ansi-escapes v0.2.0 |
951 | 2025-02-25T01:30:42.122Z | Downloaded stringprep v0.1.5 |
952 | 2025-02-25T01:30:42.135Z | Downloaded stringmetrics v2.2.2 |
953 | 2025-02-25T01:30:42.135Z | Downloaded parking_lot_core v0.8.6 |
954 | 2025-02-25T01:30:42.135Z | Downloaded array-init v0.0.4 |
955 | 2025-02-25T01:30:42.136Z | Downloaded camino-tempfile v1.1.1 |
956 | 2025-02-25T01:30:42.136Z | Downloaded blake2b_simd v1.0.2 |
957 | 2025-02-25T01:30:42.136Z | Downloaded bzip2 v0.4.4 |
958 | 2025-02-25T01:30:42.136Z | Downloaded backoff v0.4.0 |
959 | 2025-02-25T01:30:42.136Z | Downloaded futures-timer v3.0.3 |
960 | 2025-02-25T01:30:42.140Z | Downloaded cargo_metadata v0.18.1 |
961 | 2025-02-25T01:30:42.140Z | Downloaded http-body-util v0.1.2 |
962 | 2025-02-25T01:30:42.140Z | Downloaded home v0.5.9 |
963 | 2025-02-25T01:30:42.140Z | Downloaded assert_cmd v2.0.16 |
964 | 2025-02-25T01:30:42.145Z | Downloaded bb8 v0.8.5 |
965 | 2025-02-25T01:30:42.145Z | Downloaded aead v0.5.2 |
966 | 2025-02-25T01:30:42.145Z | Downloaded async-attributes v1.1.2 |
967 | 2025-02-25T01:30:42.150Z | Downloaded anstream v0.6.15 |
968 | 2025-02-25T01:30:42.150Z | Downloaded arrayvec v0.7.6 |
969 | 2025-02-25T01:30:42.150Z | Downloaded async-signal v0.2.10 |
970 | 2025-02-25T01:30:42.150Z | Downloaded assert-json-diff v2.0.2 |
971 | 2025-02-25T01:30:42.156Z | Downloaded futures-task v0.3.31 |
972 | 2025-02-25T01:30:42.156Z | Downloaded fs-err v2.11.0 |
973 | 2025-02-25T01:30:42.156Z | Downloaded cfg-if v1.0.0 |
974 | 2025-02-25T01:30:42.156Z | Downloaded atomic-waker v1.1.2 |
975 | 2025-02-25T01:30:42.161Z | Downloaded async-recursion v1.1.1 |
976 | 2025-02-25T01:30:42.161Z | Downloaded hostname v0.4.0 |
977 | 2025-02-25T01:30:42.161Z | Downloaded hostname v0.3.1 |
978 | 2025-02-25T01:30:42.164Z | Downloaded heck v0.4.1 |
979 | 2025-02-25T01:30:42.164Z | Downloaded hash32 v0.3.1 |
980 | 2025-02-25T01:30:42.164Z | Downloaded fragile v2.0.0 |
981 | 2025-02-25T01:30:42.164Z | Downloaded cbc v0.1.2 |
982 | 2025-02-25T01:30:42.166Z | Downloaded block-padding v0.3.3 |
983 | 2025-02-25T01:30:42.166Z | Downloaded bitfield-struct v0.6.2 |
984 | 2025-02-25T01:30:42.166Z | Downloaded async-global-executor v2.4.1 |
985 | 2025-02-25T01:30:42.170Z | Downloaded cast v0.3.0 |
986 | 2025-02-25T01:30:42.170Z | Downloaded filetime v0.2.25 |
987 | 2025-02-25T01:30:42.171Z | Downloaded adler2 v2.0.0 |
988 | 2025-02-25T01:30:42.175Z | Downloaded foreign-types-macros v0.2.3 |
989 | 2025-02-25T01:30:42.175Z | Downloaded fallible-iterator v0.3.0 |
990 | 2025-02-25T01:30:42.175Z | Downloaded chacha20 v0.9.1 |
991 | 2025-02-25T01:30:42.175Z | Downloaded approx v0.5.1 |
992 | 2025-02-25T01:30:42.177Z | Downloaded form_urlencoded v1.2.1 |
993 | 2025-02-25T01:30:42.177Z | Downloaded fixedbitset v0.4.2 |
994 | 2025-02-25T01:30:42.177Z | Downloaded anes v0.1.6 |
995 | 2025-02-25T01:30:42.264Z | Downloaded libsqlite3-sys v0.30.1 |
996 | 2025-02-25T01:30:42.552Z | Downloaded aws-lc-sys v0.22.0 |
997 | 2025-02-25T01:30:43.002Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
998 | 2025-02-25T01:30:54.446Z | pkg list: illegal option -- F |
999 | 2025-02-25T01:30:54.446Z | Usage: |
1000 | 2025-02-25T01:30:54.446Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
1001 | 2025-02-25T01:30:54.446Z | [pkg_fmri_pattern ...] |
1002 | 2025-02-25T01:30:55.277Z | pkg list: illegal option -- F |
1003 | 2025-02-25T01:30:55.277Z | Usage: |
1004 | 2025-02-25T01:30:55.277Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
1005 | 2025-02-25T01:30:55.277Z | [pkg_fmri_pattern ...] |
1006 | 2025-02-25T01:31:03.707Z | Startup: Refreshing catalog 'helios-dev' ... Done |
1007 | 2025-02-25T01:31:08.239Z | Startup: Caching catalogs ... Done |
1008 | 2025-02-25T01:31:20.991Z | Planning: Solver setup ... Done (11.865s) |
1009 | 2025-02-25T01:31:21.148Z | Planning: Running solver ... Done (0.156s) |
1010 | 2025-02-25T01:31:21.598Z | Planning: Finding local manifests ... Done (0.343s) |
1011 | 2025-02-25T01:31:21.610Z | Planning: Fetching manifests: 0/7 0% complete |
1012 | 2025-02-25T01:31:21.893Z | Planning: Fetching manifests: 7/7 100% complete |
1013 | 2025-02-25T01:31:22.617Z | Planning: Package planning ... Done (0.725s) |
1014 | 2025-02-25T01:31:22.673Z | Planning: Merging actions ... Done (0.055s) |
1015 | 2025-02-25T01:31:23.922Z | Planning: Checking for conflicting actions ... Done (1.249s) |
1016 | 2025-02-25T01:31:32.029Z | Planning: Consolidating action changes ... Done (8.105s) |
1017 | 2025-02-25T01:31:32.525Z | Planning: Evaluating mediators ... Done (0.498s) |
1018 | 2025-02-25T01:31:32.730Z | Planning: Planning completed in 24.38 seconds |
1019 | 2025-02-25T01:31:32.944Z | Packages to install: 4 |
1020 | 2025-02-25T01:31:32.944Z | Packages to update: 3 |
1021 | 2025-02-25T01:31:32.944Z | Mediators to change: 2 |
1022 | 2025-02-25T01:31:32.944Z | Services to change: 1 |
1023 | 2025-02-25T01:31:32.947Z | Estimated space available: 155.36 GB |
1024 | 2025-02-25T01:31:32.947Z | Estimated space to be consumed: 1.66 GB |
1025 | 2025-02-25T01:31:32.947Z | Create boot environment: No |
1026 | 2025-02-25T01:31:32.947Z | Create backup boot environment: Yes |
1027 | 2025-02-25T01:31:32.947Z | Rebuild boot archive: No |
1028 | 2025-02-25T01:31:32.947Z | |
1029 | 2025-02-25T01:31:32.947Z | Changed mediators: |
1030 | 2025-02-25T01:31:32.947Z | mediator clang: |
1031 | 2025-02-25T01:31:32.947Z | version: None -> 15 (system default) |
1032 | 2025-02-25T01:31:32.947Z | |
1033 | 2025-02-25T01:31:32.947Z | mediator llvm: |
1034 | 2025-02-25T01:31:32.947Z | version: 14 (system default) -> 15 (system default) |
1035 | 2025-02-25T01:31:32.947Z | |
1036 | 2025-02-25T01:31:32.947Z | Changed packages: |
1037 | 2025-02-25T01:31:32.947Z | helios-dev |
1038 | 2025-02-25T01:31:32.947Z | developer/build-essential |
1039 | 2025-02-25T01:31:32.947Z | None -> 11-2.0 |
1040 | 2025-02-25T01:31:32.947Z | library/libxmlsec1 |
1041 | 2025-02-25T01:31:32.947Z | None -> 1.2.35-2.0 |
1042 | 2025-02-25T01:31:32.947Z | ooce/developer/clang-15 |
1043 | 2025-02-25T01:31:32.947Z | None -> 15.0.7-2.0 |
1044 | 2025-02-25T01:31:32.947Z | ooce/developer/llvm-15 |
1045 | 2025-02-25T01:31:32.947Z | None -> 15.0.7-2.0 |
1046 | 2025-02-25T01:31:32.947Z | package/pkg |
1047 | 2025-02-25T01:31:32.947Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1048 | 2025-02-25T01:31:32.948Z | system/library/g++-runtime |
1049 | 2025-02-25T01:31:32.948Z | 13-2.0 -> 14-2.0 |
1050 | 2025-02-25T01:31:32.948Z | system/library/gcc-runtime |
1051 | 2025-02-25T01:31:32.948Z | 13-2.0 -> 14-2.0 |
1052 | 2025-02-25T01:31:32.948Z | |
1053 | 2025-02-25T01:31:32.948Z | Services: |
1054 | 2025-02-25T01:31:32.948Z | restart_fmri: |
1055 | 2025-02-25T01:31:32.948Z | svc:/system/update-man-index:default |
1056 | 2025-02-25T01:31:32.948Z | |
1057 | 2025-02-25T01:31:32.948Z | Editable files to change: |
1058 | 2025-02-25T01:31:32.948Z | Update: |
1059 | 2025-02-25T01:31:32.948Z | usr/share/lib/pkg/web/config.shtml |
1060 | 2025-02-25T01:31:33.484Z | |
1061 | 2025-02-25T01:31:33.484Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
1062 | 2025-02-25T01:31:38.486Z | Download: 1368/4301 items 105.6/225.4MB 46% complete (21.4M/s) |
1063 | 2025-02-25T01:31:43.487Z | Download: 3231/4301 items 175.2/225.4MB 77% complete (17.5M/s) |
1064 | 2025-02-25T01:31:48.702Z | Download: 4298/4301 items 225.0/225.4MB 99% complete (12.0M/s) |
1065 | 2025-02-25T01:31:48.713Z | Download: Completed 225.42 MB in 15.23 seconds (14.8M/s) |
1066 | 2025-02-25T01:31:51.348Z | Actions: 1/5122 actions (Removing old actions) |
1067 | 2025-02-25T01:31:51.364Z | Actions: 194/5122 actions (Installing new actions) |
1068 | 2025-02-25T01:31:56.481Z | Actions: 4168/5122 actions (Installing new actions) |
1069 | 2025-02-25T01:31:57.131Z | Actions: 4267/5122 actions (Updating modified actions) |
1070 | 2025-02-25T01:31:57.740Z | Actions: Completed 5122 actions in 6.39 seconds. |
1071 | 2025-02-25T01:31:58.143Z | Done (0.394s) |
1072 | 2025-02-25T01:31:58.145Z | Done (0.001s) |
1073 | 2025-02-25T01:31:58.760Z | Done (0.615s) |
1074 | 2025-02-25T01:32:05.128Z | Done (6.133s) |
1075 | 2025-02-25T01:32:05.690Z | Done (0.498s) |
1076 | 2025-02-25T01:32:05.692Z | Done (0.000s) |
1077 | 2025-02-25T01:32:05.874Z | Done (0.000s) |
1078 | 2025-02-25T01:32:06.559Z | Planning: Evaluating mediator changes ... Done |
1079 | 2025-02-25T01:32:06.715Z | Planning: Checking for conflicting actions ... Done |
1080 | 2025-02-25T01:32:06.718Z | Planning: Consolidating action changes ... Done |
1081 | 2025-02-25T01:32:06.983Z | Planning: Evaluating mediators ... Done |
1082 | 2025-02-25T01:32:06.985Z | Planning: Planning completed in 0.42 seconds |
1083 | 2025-02-25T01:32:07.021Z | Mediators to change: 2 |
1084 | 2025-02-25T01:32:07.021Z | Create boot environment: No |
1085 | 2025-02-25T01:32:07.021Z | Create backup boot environment: No |
1086 | 2025-02-25T01:32:07.090Z | Done |
1087 | 2025-02-25T01:32:07.090Z | Done |
1088 | 2025-02-25T01:32:07.493Z | Done |
1089 | 2025-02-25T01:32:10.993Z | Done |
1090 | 2025-02-25T01:32:11.076Z | Done |
1091 | 2025-02-25T01:32:11.076Z | Done |
1092 | 2025-02-25T01:32:11.201Z | Done |
1093 | 2025-02-25T01:32:11.803Z | Planning: Evaluating mediator changes ... Done |
1094 | 2025-02-25T01:32:11.805Z | Planning: Merging actions ... Done |
1095 | 2025-02-25T01:32:11.990Z | Planning: Checking for conflicting actions ... Done |
1096 | 2025-02-25T01:32:11.993Z | Planning: Consolidating action changes ... Done |
1097 | 2025-02-25T01:32:12.259Z | Planning: Evaluating mediators ... Done |
1098 | 2025-02-25T01:32:12.315Z | Planning: Planning completed in 0.75 seconds |
1099 | 2025-02-25T01:32:12.354Z | Packages to change: 1 |
1100 | 2025-02-25T01:32:12.354Z | Mediators to change: 1 |
1101 | 2025-02-25T01:32:12.357Z | Services to change: 1 |
1102 | 2025-02-25T01:32:12.357Z | Create boot environment: No |
1103 | 2025-02-25T01:32:12.357Z | Create backup boot environment: Yes |
1104 | 2025-02-25T01:32:14.422Z | Actions: 1/6 actions (Updating modified actions) |
1105 | 2025-02-25T01:32:14.511Z | Actions: Completed 6 actions in 0.09 seconds. |
1106 | 2025-02-25T01:32:14.511Z | Done |
1107 | 2025-02-25T01:32:14.511Z | Done |
1108 | 2025-02-25T01:32:14.632Z | Done |
1109 | 2025-02-25T01:32:18.156Z | Done |
1110 | 2025-02-25T01:32:18.243Z | Done |
1111 | 2025-02-25T01:32:18.246Z | Done |
1112 | 2025-02-25T01:32:18.358Z | Done |
1113 | 2025-02-25T01:32:18.784Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1114 | 2025-02-25T01:32:18.784Z | clang system 15 system |
1115 | 2025-02-25T01:32:18.784Z | csh system system illumos |
1116 | 2025-02-25T01:32:18.784Z | ctags system system illumos |
1117 | 2025-02-25T01:32:18.784Z | gcc vendor 12 vendor |
1118 | 2025-02-25T01:32:18.784Z | gcc system 10 system |
1119 | 2025-02-25T01:32:18.784Z | gcc system 7 system |
1120 | 2025-02-25T01:32:18.784Z | go system 1.20 system |
1121 | 2025-02-25T01:32:18.784Z | go system 1.19 system |
1122 | 2025-02-25T01:32:18.784Z | llvm system 15 system |
1123 | 2025-02-25T01:32:18.784Z | llvm system 14 system |
1124 | 2025-02-25T01:32:18.784Z | mariadb system 10.6 system |
1125 | 2025-02-25T01:32:18.784Z | mta vendor vendor dma |
1126 | 2025-02-25T01:32:18.784Z | openjdk system 17 system |
1127 | 2025-02-25T01:32:18.784Z | openjdk system 11 system |
1128 | 2025-02-25T01:32:18.784Z | openjdk system 1.8 system |
1129 | 2025-02-25T01:32:18.784Z | openssl vendor 3 vendor |
1130 | 2025-02-25T01:32:18.784Z | perl system 5.36 system |
1131 | 2025-02-25T01:32:18.784Z | postgresql system 15 system |
1132 | 2025-02-25T01:32:18.784Z | postgresql system 13 system |
1133 | 2025-02-25T01:32:18.784Z | python vendor 3 vendor |
1134 | 2025-02-25T01:32:18.784Z | python system 2 system |
1135 | 2025-02-25T01:32:18.784Z | python3 system 3.11 system |
1136 | 2025-02-25T01:32:18.784Z | ruby system 3.0 system |
1137 | 2025-02-25T01:32:18.784Z | words vendor vendor american-english |
1138 | 2025-02-25T01:32:18.785Z | words system system australian-english |
1139 | 2025-02-25T01:32:18.785Z | words system system british-english |
1140 | 2025-02-25T01:32:18.785Z | words system system canadian-english |
1141 | 2025-02-25T01:32:18.785Z | words system system french |
1142 | 2025-02-25T01:32:18.785Z | words system system italian |
1143 | 2025-02-25T01:32:18.785Z | words system system ngerman |
1144 | 2025-02-25T01:32:18.785Z | words system system ogerman |
1145 | 2025-02-25T01:32:18.785Z | words system system spanish |
1146 | 2025-02-25T01:32:19.111Z | PUBLISHER TYPE STATUS P LOCATION |
1147 | 2025-02-25T01:32:19.111Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1148 | 2025-02-25T01:32:22.106Z | FMRI IFO |
1149 | 2025-02-25T01:32:22.107Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1150 | 2025-02-25T01:32:22.107Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1151 | 2025-02-25T01:32:22.107Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1152 | 2025-02-25T01:32:22.107Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1153 | 2025-02-25T01:32:22.107Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1154 | 2025-02-25T01:32:22.107Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1155 | 2025-02-25T01:32:22.108Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1156 | 2025-02-25T01:32:22.108Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1157 | 2025-02-25T01:32:22.108Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1158 | 2025-02-25T01:32:22.108Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
1159 | 2025-02-25T01:32:22.108Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
1160 | 2025-02-25T01:32:22.108Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1161 | 2025-02-25T01:32:22.108Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
1162 | 2025-02-25T01:32:22.108Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
1163 | 2025-02-25T01:32:22.108Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1164 | 2025-02-25T01:32:23.144Z | Downloading crates ... |
1165 | 2025-02-25T01:32:23.239Z | Downloaded cargo_toml v0.20.5 |
1166 | 2025-02-25T01:32:23.376Z | Compiling proc-macro2 v1.0.93 |
1167 | 2025-02-25T01:32:23.376Z | Compiling unicode-ident v1.0.14 |
1168 | 2025-02-25T01:32:23.378Z | Compiling serde v1.0.218 |
1169 | 2025-02-25T01:32:23.378Z | Compiling version_check v0.9.5 |
1170 | 2025-02-25T01:32:23.379Z | Compiling memchr v2.7.4 |
1171 | 2025-02-25T01:32:23.379Z | Compiling thiserror v1.0.69 |
1172 | 2025-02-25T01:32:23.397Z | Compiling libc v0.2.170 |
1173 | 2025-02-25T01:32:23.400Z | Compiling ucd-trie v0.1.7 |
1174 | 2025-02-25T01:32:23.641Z | Compiling itoa v1.0.11 |
1175 | 2025-02-25T01:32:23.869Z | Compiling ryu v1.0.18 |
1176 | 2025-02-25T01:32:24.025Z | Compiling once_cell v1.20.3 |
1177 | 2025-02-25T01:32:24.111Z | Compiling byteorder v1.5.0 |
1178 | 2025-02-25T01:32:24.292Z | Compiling serde_json v1.0.139 |
1179 | 2025-02-25T01:32:24.429Z | Compiling rustix v0.38.37 |
1180 | 2025-02-25T01:32:25.047Z | Compiling bitflags v2.6.0 |
1181 | 2025-02-25T01:32:25.052Z | Compiling usdt-impl v0.5.0 |
1182 | 2025-02-25T01:32:25.052Z | Compiling proc-macro-error-attr v1.0.4 |
1183 | 2025-02-25T01:32:25.052Z | Compiling syn v1.0.109 |
1184 | 2025-02-25T01:32:25.052Z | Compiling proc-macro-error v1.0.4 |
1185 | 2025-02-25T01:32:25.096Z | Compiling plain v0.2.3 |
1186 | 2025-02-25T01:32:25.150Z | Compiling hashbrown v0.15.1 |
1187 | 2025-02-25T01:32:25.197Z | Compiling equivalent v1.0.1 |
1188 | 2025-02-25T01:32:25.248Z | Compiling camino v1.1.9 |
1189 | 2025-02-25T01:32:25.284Z | Compiling log v0.4.22 |
1190 | 2025-02-25T01:32:25.311Z | Compiling utf8parse v0.2.2 |
1191 | 2025-02-25T01:32:25.469Z | Compiling anstyle-parse v0.2.5 |
1192 | 2025-02-25T01:32:25.675Z | Compiling quote v1.0.38 |
1193 | 2025-02-25T01:32:25.776Z | Compiling errno v0.3.9 |
1194 | 2025-02-25T01:32:25.818Z | Compiling thread-id v4.2.2 |
1195 | 2025-02-25T01:32:25.864Z | Compiling semver v1.0.25 |
1196 | 2025-02-25T01:32:25.904Z | Compiling is_terminal_polyfill v1.70.1 |
1197 | 2025-02-25T01:32:25.920Z | Compiling winnow v0.6.20 |
1198 | 2025-02-25T01:32:25.998Z | Compiling autocfg v1.4.0 |
1199 | 2025-02-25T01:32:26.022Z | Compiling syn v2.0.96 |
1200 | 2025-02-25T01:32:26.175Z | Compiling indexmap v2.7.1 |
1201 | 2025-02-25T01:32:26.326Z | Compiling pretty-hex v0.4.1 |
1202 | 2025-02-25T01:32:26.528Z | Compiling anstyle-query v1.1.1 |
1203 | 2025-02-25T01:32:26.691Z | Compiling anstyle v1.0.10 |
1204 | 2025-02-25T01:32:26.833Z | Compiling colorchoice v1.0.2 |
1205 | 2025-02-25T01:32:26.994Z | Compiling unicode-width v0.1.14 |
1206 | 2025-02-25T01:32:27.093Z | Compiling anstream v0.6.15 |
1207 | 2025-02-25T01:32:27.234Z | Compiling fs-err v2.11.0 |
1208 | 2025-02-25T01:32:27.509Z | Compiling bytecount v0.6.8 |
1209 | 2025-02-25T01:32:27.532Z | Compiling heck v0.5.0 |
1210 | 2025-02-25T01:32:27.610Z | Compiling heck v0.4.1 |
1211 | 2025-02-25T01:32:27.668Z | Compiling fastrand v2.1.1 |
1212 | 2025-02-25T01:32:27.708Z | Compiling anyhow v1.0.96 |
1213 | 2025-02-25T01:32:27.978Z | Compiling terminal_size v0.4.0 |
1214 | 2025-02-25T01:32:28.132Z | Compiling cfg-if v1.0.0 |
1215 | 2025-02-25T01:32:28.156Z | Compiling clap_lex v0.7.4 |
1216 | 2025-02-25T01:32:28.222Z | Compiling fnv v1.0.7 |
1217 | 2025-02-25T01:32:28.265Z | Compiling strsim v0.11.1 |
1218 | 2025-02-25T01:32:28.383Z | Compiling papergrid v0.11.0 |
1219 | 2025-02-25T01:32:28.389Z | Compiling tempfile v3.13.0 |
1220 | 2025-02-25T01:32:28.608Z | Compiling clap_builder v4.5.30 |
1221 | 2025-02-25T01:32:28.999Z | Compiling memmap v0.7.0 |
1222 | 2025-02-25T01:32:29.124Z | Compiling smawk v0.3.2 |
1223 | 2025-02-25T01:32:29.200Z | Compiling unicode-linebreak v0.1.5 |
1224 | 2025-02-25T01:32:29.527Z | Compiling swrite v0.1.0 |
1225 | 2025-02-25T01:32:29.657Z | Compiling textwrap v0.16.1 |
1226 | 2025-02-25T01:32:30.330Z | Compiling tabled_derive v0.7.0 |
1227 | 2025-02-25T01:32:31.380Z | Compiling tabled v0.15.0 |
1228 | 2025-02-25T01:32:32.516Z | Compiling serde_derive v1.0.218 |
1229 | 2025-02-25T01:32:32.571Z | Compiling thiserror-impl v1.0.69 |
1230 | 2025-02-25T01:32:32.607Z | Compiling zerocopy-derive v0.7.35 |
1231 | 2025-02-25T01:32:32.616Z | Compiling scroll_derive v0.12.0 |
1232 | 2025-02-25T01:32:32.897Z | Compiling clap_derive v4.5.28 |
1233 | 2025-02-25T01:32:33.748Z | Compiling scroll v0.12.0 |
1234 | 2025-02-25T01:32:34.017Z | Compiling zerocopy v0.7.35 |
1235 | 2025-02-25T01:32:34.177Z | Compiling goblin v0.8.2 |
1236 | 2025-02-25T01:32:34.664Z | Compiling pest v2.7.14 |
1237 | 2025-02-25T01:32:36.036Z | Compiling clap v4.5.30 |
1238 | 2025-02-25T01:32:36.778Z | Compiling pest_meta v2.7.14 |
1239 | 2025-02-25T01:32:37.601Z | Compiling pest_generator v2.7.14 |
1240 | 2025-02-25T01:32:38.900Z | Compiling pest_derive v2.7.14 |
1241 | 2025-02-25T01:32:39.565Z | Compiling dtrace-parser v0.2.0 |
1242 | 2025-02-25T01:32:40.568Z | Compiling toml_datetime v0.6.8 |
1243 | 2025-02-25T01:32:40.571Z | Compiling serde_spanned v0.6.8 |
1244 | 2025-02-25T01:32:40.571Z | Compiling cargo-platform v0.1.8 |
1245 | 2025-02-25T01:32:40.855Z | Compiling serde_tokenstream v0.2.2 |
1246 | 2025-02-25T01:32:40.892Z | Compiling toml_edit v0.22.22 |
1247 | 2025-02-25T01:32:40.977Z | Compiling macaddr v1.0.1 |
1248 | 2025-02-25T01:32:41.142Z | Compiling camino-tempfile v1.1.1 |
1249 | 2025-02-25T01:32:41.870Z | Compiling dof v0.3.0 |
1250 | 2025-02-25T01:32:41.870Z | Compiling cargo_metadata v0.18.1 |
1251 | 2025-02-25T01:32:43.354Z | Compiling usdt-attr-macro v0.5.0 |
1252 | 2025-02-25T01:32:43.354Z | Compiling usdt-macro v0.5.0 |
1253 | 2025-02-25T01:32:43.450Z | Compiling toml v0.8.19 |
1254 | 2025-02-25T01:32:44.296Z | Compiling cargo_toml v0.20.5 |
1255 | 2025-02-25T01:32:44.566Z | Compiling usdt v0.5.0 |
1256 | 2025-02-25T01:32:46.741Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1257 | 2025-02-25T01:32:49.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.01s |
1258 | 2025-02-25T01:32:49.710Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1259 | 2025-02-25T01:32:50.542Z | Compiling serde v1.0.218 |
1260 | 2025-02-25T01:32:50.544Z | Compiling value-bag v1.9.0 |
1261 | 2025-02-25T01:32:50.544Z | Compiling lock_api v0.4.12 |
1262 | 2025-02-25T01:32:50.544Z | Compiling scopeguard v1.2.0 |
1263 | 2025-02-25T01:32:50.545Z | Compiling typenum v1.17.0 |
1264 | 2025-02-25T01:32:50.545Z | Compiling generic-array v0.14.7 |
1265 | 2025-02-25T01:32:50.545Z | Compiling syn v2.0.96 |
1266 | 2025-02-25T01:32:50.545Z | Compiling getrandom v0.2.15 |
1267 | 2025-02-25T01:32:50.824Z | Compiling shlex v1.3.0 |
1268 | 2025-02-25T01:32:50.976Z | Compiling rand_core v0.6.4 |
1269 | 2025-02-25T01:32:51.084Z | Compiling log v0.4.22 |
1270 | 2025-02-25T01:32:51.150Z | Compiling subtle v2.6.1 |
1271 | 2025-02-25T01:32:51.257Z | Compiling jobserver v0.1.32 |
1272 | 2025-02-25T01:32:51.278Z | Compiling smallvec v1.14.0 |
1273 | 2025-02-25T01:32:51.465Z | Compiling const-oid v0.9.6 |
1274 | 2025-02-25T01:32:51.483Z | Compiling pin-project-lite v0.2.14 |
1275 | 2025-02-25T01:32:51.512Z | Compiling rustix v0.38.37 |
1276 | 2025-02-25T01:32:51.625Z | Compiling cc v1.2.15 |
1277 | 2025-02-25T01:32:51.678Z | Compiling parking_lot_core v0.9.10 |
1278 | 2025-02-25T01:32:51.770Z | Compiling futures-core v0.3.31 |
1279 | 2025-02-25T01:32:51.997Z | Compiling spin v0.9.8 |
1280 | 2025-02-25T01:32:51.999Z | Compiling signal-hook-registry v1.4.2 |
1281 | 2025-02-25T01:32:52.266Z | Compiling mio v1.0.2 |
1282 | 2025-02-25T01:32:52.376Z | Compiling either v1.13.0 |
1283 | 2025-02-25T01:32:52.638Z | Compiling parking_lot v0.12.3 |
1284 | 2025-02-25T01:32:52.656Z | Compiling aho-corasick v1.1.3 |
1285 | 2025-02-25T01:32:52.775Z | Compiling cpufeatures v0.2.14 |
1286 | 2025-02-25T01:32:52.883Z | Compiling stable_deref_trait v1.2.0 |
1287 | 2025-02-25T01:32:52.930Z | Compiling regex-syntax v0.8.5 |
1288 | 2025-02-25T01:32:52.994Z | Compiling futures-sink v0.3.31 |
1289 | 2025-02-25T01:32:53.153Z | Compiling socket2 v0.5.8 |
1290 | 2025-02-25T01:32:53.211Z | Compiling slab v0.4.9 |
1291 | 2025-02-25T01:32:53.454Z | Compiling glob v0.3.2 |
1292 | 2025-02-25T01:32:53.478Z | Compiling prettyplease v0.2.29 |
1293 | 2025-02-25T01:32:53.835Z | Compiling lazy_static v1.5.0 |
1294 | 2025-02-25T01:32:53.967Z | Compiling serde_json v1.0.139 |
1295 | 2025-02-25T01:32:53.989Z | Compiling minimal-lexical v0.2.1 |
1296 | 2025-02-25T01:32:54.039Z | Compiling futures-channel v0.3.31 |
1297 | 2025-02-25T01:32:54.232Z | Compiling clang-sys v1.8.1 |
1298 | 2025-02-25T01:32:54.311Z | Compiling libloading v0.8.5 |
1299 | 2025-02-25T01:32:54.422Z | Compiling nom v7.1.3 |
1300 | 2025-02-25T01:32:54.440Z | Compiling home v0.5.9 |
1301 | 2025-02-25T01:32:54.638Z | Compiling pin-utils v0.1.0 |
1302 | 2025-02-25T01:32:54.660Z | Compiling futures-task v0.3.31 |
1303 | 2025-02-25T01:32:54.732Z | Compiling futures-io v0.3.31 |
1304 | 2025-02-25T01:32:54.904Z | Compiling bindgen v0.69.5 |
1305 | 2025-02-25T01:32:54.980Z | Compiling itertools v0.12.1 |
1306 | 2025-02-25T01:32:55.280Z | Compiling foldhash v0.1.3 |
1307 | 2025-02-25T01:32:55.571Z | Compiling allocator-api2 v0.2.18 |
1308 | 2025-02-25T01:32:55.755Z | Compiling lazycell v1.3.0 |
1309 | 2025-02-25T01:32:55.930Z | Compiling rustc-hash v1.1.0 |
1310 | 2025-02-25T01:32:56.087Z | Compiling libm v0.2.8 |
1311 | 2025-02-25T01:32:56.279Z | Compiling hashbrown v0.15.1 |
1312 | 2025-02-25T01:32:56.410Z | Compiling regex-automata v0.4.8 |
1313 | 2025-02-25T01:32:57.073Z | Compiling cmake v0.1.51 |
1314 | 2025-02-25T01:32:57.425Z | Compiling cexpr v0.6.0 |
1315 | 2025-02-25T01:32:57.617Z | Compiling synstructure v0.13.1 |
1316 | 2025-02-25T01:32:57.869Z | Compiling num-traits v0.2.19 |
1317 | 2025-02-25T01:32:58.188Z | Compiling fs_extra v1.3.0 |
1318 | 2025-02-25T01:32:58.712Z | Compiling dunce v1.0.5 |
1319 | 2025-02-25T01:32:58.735Z | Compiling pkg-config v0.3.31 |
1320 | 2025-02-25T01:32:58.999Z | Compiling litemap v0.7.3 |
1321 | 2025-02-25T01:32:59.069Z | Compiling writeable v0.5.5 |
1322 | 2025-02-25T01:32:59.372Z | Compiling ring v0.17.11 |
1323 | 2025-02-25T01:32:59.590Z | Compiling paste v1.0.15 |
1324 | 2025-02-25T01:33:00.080Z | Compiling base64ct v1.6.0 |
1325 | 2025-02-25T01:33:00.305Z | Compiling flagset v0.4.6 |
1326 | 2025-02-25T01:33:00.468Z | Compiling httparse v1.9.5 |
1327 | 2025-02-25T01:33:00.509Z | Compiling icu_locid_transform_data v1.5.0 |
1328 | 2025-02-25T01:33:00.593Z | Compiling pem-rfc7468 v0.7.0 |
1329 | 2025-02-25T01:33:00.639Z | Compiling aws-lc-rs v1.10.0 |
1330 | 2025-02-25T01:33:01.141Z | Compiling tracing-core v0.1.32 |
1331 | 2025-02-25T01:33:01.157Z | Compiling icu_properties_data v1.5.0 |
1332 | 2025-02-25T01:33:01.341Z | Compiling rustls-pki-types v1.10.0 |
1333 | 2025-02-25T01:33:01.559Z | Compiling crossbeam-utils v0.8.20 |
1334 | 2025-02-25T01:33:01.999Z | Compiling regex v1.11.1 |
1335 | 2025-02-25T01:33:02.080Z | Compiling percent-encoding v2.3.1 |
1336 | 2025-02-25T01:33:02.228Z | Compiling num-conv v0.1.0 |
1337 | 2025-02-25T01:33:02.384Z | Compiling powerfmt v0.2.0 |
1338 | 2025-02-25T01:33:02.472Z | Compiling icu_normalizer_data v1.5.0 |
1339 | 2025-02-25T01:33:02.490Z | Compiling serde_derive v1.0.218 |
1340 | 2025-02-25T01:33:02.563Z | Compiling zeroize_derive v1.4.2 |
1341 | 2025-02-25T01:33:02.730Z | Compiling zerocopy-derive v0.7.35 |
1342 | 2025-02-25T01:33:02.778Z | Compiling tokio-macros v2.5.0 |
1343 | 2025-02-25T01:33:02.884Z | Compiling zerofrom-derive v0.1.4 |
1344 | 2025-02-25T01:33:03.799Z | Compiling zeroize v1.8.1 |
1345 | 2025-02-25T01:33:04.161Z | Compiling yoke-derive v0.7.4 |
1346 | 2025-02-25T01:33:04.612Z | Compiling zerocopy v0.7.35 |
1347 | 2025-02-25T01:33:04.930Z | Compiling zerovec-derive v0.10.3 |
1348 | 2025-02-25T01:33:05.354Z | Compiling crypto-common v0.1.6 |
1349 | 2025-02-25T01:33:05.599Z | Compiling block-buffer v0.10.4 |
1350 | 2025-02-25T01:33:05.856Z | Compiling digest v0.10.7 |
1351 | 2025-02-25T01:33:05.907Z | Compiling thiserror-impl v1.0.69 |
1352 | 2025-02-25T01:33:06.053Z | Compiling zerofrom v0.1.4 |
1353 | 2025-02-25T01:33:06.269Z | Compiling futures-macro v0.3.31 |
1354 | 2025-02-25T01:33:06.285Z | Compiling hmac v0.12.1 |
1355 | 2025-02-25T01:33:06.504Z | Compiling displaydoc v0.2.5 |
1356 | 2025-02-25T01:33:06.536Z | Compiling block-padding v0.3.3 |
1357 | 2025-02-25T01:33:06.603Z | Compiling yoke v0.7.4 |
1358 | 2025-02-25T01:33:06.781Z | Compiling inout v0.1.3 |
1359 | 2025-02-25T01:33:06.935Z | Compiling ppv-lite86 v0.2.20 |
1360 | 2025-02-25T01:33:07.026Z | Compiling cipher v0.4.4 |
1361 | 2025-02-25T01:33:07.291Z | Compiling zerovec v0.10.4 |
1362 | 2025-02-25T01:33:07.511Z | Compiling sha2 v0.10.8 |
1363 | 2025-02-25T01:33:07.653Z | Compiling icu_provider_macros v1.5.0 |
1364 | 2025-02-25T01:33:07.881Z | Compiling der_derive v0.7.3 |
1365 | 2025-02-25T01:33:07.913Z | Compiling futures-util v0.3.31 |
1366 | 2025-02-25T01:33:08.576Z | Compiling thiserror v1.0.69 |
1367 | 2025-02-25T01:33:08.687Z | Compiling tracing-attributes v0.1.27 |
1368 | 2025-02-25T01:33:08.707Z | Compiling pest v2.7.14 |
1369 | 2025-02-25T01:33:09.231Z | Compiling tinystr v0.7.6 |
1370 | 2025-02-25T01:33:09.581Z | Compiling icu_locid v1.5.0 |
1371 | 2025-02-25T01:33:09.903Z | Compiling der v0.7.9 |
1372 | 2025-02-25T01:33:10.041Z | Compiling icu_collections v1.5.0 |
1373 | 2025-02-25T01:33:10.940Z | Compiling icu_provider v1.5.0 |
1374 | 2025-02-25T01:33:11.256Z | Compiling salsa20 v0.10.2 |
1375 | 2025-02-25T01:33:11.474Z | Compiling pbkdf2 v0.12.2 |
1376 | 2025-02-25T01:33:11.492Z | Compiling utf16_iter v1.0.5 |
1377 | 2025-02-25T01:33:11.590Z | Compiling icu_locid_transform v1.5.0 |
1378 | 2025-02-25T01:33:11.633Z | Compiling untrusted v0.9.0 |
1379 | 2025-02-25T01:33:11.697Z | Compiling time-core v0.1.2 |
1380 | 2025-02-25T01:33:11.741Z | Compiling tracing v0.1.40 |
1381 | 2025-02-25T01:33:11.812Z | Compiling spki v0.7.3 |
1382 | 2025-02-25T01:33:11.827Z | Compiling untrusted v0.7.1 |
1383 | 2025-02-25T01:33:11.870Z | Compiling mirai-annotations v1.12.0 |
1384 | 2025-02-25T01:33:12.009Z | Compiling vcpkg v0.2.15 |
1385 | 2025-02-25T01:33:12.356Z | Compiling write16 v1.0.0 |
1386 | 2025-02-25T01:33:12.374Z | Compiling utf8_iter v1.0.4 |
1387 | 2025-02-25T01:33:12.374Z | Compiling time-macros v0.2.18 |
1388 | 2025-02-25T01:33:12.411Z | Compiling scrypt v0.11.0 |
1389 | 2025-02-25T01:33:12.750Z | Compiling pest_meta v2.7.14 |
1390 | 2025-02-25T01:33:12.893Z | Compiling icu_properties v1.5.1 |
1391 | 2025-02-25T01:33:12.993Z | Compiling rand_chacha v0.3.1 |
1392 | 2025-02-25T01:33:13.696Z | Compiling openssl-sys v0.9.106 |
1393 | 2025-02-25T01:33:13.883Z | Compiling cbc v0.1.2 |
1394 | 2025-02-25T01:33:14.115Z | Compiling aes v0.8.4 |
1395 | 2025-02-25T01:33:14.576Z | Compiling bitflags v2.6.0 |
1396 | 2025-02-25T01:33:14.745Z | Compiling bytes v1.9.0 |
1397 | 2025-02-25T01:33:15.241Z | Compiling semver v1.0.25 |
1398 | 2025-02-25T01:33:15.853Z | Compiling tokio v1.43.0 |
1399 | 2025-02-25T01:33:15.897Z | Compiling indexmap v2.7.1 |
1400 | 2025-02-25T01:33:16.463Z | Compiling http v1.2.0 |
1401 | 2025-02-25T01:33:16.864Z | Compiling icu_normalizer v1.5.0 |
1402 | 2025-02-25T01:33:16.907Z | Compiling rustc_version v0.4.1 |
1403 | 2025-02-25T01:33:17.189Z | Compiling deranged v0.3.11 |
1404 | 2025-02-25T01:33:17.428Z | Compiling scroll_derive v0.12.0 |
1405 | 2025-02-25T01:33:17.821Z | Compiling atomic-waker v1.1.2 |
1406 | 2025-02-25T01:33:18.017Z | Compiling tinyvec_macros v0.1.1 |
1407 | 2025-02-25T01:33:18.108Z | Compiling num_threads v0.1.7 |
1408 | 2025-02-25T01:33:18.245Z | Compiling tinyvec v1.8.0 |
1409 | 2025-02-25T01:33:18.596Z | Compiling which v4.4.2 |
1410 | 2025-02-25T01:33:18.618Z | Compiling time v0.3.36 |
1411 | 2025-02-25T01:33:18.668Z | Compiling http-body v1.0.1 |
1412 | 2025-02-25T01:33:18.720Z | Compiling idna_adapter v1.2.0 |
1413 | 2025-02-25T01:33:18.795Z | Compiling scroll v0.12.0 |
1414 | 2025-02-25T01:33:18.938Z | Compiling pkcs5 v0.7.1 |
1415 | 2025-02-25T01:33:19.246Z | Compiling pest_generator v2.7.14 |
1416 | 2025-02-25T01:33:19.294Z | Compiling rand v0.8.5 |
1417 | 2025-02-25T01:33:19.448Z | Compiling form_urlencoded v1.2.1 |
1418 | 2025-02-25T01:33:19.679Z | Compiling getrandom v0.3.1 |
1419 | 2025-02-25T01:33:19.751Z | Compiling zerocopy v0.8.10 |
1420 | 2025-02-25T01:33:19.993Z | Compiling try-lock v0.2.5 |
1421 | 2025-02-25T01:33:20.158Z | Compiling slog v2.7.0 |
1422 | 2025-02-25T01:33:20.337Z | Compiling want v0.3.1 |
1423 | 2025-02-25T01:33:20.606Z | Compiling goblin v0.8.2 |
1424 | 2025-02-25T01:33:20.641Z | Compiling pkcs8 v0.10.2 |
1425 | 2025-02-25T01:33:20.670Z | Compiling idna v1.0.3 |
1426 | 2025-02-25T01:33:21.021Z | Compiling pest_derive v2.7.14 |
1427 | 2025-02-25T01:33:21.254Z | Compiling uuid v1.12.0 |
1428 | 2025-02-25T01:33:21.257Z | Compiling zerocopy-derive v0.8.10 |
1429 | 2025-02-25T01:33:21.806Z | Compiling iana-time-zone v0.1.61 |
1430 | 2025-02-25T01:33:22.103Z | Compiling httpdate v1.0.3 |
1431 | 2025-02-25T01:33:22.161Z | Compiling tower-service v0.3.3 |
1432 | 2025-02-25T01:33:22.296Z | Compiling chrono v0.4.39 |
1433 | 2025-02-25T01:33:22.512Z | Compiling dtrace-parser v0.2.0 |
1434 | 2025-02-25T01:33:23.442Z | Compiling serde_spanned v0.6.8 |
1435 | 2025-02-25T01:33:23.460Z | Compiling toml_datetime v0.6.8 |
1436 | 2025-02-25T01:33:23.658Z | Compiling tokio-util v0.7.12 |
1437 | 2025-02-25T01:33:23.901Z | Compiling serde_tokenstream v0.2.2 |
1438 | 2025-02-25T01:33:24.339Z | Compiling rustversion v1.0.17 |
1439 | 2025-02-25T01:33:24.458Z | Compiling foreign-types-shared v0.1.1 |
1440 | 2025-02-25T01:33:24.573Z | Compiling h2 v0.4.6 |
1441 | 2025-02-25T01:33:24.853Z | Compiling openssl v0.10.71 |
1442 | 2025-02-25T01:33:25.008Z | Compiling match_cfg v0.1.0 |
1443 | 2025-02-25T01:33:25.108Z | Compiling base64 v0.22.1 |
1444 | 2025-02-25T01:33:25.272Z | Compiling adler2 v2.0.0 |
1445 | 2025-02-25T01:33:25.490Z | Compiling miniz_oxide v0.8.0 |
1446 | 2025-02-25T01:33:25.535Z | Compiling hostname v0.3.1 |
1447 | 2025-02-25T01:33:25.809Z | Compiling foreign-types v0.3.2 |
1448 | 2025-02-25T01:33:25.832Z | Compiling url v2.5.3 |
1449 | 2025-02-25T01:33:26.866Z | Compiling dof v0.3.0 |
1450 | 2025-02-25T01:33:26.886Z | Compiling rand_core v0.9.2 |
1451 | 2025-02-25T01:33:27.080Z | Compiling openssl-macros v0.1.1 |
1452 | 2025-02-25T01:33:27.309Z | Compiling async-trait v0.1.86 |
1453 | 2025-02-25T01:33:27.444Z | Compiling serde_derive_internals v0.29.1 |
1454 | 2025-02-25T01:33:27.817Z | Compiling usdt-impl v0.5.0 |
1455 | 2025-02-25T01:33:28.580Z | Compiling dirs-sys-next v0.1.2 |
1456 | 2025-02-25T01:33:28.580Z | Compiling rustls v0.22.4 |
1457 | 2025-02-25T01:33:28.890Z | Compiling schemars v0.8.21 |
1458 | 2025-02-25T01:33:29.116Z | Compiling siphasher v0.3.11 |
1459 | 2025-02-25T01:33:29.161Z | Compiling native-tls v0.2.12 |
1460 | 2025-02-25T01:33:29.231Z | Compiling data-encoding v2.6.0 |
1461 | 2025-02-25T01:33:29.474Z | Compiling rustls v0.23.19 |
1462 | 2025-02-25T01:33:29.503Z | Compiling syn v1.0.109 |
1463 | 2025-02-25T01:33:29.613Z | Compiling schemars_derive v0.8.21 |
1464 | 2025-02-25T01:33:29.649Z | Compiling dirs-next v2.0.0 |
1465 | 2025-02-25T01:33:29.741Z | Compiling rand_chacha v0.9.0 |
1466 | 2025-02-25T01:33:30.130Z | Compiling unicode-normalization v0.1.24 |
1467 | 2025-02-25T01:33:31.023Z | Compiling http-body-util v0.1.2 |
1468 | 2025-02-25T01:33:31.041Z | Compiling crossbeam-epoch v0.9.18 |
1469 | 2025-02-25T01:33:31.203Z | Compiling heapless v0.7.17 |
1470 | 2025-02-25T01:33:31.498Z | Compiling hyper v1.5.2 |
1471 | 2025-02-25T01:33:31.609Z | Compiling signature v2.2.0 |
1472 | 2025-02-25T01:33:31.692Z | Compiling sha1 v0.10.6 |
1473 | 2025-02-25T01:33:31.709Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1474 | 2025-02-25T01:33:31.898Z | Compiling thread_local v1.1.8 |
1475 | 2025-02-25T01:33:32.116Z | Compiling multer v3.1.0 |
1476 | 2025-02-25T01:33:32.197Z | Compiling cookie v0.18.1 |
1477 | 2025-02-25T01:33:32.311Z | Compiling encoding_rs v0.8.34 |
1478 | 2025-02-25T01:33:32.442Z | Compiling unicode-properties v0.1.3 |
1479 | 2025-02-25T01:33:32.504Z | Compiling gimli v0.31.1 |
1480 | 2025-02-25T01:33:32.527Z | Compiling unicode-bidi v0.3.17 |
1481 | 2025-02-25T01:33:32.846Z | Compiling mime v0.3.17 |
1482 | 2025-02-25T01:33:33.391Z | Compiling dyn-clone v1.0.18 |
1483 | 2025-02-25T01:33:33.622Z | Compiling ipnet v2.10.1 |
1484 | 2025-02-25T01:33:33.760Z | Compiling hyper-util v0.1.10 |
1485 | 2025-02-25T01:33:34.074Z | Compiling slog-async v2.8.0 |
1486 | 2025-02-25T01:33:34.555Z | Compiling openssl-probe v0.1.5 |
1487 | 2025-02-25T01:33:34.700Z | Compiling rayon-core v1.12.1 |
1488 | 2025-02-25T01:33:34.868Z | Compiling signal-hook v0.3.17 |
1489 | 2025-02-25T01:33:35.077Z | Compiling stringprep v0.1.5 |
1490 | 2025-02-25T01:33:35.801Z | Compiling toml_edit v0.22.22 |
1491 | 2025-02-25T01:33:36.315Z | Compiling crossbeam-deque v0.8.5 |
1492 | 2025-02-25T01:33:36.564Z | Compiling addr2line v0.24.2 |
1493 | 2025-02-25T01:33:36.623Z | Compiling rand v0.9.0 |
1494 | 2025-02-25T01:33:37.091Z | Compiling term v0.7.0 |
1495 | 2025-02-25T01:33:37.209Z | Compiling usdt-attr-macro v0.5.0 |
1496 | 2025-02-25T01:33:37.768Z | Compiling usdt-macro v0.5.0 |
1497 | 2025-02-25T01:33:38.149Z | Compiling slog-json v2.6.1 |
1498 | 2025-02-25T01:33:38.235Z | Compiling serde_urlencoded v0.7.1 |
1499 | 2025-02-25T01:33:38.274Z | Compiling crossbeam-channel v0.5.13 |
1500 | 2025-02-25T01:33:38.527Z | Compiling curve25519-dalek v4.1.3 |
1501 | 2025-02-25T01:33:38.663Z | Compiling futures-executor v0.3.31 |
1502 | 2025-02-25T01:33:38.760Z | Compiling md-5 v0.10.6 |
1503 | 2025-02-25T01:33:39.024Z | Compiling async-stream-impl v0.3.6 |
1504 | 2025-02-25T01:33:39.122Z | Compiling enum-as-inner v0.6.1 |
1505 | 2025-02-25T01:33:39.159Z | Compiling rustls-pemfile v2.2.0 |
1506 | 2025-02-25T01:33:39.230Z | Compiling num-integer v0.1.46 |
1507 | 2025-02-25T01:33:39.278Z | Compiling hash32 v0.2.1 |
1508 | 2025-02-25T01:33:39.483Z | Compiling ff v0.13.0 |
1509 | 2025-02-25T01:33:39.639Z | Compiling is-terminal v0.4.13 |
1510 | 2025-02-25T01:33:39.699Z | Compiling memoffset v0.9.1 |
1511 | 2025-02-25T01:33:39.762Z | Compiling object v0.36.5 |
1512 | 2025-02-25T01:33:39.919Z | Compiling dropshot v0.12.0 |
1513 | 2025-02-25T01:33:40.013Z | Compiling quick-error v1.2.3 |
1514 | 2025-02-25T01:33:40.131Z | Compiling fallible-iterator v0.2.0 |
1515 | 2025-02-25T01:33:40.166Z | Compiling rustc-demangle v0.1.24 |
1516 | 2025-02-25T01:33:40.218Z | Compiling cfg_aliases v0.2.1 |
1517 | 2025-02-25T01:33:40.247Z | Compiling utf-8 v0.7.6 |
1518 | 2025-02-25T01:33:40.326Z | Compiling take_mut v0.2.2 |
1519 | 2025-02-25T01:33:40.488Z | Compiling linked-hash-map v0.5.6 |
1520 | 2025-02-25T01:33:40.532Z | Compiling psl-types v2.0.11 |
1521 | 2025-02-25T01:33:40.734Z | Compiling anyhow v1.0.96 |
1522 | 2025-02-25T01:33:40.774Z | Compiling litrs v0.4.1 |
1523 | 2025-02-25T01:33:40.797Z | Compiling smoltcp v0.9.1 |
1524 | 2025-02-25T01:33:41.009Z | Compiling portable-atomic v1.9.0 |
1525 | 2025-02-25T01:33:41.312Z | Compiling base16ct v0.2.0 |
1526 | 2025-02-25T01:33:41.439Z | Compiling num-bigint-dig v0.8.4 |
1527 | 2025-02-25T01:33:41.625Z | Compiling sec1 v0.7.3 |
1528 | 2025-02-25T01:33:41.784Z | Compiling document-features v0.2.10 |
1529 | 2025-02-25T01:33:41.982Z | Compiling lru-cache v0.1.2 |
1530 | 2025-02-25T01:33:42.134Z | Compiling postgres-protocol v0.6.8 |
1531 | 2025-02-25T01:33:42.171Z | Compiling publicsuffix v2.3.0 |
1532 | 2025-02-25T01:33:42.463Z | Compiling tungstenite v0.24.0 |
1533 | 2025-02-25T01:33:42.840Z | Compiling nix v0.29.0 |
1534 | 2025-02-25T01:33:42.859Z | Compiling async-stream v0.3.6 |
1535 | 2025-02-25T01:33:43.160Z | Compiling resolv-conf v0.7.0 |
1536 | 2025-02-25T01:33:43.207Z | Compiling hickory-proto v0.24.3 |
1537 | 2025-02-25T01:33:43.484Z | Compiling slog-term v2.9.1 |
1538 | 2025-02-25T01:33:43.728Z | Compiling num-iter v0.1.45 |
1539 | 2025-02-25T01:33:43.826Z | Compiling usdt v0.5.0 |
1540 | 2025-02-25T01:33:43.913Z | Compiling group v0.13.0 |
1541 | 2025-02-25T01:33:44.385Z | Compiling toml v0.8.19 |
1542 | 2025-02-25T01:33:44.400Z | Compiling futures v0.3.31 |
1543 | 2025-02-25T01:33:44.507Z | Compiling slog-bunyan v2.5.0 |
1544 | 2025-02-25T01:33:45.670Z | Compiling tokio-native-tls v0.3.1 |
1545 | 2025-02-25T01:33:45.956Z | Compiling camino v1.1.9 |
1546 | 2025-02-25T01:33:46.159Z | Compiling backtrace v0.3.74 |
1547 | 2025-02-25T01:33:46.179Z | Compiling phf_shared v0.11.2 |
1548 | 2025-02-25T01:33:46.532Z | Compiling dropshot_endpoint v0.12.0 |
1549 | 2025-02-25T01:33:46.573Z | Compiling terminal_size v0.4.0 |
1550 | 2025-02-25T01:33:46.728Z | Compiling waitgroup v0.1.2 |
1551 | 2025-02-25T01:33:46.763Z | Compiling openapiv3 v2.0.0 |
1552 | 2025-02-25T01:33:46.777Z | Compiling serde_path_to_error v0.1.16 |
1553 | 2025-02-25T01:33:46.945Z | Compiling hkdf v0.12.4 |
1554 | 2025-02-25T01:33:47.213Z | Compiling crypto-bigint v0.5.5 |
1555 | 2025-02-25T01:33:47.524Z | Compiling zerocopy-derive v0.6.6 |
1556 | 2025-02-25T01:33:48.541Z | Compiling hubpack_derive v0.1.1 |
1557 | 2025-02-25T01:33:49.010Z | Compiling curve25519-dalek-derive v0.1.1 |
1558 | 2025-02-25T01:33:49.399Z | Compiling webpki-roots v0.26.6 |
1559 | 2025-02-25T01:33:49.413Z | Compiling sync_wrapper v1.0.1 |
1560 | 2025-02-25T01:33:49.567Z | Compiling hostname v0.4.0 |
1561 | 2025-02-25T01:33:49.606Z | Compiling ahash v0.8.11 |
1562 | 2025-02-25T01:33:49.784Z | Compiling fs-err v2.11.0 |
1563 | 2025-02-25T01:33:49.942Z | Compiling crc32fast v1.4.2 |
1564 | 2025-02-25T01:33:50.102Z | Compiling managed v0.8.0 |
1565 | 2025-02-25T01:33:50.279Z | Compiling unicode-width v0.2.0 |
1566 | 2025-02-25T01:33:50.377Z | Compiling tower-layer v0.3.3 |
1567 | 2025-02-25T01:33:50.448Z | Compiling bitflags v1.3.2 |
1568 | 2025-02-25T01:33:50.481Z | Compiling winnow v0.5.40 |
1569 | 2025-02-25T01:33:50.555Z | Compiling newtype-uuid v1.2.1 |
1570 | 2025-02-25T01:33:50.627Z | Compiling debug-ignore v1.0.5 |
1571 | 2025-02-25T01:33:50.644Z | Compiling tower v0.5.2 |
1572 | 2025-02-25T01:33:50.785Z | Compiling console v0.15.10 |
1573 | 2025-02-25T01:33:50.802Z | Compiling clap_builder v4.5.30 |
1574 | 2025-02-25T01:33:51.407Z | Compiling strum_macros v0.25.3 |
1575 | 2025-02-25T01:33:52.067Z | Compiling flate2 v1.0.35 |
1576 | 2025-02-25T01:33:52.862Z | Compiling elliptic-curve v0.13.8 |
1577 | 2025-02-25T01:33:52.970Z | Compiling hubpack v0.1.2 |
1578 | 2025-02-25T01:33:53.102Z | Compiling zerocopy v0.6.6 |
1579 | 2025-02-25T01:33:53.381Z | Compiling hickory-resolver v0.24.3 |
1580 | 2025-02-25T01:33:53.684Z | Compiling toml_edit v0.19.15 |
1581 | 2025-02-25T01:33:53.913Z | Compiling phf v0.11.2 |
1582 | 2025-02-25T01:33:54.186Z | Compiling signal-hook-mio v0.2.4 |
1583 | 2025-02-25T01:33:54.359Z | Compiling hyper-tls v0.6.0 |
1584 | 2025-02-25T01:33:54.583Z | Compiling cookie_store v0.21.1 |
1585 | 2025-02-25T01:33:54.751Z | Compiling rayon v1.10.0 |
1586 | 2025-02-25T01:33:55.004Z | Compiling bzip2 v0.4.4 |
1587 | 2025-02-25T01:33:55.983Z | Compiling tokio-tungstenite v0.24.0 |
1588 | 2025-02-25T01:33:56.632Z | Compiling postgres-types v0.2.8 |
1589 | 2025-02-25T01:33:58.415Z | Compiling ed25519 v2.2.3 |
1590 | 2025-02-25T01:33:58.800Z | Compiling phf_shared v0.10.0 |
1591 | 2025-02-25T01:33:58.978Z | Compiling tokio-stream v0.1.17 |
1592 | 2025-02-25T01:33:59.107Z | Compiling pkcs1 v0.7.5 |
1593 | 2025-02-25T01:33:59.184Z | Compiling serde-big-array v0.5.1 |
1594 | 2025-02-25T01:33:59.720Z | Compiling rfc6979 v0.4.0 |
1595 | 2025-02-25T01:33:59.726Z | Compiling serde_repr v0.1.19 |
1596 | 2025-02-25T01:33:59.726Z | Compiling clap_derive v4.5.28 |
1597 | 2025-02-25T01:33:59.886Z | Compiling derive-where v1.2.7 |
1598 | 2025-02-25T01:33:59.970Z | Compiling bstr v1.10.0 |
1599 | 2025-02-25T01:34:00.193Z | Compiling float-cmp v0.10.0 |
1600 | 2025-02-25T01:34:00.371Z | Compiling new_debug_unreachable v1.0.6 |
1601 | 2025-02-25T01:34:00.431Z | Compiling difflib v0.4.0 |
1602 | 2025-02-25T01:34:00.472Z | Compiling fixedbitset v0.4.2 |
1603 | 2025-02-25T01:34:00.659Z | Compiling normalize-line-endings v0.3.0 |
1604 | 2025-02-25T01:34:00.799Z | Compiling predicates-core v1.0.8 |
1605 | 2025-02-25T01:34:00.909Z | Compiling static_assertions v1.1.0 |
1606 | 2025-02-25T01:34:01.019Z | Compiling precomputed-hash v0.1.1 |
1607 | 2025-02-25T01:34:01.093Z | Compiling unicode-segmentation v1.12.0 |
1608 | 2025-02-25T01:34:01.145Z | Compiling bit-vec v0.6.3 |
1609 | 2025-02-25T01:34:01.470Z | Compiling whoami v1.5.2 |
1610 | 2025-02-25T01:34:01.527Z | Compiling number_prefix v0.4.0 |
1611 | 2025-02-25T01:34:01.680Z | Compiling bit-set v0.5.3 |
1612 | 2025-02-25T01:34:01.754Z | Compiling indicatif v0.17.11 |
1613 | 2025-02-25T01:34:01.945Z | Compiling tokio-postgres v0.7.12 |
1614 | 2025-02-25T01:34:01.961Z | Compiling similar v2.6.0 |
1615 | 2025-02-25T01:34:02.017Z | Compiling string_cache v0.8.7 |
1616 | 2025-02-25T01:34:02.423Z | Compiling predicates v3.1.3 |
1617 | 2025-02-25T01:34:02.939Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1618 | 2025-02-25T01:34:03.695Z | Compiling petgraph v0.6.5 |
1619 | 2025-02-25T01:34:03.858Z | Compiling rsa v0.9.6 |
1620 | 2025-02-25T01:34:03.970Z | Compiling ecdsa v0.16.9 |
1621 | 2025-02-25T01:34:03.972Z | Compiling clap v4.5.30 |
1622 | 2025-02-25T01:34:04.102Z | Compiling ed25519-dalek v2.1.1 |
1623 | 2025-02-25T01:34:04.763Z | Compiling toml v0.7.8 |
1624 | 2025-02-25T01:34:06.166Z | Compiling zip v0.6.6 |
1625 | 2025-02-25T01:34:07.102Z | Compiling crossterm v0.28.1 |
1626 | 2025-02-25T01:34:07.701Z | Compiling hex v0.4.3 |
1627 | 2025-02-25T01:34:07.876Z | Compiling x509-cert v0.2.5 |
1628 | 2025-02-25T01:34:08.113Z | Compiling itertools v0.14.0 |
1629 | 2025-02-25T01:34:08.265Z | Compiling itertools v0.10.5 |
1630 | 2025-02-25T01:34:08.925Z | Compiling unicode-xid v0.2.6 |
1631 | 2025-02-25T01:34:09.128Z | Compiling peg-runtime v0.8.3 |
1632 | 2025-02-25T01:34:09.146Z | Compiling lalrpop-util v0.19.12 |
1633 | 2025-02-25T01:34:09.503Z | Compiling strum_macros v0.26.4 |
1634 | 2025-02-25T01:34:09.702Z | Compiling xattr v1.3.1 |
1635 | 2025-02-25T01:34:09.971Z | Compiling filetime v0.2.25 |
1636 | 2025-02-25T01:34:10.242Z | Compiling tar v0.4.44 |
1637 | 2025-02-25T01:34:13.889Z | Compiling strum v0.26.3 |
1638 | 2025-02-25T01:34:16.415Z | Compiling aws-lc-sys v0.22.0 |
1639 | 2025-02-25T01:34:46.534Z | Compiling rustls-webpki v0.102.8 |
1640 | 2025-02-25T01:34:49.528Z | Compiling tokio-rustls v0.25.0 |
1641 | 2025-02-25T01:34:51.044Z | Compiling tokio-rustls v0.26.0 |
1642 | 2025-02-25T01:34:51.332Z | Compiling hyper-rustls v0.27.3 |
1643 | 2025-02-25T01:34:51.693Z | Compiling reqwest v0.12.12 |
1644 | 2025-02-25T01:34:53.037Z | Compiling qorb v0.2.1 |
1645 | 2025-02-25T01:34:55.864Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1646 | 2025-02-25T01:34:56.134Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1647 | 2025-02-25T01:35:00.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s |
1648 | 2025-02-25T01:35:00.460Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1649 | 2025-02-25T01:35:00.502Z | Feb 25 01:34:58.579 INFO Starting download, target: Console |
1650 | 2025-02-25T01:35:00.502Z | Feb 25 01:34:58.580 INFO Starting download, target: Cockroach |
1651 | 2025-02-25T01:35:00.502Z | Feb 25 01:34:58.580 INFO Starting download, target: Clickhouse |
1652 | 2025-02-25T01:35:00.505Z | Feb 25 01:34:58.580 INFO Starting download, target: DendriteOpenapi |
1653 | 2025-02-25T01:35:00.505Z | Feb 25 01:34:58.580 INFO Starting download, target: DendriteStub |
1654 | 2025-02-25T01:35:00.505Z | Feb 25 01:34:58.580 INFO Starting download, target: MaghemiteMgd |
1655 | 2025-02-25T01:35:00.505Z | Feb 25 01:34:58.580 INFO Starting download, target: TransceiverControl |
1656 | 2025-02-25T01:35:00.506Z | Feb 25 01:34:58.580 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1657 | 2025-02-25T01:35:00.506Z | Feb 25 01:34:58.581 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1658 | 2025-02-25T01:35:00.506Z | Feb 25 01:34:58.581 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1659 | 2025-02-25T01:35:00.506Z | Feb 25 01:34:58.581 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1660 | 2025-02-25T01:35:00.506Z | Feb 25 01:34:58.581 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1661 | 2025-02-25T01:35:00.506Z | Feb 25 01:34:58.581 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1662 | 2025-02-25T01:35:00.506Z | Feb 25 01:34:58.581 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1663 | 2025-02-25T01:35:00.767Z | Feb 25 01:34:58.785 INFO Download complete, target: DendriteOpenapi |
1664 | 2025-02-25T01:35:00.957Z | Feb 25 01:34:58.999 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1665 | 2025-02-25T01:35:01.084Z | Feb 25 01:34:59.099 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1666 | 2025-02-25T01:35:01.430Z | Feb 25 01:34:59.417 INFO Download complete, target: Console |
1667 | 2025-02-25T01:35:01.668Z | Feb 25 01:34:59.454 INFO Download complete, target: TransceiverControl |
1668 | 2025-02-25T01:35:02.191Z | Feb 25 01:35:00.224 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1669 | 2025-02-25T01:35:02.261Z | Feb 25 01:35:00.318 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1670 | 2025-02-25T01:35:02.438Z | Feb 25 01:35:00.512 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1671 | 2025-02-25T01:35:03.080Z | Feb 25 01:35:01.149 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1672 | 2025-02-25T01:35:03.080Z | Feb 25 01:35:01.149 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1673 | 2025-02-25T01:35:05.225Z | Feb 25 01:35:03.301 INFO Download complete, target: MaghemiteMgd |
1674 | 2025-02-25T01:35:05.251Z | Feb 25 01:35:03.309 INFO Download complete, target: DendriteStub |
1675 | 2025-02-25T01:35:10.525Z | Feb 25 01:35:08.604 INFO Checking that binary works, target: Cockroach |
1676 | 2025-02-25T01:35:10.680Z | Feb 25 01:35:08.756 INFO Download complete, target: Cockroach |
1677 | 2025-02-25T01:35:15.025Z | Feb 25 01:35:13.103 INFO Checking that binary works, target: Clickhouse |
1678 | 2025-02-25T01:35:15.444Z | Feb 25 01:35:13.522 INFO Download complete, target: Clickhouse |
1679 | 2025-02-25T01:35:15.450Z | All prerequisites installed successfully |
1680 | 2025-02-25T01:35:15.455Z | |
1681 | 2025-02-25T01:35:15.455Z | real 4:32.442044060 |
1682 | 2025-02-25T01:35:15.455Z | user 15:06.647104559 |
1683 | 2025-02-25T01:35:15.455Z | sys 1:55.958112627 |
1684 | 2025-02-25T01:35:15.455Z | trap 0.486492894 |
1685 | 2025-02-25T01:35:15.455Z | tflt 4.641740679 |
1686 | 2025-02-25T01:35:15.455Z | dflt 4.154596920 |
1687 | 2025-02-25T01:35:15.455Z | kflt 0.353229385 |
1688 | 2025-02-25T01:35:15.455Z | lock 25:57.573586263 |
1689 | 2025-02-25T01:35:15.455Z | slp 54:34.455979517 |
1690 | 2025-02-25T01:35:15.455Z | lat 54.240680138 |
1691 | 2025-02-25T01:35:15.455Z | stop 2:05.967665592 |
1692 | 2025-02-25T01:35:15.455Z | + source ./tools/include/force-git-over-https.sh |
1693 | 2025-02-25T01:35:15.456Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1694 | 2025-02-25T01:35:15.456Z | ++ (( i = 0 )) |
1695 | 2025-02-25T01:35:15.456Z | ++ (( i < 5 )) |
1696 | 2025-02-25T01:35:15.456Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1697 | 2025-02-25T01:35:15.459Z | ++ (( i++ )) |
1698 | 2025-02-25T01:35:15.459Z | ++ (( i < 5 )) |
1699 | 2025-02-25T01:35:15.459Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1700 | 2025-02-25T01:35:15.459Z | ++ (( i++ )) |
1701 | 2025-02-25T01:35:15.459Z | ++ (( i < 5 )) |
1702 | 2025-02-25T01:35:15.459Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1703 | 2025-02-25T01:35:15.462Z | ++ (( i++ )) |
1704 | 2025-02-25T01:35:15.462Z | ++ (( i < 5 )) |
1705 | 2025-02-25T01:35:15.462Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1706 | 2025-02-25T01:35:15.465Z | ++ (( i++ )) |
1707 | 2025-02-25T01:35:15.465Z | ++ (( i < 5 )) |
1708 | 2025-02-25T01:35:15.465Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1709 | 2025-02-25T01:35:15.469Z | ++ (( i++ )) |
1710 | 2025-02-25T01:35:15.469Z | ++ (( i < 5 )) |
1711 | 2025-02-25T01:35:15.469Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1712 | 2025-02-25T01:35:15.469Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1713 | 2025-02-25T01:35:15.469Z | + rc=0 |
1714 | 2025-02-25T01:35:15.469Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1715 | 2025-02-25T01:35:47.821Z | + case $rc in |
1716 | 2025-02-25T01:35:47.821Z | + pfexec zfs create -p rpool/images/build/host |
1717 | 2025-02-25T01:35:47.992Z | + pfexec zfs create -p rpool/images/build/recovery |
1718 | 2025-02-25T01:35:48.056Z | + cargo xtask releng --output-dir /work |
1719 | 2025-02-25T01:35:48.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1720 | 2025-02-25T01:35:48.627Z | Running `target/debug/xtask releng --output-dir /work` |
1721 | 2025-02-25T01:35:49.522Z | Compiling proc-macro2 v1.0.93 |
1722 | 2025-02-25T01:35:49.522Z | Compiling unicode-ident v1.0.14 |
1723 | 2025-02-25T01:35:49.522Z | Compiling libc v0.2.170 |
1724 | 2025-02-25T01:35:49.525Z | Compiling serde v1.0.218 |
1725 | 2025-02-25T01:35:49.525Z | Compiling autocfg v1.4.0 |
1726 | 2025-02-25T01:35:49.525Z | Compiling version_check v0.9.5 |
1727 | 2025-02-25T01:35:49.525Z | Compiling cfg-if v1.0.0 |
1728 | 2025-02-25T01:35:49.838Z | Compiling memchr v2.7.4 |
1729 | 2025-02-25T01:35:49.877Z | Compiling typenum v1.17.0 |
1730 | 2025-02-25T01:35:49.896Z | Compiling shlex v1.3.0 |
1731 | 2025-02-25T01:35:50.292Z | Compiling value-bag v1.9.0 |
1732 | 2025-02-25T01:35:50.350Z | Compiling generic-array v0.14.7 |
1733 | 2025-02-25T01:35:50.441Z | Compiling lock_api v0.4.12 |
1734 | 2025-02-25T01:35:50.743Z | Compiling log v0.4.22 |
1735 | 2025-02-25T01:35:50.767Z | Compiling scopeguard v1.2.0 |
1736 | 2025-02-25T01:35:50.818Z | Compiling parking_lot_core v0.9.10 |
1737 | 2025-02-25T01:35:51.158Z | Compiling rustix v0.38.37 |
1738 | 2025-02-25T01:35:51.291Z | Compiling serde_json v1.0.139 |
1739 | 2025-02-25T01:35:51.453Z | Compiling quote v1.0.38 |
1740 | 2025-02-25T01:35:51.456Z | Compiling libm v0.2.8 |
1741 | 2025-02-25T01:35:51.625Z | Compiling jobserver v0.1.32 |
1742 | 2025-02-25T01:35:51.658Z | Compiling getrandom v0.2.15 |
1743 | 2025-02-25T01:35:51.858Z | Compiling syn v2.0.96 |
1744 | 2025-02-25T01:35:51.882Z | Compiling num-traits v0.2.19 |
1745 | 2025-02-25T01:35:52.009Z | Compiling cc v1.2.15 |
1746 | 2025-02-25T01:35:52.029Z | Compiling once_cell v1.20.3 |
1747 | 2025-02-25T01:35:52.052Z | Compiling slab v0.4.9 |
1748 | 2025-02-25T01:35:52.089Z | Compiling thiserror v1.0.69 |
1749 | 2025-02-25T01:35:52.203Z | Compiling semver v1.0.25 |
1750 | 2025-02-25T01:35:52.287Z | Compiling itoa v1.0.11 |
1751 | 2025-02-25T01:35:52.400Z | Compiling aho-corasick v1.1.3 |
1752 | 2025-02-25T01:35:52.524Z | Compiling regex-syntax v0.8.5 |
1753 | 2025-02-25T01:35:52.588Z | Compiling spin v0.9.8 |
1754 | 2025-02-25T01:35:52.638Z | Compiling byteorder v1.5.0 |
1755 | 2025-02-25T01:35:53.240Z | Compiling errno v0.3.9 |
1756 | 2025-02-25T01:35:53.274Z | Compiling either v1.13.0 |
1757 | 2025-02-25T01:35:53.525Z | Compiling glob v0.3.2 |
1758 | 2025-02-25T01:35:53.683Z | Compiling rand_core v0.6.4 |
1759 | 2025-02-25T01:35:53.974Z | Compiling prettyplease v0.2.29 |
1760 | 2025-02-25T01:35:54.085Z | Compiling subtle v2.6.1 |
1761 | 2025-02-25T01:35:54.280Z | Compiling clang-sys v1.8.1 |
1762 | 2025-02-25T01:35:54.408Z | Compiling lazy_static v1.5.0 |
1763 | 2025-02-25T01:35:54.507Z | Compiling minimal-lexical v0.2.1 |
1764 | 2025-02-25T01:35:54.955Z | Compiling nom v7.1.3 |
1765 | 2025-02-25T01:35:55.002Z | Compiling libloading v0.8.5 |
1766 | 2025-02-25T01:35:55.264Z | Compiling home v0.5.9 |
1767 | 2025-02-25T01:35:55.323Z | Compiling smallvec v1.14.0 |
1768 | 2025-02-25T01:35:55.357Z | Compiling bindgen v0.69.5 |
1769 | 2025-02-25T01:35:55.844Z | Compiling itertools v0.12.1 |
1770 | 2025-02-25T01:35:56.135Z | Compiling regex-automata v0.4.8 |
1771 | 2025-02-25T01:35:56.221Z | Compiling rustc-hash v1.1.0 |
1772 | 2025-02-25T01:35:56.388Z | Compiling lazycell v1.3.0 |
1773 | 2025-02-25T01:35:56.906Z | Compiling cmake v0.1.51 |
1774 | 2025-02-25T01:35:57.822Z | Compiling fs_extra v1.3.0 |
1775 | 2025-02-25T01:35:57.949Z | Compiling cexpr v0.6.0 |
1776 | 2025-02-25T01:35:58.148Z | Compiling dunce v1.0.5 |
1777 | 2025-02-25T01:35:58.178Z | Compiling pkg-config v0.3.31 |
1778 | 2025-02-25T01:35:58.305Z | Compiling ring v0.17.11 |
1779 | 2025-02-25T01:35:58.406Z | Compiling paste v1.0.15 |
1780 | 2025-02-25T01:35:58.936Z | Compiling synstructure v0.13.1 |
1781 | 2025-02-25T01:35:59.265Z | Compiling ryu v1.0.18 |
1782 | 2025-02-25T01:35:59.270Z | Compiling heck v0.5.0 |
1783 | 2025-02-25T01:35:59.713Z | Compiling aws-lc-rs v1.10.0 |
1784 | 2025-02-25T01:35:59.841Z | Compiling pin-project-lite v0.2.14 |
1785 | 2025-02-25T01:36:00.003Z | Compiling httparse v1.9.5 |
1786 | 2025-02-25T01:36:00.107Z | Compiling const-oid v0.9.6 |
1787 | 2025-02-25T01:36:00.565Z | Compiling allocator-api2 v0.2.18 |
1788 | 2025-02-25T01:36:00.605Z | Compiling futures-core v0.3.31 |
1789 | 2025-02-25T01:36:01.387Z | Compiling signal-hook-registry v1.4.2 |
1790 | 2025-02-25T01:36:01.623Z | Compiling regex v1.11.1 |
1791 | 2025-02-25T01:36:02.403Z | Compiling parking_lot v0.12.3 |
1792 | 2025-02-25T01:36:02.450Z | Compiling mio v1.0.2 |
1793 | 2025-02-25T01:36:02.632Z | Compiling num-conv v0.1.0 |
1794 | 2025-02-25T01:36:02.888Z | Compiling time-core v0.1.2 |
1795 | 2025-02-25T01:36:02.959Z | Compiling crossbeam-utils v0.8.20 |
1796 | 2025-02-25T01:36:03.150Z | Compiling time-macros v0.2.18 |
1797 | 2025-02-25T01:36:03.210Z | Compiling serde_derive v1.0.218 |
1798 | 2025-02-25T01:36:03.534Z | Compiling zeroize_derive v1.4.2 |
1799 | 2025-02-25T01:36:03.555Z | Compiling zerocopy-derive v0.7.35 |
1800 | 2025-02-25T01:36:04.257Z | Compiling tokio-macros v2.5.0 |
1801 | 2025-02-25T01:36:04.516Z | Compiling thiserror-impl v1.0.69 |
1802 | 2025-02-25T01:36:04.900Z | Compiling zeroize v1.8.1 |
1803 | 2025-02-25T01:36:05.432Z | Compiling zerofrom-derive v0.1.4 |
1804 | 2025-02-25T01:36:05.481Z | Compiling yoke-derive v0.7.4 |
1805 | 2025-02-25T01:36:05.504Z | Compiling futures-macro v0.3.31 |
1806 | 2025-02-25T01:36:05.579Z | Compiling zerovec-derive v0.10.3 |
1807 | 2025-02-25T01:36:05.844Z | Compiling displaydoc v0.2.5 |
1808 | 2025-02-25T01:36:05.879Z | Compiling zerocopy v0.7.35 |
1809 | 2025-02-25T01:36:07.393Z | Compiling icu_provider_macros v1.5.0 |
1810 | 2025-02-25T01:36:07.904Z | Compiling tracing-attributes v0.1.27 |
1811 | 2025-02-25T01:36:08.031Z | Compiling der_derive v0.7.3 |
1812 | 2025-02-25T01:36:08.451Z | Compiling crypto-common v0.1.6 |
1813 | 2025-02-25T01:36:08.508Z | Compiling block-buffer v0.10.4 |
1814 | 2025-02-25T01:36:08.661Z | Compiling vcpkg v0.2.15 |
1815 | 2025-02-25T01:36:08.747Z | Compiling schemars v0.8.21 |
1816 | 2025-02-25T01:36:09.087Z | Compiling digest v0.10.7 |
1817 | 2025-02-25T01:36:09.124Z | Compiling serde_derive_internals v0.29.1 |
1818 | 2025-02-25T01:36:09.393Z | Compiling socket2 v0.5.8 |
1819 | 2025-02-25T01:36:10.131Z | Compiling openssl-sys v0.9.106 |
1820 | 2025-02-25T01:36:11.291Z | Compiling futures-sink v0.3.31 |
1821 | 2025-02-25T01:36:11.313Z | Compiling schemars_derive v0.8.21 |
1822 | 2025-02-25T01:36:11.345Z | Compiling fnv v1.0.7 |
1823 | 2025-02-25T01:36:12.294Z | Compiling ahash v0.8.11 |
1824 | 2025-02-25T01:36:12.711Z | Compiling stable_deref_trait v1.2.0 |
1825 | 2025-02-25T01:36:12.979Z | Compiling cpufeatures v0.2.14 |
1826 | 2025-02-25T01:36:13.014Z | Compiling equivalent v1.0.1 |
1827 | 2025-02-25T01:36:13.162Z | Compiling foldhash v0.1.3 |
1828 | 2025-02-25T01:36:13.462Z | Compiling hashbrown v0.15.1 |
1829 | 2025-02-25T01:36:13.784Z | Compiling slog v2.7.0 |
1830 | 2025-02-25T01:36:13.863Z | Compiling futures-channel v0.3.31 |
1831 | 2025-02-25T01:36:14.215Z | Compiling zerofrom v0.1.4 |
1832 | 2025-02-25T01:36:14.415Z | Compiling pin-utils v0.1.0 |
1833 | 2025-02-25T01:36:14.497Z | Compiling futures-task v0.3.31 |
1834 | 2025-02-25T01:36:14.525Z | Compiling futures-io v0.3.31 |
1835 | 2025-02-25T01:36:14.561Z | Compiling yoke v0.7.4 |
1836 | 2025-02-25T01:36:14.860Z | Compiling futures-util v0.3.31 |
1837 | 2025-02-25T01:36:14.940Z | Compiling openssl v0.10.71 |
1838 | 2025-02-25T01:36:14.997Z | Compiling zerovec v0.10.4 |
1839 | 2025-02-25T01:36:15.388Z | Compiling scroll_derive v0.12.0 |
1840 | 2025-02-25T01:36:15.545Z | Compiling bitflags v2.6.0 |
1841 | 2025-02-25T01:36:15.715Z | Compiling bytes v1.9.0 |
1842 | 2025-02-25T01:36:19.626Z | Compiling tokio v1.43.0 |
1843 | 2025-02-25T01:36:19.626Z | Compiling indexmap v2.7.1 |
1844 | 2025-02-25T01:36:19.626Z | Compiling serde_tokenstream v0.2.2 |
1845 | 2025-02-25T01:36:19.626Z | Compiling http v1.2.0 |
1846 | 2025-02-25T01:36:20.058Z | Compiling which v4.4.2 |
1847 | 2025-02-25T01:36:20.653Z | Compiling ucd-trie v0.1.7 |
1848 | 2025-02-25T01:36:21.135Z | Compiling pest v2.7.14 |
1849 | 2025-02-25T01:36:21.303Z | Compiling rustc_version v0.4.1 |
1850 | 2025-02-25T01:36:21.909Z | Compiling uuid v1.12.0 |
1851 | 2025-02-25T01:36:24.034Z | Compiling hmac v0.12.1 |
1852 | 2025-02-25T01:36:24.283Z | Compiling openssl-macros v0.1.1 |
1853 | 2025-02-25T01:36:24.382Z | Compiling getrandom v0.3.1 |
1854 | 2025-02-25T01:36:24.880Z | Compiling rustls v0.23.19 |
1855 | 2025-02-25T01:36:24.916Z | Compiling zerocopy v0.8.10 |
1856 | 2025-02-25T01:36:25.160Z | Compiling iana-time-zone v0.1.61 |
1857 | 2025-02-25T01:36:25.347Z | Compiling native-tls v0.2.12 |
1858 | 2025-02-25T01:36:25.503Z | Compiling chrono v0.4.39 |
1859 | 2025-02-25T01:36:25.783Z | Compiling pest_meta v2.7.14 |
1860 | 2025-02-25T01:36:25.787Z | Compiling tinystr v0.7.6 |
1861 | 2025-02-25T01:36:26.002Z | Compiling block-padding v0.3.3 |
1862 | 2025-02-25T01:36:26.287Z | Compiling writeable v0.5.5 |
1863 | 2025-02-25T01:36:26.354Z | Compiling litemap v0.7.3 |
1864 | 2025-02-25T01:36:26.680Z | Compiling inout v0.1.3 |
1865 | 2025-02-25T01:36:26.881Z | Compiling icu_locid v1.5.0 |
1866 | 2025-02-25T01:36:27.426Z | Compiling pest_generator v2.7.14 |
1867 | 2025-02-25T01:36:27.491Z | Compiling ppv-lite86 v0.2.20 |
1868 | 2025-02-25T01:36:28.422Z | Compiling zerocopy-derive v0.8.10 |
1869 | 2025-02-25T01:36:29.143Z | Compiling cookie v0.18.1 |
1870 | 2025-02-25T01:36:30.270Z | Compiling pest_derive v2.7.14 |
1871 | 2025-02-25T01:36:31.081Z | Compiling icu_provider v1.5.0 |
1872 | 2025-02-25T01:36:31.199Z | Compiling cipher v0.4.4 |
1873 | 2025-02-25T01:36:31.724Z | Compiling sha2 v0.10.8 |
1874 | 2025-02-25T01:36:32.471Z | Compiling async-trait v0.1.86 |
1875 | 2025-02-25T01:36:32.657Z | Compiling tracing-core v0.1.32 |
1876 | 2025-02-25T01:36:33.018Z | Compiling aws-lc-sys v0.22.0 |
1877 | 2025-02-25T01:36:33.560Z | Compiling usdt-impl v0.5.0 |
1878 | 2025-02-25T01:36:34.080Z | Compiling dyn-clone v1.0.18 |
1879 | 2025-02-25T01:36:34.444Z | Compiling rustls-pki-types v1.10.0 |
1880 | 2025-02-25T01:36:34.651Z | Compiling base64ct v1.6.0 |
1881 | 2025-02-25T01:36:34.739Z | Compiling percent-encoding v2.3.1 |
1882 | 2025-02-25T01:36:35.047Z | Compiling icu_locid_transform_data v1.5.0 |
1883 | 2025-02-25T01:36:35.169Z | Compiling icu_locid_transform v1.5.0 |
1884 | 2025-02-25T01:36:35.218Z | Compiling pem-rfc7468 v0.7.0 |
1885 | 2025-02-25T01:36:36.268Z | Compiling tracing v0.1.40 |
1886 | 2025-02-25T01:36:38.356Z | Compiling tokio-util v0.7.12 |
1887 | 2025-02-25T01:36:38.704Z | Compiling icu_collections v1.5.0 |
1888 | 2025-02-25T01:36:39.256Z | Compiling scroll v0.12.0 |
1889 | 2025-02-25T01:36:41.352Z | Compiling untrusted v0.7.1 |
1890 | 2025-02-25T01:36:41.374Z | Compiling plain v0.2.3 |
1891 | 2025-02-25T01:36:41.374Z | Compiling camino v1.1.9 |
1892 | 2025-02-25T01:36:41.535Z | Compiling icu_properties_data v1.5.0 |
1893 | 2025-02-25T01:36:41.553Z | Compiling syn v1.0.109 |
1894 | 2025-02-25T01:36:41.775Z | Compiling powerfmt v0.2.0 |
1895 | 2025-02-25T01:36:41.899Z | Compiling flagset v0.4.6 |
1896 | 2025-02-25T01:36:42.124Z | Compiling untrusted v0.9.0 |
1897 | 2025-02-25T01:36:42.143Z | Compiling mirai-annotations v1.12.0 |
1898 | 2025-02-25T01:36:42.318Z | Compiling der v0.7.9 |
1899 | 2025-02-25T01:36:42.403Z | Compiling deranged v0.3.11 |
1900 | 2025-02-25T01:36:44.246Z | Compiling icu_properties v1.5.1 |
1901 | 2025-02-25T01:36:44.265Z | Compiling goblin v0.8.2 |
1902 | 2025-02-25T01:36:47.797Z | Compiling atomic-waker v1.1.2 |
1903 | 2025-02-25T01:36:48.396Z | Compiling write16 v1.0.0 |
1904 | 2025-02-25T01:36:48.517Z | Compiling num_threads v0.1.7 |
1905 | 2025-02-25T01:36:48.755Z | Compiling pretty-hex v0.4.1 |
1906 | 2025-02-25T01:36:48.961Z | Compiling rustls v0.22.4 |
1907 | 2025-02-25T01:36:49.335Z | Compiling litrs v0.4.1 |
1908 | 2025-02-25T01:36:50.289Z | Compiling utf8_iter v1.0.4 |
1909 | 2025-02-25T01:36:50.466Z | Compiling rayon-core v1.12.1 |
1910 | 2025-02-25T01:36:50.535Z | Compiling utf16_iter v1.0.5 |
1911 | 2025-02-25T01:36:50.592Z | Compiling icu_normalizer_data v1.5.0 |
1912 | 2025-02-25T01:36:50.732Z | Compiling document-features v0.2.10 |
1913 | 2025-02-25T01:36:50.839Z | Compiling time v0.3.36 |
1914 | 2025-02-25T01:36:50.895Z | Compiling icu_normalizer v1.5.0 |
1915 | 2025-02-25T01:36:51.817Z | Compiling dof v0.3.0 |
1916 | 2025-02-25T01:36:53.558Z | Compiling spki v0.7.3 |
1917 | 2025-02-25T01:36:54.138Z | Compiling form_urlencoded v1.2.1 |
1918 | 2025-02-25T01:36:54.380Z | Compiling salsa20 v0.10.2 |
1919 | 2025-02-25T01:36:54.670Z | Compiling dtrace-parser v0.2.0 |
1920 | 2025-02-25T01:36:55.556Z | Compiling pbkdf2 v0.12.2 |
1921 | 2025-02-25T01:36:55.819Z | Compiling http-body v1.0.1 |
1922 | 2025-02-25T01:36:56.029Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1923 | 2025-02-25T01:36:56.181Z | Compiling thread-id v4.2.2 |
1924 | 2025-02-25T01:36:56.360Z | Compiling try-lock v0.2.5 |
1925 | 2025-02-25T01:36:59.129Z | Compiling want v0.3.1 |
1926 | 2025-02-25T01:36:59.505Z | Compiling scrypt v0.11.0 |
1927 | 2025-02-25T01:37:00.038Z | Compiling idna_adapter v1.2.0 |
1928 | 2025-02-25T01:37:00.293Z | Compiling h2 v0.4.6 |
1929 | 2025-02-25T01:37:00.328Z | Compiling cbc v0.1.2 |
1930 | 2025-02-25T01:37:00.427Z | Compiling aes v0.8.4 |
1931 | 2025-02-25T01:37:00.591Z | Compiling rand_chacha v0.3.1 |
1932 | 2025-02-25T01:37:01.694Z | Compiling multer v3.1.0 |
1933 | 2025-02-25T01:37:01.766Z | Compiling base64 v0.22.1 |
1934 | 2025-02-25T01:37:01.936Z | Compiling httpdate v1.0.3 |
1935 | 2025-02-25T01:37:02.178Z | Compiling slog-async v2.8.0 |
1936 | 2025-02-25T01:37:02.811Z | Compiling tinyvec_macros v0.1.1 |
1937 | 2025-02-25T01:37:02.927Z | Compiling tower-service v0.3.3 |
1938 | 2025-02-25T01:37:03.275Z | Compiling tinyvec v1.8.0 |
1939 | 2025-02-25T01:37:05.735Z | Compiling pkcs5 v0.7.1 |
1940 | 2025-02-25T01:37:06.857Z | Compiling rand v0.8.5 |
1941 | 2025-02-25T01:37:07.736Z | Compiling idna v1.0.3 |
1942 | 2025-02-25T01:37:09.082Z | Compiling heapless v0.7.17 |
1943 | 2025-02-25T01:37:10.017Z | Compiling hyper v1.5.2 |
1944 | 2025-02-25T01:37:10.894Z | Compiling zerocopy-derive v0.6.6 |
1945 | 2025-02-25T01:37:12.563Z | Compiling signal-hook v0.3.17 |
1946 | 2025-02-25T01:37:13.023Z | Compiling anyhow v1.0.96 |
1947 | 2025-02-25T01:37:13.058Z | Compiling num-bigint-dig v0.8.4 |
1948 | 2025-02-25T01:37:13.583Z | Compiling hyper-util v0.1.10 |
1949 | 2025-02-25T01:37:15.870Z | Compiling pkcs8 v0.10.2 |
1950 | 2025-02-25T01:37:17.196Z | Compiling usdt-attr-macro v0.5.0 |
1951 | 2025-02-25T01:37:18.705Z | Compiling usdt-macro v0.5.0 |
1952 | 2025-02-25T01:37:20.156Z | Compiling async-stream-impl v0.3.6 |
1953 | 2025-02-25T01:37:20.248Z | Compiling rustversion v1.0.17 |
1954 | 2025-02-25T01:37:20.593Z | Compiling strsim v0.11.1 |
1955 | 2025-02-25T01:37:20.984Z | Compiling foreign-types-shared v0.1.1 |
1956 | 2025-02-25T01:37:21.301Z | Compiling foreign-types v0.3.2 |
1957 | 2025-02-25T01:37:22.100Z | Compiling url v2.5.3 |
1958 | 2025-02-25T01:37:23.901Z | Compiling http-body-util v0.1.2 |
1959 | 2025-02-25T01:37:24.685Z | Compiling curve25519-dalek v4.1.3 |
1960 | 2025-02-25T01:37:24.730Z | Compiling openapiv3 v2.0.0 |
1961 | 2025-02-25T01:37:25.191Z | Compiling serde_spanned v0.6.8 |
1962 | 2025-02-25T01:37:25.442Z | Compiling toml_datetime v0.6.8 |
1963 | 2025-02-25T01:37:26.011Z | Compiling enum-as-inner v0.6.1 |
1964 | 2025-02-25T01:37:26.983Z | Compiling memoffset v0.9.1 |
1965 | 2025-02-25T01:37:27.238Z | Compiling dropshot v0.12.0 |
1966 | 2025-02-25T01:37:27.446Z | Compiling encoding_rs v0.8.34 |
1967 | 2025-02-25T01:37:27.693Z | Compiling newtype-uuid v1.2.1 |
1968 | 2025-02-25T01:37:28.063Z | Compiling smoltcp v0.9.1 |
1969 | 2025-02-25T01:37:28.110Z | Compiling portable-atomic v1.9.0 |
1970 | 2025-02-25T01:37:28.412Z | Compiling mime v0.3.17 |
1971 | 2025-02-25T01:37:29.052Z | Compiling adler2 v2.0.0 |
1972 | 2025-02-25T01:37:29.394Z | Compiling match_cfg v0.1.0 |
1973 | 2025-02-25T01:37:29.531Z | Compiling hostname v0.3.1 |
1974 | 2025-02-25T01:37:29.586Z | Compiling miniz_oxide v0.8.0 |
1975 | 2025-02-25T01:37:32.054Z | Compiling rand_core v0.9.2 |
1976 | 2025-02-25T01:37:42.405Z | Compiling serde_urlencoded v0.7.1 |
1977 | 2025-02-25T01:37:42.848Z | Compiling rustls-pemfile v2.2.0 |
1978 | 2025-02-25T01:37:43.079Z | Compiling clap_derive v4.5.28 |
1979 | 2025-02-25T01:37:43.607Z | Compiling dirs-sys-next v0.1.2 |
1980 | 2025-02-25T01:37:44.385Z | Compiling data-encoding v2.6.0 |
1981 | 2025-02-25T01:37:45.845Z | Compiling cfg_aliases v0.2.1 |
1982 | 2025-02-25T01:37:45.973Z | Compiling ipnet v2.10.1 |
1983 | 2025-02-25T01:37:47.339Z | Compiling rustls-webpki v0.102.8 |
1984 | 2025-02-25T01:37:47.769Z | Compiling openssl-probe v0.1.5 |
1985 | 2025-02-25T01:37:47.877Z | Compiling siphasher v0.3.11 |
1986 | 2025-02-25T01:37:48.472Z | Compiling nix v0.29.0 |
1987 | 2025-02-25T01:37:49.069Z | Compiling dirs-next v2.0.0 |
1988 | 2025-02-25T01:37:49.311Z | Compiling rand_chacha v0.9.0 |
1989 | 2025-02-25T01:37:50.172Z | Compiling hubpack_derive v0.1.1 |
1990 | 2025-02-25T01:37:50.272Z | Compiling unicode-normalization v0.1.24 |
1991 | 2025-02-25T01:37:51.058Z | Compiling crossbeam-epoch v0.9.18 |
1992 | 2025-02-25T01:37:51.666Z | Compiling dropshot_endpoint v0.12.0 |
1993 | 2025-02-25T01:37:52.072Z | Compiling sha1 v0.10.6 |
1994 | 2025-02-25T01:37:52.176Z | Compiling signature v2.2.0 |
1995 | 2025-02-25T01:37:52.452Z | Compiling curve25519-dalek-derive v0.1.1 |
1996 | 2025-02-25T01:37:52.538Z | Compiling thread_local v1.1.8 |
1997 | 2025-02-25T01:37:52.788Z | Compiling fs-err v2.11.0 |
1998 | 2025-02-25T01:37:53.194Z | Compiling unicode-bidi v0.3.17 |
1999 | 2025-02-25T01:37:53.862Z | Compiling anstyle v1.0.10 |
2000 | 2025-02-25T01:37:54.387Z | Compiling winnow v0.6.20 |
2001 | 2025-02-25T01:37:55.731Z | Compiling unicode-properties v0.1.3 |
2002 | 2025-02-25T01:37:56.241Z | Compiling utf8parse v0.2.2 |
2003 | 2025-02-25T01:37:56.308Z | Compiling psl-types v2.0.11 |
2004 | 2025-02-25T01:37:56.438Z | Compiling gimli v0.31.1 |
2005 | 2025-02-25T01:37:56.610Z | Compiling publicsuffix v2.3.0 |
2006 | 2025-02-25T01:37:57.036Z | Compiling anstyle-parse v0.2.5 |
2007 | 2025-02-25T01:37:57.169Z | Compiling stringprep v0.1.5 |
2008 | 2025-02-25T01:37:57.454Z | Compiling crossbeam-deque v0.8.5 |
2009 | 2025-02-25T01:37:57.569Z | Compiling toml_edit v0.22.22 |
2010 | 2025-02-25T01:37:58.202Z | Compiling rand v0.9.0 |
2011 | 2025-02-25T01:38:00.818Z | Compiling addr2line v0.24.2 |
2012 | 2025-02-25T01:38:01.244Z | Compiling term v0.7.0 |
2013 | 2025-02-25T01:38:01.490Z | Compiling tokio-native-tls v0.3.1 |
2014 | 2025-02-25T01:38:01.900Z | Compiling slog-json v2.6.1 |
2015 | 2025-02-25T01:38:02.816Z | Compiling crossbeam-channel v0.5.13 |
2016 | 2025-02-25T01:38:04.308Z | Compiling webpki-roots v0.26.6 |
2017 | 2025-02-25T01:38:04.439Z | Compiling futures-executor v0.3.31 |
2018 | 2025-02-25T01:38:04.513Z | Compiling num-integer v0.1.46 |
2019 | 2025-02-25T01:38:04.539Z | Compiling md-5 v0.10.6 |
2020 | 2025-02-25T01:38:04.801Z | Compiling sync_wrapper v1.0.1 |
2021 | 2025-02-25T01:38:04.883Z | Compiling ff v0.13.0 |
2022 | 2025-02-25T01:38:04.983Z | Compiling hash32 v0.2.1 |
2023 | 2025-02-25T01:38:05.188Z | Compiling memmap v0.7.0 |
2024 | 2025-02-25T01:38:05.202Z | Compiling is-terminal v0.4.13 |
2025 | 2025-02-25T01:38:05.327Z | Compiling object v0.36.5 |
2026 | 2025-02-25T01:38:05.354Z | Compiling heck v0.4.1 |
2027 | 2025-02-25T01:38:05.440Z | Compiling fallible-iterator v0.2.0 |
2028 | 2025-02-25T01:38:05.549Z | Compiling take_mut v0.2.2 |
2029 | 2025-02-25T01:38:05.733Z | Compiling utf-8 v0.7.6 |
2030 | 2025-02-25T01:38:05.759Z | Compiling tower-layer v0.3.3 |
2031 | 2025-02-25T01:38:06.046Z | Compiling linked-hash-map v0.5.6 |
2032 | 2025-02-25T01:38:06.067Z | Compiling anstyle-query v1.1.1 |
2033 | 2025-02-25T01:38:06.169Z | Compiling is_terminal_polyfill v1.70.1 |
2034 | 2025-02-25T01:38:06.321Z | Compiling base16ct v0.2.0 |
2035 | 2025-02-25T01:38:06.365Z | Compiling rustc-demangle v0.1.24 |
2036 | 2025-02-25T01:38:06.460Z | Compiling colorchoice v1.0.2 |
2037 | 2025-02-25T01:38:06.624Z | Compiling quick-error v1.2.3 |
2038 | 2025-02-25T01:38:06.645Z | Compiling anstream v0.6.15 |
2039 | 2025-02-25T01:38:06.798Z | Compiling resolv-conf v0.7.0 |
2040 | 2025-02-25T01:38:07.182Z | Compiling sec1 v0.7.3 |
2041 | 2025-02-25T01:38:07.415Z | Compiling tokio-rustls v0.26.0 |
2042 | 2025-02-25T01:38:07.494Z | Compiling lru-cache v0.1.2 |
2043 | 2025-02-25T01:38:07.692Z | Compiling tower v0.5.2 |
2044 | 2025-02-25T01:38:07.713Z | Compiling postgres-protocol v0.6.8 |
2045 | 2025-02-25T01:38:07.870Z | Compiling tungstenite v0.24.0 |
2046 | 2025-02-25T01:38:08.637Z | Compiling strum_macros v0.25.3 |
2047 | 2025-02-25T01:38:09.630Z | Compiling usdt v0.5.0 |
2048 | 2025-02-25T01:38:09.682Z | Compiling slog-term v2.9.1 |
2049 | 2025-02-25T01:38:10.697Z | Compiling group v0.13.0 |
2050 | 2025-02-25T01:38:11.003Z | Compiling num-iter v0.1.45 |
2051 | 2025-02-25T01:38:11.106Z | Compiling futures v0.3.31 |
2052 | 2025-02-25T01:38:11.878Z | Compiling backtrace v0.3.74 |
2053 | 2025-02-25T01:38:12.032Z | Compiling tokio-rustls v0.25.0 |
2054 | 2025-02-25T01:38:12.449Z | Compiling slog-bunyan v2.5.0 |
2055 | 2025-02-25T01:38:12.637Z | Compiling hyper-tls v0.6.0 |
2056 | 2025-02-25T01:38:12.667Z | Compiling toml v0.8.19 |
2057 | 2025-02-25T01:38:12.751Z | Compiling cookie_store v0.21.1 |
2058 | 2025-02-25T01:38:13.079Z | Compiling hickory-proto v0.24.3 |
2059 | 2025-02-25T01:38:13.101Z | Compiling phf_shared v0.11.2 |
2060 | 2025-02-25T01:38:13.939Z | Compiling async-stream v0.3.6 |
2061 | 2025-02-25T01:38:14.162Z | Compiling waitgroup v0.1.2 |
2062 | 2025-02-25T01:38:14.348Z | Compiling hashbrown v0.14.5 |
2063 | 2025-02-25T01:38:14.490Z | Compiling hkdf v0.12.4 |
2064 | 2025-02-25T01:38:14.502Z | Compiling terminal_size v0.4.0 |
2065 | 2025-02-25T01:38:14.745Z | Compiling serde_path_to_error v0.1.16 |
2066 | 2025-02-25T01:38:15.498Z | Compiling crypto-bigint v0.5.5 |
2067 | 2025-02-25T01:38:15.519Z | Compiling derive-where v1.2.7 |
2068 | 2025-02-25T01:38:15.537Z | Compiling serde_repr v0.1.19 |
2069 | 2025-02-25T01:38:16.355Z | Compiling hostname v0.4.0 |
2070 | 2025-02-25T01:38:16.568Z | Compiling crc32fast v1.4.2 |
2071 | 2025-02-25T01:38:16.711Z | Compiling managed v0.8.0 |
2072 | 2025-02-25T01:38:16.904Z | Compiling bitflags v1.3.2 |
2073 | 2025-02-25T01:38:17.023Z | Compiling unicode-width v0.2.0 |
2074 | 2025-02-25T01:38:17.151Z | Compiling winnow v0.5.40 |
2075 | 2025-02-25T01:38:17.546Z | Compiling debug-ignore v1.0.5 |
2076 | 2025-02-25T01:38:18.212Z | Compiling clap_lex v0.7.4 |
2077 | 2025-02-25T01:38:18.568Z | Compiling clap_builder v4.5.30 |
2078 | 2025-02-25T01:38:18.694Z | Compiling hickory-resolver v0.24.3 |
2079 | 2025-02-25T01:38:19.553Z | Compiling elliptic-curve v0.13.8 |
2080 | 2025-02-25T01:38:20.494Z | Compiling toml_edit v0.19.15 |
2081 | 2025-02-25T01:38:23.561Z | Compiling console v0.15.10 |
2082 | 2025-02-25T01:38:24.913Z | Compiling flate2 v1.0.35 |
2083 | 2025-02-25T01:38:25.131Z | Compiling regress v0.10.1 |
2084 | 2025-02-25T01:38:27.528Z | Compiling hyper-rustls v0.27.3 |
2085 | 2025-02-25T01:38:29.606Z | Compiling phf v0.11.2 |
2086 | 2025-02-25T01:38:29.909Z | Compiling signal-hook-mio v0.2.4 |
2087 | 2025-02-25T01:38:30.050Z | Compiling rayon v1.10.0 |
2088 | 2025-02-25T01:38:30.137Z | Compiling bzip2 v0.4.4 |
2089 | 2025-02-25T01:38:30.167Z | Compiling tokio-tungstenite v0.24.0 |
2090 | 2025-02-25T01:38:30.501Z | Compiling postgres-types v0.2.8 |
2091 | 2025-02-25T01:38:30.838Z | Compiling ed25519 v2.2.3 |
2092 | 2025-02-25T01:38:30.872Z | Compiling hubpack v0.1.2 |
2093 | 2025-02-25T01:38:31.260Z | Compiling phf_shared v0.10.0 |
2094 | 2025-02-25T01:38:31.327Z | Compiling pkcs1 v0.7.5 |
2095 | 2025-02-25T01:38:31.603Z | Compiling zerocopy v0.6.6 |
2096 | 2025-02-25T01:38:31.624Z | Compiling tokio-stream v0.1.17 |
2097 | 2025-02-25T01:38:36.016Z | Compiling rfc6979 v0.4.0 |
2098 | 2025-02-25T01:38:36.025Z | Compiling serde-big-array v0.5.1 |
2099 | 2025-02-25T01:38:36.025Z | Compiling float-cmp v0.10.0 |
2100 | 2025-02-25T01:38:36.025Z | Compiling bstr v1.10.0 |
2101 | 2025-02-25T01:38:36.025Z | Compiling fixedbitset v0.4.2 |
2102 | 2025-02-25T01:38:36.026Z | Compiling new_debug_unreachable v1.0.6 |
2103 | 2025-02-25T01:38:36.026Z | Compiling difflib v0.4.0 |
2104 | 2025-02-25T01:38:36.026Z | Compiling precomputed-hash v0.1.1 |
2105 | 2025-02-25T01:38:36.026Z | Compiling number_prefix v0.4.0 |
2106 | 2025-02-25T01:38:36.026Z | Compiling predicates-core v1.0.8 |
2107 | 2025-02-25T01:38:36.080Z | Compiling unicode-segmentation v1.12.0 |
2108 | 2025-02-25T01:38:36.080Z | Compiling static_assertions v1.1.0 |
2109 | 2025-02-25T01:38:36.080Z | Compiling whoami v1.5.2 |
2110 | 2025-02-25T01:38:36.080Z | Compiling normalize-line-endings v0.3.0 |
2111 | 2025-02-25T01:38:36.080Z | Compiling bit-vec v0.6.3 |
2112 | 2025-02-25T01:38:36.080Z | Compiling predicates v3.1.3 |
2113 | 2025-02-25T01:38:36.080Z | Compiling reqwest v0.12.12 |
2114 | 2025-02-25T01:38:36.080Z | Compiling bit-set v0.5.3 |
2115 | 2025-02-25T01:38:36.080Z | Compiling similar v2.6.0 |
2116 | 2025-02-25T01:38:36.080Z | Compiling tokio-postgres v0.7.12 |
2117 | 2025-02-25T01:38:37.406Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2118 | 2025-02-25T01:38:37.766Z | Compiling indicatif v0.17.11 |
2119 | 2025-02-25T01:38:39.913Z | Compiling string_cache v0.8.7 |
2120 | 2025-02-25T01:38:40.256Z | Compiling petgraph v0.6.5 |
2121 | 2025-02-25T01:38:40.780Z | Compiling qorb v0.2.1 |
2122 | 2025-02-25T01:38:41.109Z | Compiling ecdsa v0.16.9 |
2123 | 2025-02-25T01:38:41.894Z | Compiling rsa v0.9.6 |
2124 | 2025-02-25T01:38:43.344Z | Compiling ed25519-dalek v2.1.1 |
2125 | 2025-02-25T01:38:43.716Z | Compiling zip v0.6.6 |
2126 | 2025-02-25T01:38:43.838Z | Compiling crossterm v0.28.1 |
2127 | 2025-02-25T01:38:44.228Z | Compiling typify-impl v0.2.0 |
2128 | 2025-02-25T01:38:44.851Z | Compiling toml v0.7.8 |
2129 | 2025-02-25T01:38:46.202Z | Compiling clap v4.5.30 |
2130 | 2025-02-25T01:38:46.956Z | Compiling x509-cert v0.2.5 |
2131 | 2025-02-25T01:38:48.439Z | Compiling hex v0.4.3 |
2132 | 2025-02-25T01:38:50.956Z | Compiling itertools v0.14.0 |
2133 | 2025-02-25T01:38:51.182Z | Compiling itertools v0.10.5 |
2134 | 2025-02-25T01:38:53.476Z | Compiling lalrpop-util v0.19.12 |
2135 | 2025-02-25T01:38:53.826Z | Compiling peg-runtime v0.8.3 |
2136 | 2025-02-25T01:38:54.320Z | Compiling unicode-xid v0.2.6 |
2137 | 2025-02-25T01:38:56.017Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2138 | 2025-02-25T01:38:56.311Z | Compiling typify-macro v0.2.0 |
2139 | 2025-02-25T01:39:24.137Z | Compiling radium v0.7.0 |
2140 | 2025-02-25T01:39:28.757Z | Compiling ident_case v1.0.1 |
2141 | 2025-02-25T01:39:28.957Z | Compiling maybe-uninit v2.0.0 |
2142 | 2025-02-25T01:39:29.460Z | Compiling tap v1.0.1 |
2143 | 2025-02-25T01:39:32.956Z | Compiling wyz v0.5.1 |
2144 | 2025-02-25T01:39:33.124Z | Compiling darling_core v0.20.10 |
2145 | 2025-02-25T01:39:40.276Z | Compiling typify v0.2.0 |
2146 | 2025-02-25T01:39:43.371Z | Compiling funty v2.0.0 |
2147 | 2025-02-25T01:39:43.927Z | Compiling unsafe-libyaml v0.2.11 |
2148 | 2025-02-25T01:39:43.963Z | Compiling packed_struct v0.10.1 |
2149 | 2025-02-25T01:39:46.779Z | Compiling serde_yaml v0.9.34+deprecated |
2150 | 2025-02-25T01:39:49.999Z | Compiling bitvec v1.0.1 |
2151 | 2025-02-25T01:39:56.640Z | Compiling progenitor-impl v0.8.0 |
2152 | 2025-02-25T01:39:57.118Z | Compiling darling_macro v0.20.10 |
2153 | 2025-02-25T01:40:02.364Z | Compiling ipnetwork v0.21.1 |
2154 | 2025-02-25T01:40:02.599Z | Compiling packed_struct_codegen v0.10.1 |
2155 | 2025-02-25T01:40:03.416Z | Compiling structmeta-derive v0.3.0 |
2156 | 2025-02-25T01:40:04.895Z | Compiling indexmap v1.9.3 |
2157 | 2025-02-25T01:40:05.269Z | Compiling crc-catalog v2.4.0 |
2158 | 2025-02-25T01:40:05.783Z | Compiling thiserror v2.0.11 |
2159 | 2025-02-25T01:40:05.804Z | Compiling fastrand v2.1.1 |
2160 | 2025-02-25T01:40:05.851Z | Compiling nodrop v0.1.14 |
2161 | 2025-02-25T01:40:05.964Z | Compiling structmeta v0.3.0 |
2162 | 2025-02-25T01:40:06.008Z | Compiling array-init v0.0.4 |
2163 | 2025-02-25T01:40:06.351Z | Compiling tempfile v3.13.0 |
2164 | 2025-02-25T01:40:06.484Z | Compiling crc v3.2.1 |
2165 | 2025-02-25T01:40:06.587Z | Compiling oxnet v0.1.0 |
2166 | 2025-02-25T01:40:06.694Z | Compiling progenitor-macro v0.8.0 |
2167 | 2025-02-25T01:40:06.944Z | Compiling smallvec v0.6.14 |
2168 | 2025-02-25T01:40:07.971Z | Compiling darling v0.20.10 |
2169 | 2025-02-25T01:40:08.156Z | Compiling progenitor-client v0.8.0 |
2170 | 2025-02-25T01:40:08.538Z | Compiling xattr v1.3.1 |
2171 | 2025-02-25T01:40:08.869Z | Compiling thiserror-impl v2.0.11 |
2172 | 2025-02-25T01:40:09.039Z | Compiling daft-derive v0.1.1 |
2173 | 2025-02-25T01:40:10.115Z | Compiling pin-project-internal v1.1.6 |
2174 | 2025-02-25T01:40:10.433Z | Compiling filetime v0.2.25 |
2175 | 2025-02-25T01:40:10.553Z | Compiling dropshot v0.15.1 |
2176 | 2025-02-25T01:40:10.786Z | Compiling termcolor v1.4.1 |
2177 | 2025-02-25T01:40:10.891Z | Compiling bitfield v0.14.0 |
2178 | 2025-02-25T01:40:11.198Z | Compiling hashbrown v0.12.3 |
2179 | 2025-02-25T01:40:11.530Z | Compiling same-file v1.0.6 |
2180 | 2025-02-25T01:40:11.800Z | Compiling base64 v0.21.7 |
2181 | 2025-02-25T01:40:11.839Z | Compiling walkdir v2.5.0 |
2182 | 2025-02-25T01:40:12.434Z | Compiling ron v0.8.1 |
2183 | 2025-02-25T01:40:12.528Z | Compiling pin-project v1.1.6 |
2184 | 2025-02-25T01:40:13.105Z | Compiling env_logger v0.10.2 |
2185 | 2025-02-25T01:40:13.395Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2186 | 2025-02-25T01:40:13.825Z | Compiling tar v0.4.44 |
2187 | 2025-02-25T01:40:16.036Z | Compiling daft v0.1.1 |
2188 | 2025-02-25T01:40:16.605Z | Compiling serde_with_macros v3.11.0 |
2189 | 2025-02-25T01:40:16.726Z | Compiling progenitor v0.8.0 |
2190 | 2025-02-25T01:40:16.956Z | Compiling serde-hex v0.1.0 |
2191 | 2025-02-25T01:40:18.175Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2192 | 2025-02-25T01:40:18.520Z | Compiling parse-display-derive v0.10.0 |
2193 | 2025-02-25T01:40:18.973Z | Compiling strum_macros v0.26.4 |
2194 | 2025-02-25T01:40:19.549Z | Compiling hashbrown v0.13.2 |
2195 | 2025-02-25T01:40:20.824Z | Compiling dropshot_endpoint v0.15.1 |
2196 | 2025-02-25T01:40:21.856Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2197 | 2025-02-25T01:40:21.947Z | Compiling snafu-derive v0.8.5 |
2198 | 2025-02-25T01:40:22.595Z | Compiling blake3 v1.5.4 |
2199 | 2025-02-25T01:40:22.963Z | Compiling instant v0.1.13 |
2200 | 2025-02-25T01:40:23.176Z | Compiling zip v2.1.3 |
2201 | 2025-02-25T01:40:23.238Z | Compiling bumpalo v3.16.0 |
2202 | 2025-02-25T01:40:23.519Z | Compiling simd-adler32 v0.3.7 |
2203 | 2025-02-25T01:40:23.800Z | Compiling crc-any v2.5.0 |
2204 | 2025-02-25T01:40:24.609Z | Compiling buf-list v1.0.3 |
2205 | 2025-02-25T01:40:24.738Z | Compiling lockfree-object-pool v0.1.6 |
2206 | 2025-02-25T01:40:25.010Z | Compiling zopfli v0.8.1 |
2207 | 2025-02-25T01:40:25.225Z | Compiling backoff v0.4.0 |
2208 | 2025-02-25T01:40:25.586Z | Compiling strum v0.26.3 |
2209 | 2025-02-25T01:40:25.720Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2210 | 2025-02-25T01:40:25.804Z | Compiling parse-display v0.10.0 |
2211 | 2025-02-25T01:40:25.952Z | Compiling object v0.30.4 |
2212 | 2025-02-25T01:40:26.174Z | Compiling snafu v0.8.5 |
2213 | 2025-02-25T01:40:27.423Z | Compiling serde_with v3.11.0 |
2214 | 2025-02-25T01:40:27.578Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2215 | 2025-02-25T01:40:28.945Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2216 | 2025-02-25T01:40:29.215Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2217 | 2025-02-25T01:40:31.336Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2218 | 2025-02-25T01:40:32.047Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2219 | 2025-02-25T01:40:32.791Z | Compiling camino-tempfile v1.1.1 |
2220 | 2025-02-25T01:40:33.548Z | Compiling globset v0.4.15 |
2221 | 2025-02-25T01:40:35.793Z | Compiling regress v0.9.1 |
2222 | 2025-02-25T01:40:37.931Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2223 | 2025-02-25T01:40:38.156Z | Compiling progenitor-client v0.9.1 |
2224 | 2025-02-25T01:40:39.088Z | Compiling olpc-cjson v0.1.4 |
2225 | 2025-02-25T01:40:39.399Z | Compiling pem v3.0.5 |
2226 | 2025-02-25T01:40:39.534Z | Compiling cargo-platform v0.1.8 |
2227 | 2025-02-25T01:40:40.509Z | Compiling serde_plain v1.0.2 |
2228 | 2025-02-25T01:40:40.794Z | Compiling macaddr v1.0.1 |
2229 | 2025-02-25T01:40:41.036Z | Compiling async-recursion v1.1.1 |
2230 | 2025-02-25T01:40:41.447Z | Compiling memmap2 v0.9.5 |
2231 | 2025-02-25T01:40:42.023Z | Compiling arrayvec v0.7.6 |
2232 | 2025-02-25T01:40:42.344Z | Compiling typed-path v0.9.3 |
2233 | 2025-02-25T01:40:42.436Z | Compiling arrayref v0.3.9 |
2234 | 2025-02-25T01:40:42.557Z | Compiling constant_time_eq v0.3.1 |
2235 | 2025-02-25T01:40:42.742Z | Compiling path-slash v0.1.5 |
2236 | 2025-02-25T01:40:42.997Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2237 | 2025-02-25T01:40:44.092Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2238 | 2025-02-25T01:40:44.499Z | Compiling cargo_metadata v0.18.1 |
2239 | 2025-02-25T01:40:45.137Z | Compiling tough v0.19.0 |
2240 | 2025-02-25T01:40:47.368Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2241 | 2025-02-25T01:40:47.826Z | Compiling itertools v0.13.0 |
2242 | 2025-02-25T01:40:49.303Z | Compiling parse-size v1.1.0 |
2243 | 2025-02-25T01:40:49.369Z | Compiling topological-sort v0.2.2 |
2244 | 2025-02-25T01:40:49.632Z | Compiling omicron-zone-package v0.12.0 |
2245 | 2025-02-25T01:40:49.652Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2246 | 2025-02-25T01:40:51.321Z | Compiling shell-words v1.1.0 |
2247 | 2025-02-25T01:40:57.439Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2248 | 2025-02-25T01:41:08.133Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2249 | 2025-02-25T01:41:21.487Z | Finished `release` profile [optimized] target(s) in 5m 32s |
2250 | 2025-02-25T01:41:21.654Z | Running `target/release/omicron-releng --output-dir /work` |
2251 | 2025-02-25T01:41:21.698Z | Feb 25 01:41:19.770 DEBG changing working directory to /work/oxidecomputer/omicron |
2252 | 2025-02-25T01:41:21.801Z | Feb 25 01:41:19.874 DEBG running: git rev-parse HEAD |
2253 | 2025-02-25T01:41:21.807Z | Feb 25 01:41:19.880 DEBG process exited with exit status: 0 (6.548535ms) |
2254 | 2025-02-25T01:41:21.807Z | Feb 25 01:41:19.880 INFO version: 13.0.0-0.ci+git804b2ee5bcf |
2255 | 2025-02-25T01:41:21.847Z | Feb 25 01:41:19.919 INFO cloning helios to /work/oxidecomputer/helios |
2256 | 2025-02-25T01:41:21.847Z | Feb 25 01:41:19.919 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2257 | 2025-02-25T01:41:21.852Z | Cloning into '/work/oxidecomputer/helios'... |
2258 | 2025-02-25T01:41:22.302Z | Feb 25 01:41:20.375 DEBG process exited with exit status: 0 (455.180259ms) |
2259 | 2025-02-25T01:41:22.302Z | Feb 25 01:41:20.375 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2260 | 2025-02-25T01:41:23.168Z | Feb 25 01:41:21.241 DEBG process exited with exit status: 0 (865.858355ms) |
2261 | 2025-02-25T01:41:23.168Z | Feb 25 01:41:21.241 DEBG running: zfs list rpool/images/build/host |
2262 | 2025-02-25T01:41:23.175Z | NAME USED AVAIL REFER MOUNTPOINT |
2263 | 2025-02-25T01:41:23.175Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2264 | 2025-02-25T01:41:23.177Z | Feb 25 01:41:21.248 DEBG process exited with exit status: 0 (7.317375ms) |
2265 | 2025-02-25T01:41:23.177Z | Feb 25 01:41:21.248 DEBG running: zfs list rpool/images/build/recovery |
2266 | 2025-02-25T01:41:23.181Z | NAME USED AVAIL REFER MOUNTPOINT |
2267 | 2025-02-25T01:41:23.181Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2268 | 2025-02-25T01:41:23.186Z | Feb 25 01:41:21.255 DEBG process exited with exit status: 0 (6.603235ms) |
2269 | 2025-02-25T01:41:23.186Z | Feb 25 01:41:21.255 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2270 | 2025-02-25T01:41:23.191Z | # branch.oid 1e0785c95bda2195e187a1605f4ed360e6a0c0fa |
2271 | 2025-02-25T01:41:23.191Z | # branch.head master |
2272 | 2025-02-25T01:41:23.191Z | # branch.upstream origin/master |
2273 | 2025-02-25T01:41:23.191Z | # branch.ab +0 -0 |
2274 | 2025-02-25T01:41:23.195Z | Feb 25 01:41:21.264 DEBG process exited with exit status: 0 (8.304216ms) |
2275 | 2025-02-25T01:41:23.195Z | Feb 25 01:41:21.264 INFO [hubris-production] running task |
2276 | 2025-02-25T01:41:23.195Z | Feb 25 01:41:21.264 INFO [hubris-staging] running task |
2277 | 2025-02-25T01:41:23.195Z | Feb 25 01:41:21.265 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2278 | 2025-02-25T01:41:23.198Z | Feb 25 01:41:21.268 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2279 | 2025-02-25T01:41:23.261Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2280 | 2025-02-25T01:41:23.674Z | [ omicron-package] Blocking waiting for file lock on package cache |
2281 | 2025-02-25T01:41:24.139Z | [ omicron-package] Blocking waiting for file lock on package cache |
2282 | 2025-02-25T01:41:24.422Z | [ omicron-package] Blocking waiting for file lock on package cache |
2283 | 2025-02-25T01:41:24.951Z | Feb 25 01:41:23.024 INFO [hubris-production] task succeeded (1.760004362s) |
2284 | 2025-02-25T01:41:25.244Z | [ omicron-package] Compiling ring v0.17.11 |
2285 | 2025-02-25T01:41:25.255Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2286 | 2025-02-25T01:41:25.255Z | [ omicron-package] Compiling itertools v0.13.0 |
2287 | 2025-02-25T01:41:25.258Z | [ omicron-package] Compiling heapless v0.8.0 |
2288 | 2025-02-25T01:41:25.258Z | [ omicron-package] Compiling hash32 v0.3.1 |
2289 | 2025-02-25T01:41:25.258Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2290 | 2025-02-25T01:41:25.258Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2291 | 2025-02-25T01:41:26.204Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2292 | 2025-02-25T01:41:26.597Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2293 | 2025-02-25T01:41:26.919Z | [ omicron-package] Compiling cobs v0.2.3 |
2294 | 2025-02-25T01:41:27.039Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2295 | 2025-02-25T01:41:27.344Z | [ omicron-package] Compiling postcard v1.0.10 |
2296 | 2025-02-25T01:41:28.031Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2297 | 2025-02-25T01:41:28.216Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2298 | 2025-02-25T01:41:29.070Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2299 | 2025-02-25T01:41:29.174Z | [ omicron-package] Compiling unicode-width v0.1.14 |
2300 | 2025-02-25T01:41:29.233Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2301 | 2025-02-25T01:41:29.621Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2302 | 2025-02-25T01:41:30.514Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2303 | 2025-02-25T01:41:31.139Z | [ omicron-package] Compiling num_enum v0.5.11 |
2304 | 2025-02-25T01:41:31.279Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2305 | 2025-02-25T01:41:31.532Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2306 | 2025-02-25T01:41:32.135Z | [ omicron-package] Compiling rustls v0.22.4 |
2307 | 2025-02-25T01:41:32.312Z | [ omicron-package] Compiling rustls v0.23.19 |
2308 | 2025-02-25T01:41:32.558Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2309 | 2025-02-25T01:41:32.561Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2310 | 2025-02-25T01:41:33.072Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2311 | 2025-02-25T01:41:33.278Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2312 | 2025-02-25T01:41:33.490Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2313 | 2025-02-25T01:41:34.084Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2314 | 2025-02-25T01:41:34.336Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2315 | 2025-02-25T01:41:34.457Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2316 | 2025-02-25T01:41:34.975Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2317 | 2025-02-25T01:41:35.260Z | [ omicron-package] Compiling colored v2.1.0 |
2318 | 2025-02-25T01:41:35.368Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2319 | 2025-02-25T01:41:36.524Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2320 | 2025-02-25T01:41:37.059Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
2321 | 2025-02-25T01:41:37.423Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2322 | 2025-02-25T01:41:38.034Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2323 | 2025-02-25T01:41:38.414Z | [ omicron-package] Compiling num-derive v0.4.2 |
2324 | 2025-02-25T01:41:39.765Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2325 | 2025-02-25T01:41:40.438Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2326 | 2025-02-25T01:41:41.181Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2327 | 2025-02-25T01:41:41.348Z | [ omicron-package] Compiling zone v0.3.0 |
2328 | 2025-02-25T01:41:41.457Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2329 | 2025-02-25T01:41:42.541Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2330 | 2025-02-25T01:41:42.996Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2331 | 2025-02-25T01:41:43.692Z | [ omicron-package] Compiling smf v0.2.3 |
2332 | 2025-02-25T01:41:43.717Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2333 | 2025-02-25T01:41:44.542Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2334 | 2025-02-25T01:41:45.628Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
2335 | 2025-02-25T01:41:46.480Z | [ omicron-package] Compiling dropshot v0.12.0 |
2336 | 2025-02-25T01:41:46.654Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2337 | 2025-02-25T01:41:46.998Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2338 | 2025-02-25T01:41:48.127Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
2339 | 2025-02-25T01:41:48.130Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2340 | 2025-02-25T01:41:48.708Z | [ omicron-package] Compiling hyper-rustls v0.27.3 |
2341 | 2025-02-25T01:41:49.009Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2342 | 2025-02-25T01:41:49.210Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2343 | 2025-02-25T01:41:49.292Z | [ omicron-package] Compiling reqwest v0.12.12 |
2344 | 2025-02-25T01:41:49.481Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2345 | 2025-02-25T01:41:51.237Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2346 | 2025-02-25T01:41:51.440Z | [ omicron-package] Compiling gethostname v0.5.0 |
2347 | 2025-02-25T01:41:51.603Z | Feb 25 01:41:49.675 INFO [hubris-staging] task succeeded (28.410342555s) |
2348 | 2025-02-25T01:41:53.174Z | [ omicron-package] Compiling qorb v0.2.1 |
2349 | 2025-02-25T01:41:53.807Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2350 | 2025-02-25T01:41:56.397Z | [ omicron-package] Compiling indent_write v2.2.0 |
2351 | 2025-02-25T01:41:58.875Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2352 | 2025-02-25T01:41:59.635Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2353 | 2025-02-25T01:41:59.938Z | [ omicron-package] Compiling dropshot v0.15.1 |
2354 | 2025-02-25T01:42:06.155Z | [ helios-setup] Feb 25 01:42:04.227 INFO helios repository root is: /work/oxidecomputer/helios |
2355 | 2025-02-25T01:42:06.159Z | [ helios-setup] Feb 25 01:42:04.229 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 |
2356 | 2025-02-25T01:42:06.159Z | [ helios-setup] Feb 25 01:42:04.230 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2357 | 2025-02-25T01:42:06.163Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2358 | 2025-02-25T01:42:15.369Z | [ omicron-package] Compiling progenitor-client v0.8.0 |
2359 | 2025-02-25T01:42:15.618Z | [ helios-setup] Feb 25 01:42:13.689 INFO clone ok!, project: amd-firmware |
2360 | 2025-02-25T01:42:15.621Z | [ helios-setup] Feb 25 01:42:13.689 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 |
2361 | 2025-02-25T01:42:15.621Z | [ helios-setup] Feb 25 01:42:13.689 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2362 | 2025-02-25T01:42:15.624Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2363 | 2025-02-25T01:42:16.286Z | [ omicron-package] Compiling progenitor v0.8.0 |
2364 | 2025-02-25T01:42:16.292Z | [ helios-setup] Feb 25 01:42:14.364 INFO clone ok!, project: pinprick |
2365 | 2025-02-25T01:42:16.294Z | [ helios-setup] Feb 25 01:42:14.364 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 |
2366 | 2025-02-25T01:42:16.294Z | [ helios-setup] Feb 25 01:42:14.364 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2367 | 2025-02-25T01:42:16.297Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2368 | 2025-02-25T01:42:16.649Z | [ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2369 | 2025-02-25T01:42:16.994Z | [ helios-setup] Feb 25 01:42:15.066 INFO clone ok!, project: image-builder |
2370 | 2025-02-25T01:42:16.996Z | [ helios-setup] Feb 25 01:42:15.066 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2371 | 2025-02-25T01:42:16.996Z | [ helios-setup] Feb 25 01:42:15.066 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 |
2372 | 2025-02-25T01:42:16.997Z | [ helios-setup] Feb 25 01:42:15.066 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 |
2373 | 2025-02-25T01:42:16.999Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2374 | 2025-02-25T01:42:17.538Z | [ omicron-package] Compiling progenitor-client v0.9.1 |
2375 | 2025-02-25T01:42:18.258Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2376 | 2025-02-25T01:42:18.294Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2377 | 2025-02-25T01:42:18.343Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2378 | 2025-02-25T01:42:18.630Z | [ omicron-package] Compiling omicron-zone-package v0.12.0 |
2379 | 2025-02-25T01:42:22.771Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2380 | 2025-02-25T01:42:27.770Z | [ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de' |
2381 | 2025-02-25T01:42:27.785Z | [ helios-setup] Feb 25 01:42:25.857 INFO clone ok!, project: amd-host-image-builder |
2382 | 2025-02-25T01:42:27.788Z | [ helios-setup] Feb 25 01:42:25.857 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2383 | 2025-02-25T01:42:27.788Z | [ helios-setup] Feb 25 01:42:25.857 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2384 | 2025-02-25T01:42:27.788Z | [ helios-setup] Feb 25 01:42:25.857 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 |
2385 | 2025-02-25T01:42:27.788Z | [ helios-setup] Feb 25 01:42:25.857 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2386 | 2025-02-25T01:42:27.790Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2387 | 2025-02-25T01:42:28.599Z | [ helios-setup] Feb 25 01:42:26.670 INFO clone ok!, project: bootserver |
2388 | 2025-02-25T01:42:28.601Z | [ helios-setup] Feb 25 01:42:26.671 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 |
2389 | 2025-02-25T01:42:28.601Z | [ helios-setup] Feb 25 01:42:26.671 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2390 | 2025-02-25T01:42:28.608Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2391 | 2025-02-25T01:42:29.847Z | [ helios-setup] Feb 25 01:42:27.909 INFO clone ok!, project: chelsio-t6-roms |
2392 | 2025-02-25T01:42:29.852Z | [ helios-setup] Feb 25 01:42:27.909 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 |
2393 | 2025-02-25T01:42:29.853Z | [ helios-setup] Feb 25 01:42:27.909 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2394 | 2025-02-25T01:42:29.853Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2395 | 2025-02-25T01:42:30.987Z | [ helios-setup] Feb 25 01:42:29.058 INFO clone ok!, project: pilot |
2396 | 2025-02-25T01:42:30.989Z | [ helios-setup] Feb 25 01:42:29.058 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 |
2397 | 2025-02-25T01:42:30.989Z | [ helios-setup] Feb 25 01:42:29.058 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2398 | 2025-02-25T01:42:30.996Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2399 | 2025-02-25T01:42:31.648Z | [ helios-setup] Feb 25 01:42:29.717 INFO clone ok!, project: phbl |
2400 | 2025-02-25T01:42:31.653Z | [ helios-setup] Feb 25 01:42:29.717 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2401 | 2025-02-25T01:42:32.168Z | [ helios-setup] Feb 25 01:42:30.239 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2402 | 2025-02-25T01:42:32.490Z | [ helios-setup] Feb 25 01:42:30.561 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2403 | 2025-02-25T01:42:32.490Z | [ helios-setup] Feb 25 01:42:30.561 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2404 | 2025-02-25T01:42:32.786Z | [ helios-setup] Feb 25 01:42:30.857 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2405 | 2025-02-25T01:42:33.096Z | [ helios-setup] Feb 25 01:42:31.165 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2406 | 2025-02-25T01:42:33.100Z | [ helios-setup] Feb 25 01:42:31.165 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2407 | 2025-02-25T01:42:33.402Z | [ helios-setup] Feb 25 01:42:31.474 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2408 | 2025-02-25T01:42:33.697Z | [ helios-setup] Feb 25 01:42:31.768 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2409 | 2025-02-25T01:42:33.697Z | [ helios-setup] Feb 25 01:42:31.768 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2410 | 2025-02-25T01:42:33.701Z | [ helios-setup] Feb 25 01:42:31.768 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2411 | 2025-02-25T01:42:33.701Z | [ helios-setup] Feb 25 01:42:31.768 INFO ok! |
2412 | 2025-02-25T01:42:33.701Z | [ helios-setup] Feb 25 01:42:31.768 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2413 | 2025-02-25T01:42:33.701Z | [ helios-setup] Feb 25 01:42:31.769 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2414 | 2025-02-25T01:42:33.701Z | [ helios-setup] Feb 25 01:42:31.769 INFO ok! |
2415 | 2025-02-25T01:42:33.702Z | [ helios-setup] Feb 25 01:42:31.769 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2416 | 2025-02-25T01:42:33.702Z | [ helios-setup] Feb 25 01:42:31.769 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2417 | 2025-02-25T01:42:33.702Z | [ helios-setup] Feb 25 01:42:31.769 INFO ok! |
2418 | 2025-02-25T01:42:33.702Z | [ helios-setup] Feb 25 01:42:31.769 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2419 | 2025-02-25T01:42:33.702Z | [ helios-setup] Feb 25 01:42:31.769 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2420 | 2025-02-25T01:42:33.822Z | [ helios-setup] Feb 25 01:42:31.894 INFO E| Downloading crates ... |
2421 | 2025-02-25T01:42:34.089Z | [ helios-setup] Feb 25 01:42:32.160 INFO E| Downloaded miniz_oxide v0.7.2 |
2422 | 2025-02-25T01:42:34.123Z | [ helios-setup] Feb 25 01:42:32.194 INFO E| Compiling adler v1.0.2 |
2423 | 2025-02-25T01:42:34.209Z | [ helios-setup] Feb 25 01:42:32.280 INFO E| Compiling miniz_oxide v0.7.2 |
2424 | 2025-02-25T01:42:36.238Z | [ helios-setup] Feb 25 01:42:34.309 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2425 | 2025-02-25T01:42:36.769Z | [ helios-setup] Feb 25 01:42:34.840 INFO E| Finished `release` profile [optimized] target(s) in 3.01s |
2426 | 2025-02-25T01:42:36.778Z | [ helios-setup] Feb 25 01:42:34.850 INFO building project "pinprick" ok (3 seconds) |
2427 | 2025-02-25T01:42:36.778Z | [ helios-setup] Feb 25 01:42:34.850 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2428 | 2025-02-25T01:42:36.778Z | [ helios-setup] Feb 25 01:42:34.850 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2429 | 2025-02-25T01:42:36.922Z | [ helios-setup] Feb 25 01:42:34.994 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2430 | 2025-02-25T01:42:37.298Z | [ helios-setup] Feb 25 01:42:35.368 INFO E| From https://github.com/jclulow/rust-jmclib |
2431 | 2025-02-25T01:42:37.298Z | [ helios-setup] Feb 25 01:42:35.368 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2432 | 2025-02-25T01:42:37.317Z | [ helios-setup] Feb 25 01:42:35.388 INFO E| Updating crates.io index |
2433 | 2025-02-25T01:42:37.467Z | [ helios-setup] Feb 25 01:42:35.539 INFO E| Downloading crates ... |
2434 | 2025-02-25T01:42:37.540Z | [ helios-setup] Feb 25 01:42:35.610 INFO E| Downloaded getrandom v0.2.10 |
2435 | 2025-02-25T01:42:37.544Z | [ helios-setup] Feb 25 01:42:35.616 INFO E| Downloaded md-5 v0.9.1 |
2436 | 2025-02-25T01:42:37.546Z | [ helios-setup] Feb 25 01:42:35.618 INFO E| Downloaded walkdir v2.3.3 |
2437 | 2025-02-25T01:42:37.549Z | [ helios-setup] Feb 25 01:42:35.621 INFO E| Downloaded itoa v1.0.9 |
2438 | 2025-02-25T01:42:37.552Z | [ helios-setup] Feb 25 01:42:35.623 INFO E| Downloaded uuid v0.8.2 |
2439 | 2025-02-25T01:42:37.557Z | [ helios-setup] Feb 25 01:42:35.629 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2440 | 2025-02-25T01:42:37.560Z | [ helios-setup] Feb 25 01:42:35.630 INFO E| Downloaded block-buffer v0.9.0 |
2441 | 2025-02-25T01:42:37.560Z | [ helios-setup] Feb 25 01:42:35.631 INFO E| Downloaded sha-1 v0.9.8 |
2442 | 2025-02-25T01:42:37.563Z | [ helios-setup] Feb 25 01:42:35.633 INFO E| Downloaded fastrand v2.0.0 |
2443 | 2025-02-25T01:42:37.565Z | [ helios-setup] Feb 25 01:42:35.635 INFO E| Downloaded opaque-debug v0.3.0 |
2444 | 2025-02-25T01:42:37.577Z | [ helios-setup] Feb 25 01:42:35.649 INFO E| Downloaded unicode-width v0.1.10 |
2445 | 2025-02-25T01:42:37.580Z | [ helios-setup] Feb 25 01:42:35.651 INFO E| Downloaded glob v0.3.1 |
2446 | 2025-02-25T01:42:37.583Z | [ helios-setup] Feb 25 01:42:35.653 INFO E| Downloaded tempfile v3.7.0 |
2447 | 2025-02-25T01:42:37.586Z | [ helios-setup] Feb 25 01:42:35.657 INFO E| Downloaded errno v0.3.1 |
2448 | 2025-02-25T01:42:37.588Z | [ helios-setup] Feb 25 01:42:35.660 INFO E| Downloaded digest v0.9.0 |
2449 | 2025-02-25T01:42:37.591Z | [ helios-setup] Feb 25 01:42:35.662 INFO E| Downloaded cpufeatures v0.2.9 |
2450 | 2025-02-25T01:42:37.595Z | [ helios-setup] Feb 25 01:42:35.666 INFO E| Downloaded quote v1.0.31 |
2451 | 2025-02-25T01:42:37.599Z | [ helios-setup] Feb 25 01:42:35.670 INFO E| Downloaded unicode-ident v1.0.11 |
2452 | 2025-02-25T01:42:37.603Z | [ helios-setup] Feb 25 01:42:35.674 INFO E| Downloaded anyhow v1.0.72 |
2453 | 2025-02-25T01:42:37.608Z | [ helios-setup] Feb 25 01:42:35.680 INFO E| Downloaded typenum v1.16.0 |
2454 | 2025-02-25T01:42:37.612Z | [ helios-setup] Feb 25 01:42:35.683 INFO E| Downloaded ryu v1.0.15 |
2455 | 2025-02-25T01:42:37.616Z | [ helios-setup] Feb 25 01:42:35.688 INFO E| Downloaded toml v0.5.11 |
2456 | 2025-02-25T01:42:37.647Z | [ helios-setup] Feb 25 01:42:35.717 INFO E| Downloaded serde v1.0.193 |
2457 | 2025-02-25T01:42:37.651Z | [ helios-setup] Feb 25 01:42:35.722 INFO E| Downloaded serde_derive v1.0.193 |
2458 | 2025-02-25T01:42:37.655Z | [ helios-setup] Feb 25 01:42:35.726 INFO E| Downloaded once_cell v1.18.0 |
2459 | 2025-02-25T01:42:37.664Z | [ helios-setup] Feb 25 01:42:35.731 INFO E| Downloaded proc-macro2 v1.0.66 |
2460 | 2025-02-25T01:42:37.669Z | [ helios-setup] Feb 25 01:42:35.734 INFO E| Downloaded bitflags v2.3.3 |
2461 | 2025-02-25T01:42:37.696Z | [ helios-setup] Feb 25 01:42:35.767 INFO E| Downloaded syn v2.0.32 |
2462 | 2025-02-25T01:42:37.712Z | [ helios-setup] Feb 25 01:42:35.783 INFO E| Downloaded serde_json v1.0.103 |
2463 | 2025-02-25T01:42:37.754Z | [ helios-setup] Feb 25 01:42:35.825 INFO E| Downloaded rustix v0.38.4 |
2464 | 2025-02-25T01:42:37.833Z | [ helios-setup] Feb 25 01:42:35.904 INFO E| Downloaded libc v0.2.147 |
2465 | 2025-02-25T01:42:37.963Z | [ helios-setup] Feb 25 01:42:36.034 INFO E| Compiling libc v0.2.147 |
2466 | 2025-02-25T01:42:37.963Z | [ helios-setup] Feb 25 01:42:36.034 INFO E| Compiling proc-macro2 v1.0.66 |
2467 | 2025-02-25T01:42:37.963Z | [ helios-setup] Feb 25 01:42:36.035 INFO E| Compiling unicode-ident v1.0.11 |
2468 | 2025-02-25T01:42:37.966Z | [ helios-setup] Feb 25 01:42:36.035 INFO E| Compiling cfg-if v1.0.0 |
2469 | 2025-02-25T01:42:37.966Z | [ helios-setup] Feb 25 01:42:36.035 INFO E| Compiling typenum v1.16.0 |
2470 | 2025-02-25T01:42:37.966Z | [ helios-setup] Feb 25 01:42:36.035 INFO E| Compiling version_check v0.9.4 |
2471 | 2025-02-25T01:42:37.966Z | [ helios-setup] Feb 25 01:42:36.035 INFO E| Compiling serde v1.0.193 |
2472 | 2025-02-25T01:42:37.966Z | [ helios-setup] Feb 25 01:42:36.035 INFO E| Compiling rustix v0.38.4 |
2473 | 2025-02-25T01:42:38.553Z | [ helios-setup] Feb 25 01:42:36.624 INFO E| Compiling time-core v0.1.2 |
2474 | 2025-02-25T01:42:38.843Z | [ helios-setup] Feb 25 01:42:36.914 INFO E| Compiling slog v2.7.0 |
2475 | 2025-02-25T01:42:38.956Z | [ helios-setup] Feb 25 01:42:37.028 INFO E| Compiling powerfmt v0.2.0 |
2476 | 2025-02-25T01:42:39.524Z | [ helios-setup] Feb 25 01:42:37.595 INFO E| Compiling itoa v1.0.9 |
2477 | 2025-02-25T01:42:39.572Z | [ helios-setup] Feb 25 01:42:37.644 INFO E| Compiling num-conv v0.1.0 |
2478 | 2025-02-25T01:42:39.592Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2479 | 2025-02-25T01:42:39.790Z | [ helios-setup] Feb 25 01:42:37.861 INFO E| Compiling generic-array v0.14.7 |
2480 | 2025-02-25T01:42:40.052Z | [ helios-setup] Feb 25 01:42:38.123 INFO E| Compiling deranged v0.3.11 |
2481 | 2025-02-25T01:42:40.073Z | [ helios-setup] Feb 25 01:42:38.145 INFO E| Compiling once_cell v1.18.0 |
2482 | 2025-02-25T01:42:40.179Z | [ helios-setup] Feb 25 01:42:38.250 INFO E| Compiling time-macros v0.2.18 |
2483 | 2025-02-25T01:42:40.362Z | [ helios-setup] Feb 25 01:42:38.434 INFO E| Compiling bitflags v2.3.3 |
2484 | 2025-02-25T01:42:40.382Z | [ helios-setup] Feb 25 01:42:38.453 INFO E| Compiling num_threads v0.1.6 |
2485 | 2025-02-25T01:42:40.587Z | [ helios-setup] Feb 25 01:42:38.658 INFO E| Compiling thread_local v1.1.7 |
2486 | 2025-02-25T01:42:41.257Z | [ helios-setup] Feb 25 01:42:39.328 INFO E| Compiling quote v1.0.31 |
2487 | 2025-02-25T01:42:41.566Z | [ helios-setup] Feb 25 01:42:39.637 INFO E| Compiling serde_json v1.0.103 |
2488 | 2025-02-25T01:42:41.810Z | [ helios-setup] Feb 25 01:42:39.881 INFO E| Compiling anyhow v1.0.72 |
2489 | 2025-02-25T01:42:42.034Z | [ helios-setup] Feb 25 01:42:40.106 INFO E| Compiling syn v2.0.32 |
2490 | 2025-02-25T01:42:42.574Z | [ helios-setup] Feb 25 01:42:40.645 INFO E| Compiling dirs-sys-next v0.1.2 |
2491 | 2025-02-25T01:42:42.654Z | [ helios-setup] Feb 25 01:42:40.725 INFO E| Compiling errno v0.3.1 |
2492 | 2025-02-25T01:42:42.752Z | [ helios-setup] Feb 25 01:42:40.823 INFO E| Compiling atty v0.2.14 |
2493 | 2025-02-25T01:42:42.771Z | [ helios-setup] Feb 25 01:42:40.842 INFO E| Compiling fastrand v2.0.0 |
2494 | 2025-02-25T01:42:43.046Z | [ helios-setup] Feb 25 01:42:41.117 INFO E| Compiling dirs-next v2.0.0 |
2495 | 2025-02-25T01:42:43.200Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2496 | 2025-02-25T01:42:43.333Z | [ helios-setup] Feb 25 01:42:41.405 INFO E| Compiling term v0.7.0 |
2497 | 2025-02-25T01:42:43.367Z | [ helios-setup] Feb 25 01:42:41.439 INFO E| Compiling opaque-debug v0.3.0 |
2498 | 2025-02-25T01:42:44.111Z | [ helios-setup] Feb 25 01:42:42.182 INFO E| Compiling getrandom v0.2.10 |
2499 | 2025-02-25T01:42:44.160Z | [ helios-setup] Feb 25 01:42:42.232 INFO E| Compiling digest v0.9.0 |
2500 | 2025-02-25T01:42:44.186Z | [ helios-setup] Feb 25 01:42:42.257 INFO E| Compiling block-buffer v0.9.0 |
2501 | 2025-02-25T01:42:44.199Z | [ helios-setup] Feb 25 01:42:42.271 INFO E| Compiling same-file v1.0.6 |
2502 | 2025-02-25T01:42:44.503Z | [ helios-setup] Feb 25 01:42:42.574 INFO E| Compiling ryu v1.0.15 |
2503 | 2025-02-25T01:42:44.547Z | [ helios-setup] Feb 25 01:42:42.617 INFO E| Compiling unicode-width v0.1.10 |
2504 | 2025-02-25T01:42:44.671Z | [ helios-setup] Feb 25 01:42:42.742 INFO E| Compiling cpufeatures v0.2.9 |
2505 | 2025-02-25T01:42:44.671Z | [ helios-setup] Feb 25 01:42:42.742 INFO E| Compiling walkdir v2.3.3 |
2506 | 2025-02-25T01:42:44.813Z | [ helios-setup] Feb 25 01:42:42.884 INFO E| Compiling getopts v0.2.21 |
2507 | 2025-02-25T01:42:44.916Z | [ helios-setup] Feb 25 01:42:42.987 INFO E| Compiling sha-1 v0.9.8 |
2508 | 2025-02-25T01:42:45.272Z | [ helios-setup] Feb 25 01:42:43.343 INFO E| Compiling md-5 v0.9.1 |
2509 | 2025-02-25T01:42:45.469Z | [ helios-setup] Feb 25 01:42:43.540 INFO E| Compiling time v0.3.36 |
2510 | 2025-02-25T01:42:45.885Z | [ helios-setup] Feb 25 01:42:43.956 INFO E| Compiling tempfile v3.7.0 |
2511 | 2025-02-25T01:42:46.007Z | [ helios-setup] Feb 25 01:42:44.078 INFO E| Compiling glob v0.3.1 |
2512 | 2025-02-25T01:42:46.127Z | [ helios-setup] Feb 25 01:42:44.198 INFO E| Compiling libdevinfo-sys v1.0.0 |
2513 | 2025-02-25T01:42:47.237Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2514 | 2025-02-25T01:42:48.113Z | [ helios-setup] Feb 25 01:42:46.184 INFO E| Compiling slog-term v2.9.0 |
2515 | 2025-02-25T01:42:48.979Z | [ helios-setup] Feb 25 01:42:47.050 INFO E| Compiling serde_derive v1.0.193 |
2516 | 2025-02-25T01:42:58.112Z | [ helios-setup] Feb 25 01:42:56.183 INFO E| Compiling toml v0.5.11 |
2517 | 2025-02-25T01:42:58.112Z | [ helios-setup] Feb 25 01:42:56.183 INFO E| Compiling uuid v0.8.2 |
2518 | 2025-02-25T01:42:59.863Z | [ helios-setup] Feb 25 01:42:57.935 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2519 | 2025-02-25T01:43:01.492Z | [ helios-setup] Feb 25 01:42:59.563 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2520 | 2025-02-25T01:43:03.964Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 1m 40s |
2521 | 2025-02-25T01:43:04.202Z | [ omicron-package] |
2522 | 2025-02-25T01:43:04.202Z | [ omicron-package] real 1:40.957832483 |
2523 | 2025-02-25T01:43:04.202Z | [ omicron-package] user 8:43.276373082 |
2524 | 2025-02-25T01:43:04.202Z | [ omicron-package] sys 29.002198314 |
2525 | 2025-02-25T01:43:04.204Z | [ omicron-package] trap 0.995258954 |
2526 | 2025-02-25T01:43:04.204Z | [ omicron-package] tflt 0.779645001 |
2527 | 2025-02-25T01:43:04.204Z | [ omicron-package] dflt 0.584554478 |
2528 | 2025-02-25T01:43:04.204Z | [ omicron-package] kflt 0.008632266 |
2529 | 2025-02-25T01:43:04.204Z | [ omicron-package] lock 17:10.540071524 |
2530 | 2025-02-25T01:43:04.204Z | [ omicron-package] slp 27:28.687076706 |
2531 | 2025-02-25T01:43:04.205Z | [ omicron-package] lat 3:15.921556002 |
2532 | 2025-02-25T01:43:04.205Z | [ omicron-package] stop 1:11.880772229 |
2533 | 2025-02-25T01:43:04.205Z | Feb 25 01:43:02.273 INFO [omicron-package] process exited with exit status: 0 (101.005383449s) |
2534 | 2025-02-25T01:43:04.205Z | Feb 25 01:43:02.274 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
2535 | 2025-02-25T01:43:04.282Z | Feb 25 01:43:02.353 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
2536 | 2025-02-25T01:43:04.295Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2537 | 2025-02-25T01:43:04.297Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2538 | 2025-02-25T01:43:04.300Z | Feb 25 01:43:02.368 INFO [recovery-target] process exited with exit status: 0 (94.716591ms) |
2539 | 2025-02-25T01:43:04.305Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2540 | 2025-02-25T01:43:04.307Z | [ host-target] Created new build target 'host' and set it as active |
2541 | 2025-02-25T01:43:04.308Z | Feb 25 01:43:02.378 INFO [host-target] process exited with exit status: 0 (25.776199ms) |
2542 | 2025-02-25T01:43:04.308Z | Feb 25 01:43:02.379 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2543 | 2025-02-25T01:43:04.328Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2544 | 2025-02-25T01:43:05.777Z | [ host-package] Compiling ring v0.17.11 |
2545 | 2025-02-25T01:43:05.962Z | [ host-package] Compiling thiserror v2.0.11 |
2546 | 2025-02-25T01:43:05.980Z | [ host-package] Compiling typify-impl v0.3.0 |
2547 | 2025-02-25T01:43:05.999Z | [ host-package] Compiling convert_case v0.4.0 |
2548 | 2025-02-25T01:43:06.011Z | [ host-package] Compiling newline-converter v0.3.0 |
2549 | 2025-02-25T01:43:06.011Z | [ host-package] Compiling password-hash v0.5.0 |
2550 | 2025-02-25T01:43:06.011Z | [ host-package] Compiling blake2 v0.10.6 |
2551 | 2025-02-25T01:43:06.231Z | [ host-package] Compiling expectorate v1.1.0 |
2552 | 2025-02-25T01:43:06.517Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2553 | 2025-02-25T01:43:06.639Z | [ host-package] Compiling derive_more v0.99.19 |
2554 | 2025-02-25T01:43:06.737Z | [ helios-setup] Feb 25 01:43:04.807 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.90s |
2555 | 2025-02-25T01:43:06.767Z | [ helios-setup] Feb 25 01:43:04.838 INFO building project "image-builder" ok (29 seconds) |
2556 | 2025-02-25T01:43:06.767Z | [ helios-setup] Feb 25 01:43:04.838 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2557 | 2025-02-25T01:43:06.769Z | [ helios-setup] Feb 25 01:43:04.838 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2558 | 2025-02-25T01:43:06.776Z | [ helios-setup] Feb 25 01:43:04.847 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2559 | 2025-02-25T01:43:07.167Z | [ host-package] Compiling argon2 v0.5.3 |
2560 | 2025-02-25T01:43:07.170Z | [ helios-setup] Feb 25 01:43:05.241 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2561 | 2025-02-25T01:43:07.170Z | [ helios-setup] Feb 25 01:43:05.241 INFO E| info: downloading component 'cargo' |
2562 | 2025-02-25T01:43:07.851Z | [ host-package] Compiling atomicwrites v0.4.4 |
2563 | 2025-02-25T01:43:08.303Z | [ host-package] Compiling owo-colors v4.1.0 |
2564 | 2025-02-25T01:43:08.466Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2565 | 2025-02-25T01:43:08.505Z | [ helios-setup] Feb 25 01:43:06.576 INFO E| info: downloading component 'clippy' |
2566 | 2025-02-25T01:43:08.657Z | [ host-package] Compiling num-rational v0.4.2 |
2567 | 2025-02-25T01:43:08.855Z | [ host-package] Compiling num-complex v0.4.6 |
2568 | 2025-02-25T01:43:08.981Z | [ helios-setup] Feb 25 01:43:07.052 INFO E| info: downloading component 'rust-docs' |
2569 | 2025-02-25T01:43:10.019Z | [ host-package] Compiling num v0.4.3 |
2570 | 2025-02-25T01:43:10.175Z | [ host-package] Compiling libsw v3.3.1 |
2571 | 2025-02-25T01:43:10.289Z | [ helios-setup] Feb 25 01:43:08.360 INFO E| info: downloading component 'rust-src' |
2572 | 2025-02-25T01:43:10.469Z | [ host-package] Compiling swrite v0.1.0 |
2573 | 2025-02-25T01:43:10.632Z | [ host-package] Compiling float-ord v0.3.2 |
2574 | 2025-02-25T01:43:10.698Z | [ helios-setup] Feb 25 01:43:08.769 INFO E| info: downloading component 'rust-std' |
2575 | 2025-02-25T01:43:10.823Z | [ host-package] Compiling linear-map v1.2.0 |
2576 | 2025-02-25T01:43:10.987Z | [ host-package] Compiling rustls v0.23.19 |
2577 | 2025-02-25T01:43:11.025Z | [ host-package] Compiling rustls v0.22.4 |
2578 | 2025-02-25T01:43:11.050Z | [ host-package] Compiling highway v1.2.0 |
2579 | 2025-02-25T01:43:11.231Z | [ host-package] Compiling semver v0.1.20 |
2580 | 2025-02-25T01:43:11.725Z | [ host-package] Compiling rustc_version v0.1.7 |
2581 | 2025-02-25T01:43:12.104Z | [ host-package] Compiling newtype_derive v0.1.6 |
2582 | 2025-02-25T01:43:12.172Z | [ host-package] Compiling tungstenite v0.21.0 |
2583 | 2025-02-25T01:43:12.447Z | [ host-package] Compiling ipnetwork v0.21.1 |
2584 | 2025-02-25T01:43:12.505Z | [ host-package] Compiling humantime v2.1.0 |
2585 | 2025-02-25T01:43:12.695Z | [ host-package] Compiling dropshot v0.15.1 |
2586 | 2025-02-25T01:43:12.704Z | [ helios-setup] Feb 25 01:43:10.775 INFO E| info: downloading component 'rustc' |
2587 | 2025-02-25T01:43:12.777Z | [ host-package] Compiling instant v0.1.13 |
2588 | 2025-02-25T01:43:12.948Z | [ host-package] Compiling oxnet v0.1.0 |
2589 | 2025-02-25T01:43:13.176Z | [ host-package] Compiling backoff v0.4.0 |
2590 | 2025-02-25T01:43:13.365Z | [ host-package] Compiling daft v0.1.1 |
2591 | 2025-02-25T01:43:13.514Z | [ host-package] Compiling rustls-webpki v0.102.8 |
2592 | 2025-02-25T01:43:13.578Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2593 | 2025-02-25T01:43:13.835Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2594 | 2025-02-25T01:43:14.245Z | [ host-package] Compiling steno v0.4.1 |
2595 | 2025-02-25T01:43:14.360Z | [ host-package] Compiling parse-display v0.10.0 |
2596 | 2025-02-25T01:43:15.183Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2597 | 2025-02-25T01:43:15.396Z | [ host-package] Compiling strum v0.26.3 |
2598 | 2025-02-25T01:43:15.603Z | [ host-package] Compiling serde_with v3.11.0 |
2599 | 2025-02-25T01:43:15.932Z | [ host-package] Compiling typify-macro v0.3.0 |
2600 | 2025-02-25T01:43:17.055Z | [ helios-setup] Feb 25 01:43:15.125 INFO E| info: downloading component 'rustfmt' |
2601 | 2025-02-25T01:43:17.132Z | [ host-package] Compiling regress v0.9.1 |
2602 | 2025-02-25T01:43:17.253Z | [ helios-setup] Feb 25 01:43:15.324 INFO E| info: installing component 'cargo' |
2603 | 2025-02-25T01:43:18.510Z | [ helios-setup] Feb 25 01:43:16.581 INFO E| info: installing component 'clippy' |
2604 | 2025-02-25T01:43:18.822Z | [ helios-setup] Feb 25 01:43:16.893 INFO E| info: installing component 'rust-docs' |
2605 | 2025-02-25T01:43:19.140Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2606 | 2025-02-25T01:43:19.304Z | [ host-package] Compiling typify v0.3.0 |
2607 | 2025-02-25T01:43:19.466Z | [ host-package] Compiling progenitor-impl v0.9.1 |
2608 | 2025-02-25T01:43:19.565Z | [ host-package] Compiling dropshot v0.12.0 |
2609 | 2025-02-25T01:43:21.940Z | [ host-package] Compiling tokio-rustls v0.26.0 |
2610 | 2025-02-25T01:43:22.815Z | [ host-package] Compiling hyper-rustls v0.27.3 |
2611 | 2025-02-25T01:43:23.521Z | [ host-package] Compiling reqwest v0.12.12 |
2612 | 2025-02-25T01:43:24.490Z | [ helios-setup] Feb 25 01:43:22.561 INFO E| info: installing component 'rust-src' |
2613 | 2025-02-25T01:43:25.123Z | [ helios-setup] Feb 25 01:43:23.194 INFO E| info: installing component 'rust-std' |
2614 | 2025-02-25T01:43:26.279Z | [ host-package] Compiling qorb v0.2.1 |
2615 | 2025-02-25T01:43:27.976Z | [ helios-setup] Feb 25 01:43:26.044 INFO E| info: installing component 'rustc' |
2616 | 2025-02-25T01:43:28.124Z | [ host-package] Compiling progenitor-macro v0.9.1 |
2617 | 2025-02-25T01:43:31.939Z | [ host-package] Compiling progenitor-client v0.9.1 |
2618 | 2025-02-25T01:43:32.578Z | [ host-package] Compiling progenitor-client v0.8.0 |
2619 | 2025-02-25T01:43:33.293Z | [ host-package] Compiling progenitor v0.8.0 |
2620 | 2025-02-25T01:43:33.762Z | [ helios-setup] Feb 25 01:43:31.833 INFO E| info: installing component 'rustfmt' |
2621 | 2025-02-25T01:43:34.224Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2622 | 2025-02-25T01:43:34.570Z | [ helios-setup] Feb 25 01:43:32.641 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2623 | 2025-02-25T01:43:34.845Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2624 | 2025-02-25T01:43:35.539Z | [ helios-setup] Feb 25 01:43:33.610 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2625 | 2025-02-25T01:43:35.539Z | [ helios-setup] Feb 25 01:43:33.610 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 |
2626 | 2025-02-25T01:43:35.539Z | [ helios-setup] Feb 25 01:43:33.610 INFO E| * [new tag] v0.4.5 -> v0.4.5 |
2627 | 2025-02-25T01:43:35.581Z | [ helios-setup] Feb 25 01:43:33.649 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2628 | 2025-02-25T01:43:35.581Z | [ helios-setup] Feb 25 01:43:33.650 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2629 | 2025-02-25T01:43:35.584Z | [ helios-setup] Feb 25 01:43:33.650 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2630 | 2025-02-25T01:43:35.584Z | [ helios-setup] Feb 25 01:43:33.650 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2631 | 2025-02-25T01:43:35.584Z | [ helios-setup] Feb 25 01:43:33.650 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2632 | 2025-02-25T01:43:35.584Z | [ helios-setup] Feb 25 01:43:33.650 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2633 | 2025-02-25T01:43:35.584Z | [ helios-setup] Feb 25 01:43:33.650 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2634 | 2025-02-25T01:43:35.584Z | [ helios-setup] Feb 25 01:43:33.650 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2635 | 2025-02-25T01:43:35.584Z | [ helios-setup] Feb 25 01:43:33.651 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2636 | 2025-02-25T01:43:35.584Z | [ helios-setup] Feb 25 01:43:33.651 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2637 | 2025-02-25T01:43:35.584Z | [ helios-setup] Feb 25 01:43:33.651 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2638 | 2025-02-25T01:43:35.584Z | [ helios-setup] Feb 25 01:43:33.651 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2639 | 2025-02-25T01:43:35.584Z | [ helios-setup] Feb 25 01:43:33.651 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2640 | 2025-02-25T01:43:35.620Z | [ helios-setup] Feb 25 01:43:33.689 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2641 | 2025-02-25T01:43:36.630Z | [ helios-setup] Feb 25 01:43:34.700 INFO E| From https://github.com/oxidecomputer/amd-efs |
2642 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.701 INFO E| * [new branch] empty -> origin/empty |
2643 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.701 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2644 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.701 INFO E| * [new branch] main -> origin/main |
2645 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.701 INFO E| * [new branch] review -> origin/review |
2646 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.701 INFO E| * [new ref] -> origin/HEAD |
2647 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.701 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2648 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.702 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2649 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.702 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2650 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.702 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2651 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.702 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2652 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.702 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2653 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.702 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2654 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.702 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2655 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.702 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2656 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.703 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2657 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.703 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2658 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.703 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2659 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.703 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2660 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.703 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2661 | 2025-02-25T01:43:36.633Z | [ helios-setup] Feb 25 01:43:34.703 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2662 | 2025-02-25T01:43:36.657Z | [ helios-setup] Feb 25 01:43:34.727 INFO E| Updating crates.io index |
2663 | 2025-02-25T01:43:37.095Z | [ helios-setup] Feb 25 01:43:35.165 INFO E| Downloading crates ... |
2664 | 2025-02-25T01:43:37.274Z | [ helios-setup] Feb 25 01:43:35.322 INFO E| Downloaded atty v0.2.14 |
2665 | 2025-02-25T01:43:37.274Z | [ helios-setup] Feb 25 01:43:35.325 INFO E| Downloaded block-buffer v0.10.4 |
2666 | 2025-02-25T01:43:37.274Z | [ helios-setup] Feb 25 01:43:35.327 INFO E| Downloaded bitflags v1.3.2 |
2667 | 2025-02-25T01:43:37.274Z | [ helios-setup] Feb 25 01:43:35.333 INFO E| Downloaded bytesize v1.3.0 |
2668 | 2025-02-25T01:43:37.274Z | [ helios-setup] Feb 25 01:43:35.334 INFO E| Downloaded ansi_term v0.12.1 |
2669 | 2025-02-25T01:43:37.274Z | [ helios-setup] Feb 25 01:43:35.337 INFO E| Downloaded unic-common v0.9.0 |
2670 | 2025-02-25T01:43:37.274Z | [ helios-setup] Feb 25 01:43:35.339 INFO E| Downloaded unic-char-property v0.9.0 |
2671 | 2025-02-25T01:43:37.306Z | [ helios-setup] Feb 25 01:43:35.376 INFO E| Downloaded unic-ucd-version v0.9.0 |
2672 | 2025-02-25T01:43:37.308Z | [ helios-setup] Feb 25 01:43:35.378 INFO E| Downloaded unic-char-range v0.9.0 |
2673 | 2025-02-25T01:43:37.311Z | [ helios-setup] Feb 25 01:43:35.380 INFO E| Downloaded strum v0.23.0 |
2674 | 2025-02-25T01:43:37.311Z | [ helios-setup] Feb 25 01:43:35.381 INFO E| Downloaded scroll_derive v0.10.5 |
2675 | 2025-02-25T01:43:37.314Z | [ helios-setup] Feb 25 01:43:35.383 INFO E| Downloaded proc-macro-crate v0.1.5 |
2676 | 2025-02-25T01:43:37.316Z | [ helios-setup] Feb 25 01:43:35.385 INFO E| Downloaded memoffset v0.5.6 |
2677 | 2025-02-25T01:43:37.316Z | [ helios-setup] Feb 25 01:43:35.386 INFO E| Downloaded digest v0.10.7 |
2678 | 2025-02-25T01:43:37.319Z | [ helios-setup] Feb 25 01:43:35.389 INFO E| Downloaded cpufeatures v0.2.16 |
2679 | 2025-02-25T01:43:37.321Z | [ helios-setup] Feb 25 01:43:35.391 INFO E| Downloaded fletcher v0.1.0 |
2680 | 2025-02-25T01:43:37.324Z | [ helios-setup] Feb 25 01:43:35.393 INFO E| Downloaded crypto-common v0.1.6 |
2681 | 2025-02-25T01:43:37.327Z | [ helios-setup] Feb 25 01:43:35.395 INFO E| Downloaded cfg-if v0.1.10 |
2682 | 2025-02-25T01:43:37.327Z | [ helios-setup] Feb 25 01:43:35.396 INFO E| Downloaded byteorder v1.5.0 |
2683 | 2025-02-25T01:43:37.329Z | [ helios-setup] Feb 25 01:43:35.399 INFO E| Downloaded autocfg v1.4.0 |
2684 | 2025-02-25T01:43:37.332Z | [ helios-setup] Feb 25 01:43:35.403 INFO E| Downloaded version_check v0.9.5 |
2685 | 2025-02-25T01:43:37.335Z | [ helios-setup] Feb 25 01:43:35.405 INFO E| Downloaded plain v0.2.3 |
2686 | 2025-02-25T01:43:37.337Z | [ helios-setup] Feb 25 01:43:35.406 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2687 | 2025-02-25T01:43:37.339Z | [ helios-setup] Feb 25 01:43:35.408 INFO E| Downloaded cfg-if v1.0.0 |
2688 | 2025-02-25T01:43:37.342Z | [ helios-setup] Feb 25 01:43:35.410 INFO E| Downloaded strsim v0.8.0 |
2689 | 2025-02-25T01:43:37.342Z | [ helios-setup] Feb 25 01:43:35.412 INFO E| Downloaded semver v0.9.0 |
2690 | 2025-02-25T01:43:37.345Z | [ helios-setup] Feb 25 01:43:35.414 INFO E| Downloaded schemars_derive v0.8.21 |
2691 | 2025-02-25T01:43:37.347Z | [ helios-setup] Feb 25 01:43:35.416 INFO E| Downloaded rustversion v1.0.19 |
2692 | 2025-02-25T01:43:37.350Z | [ helios-setup] Feb 25 01:43:35.421 INFO E| Downloaded thiserror v1.0.69 |
2693 | 2025-02-25T01:43:37.359Z | [ helios-setup] Feb 25 01:43:35.429 INFO E| Downloaded vec_map v0.8.2 |
2694 | 2025-02-25T01:43:37.361Z | [ helios-setup] Feb 25 01:43:35.431 INFO E| Downloaded thiserror-impl v2.0.11 |
2695 | 2025-02-25T01:43:37.364Z | [ helios-setup] Feb 25 01:43:35.433 INFO E| Downloaded semver-parser v0.7.0 |
2696 | 2025-02-25T01:43:37.367Z | [ helios-setup] Feb 25 01:43:35.435 INFO E| Downloaded pre-proc-macro v0.2.1 |
2697 | 2025-02-25T01:43:37.369Z | [ helios-setup] Feb 25 01:43:35.438 INFO E| Downloaded thiserror-impl v1.0.69 |
2698 | 2025-02-25T01:43:37.369Z | [ helios-setup] Feb 25 01:43:35.440 INFO E| Downloaded static_assertions v1.1.0 |
2699 | 2025-02-25T01:43:37.372Z | [ helios-setup] Feb 25 01:43:35.442 INFO E| Downloaded parse_int v0.6.0 |
2700 | 2025-02-25T01:43:37.375Z | [ helios-setup] Feb 25 01:43:35.443 INFO E| Downloaded pest_generator v2.7.15 |
2701 | 2025-02-25T01:43:37.375Z | [ helios-setup] Feb 25 01:43:35.445 INFO E| Downloaded structopt-derive v0.4.18 |
2702 | 2025-02-25T01:43:37.377Z | [ helios-setup] Feb 25 01:43:35.447 INFO E| Downloaded thiserror v2.0.11 |
2703 | 2025-02-25T01:43:37.386Z | [ helios-setup] Feb 25 01:43:35.457 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2704 | 2025-02-25T01:43:37.390Z | [ helios-setup] Feb 25 01:43:35.459 INFO E| Downloaded sha2 v0.10.8 |
2705 | 2025-02-25T01:43:37.393Z | [ helios-setup] Feb 25 01:43:35.463 INFO E| Downloaded itoa v1.0.14 |
2706 | 2025-02-25T01:43:37.395Z | [ helios-setup] Feb 25 01:43:35.466 INFO E| Downloaded serde_derive_internals v0.29.1 |
2707 | 2025-02-25T01:43:37.398Z | [ helios-setup] Feb 25 01:43:35.468 INFO E| Downloaded rustc_version v0.2.3 |
2708 | 2025-02-25T01:43:37.401Z | [ helios-setup] Feb 25 01:43:35.470 INFO E| Downloaded paste v1.0.15 |
2709 | 2025-02-25T01:43:37.405Z | [ helios-setup] Feb 25 01:43:35.476 INFO E| Downloaded quote v1.0.38 |
2710 | 2025-02-25T01:43:37.409Z | [ helios-setup] Feb 25 01:43:35.480 INFO E| Downloaded once_cell v1.20.2 |
2711 | 2025-02-25T01:43:37.414Z | [ helios-setup] Feb 25 01:43:35.485 INFO E| Downloaded ucd-trie v0.1.7 |
2712 | 2025-02-25T01:43:37.417Z | [ helios-setup] Feb 25 01:43:35.488 INFO E| Downloaded scroll v0.10.2 |
2713 | 2025-02-25T01:43:37.420Z | [ helios-setup] Feb 25 01:43:35.491 INFO E| Downloaded zerocopy v0.6.6 |
2714 | 2025-02-25T01:43:37.424Z | [ helios-setup] Feb 25 01:43:35.495 INFO E| Downloaded unicode-ident v1.0.14 |
2715 | 2025-02-25T01:43:37.430Z | [ helios-setup] Feb 25 01:43:35.500 INFO E| Downloaded modular-bitfield v0.11.2 |
2716 | 2025-02-25T01:43:37.449Z | [ helios-setup] Feb 25 01:43:35.519 INFO E| Downloaded toml v0.5.11 |
2717 | 2025-02-25T01:43:37.452Z | [ helios-setup] Feb 25 01:43:35.523 INFO E| Downloaded structopt v0.3.26 |
2718 | 2025-02-25T01:43:37.464Z | [ helios-setup] Feb 25 01:43:35.535 INFO E| Downloaded serde_derive v1.0.217 |
2719 | 2025-02-25T01:43:37.469Z | [ helios-setup] Feb 25 01:43:35.539 INFO E| Downloaded serde v1.0.217 |
2720 | 2025-02-25T01:43:37.474Z | [ helios-setup] Feb 25 01:43:35.545 INFO E| Downloaded schemars v0.8.21 |
2721 | 2025-02-25T01:43:37.527Z | [ helios-setup] Feb 25 01:43:35.597 INFO E| Downloaded unicode-segmentation v1.12.0 |
2722 | 2025-02-25T01:43:37.550Z | [ helios-setup] Feb 25 01:43:35.621 INFO E| Downloaded serde_json v1.0.135 |
2723 | 2025-02-25T01:43:37.560Z | [ helios-setup] Feb 25 01:43:35.630 INFO E| Downloaded goblin v0.4.3 |
2724 | 2025-02-25T01:43:37.567Z | [ helios-setup] Feb 25 01:43:35.637 INFO E| Downloaded clap v2.34.0 |
2725 | 2025-02-25T01:43:37.576Z | [ helios-setup] Feb 25 01:43:35.646 INFO E| Downloaded pest v2.7.15 |
2726 | 2025-02-25T01:43:37.582Z | [ helios-setup] Feb 25 01:43:35.653 INFO E| Downloaded memchr v2.7.4 |
2727 | 2025-02-25T01:43:37.589Z | [ helios-setup] Feb 25 01:43:35.659 INFO E| Downloaded syn v1.0.109 |
2728 | 2025-02-25T01:43:37.704Z | [ helios-setup] Feb 25 01:43:35.774 INFO E| Downloaded unicode-width v0.1.14 |
2729 | 2025-02-25T01:43:37.712Z | [ helios-setup] Feb 25 01:43:35.782 INFO E| Downloaded syn v2.0.96 |
2730 | 2025-02-25T01:43:37.730Z | [ helios-setup] Feb 25 01:43:35.800 INFO E| Downloaded ryu v1.0.18 |
2731 | 2025-02-25T01:43:37.735Z | [ helios-setup] Feb 25 01:43:35.805 INFO E| Downloaded num-traits v0.2.19 |
2732 | 2025-02-25T01:43:37.737Z | [ helios-setup] Feb 25 01:43:35.808 INFO E| Downloaded typenum v1.17.0 |
2733 | 2025-02-25T01:43:37.741Z | [ helios-setup] Feb 25 01:43:35.812 INFO E| Downloaded pest_derive v2.7.15 |
2734 | 2025-02-25T01:43:37.744Z | [ helios-setup] Feb 25 01:43:35.815 INFO E| Downloaded log v0.4.22 |
2735 | 2025-02-25T01:43:37.748Z | [ helios-setup] Feb 25 01:43:35.818 INFO E| Downloaded zerocopy-derive v0.6.6 |
2736 | 2025-02-25T01:43:37.762Z | [ helios-setup] Feb 25 01:43:35.832 INFO E| Downloaded libc v0.2.169 |
2737 | 2025-02-25T01:43:37.796Z | [ helios-setup] Feb 25 01:43:35.867 INFO E| Downloaded proc-macro2 v1.0.93 |
2738 | 2025-02-25T01:43:37.800Z | [ helios-setup] Feb 25 01:43:35.871 INFO E| Downloaded proc-macro-error v1.0.4 |
2739 | 2025-02-25T01:43:37.805Z | [ helios-setup] Feb 25 01:43:35.875 INFO E| Downloaded pest_meta v2.7.15 |
2740 | 2025-02-25T01:43:37.808Z | [ helios-setup] Feb 25 01:43:35.878 INFO E| Downloaded four-cc v0.3.0 |
2741 | 2025-02-25T01:43:37.810Z | [ helios-setup] Feb 25 01:43:35.880 INFO E| Downloaded textwrap v0.11.0 |
2742 | 2025-02-25T01:43:37.813Z | [ helios-setup] Feb 25 01:43:35.882 INFO E| Downloaded strum_macros v0.23.1 |
2743 | 2025-02-25T01:43:37.815Z | [ helios-setup] Feb 25 01:43:35.884 INFO E| Downloaded proc-macro-error-attr v1.0.4 |
2744 | 2025-02-25T01:43:37.815Z | [ helios-setup] Feb 25 01:43:35.885 INFO E| Downloaded pre v0.2.1 |
2745 | 2025-02-25T01:43:37.818Z | [ helios-setup] Feb 25 01:43:35.886 INFO E| Downloaded num-derive v0.4.2 |
2746 | 2025-02-25T01:43:37.820Z | [ helios-setup] Feb 25 01:43:35.889 INFO E| Downloaded lazy_static v1.5.0 |
2747 | 2025-02-25T01:43:37.823Z | [ helios-setup] Feb 25 01:43:35.891 INFO E| Downloaded json5 v0.4.1 |
2748 | 2025-02-25T01:43:37.825Z | [ helios-setup] Feb 25 01:43:35.894 INFO E| Downloaded heck v0.3.3 |
2749 | 2025-02-25T01:43:37.825Z | [ helios-setup] Feb 25 01:43:35.895 INFO E| Downloaded generic-array v0.14.7 |
2750 | 2025-02-25T01:43:37.828Z | [ helios-setup] Feb 25 01:43:35.897 INFO E| Downloaded dyn-clone v1.0.17 |
2751 | 2025-02-25T01:43:37.948Z | [ helios-setup] Feb 25 01:43:36.018 INFO E| Compiling proc-macro2 v1.0.93 |
2752 | 2025-02-25T01:43:37.951Z | [ helios-setup] Feb 25 01:43:36.019 INFO E| Compiling unicode-ident v1.0.14 |
2753 | 2025-02-25T01:43:37.951Z | [ helios-setup] Feb 25 01:43:36.019 INFO E| Compiling syn v1.0.109 |
2754 | 2025-02-25T01:43:37.951Z | [ helios-setup] Feb 25 01:43:36.019 INFO E| Compiling version_check v0.9.5 |
2755 | 2025-02-25T01:43:37.951Z | [ helios-setup] Feb 25 01:43:36.019 INFO E| Compiling memchr v2.7.4 |
2756 | 2025-02-25T01:43:37.951Z | [ helios-setup] Feb 25 01:43:36.019 INFO E| Compiling autocfg v1.4.0 |
2757 | 2025-02-25T01:43:37.951Z | [ helios-setup] Feb 25 01:43:36.020 INFO E| Compiling semver-parser v0.7.0 |
2758 | 2025-02-25T01:43:37.951Z | [ helios-setup] Feb 25 01:43:36.020 INFO E| Compiling serde v1.0.217 |
2759 | 2025-02-25T01:43:39.521Z | [ helios-setup] Feb 25 01:43:37.591 INFO E| Compiling semver v0.9.0 |
2760 | 2025-02-25T01:43:39.698Z | [ helios-setup] Feb 25 01:43:37.768 INFO E| Compiling serde_json v1.0.135 |
2761 | 2025-02-25T01:43:39.915Z | [ helios-setup] Feb 25 01:43:37.985 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2762 | 2025-02-25T01:43:39.984Z | [ helios-setup] Feb 25 01:43:38.055 INFO E| Compiling proc-macro-error v1.0.4 |
2763 | 2025-02-25T01:43:40.205Z | [ helios-setup] Feb 25 01:43:38.275 INFO E| Compiling rustc_version v0.2.3 |
2764 | 2025-02-25T01:43:40.353Z | [ helios-setup] Feb 25 01:43:38.416 INFO E| Compiling thiserror v2.0.11 |
2765 | 2025-02-25T01:43:40.646Z | [ helios-setup] Feb 25 01:43:38.716 INFO E| Compiling num-traits v0.2.19 |
2766 | 2025-02-25T01:43:40.897Z | [ helios-setup] Feb 25 01:43:38.968 INFO E| Compiling itoa v1.0.14 |
2767 | 2025-02-25T01:43:41.024Z | [ helios-setup] Feb 25 01:43:39.094 INFO E| Compiling unicode-segmentation v1.12.0 |
2768 | 2025-02-25T01:43:41.199Z | [ helios-setup] Feb 25 01:43:39.269 INFO E| Compiling schemars v0.8.21 |
2769 | 2025-02-25T01:43:41.299Z | [ helios-setup] Feb 25 01:43:39.369 INFO E| Compiling ryu v1.0.18 |
2770 | 2025-02-25T01:43:41.773Z | [ helios-setup] Feb 25 01:43:39.844 INFO E| Compiling quote v1.0.38 |
2771 | 2025-02-25T01:43:42.016Z | [ helios-setup] Feb 25 01:43:40.086 INFO E| Compiling pre-proc-macro v0.2.1 |
2772 | 2025-02-25T01:43:42.271Z | [ helios-setup] Feb 25 01:43:40.342 INFO E| Compiling heck v0.3.3 |
2773 | 2025-02-25T01:43:42.456Z | [ helios-setup] Feb 25 01:43:40.525 INFO E| Compiling syn v2.0.96 |
2774 | 2025-02-25T01:43:42.554Z | [ helios-setup] Feb 25 01:43:40.624 INFO E| Compiling memoffset v0.5.6 |
2775 | 2025-02-25T01:43:42.824Z | [ helios-setup] Feb 25 01:43:40.895 INFO E| Compiling libc v0.2.169 |
2776 | 2025-02-25T01:43:42.912Z | [ helios-setup] Feb 25 01:43:40.983 INFO E| Compiling thiserror v1.0.69 |
2777 | 2025-02-25T01:43:43.057Z | [ helios-setup] Feb 25 01:43:41.127 INFO E| Compiling lazy_static v1.5.0 |
2778 | 2025-02-25T01:43:43.234Z | [ helios-setup] Feb 25 01:43:41.304 INFO E| Compiling paste v1.0.15 |
2779 | 2025-02-25T01:43:43.474Z | [ helios-setup] Feb 25 01:43:41.544 INFO E| Compiling rustversion v1.0.19 |
2780 | 2025-02-25T01:43:44.310Z | [ helios-setup] Feb 25 01:43:42.381 INFO E| Compiling dyn-clone v1.0.17 |
2781 | 2025-02-25T01:43:44.451Z | [ helios-setup] Feb 25 01:43:42.522 INFO E| Compiling ucd-trie v0.1.7 |
2782 | 2025-02-25T01:43:45.276Z | [ helios-setup] Feb 25 01:43:43.346 INFO E| Compiling pre v0.2.1 |
2783 | 2025-02-25T01:43:45.301Z | [ helios-setup] Feb 25 01:43:43.371 INFO E| Compiling byteorder v1.5.0 |
2784 | 2025-02-25T01:43:45.493Z | [ helios-setup] Feb 25 01:43:43.563 INFO E| Compiling once_cell v1.20.2 |
2785 | 2025-02-25T01:43:45.744Z | [ helios-setup] Feb 25 01:43:43.815 INFO E| Compiling cfg-if v0.1.10 |
2786 | 2025-02-25T01:43:45.961Z | [ helios-setup] Feb 25 01:43:44.031 INFO E| Compiling static_assertions v1.1.0 |
2787 | 2025-02-25T01:43:46.514Z | [ helios-setup] Feb 25 01:43:44.585 INFO E| Compiling unicode-width v0.1.14 |
2788 | 2025-02-25T01:43:47.560Z | [ helios-setup] Feb 25 01:43:45.630 INFO E| Compiling textwrap v0.11.0 |
2789 | 2025-02-25T01:43:48.274Z | [ helios-setup] Feb 25 01:43:46.344 INFO E| Compiling atty v0.2.14 |
2790 | 2025-02-25T01:43:48.503Z | [ helios-setup] Feb 25 01:43:46.573 INFO E| Compiling unic-char-range v0.9.0 |
2791 | 2025-02-25T01:43:48.770Z | [ helios-setup] Feb 25 01:43:46.839 INFO E| Compiling unic-common v0.9.0 |
2792 | 2025-02-25T01:43:48.965Z | [ helios-setup] Feb 25 01:43:47.036 INFO E| Compiling vec_map v0.8.2 |
2793 | 2025-02-25T01:43:49.171Z | [ helios-setup] Feb 25 01:43:47.241 INFO E| Compiling parse_int v0.6.0 |
2794 | 2025-02-25T01:43:49.251Z | [ helios-setup] Feb 25 01:43:47.320 INFO E| Compiling strsim v0.8.0 |
2795 | 2025-02-25T01:43:49.307Z | [ helios-setup] Feb 25 01:43:47.378 INFO E| Compiling bitflags v1.3.2 |
2796 | 2025-02-25T01:43:49.476Z | [ helios-setup] Feb 25 01:43:47.546 INFO E| Compiling fletcher v0.1.0 |
2797 | 2025-02-25T01:43:49.484Z | [ helios-setup] Feb 25 01:43:47.554 INFO E| Compiling strum v0.23.0 |
2798 | 2025-02-25T01:43:49.532Z | [ helios-setup] Feb 25 01:43:47.602 INFO E| Compiling ansi_term v0.12.1 |
2799 | 2025-02-25T01:43:49.598Z | [ helios-setup] Feb 25 01:43:47.668 INFO E| Compiling unic-ucd-version v0.9.0 |
2800 | 2025-02-25T01:43:49.682Z | [ helios-setup] Feb 25 01:43:47.753 INFO E| Compiling unic-char-property v0.9.0 |
2801 | 2025-02-25T01:43:50.018Z | [ helios-setup] Feb 25 01:43:48.087 INFO E| Compiling log v0.4.22 |
2802 | 2025-02-25T01:43:50.067Z | [ helios-setup] Feb 25 01:43:48.137 INFO E| Compiling plain v0.2.3 |
2803 | 2025-02-25T01:43:50.190Z | [ helios-setup] Feb 25 01:43:48.261 INFO E| Compiling unic-ucd-ident v0.9.0 |
2804 | 2025-02-25T01:43:50.511Z | [ helios-setup] Feb 25 01:43:48.582 INFO E| Compiling clap v2.34.0 |
2805 | 2025-02-25T01:43:50.671Z | [ helios-setup] Feb 25 01:43:48.741 INFO E| Compiling bytesize v1.3.0 |
2806 | 2025-02-25T01:43:51.512Z | [ helios-setup] Feb 25 01:43:49.583 INFO E| Compiling serde_derive_internals v0.29.1 |
2807 | 2025-02-25T01:43:53.480Z | [ helios-setup] Feb 25 01:43:51.550 INFO E| Compiling toml v0.5.11 |
2808 | 2025-02-25T01:43:56.407Z | [ helios-setup] Feb 25 01:43:54.477 INFO E| Compiling proc-macro-crate v0.1.5 |
2809 | 2025-02-25T01:43:56.627Z | [ helios-setup] Feb 25 01:43:54.697 INFO E| Compiling serde_derive v1.0.217 |
2810 | 2025-02-25T01:43:56.698Z | [ helios-setup] Feb 25 01:43:54.768 INFO E| Compiling thiserror-impl v2.0.11 |
2811 | 2025-02-25T01:43:57.780Z | [ helios-setup] Feb 25 01:43:55.850 INFO E| Compiling schemars_derive v0.8.21 |
2812 | 2025-02-25T01:43:58.538Z | [ helios-setup] Feb 25 01:43:56.608 INFO E| Compiling thiserror-impl v1.0.69 |
2813 | 2025-02-25T01:43:58.798Z | [ helios-setup] Feb 25 01:43:56.868 INFO E| Compiling zerocopy-derive v0.6.6 |
2814 | 2025-02-25T01:43:59.740Z | [ helios-setup] Feb 25 01:43:57.809 INFO E| Compiling num-derive v0.4.2 |
2815 | 2025-02-25T01:44:02.824Z | [ helios-setup] Feb 25 01:44:00.893 INFO E| Compiling zerocopy v0.6.6 |
2816 | 2025-02-25T01:44:03.357Z | [ helios-setup] Feb 25 01:44:01.427 INFO E| Compiling pest v2.7.15 |
2817 | 2025-02-25T01:44:06.199Z | [ helios-setup] Feb 25 01:44:04.268 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2818 | 2025-02-25T01:44:06.316Z | [ helios-setup] Feb 25 01:44:04.379 INFO E| Compiling strum_macros v0.23.1 |
2819 | 2025-02-25T01:44:06.351Z | [ helios-setup] Feb 25 01:44:04.420 INFO E| Compiling scroll_derive v0.10.5 |
2820 | 2025-02-25T01:44:09.221Z | [ helios-setup] Feb 25 01:44:07.291 INFO E| Compiling pest_meta v2.7.15 |
2821 | 2025-02-25T01:44:09.267Z | [ helios-setup] Feb 25 01:44:07.336 INFO E| Compiling scroll v0.10.2 |
2822 | 2025-02-25T01:44:09.699Z | [ helios-setup] Feb 25 01:44:07.769 INFO E| Compiling structopt-derive v0.4.18 |
2823 | 2025-02-25T01:44:10.406Z | [ helios-setup] Feb 25 01:44:08.475 INFO E| Compiling goblin v0.4.3 |
2824 | 2025-02-25T01:44:11.438Z | [ helios-setup] Feb 25 01:44:09.508 INFO E| Compiling modular-bitfield v0.11.2 |
2825 | 2025-02-25T01:44:12.350Z | [ helios-setup] Feb 25 01:44:10.419 INFO E| Compiling pest_generator v2.7.15 |
2826 | 2025-02-25T01:44:14.784Z | [ helios-setup] Feb 25 01:44:12.854 INFO E| Compiling structopt v0.3.26 |
2827 | 2025-02-25T01:44:16.479Z | [ helios-setup] Feb 25 01:44:14.549 INFO E| Compiling pest_derive v2.7.15 |
2828 | 2025-02-25T01:44:18.501Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2829 | 2025-02-25T01:44:19.869Z | [ helios-setup] Feb 25 01:44:17.938 INFO E| Compiling json5 v0.4.1 |
2830 | 2025-02-25T01:44:22.813Z | [ host-package] Compiling progenitor v0.9.1 |
2831 | 2025-02-25T01:44:23.345Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2832 | 2025-02-25T01:44:25.680Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2833 | 2025-02-25T01:44:25.824Z | [ helios-setup] Feb 25 01:44:23.894 INFO E| Compiling four-cc v0.3.0 |
2834 | 2025-02-25T01:44:25.824Z | [ helios-setup] Feb 25 01:44:23.894 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2835 | 2025-02-25T01:44:26.084Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2836 | 2025-02-25T01:44:26.092Z | [ helios-setup] Feb 25 01:44:24.162 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc) |
2837 | 2025-02-25T01:44:27.376Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2838 | 2025-02-25T01:44:27.941Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2839 | 2025-02-25T01:44:28.960Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2840 | 2025-02-25T01:44:36.655Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2841 | 2025-02-25T01:44:38.230Z | [ host-package] Compiling macaddr v1.0.1 |
2842 | 2025-02-25T01:44:38.869Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2843 | 2025-02-25T01:44:39.267Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2844 | 2025-02-25T01:44:39.440Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2845 | 2025-02-25T01:44:40.253Z | [ host-package] Compiling prettyplease v0.2.29 |
2846 | 2025-02-25T01:44:41.529Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2847 | 2025-02-25T01:44:42.392Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2848 | 2025-02-25T01:44:43.668Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2849 | 2025-02-25T01:44:44.575Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2850 | 2025-02-25T01:44:44.720Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2851 | 2025-02-25T01:44:54.625Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2852 | 2025-02-25T01:44:57.405Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2853 | 2025-02-25T01:44:57.919Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2854 | 2025-02-25T01:45:03.391Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2855 | 2025-02-25T01:45:04.963Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2856 | 2025-02-25T01:45:08.271Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2857 | 2025-02-25T01:45:08.694Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2858 | 2025-02-25T01:45:10.550Z | [ helios-setup] Feb 25 01:45:08.619 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2859 | 2025-02-25T01:45:11.183Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2860 | 2025-02-25T01:45:11.347Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2861 | 2025-02-25T01:45:12.677Z | [ host-package] Compiling half v2.4.1 |
2862 | 2025-02-25T01:45:13.517Z | [ host-package] Compiling ciborium-io v0.2.2 |
2863 | 2025-02-25T01:45:13.796Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2864 | 2025-02-25T01:45:13.817Z | [ host-package] Compiling bytecount v0.6.8 |
2865 | 2025-02-25T01:45:14.187Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2866 | 2025-02-25T01:45:14.425Z | [ host-package] Compiling ciborium v0.2.2 |
2867 | 2025-02-25T01:45:14.473Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2868 | 2025-02-25T01:45:14.996Z | [ host-package] Compiling display-error-chain v0.2.2 |
2869 | 2025-02-25T01:45:15.413Z | [ host-package] Compiling same-file v1.0.6 |
2870 | 2025-02-25T01:45:15.711Z | [ host-package] Compiling fastrand v2.1.1 |
2871 | 2025-02-25T01:45:16.340Z | [ host-package] Compiling tempfile v3.13.0 |
2872 | 2025-02-25T01:45:16.928Z | [ host-package] Compiling walkdir v2.5.0 |
2873 | 2025-02-25T01:45:17.330Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2874 | 2025-02-25T01:45:17.682Z | [ host-package] Compiling blake3 v1.5.4 |
2875 | 2025-02-25T01:45:18.462Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
2876 | 2025-02-25T01:45:20.605Z | [ host-package] Compiling xattr v1.3.1 |
2877 | 2025-02-25T01:45:20.776Z | [ host-package] Compiling filetime v0.2.25 |
2878 | 2025-02-25T01:45:20.961Z | [ host-package] Compiling memmap2 v0.9.5 |
2879 | 2025-02-25T01:45:21.155Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2880 | 2025-02-25T01:45:21.363Z | [ host-package] Compiling crunchy v0.2.2 |
2881 | 2025-02-25T01:45:21.471Z | [ host-package] Compiling arrayref v0.3.9 |
2882 | 2025-02-25T01:45:21.593Z | [ host-package] Compiling arrayvec v0.7.6 |
2883 | 2025-02-25T01:45:21.764Z | [ host-package] Compiling keccak v0.1.5 |
2884 | 2025-02-25T01:45:22.184Z | [ host-package] Compiling maplit v1.0.2 |
2885 | 2025-02-25T01:45:22.528Z | [ host-package] Compiling sha3 v0.10.8 |
2886 | 2025-02-25T01:45:23.243Z | [ host-package] Compiling tar v0.4.44 |
2887 | 2025-02-25T01:45:23.529Z | [ host-package] Compiling const_format v0.2.34 |
2888 | 2025-02-25T01:45:23.606Z | [ host-package] Compiling toolchain_find v0.4.0 |
2889 | 2025-02-25T01:45:23.609Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2890 | 2025-02-25T01:45:24.130Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2891 | 2025-02-25T01:45:24.303Z | [ host-package] Compiling topological-sort v0.2.2 |
2892 | 2025-02-25T01:45:24.399Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2893 | 2025-02-25T01:45:24.611Z | [ host-package] Compiling omicron-zone-package v0.12.0 |
2894 | 2025-02-25T01:45:24.989Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2895 | 2025-02-25T01:45:25.068Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2896 | 2025-02-25T01:45:25.154Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2897 | 2025-02-25T01:45:25.324Z | [ helios-setup] Feb 25 01:45:23.393 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2898 | 2025-02-25T01:45:25.526Z | [ host-package] Compiling r2d2 v0.8.10 |
2899 | 2025-02-25T01:45:26.003Z | [ host-package] Compiling phf_generator v0.11.2 |
2900 | 2025-02-25T01:45:26.146Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2901 | 2025-02-25T01:45:26.280Z | [ host-package] Compiling secrecy v0.8.0 |
2902 | 2025-02-25T01:45:26.317Z | [ host-package] Compiling diesel_derives v2.2.3 |
2903 | 2025-02-25T01:45:26.504Z | [ host-package] Compiling ena v0.14.3 |
2904 | 2025-02-25T01:45:26.574Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2905 | 2025-02-25T01:45:26.655Z | [ host-package] Compiling regex-syntax v0.6.29 |
2906 | 2025-02-25T01:45:26.984Z | [ host-package] Compiling diff v0.1.13 |
2907 | 2025-02-25T01:45:27.038Z | [ host-package] Compiling arc-swap v1.7.1 |
2908 | 2025-02-25T01:45:27.522Z | [ host-package] Compiling bindgen v0.71.1 |
2909 | 2025-02-25T01:45:27.873Z | [ host-package] Compiling slog-scope v4.4.0 |
2910 | 2025-02-25T01:45:28.331Z | [ host-package] Compiling phf_codegen v0.11.2 |
2911 | 2025-02-25T01:45:28.671Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2912 | 2025-02-25T01:45:28.715Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2913 | 2025-02-25T01:45:29.075Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2914 | 2025-02-25T01:45:29.739Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2915 | 2025-02-25T01:45:29.818Z | [ host-package] Compiling universal-hash v0.5.1 |
2916 | 2025-02-25T01:45:29.876Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2917 | 2025-02-25T01:45:30.144Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2918 | 2025-02-25T01:45:31.682Z | [ host-package] Compiling lalrpop v0.19.12 |
2919 | 2025-02-25T01:45:31.911Z | [ host-package] Compiling unicase v2.7.0 |
2920 | 2025-02-25T01:45:32.497Z | [ host-package] Compiling opaque-debug v0.3.1 |
2921 | 2025-02-25T01:45:32.578Z | [ host-package] Compiling rustc-hash v2.1.1 |
2922 | 2025-02-25T01:45:32.641Z | [ host-package] Compiling ref-cast v1.0.23 |
2923 | 2025-02-25T01:45:33.478Z | [ host-package] Compiling poly1305 v0.8.0 |
2924 | 2025-02-25T01:45:35.146Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2925 | 2025-02-25T01:45:35.310Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2926 | 2025-02-25T01:45:37.445Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2927 | 2025-02-25T01:45:37.478Z | [ host-package] Compiling diesel v2.2.7 |
2928 | 2025-02-25T01:45:38.807Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2929 | 2025-02-25T01:45:39.194Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2930 | 2025-02-25T01:45:39.602Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2931 | 2025-02-25T01:45:41.977Z | [ host-package] Compiling chacha20 v0.9.1 |
2932 | 2025-02-25T01:45:42.564Z | [ host-package] Compiling headers-core v0.3.0 |
2933 | 2025-02-25T01:45:42.861Z | [ host-package] Compiling aead v0.5.2 |
2934 | 2025-02-25T01:45:43.442Z | [ host-package] Compiling libxml v0.3.3 |
2935 | 2025-02-25T01:45:43.970Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2936 | 2025-02-25T01:45:45.255Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2937 | 2025-02-25T01:45:46.119Z | [ host-package] Compiling samael v0.0.18 |
2938 | 2025-02-25T01:45:46.201Z | [ host-package] Compiling vte v0.11.1 |
2939 | 2025-02-25T01:45:48.287Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2940 | 2025-02-25T01:45:48.350Z | [ host-package] Compiling headers v0.4.0 |
2941 | 2025-02-25T01:45:48.586Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2942 | 2025-02-25T01:45:49.709Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2943 | 2025-02-25T01:45:52.648Z | [ host-package] Compiling chrono-tz v0.10.1 |
2944 | 2025-02-25T01:45:53.127Z | [ host-package] Compiling vsss-rs v3.3.4 |
2945 | 2025-02-25T01:45:53.518Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2946 | 2025-02-25T01:45:56.055Z | [ host-package] Compiling polar-core v0.27.3 |
2947 | 2025-02-25T01:45:57.143Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2948 | 2025-02-25T01:45:58.570Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2949 | 2025-02-25T01:45:59.197Z | [ host-package] Compiling strum_macros v0.24.3 |
2950 | 2025-02-25T01:46:00.137Z | [ host-package] Compiling fxhash v0.2.1 |
2951 | 2025-02-25T01:46:00.546Z | [ host-package] Compiling indoc v1.0.9 |
2952 | 2025-02-25T01:46:03.305Z | [ host-package] Compiling derive_builder v0.20.2 |
2953 | 2025-02-25T01:46:07.513Z | [ helios-setup] Feb 25 01:46:05.581 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 33s |
2954 | 2025-02-25T01:46:07.614Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2955 | 2025-02-25T01:46:07.630Z | [ helios-setup] Feb 25 01:46:05.698 INFO building project "amd-host-image-builder" ok (180 seconds) |
2956 | 2025-02-25T01:46:07.630Z | [ helios-setup] Feb 25 01:46:05.698 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2957 | 2025-02-25T01:46:07.630Z | [ helios-setup] Feb 25 01:46:05.698 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2958 | 2025-02-25T01:46:07.976Z | [ helios-setup] Feb 25 01:46:06.044 INFO E| Downloading crates ... |
2959 | 2025-02-25T01:46:08.170Z | [ helios-setup] Feb 25 01:46:06.238 INFO E| Downloaded flate2 v1.0.25 |
2960 | 2025-02-25T01:46:08.177Z | [ helios-setup] Feb 25 01:46:06.245 INFO E| Downloaded generic-array v0.14.6 |
2961 | 2025-02-25T01:46:08.180Z | [ helios-setup] Feb 25 01:46:06.248 INFO E| Downloaded typenum v1.15.0 |
2962 | 2025-02-25T01:46:08.183Z | [ helios-setup] Feb 25 01:46:06.251 INFO E| Downloaded miniz_oxide v0.6.2 |
2963 | 2025-02-25T01:46:08.186Z | [ helios-setup] Feb 25 01:46:06.255 INFO E| Downloaded bytes v1.2.1 |
2964 | 2025-02-25T01:46:08.192Z | [ helios-setup] Feb 25 01:46:06.260 INFO E| Downloaded anyhow v1.0.62 |
2965 | 2025-02-25T01:46:08.200Z | [ helios-setup] Feb 25 01:46:06.266 INFO E| Downloaded sha2 v0.10.5 |
2966 | 2025-02-25T01:46:08.203Z | [ helios-setup] Feb 25 01:46:06.269 INFO E| Downloaded cpufeatures v0.2.5 |
2967 | 2025-02-25T01:46:08.203Z | [ helios-setup] Feb 25 01:46:06.271 INFO E| Downloaded block-buffer v0.10.3 |
2968 | 2025-02-25T01:46:08.206Z | [ helios-setup] Feb 25 01:46:06.272 INFO E| Downloaded digest v0.10.3 |
2969 | 2025-02-25T01:46:08.270Z | [ helios-setup] Feb 25 01:46:06.338 INFO E| Compiling version_check v0.9.4 |
2970 | 2025-02-25T01:46:08.272Z | [ helios-setup] Feb 25 01:46:06.338 INFO E| Compiling typenum v1.15.0 |
2971 | 2025-02-25T01:46:08.273Z | [ helios-setup] Feb 25 01:46:06.338 INFO E| Compiling cfg-if v1.0.0 |
2972 | 2025-02-25T01:46:08.273Z | [ helios-setup] Feb 25 01:46:06.338 INFO E| Compiling crc32fast v1.3.2 |
2973 | 2025-02-25T01:46:08.273Z | [ helios-setup] Feb 25 01:46:06.338 INFO E| Compiling anyhow v1.0.62 |
2974 | 2025-02-25T01:46:08.273Z | [ helios-setup] Feb 25 01:46:06.339 INFO E| Compiling adler v1.0.2 |
2975 | 2025-02-25T01:46:08.273Z | [ helios-setup] Feb 25 01:46:06.339 INFO E| Compiling cpufeatures v0.2.5 |
2976 | 2025-02-25T01:46:08.273Z | [ helios-setup] Feb 25 01:46:06.339 INFO E| Compiling unicode-width v0.1.10 |
2977 | 2025-02-25T01:46:08.525Z | [ host-package] Compiling papergrid v0.11.0 |
2978 | 2025-02-25T01:46:08.631Z | [ helios-setup] Feb 25 01:46:06.699 INFO E| Compiling bytes v1.2.1 |
2979 | 2025-02-25T01:46:08.702Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2980 | 2025-02-25T01:46:08.747Z | [ helios-setup] Feb 25 01:46:06.813 INFO E| Compiling miniz_oxide v0.6.2 |
2981 | 2025-02-25T01:46:08.879Z | [ helios-setup] Feb 25 01:46:06.947 INFO E| Compiling getopts v0.2.21 |
2982 | 2025-02-25T01:46:09.191Z | [ helios-setup] Feb 25 01:46:07.253 INFO E| Compiling bitflags v1.3.2 |
2983 | 2025-02-25T01:46:09.462Z | [ host-package] Compiling tabled_derive v0.7.0 |
2984 | 2025-02-25T01:46:09.625Z | [ helios-setup] Feb 25 01:46:07.693 INFO E| Compiling generic-array v0.14.6 |
2985 | 2025-02-25T01:46:10.340Z | [ helios-setup] Feb 25 01:46:08.408 INFO E| Compiling flate2 v1.0.25 |
2986 | 2025-02-25T01:46:12.923Z | [ host-package] Compiling fd-lock v4.0.2 |
2987 | 2025-02-25T01:46:13.232Z | [ host-package] Compiling peg-macros v0.8.4 |
2988 | 2025-02-25T01:46:13.909Z | [ helios-setup] Feb 25 01:46:11.977 INFO E| Compiling block-buffer v0.10.3 |
2989 | 2025-02-25T01:46:13.909Z | [ helios-setup] Feb 25 01:46:11.977 INFO E| Compiling crypto-common v0.1.6 |
2990 | 2025-02-25T01:46:14.139Z | [ helios-setup] Feb 25 01:46:12.207 INFO E| Compiling digest v0.10.3 |
2991 | 2025-02-25T01:46:14.510Z | [ helios-setup] Feb 25 01:46:12.578 INFO E| Compiling sha2 v0.10.5 |
2992 | 2025-02-25T01:46:15.048Z | [ helios-setup] Feb 25 01:46:13.115 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2993 | 2025-02-25T01:46:16.985Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2994 | 2025-02-25T01:46:18.230Z | [ host-package] Compiling kstat-rs v0.2.4 |
2995 | 2025-02-25T01:46:19.852Z | [ host-package] Compiling oso-derive v0.27.3 |
2996 | 2025-02-25T01:46:19.965Z | [ helios-setup] Feb 25 01:46:18.033 INFO E| Finished `release` profile [optimized] target(s) in 12.23s |
2997 | 2025-02-25T01:46:19.980Z | [ helios-setup] Feb 25 01:46:18.048 INFO building project "bootserver" ok (12 seconds) |
2998 | 2025-02-25T01:46:19.980Z | [ helios-setup] Feb 25 01:46:18.048 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2999 | 2025-02-25T01:46:19.983Z | [ helios-setup] Feb 25 01:46:18.048 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
3000 | 2025-02-25T01:46:20.300Z | [ helios-setup] Feb 25 01:46:18.363 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
3001 | 2025-02-25T01:46:20.573Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
3002 | 2025-02-25T01:46:20.917Z | [ host-package] Compiling quick-xml v0.37.2 |
3003 | 2025-02-25T01:46:21.348Z | [ helios-setup] Feb 25 01:46:19.416 INFO E| From https://github.com/oxidecomputer/progenitor |
3004 | 2025-02-25T01:46:21.348Z | [ helios-setup] Feb 25 01:46:19.416 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
3005 | 2025-02-25T01:46:21.457Z | [ helios-setup] Feb 25 01:46:19.525 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
3006 | 2025-02-25T01:46:21.906Z | [ helios-setup] Feb 25 01:46:19.974 INFO E| From https://github.com/jclulow/hiercmd |
3007 | 2025-02-25T01:46:21.906Z | [ helios-setup] Feb 25 01:46:19.974 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
3008 | 2025-02-25T01:46:21.925Z | [ helios-setup] Feb 25 01:46:19.993 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
3009 | 2025-02-25T01:46:22.479Z | [ helios-setup] Feb 25 01:46:20.546 INFO E| From https://github.com/jclulow/network-interface |
3010 | 2025-02-25T01:46:22.479Z | [ helios-setup] Feb 25 01:46:20.546 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
3011 | 2025-02-25T01:46:22.497Z | [ helios-setup] Feb 25 01:46:20.565 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
3012 | 2025-02-25T01:46:22.949Z | [ helios-setup] Feb 25 01:46:21.017 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
3013 | 2025-02-25T01:46:22.949Z | [ helios-setup] Feb 25 01:46:21.017 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
3014 | 2025-02-25T01:46:22.984Z | [ helios-setup] Feb 25 01:46:21.051 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
3015 | 2025-02-25T01:46:23.643Z | [ helios-setup] Feb 25 01:46:21.711 INFO E| From https://github.com/oxidecomputer/facade |
3016 | 2025-02-25T01:46:23.643Z | [ helios-setup] Feb 25 01:46:21.711 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
3017 | 2025-02-25T01:46:23.687Z | [ helios-setup] Feb 25 01:46:21.754 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
3018 | 2025-02-25T01:46:23.819Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
3019 | 2025-02-25T01:46:24.524Z | [ helios-setup] Feb 25 01:46:22.591 INFO E| From https://github.com/oxidecomputer/dropshot |
3020 | 2025-02-25T01:46:24.524Z | [ helios-setup] Feb 25 01:46:22.591 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
3021 | 2025-02-25T01:46:24.565Z | [ helios-setup] Feb 25 01:46:22.633 INFO E| Updating crates.io index |
3022 | 2025-02-25T01:46:24.603Z | [ helios-setup] Feb 25 01:46:22.670 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
3023 | 2025-02-25T01:46:25.563Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
3024 | 2025-02-25T01:46:25.622Z | [ helios-setup] Feb 25 01:46:23.690 INFO E| From https://github.com/oxidecomputer/typify |
3025 | 2025-02-25T01:46:25.623Z | [ helios-setup] Feb 25 01:46:23.690 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
3026 | 2025-02-25T01:46:26.065Z | [ helios-setup] Feb 25 01:46:24.132 INFO E| Downloading crates ... |
3027 | 2025-02-25T01:46:26.261Z | [ helios-setup] Feb 25 01:46:24.329 INFO E| Downloaded anstyle-parse v0.1.1 |
3028 | 2025-02-25T01:46:26.265Z | [ helios-setup] Feb 25 01:46:24.332 INFO E| Downloaded ahash v0.8.3 |
3029 | 2025-02-25T01:46:26.269Z | [ helios-setup] Feb 25 01:46:24.337 INFO E| Downloaded const-random-macro v0.1.15 |
3030 | 2025-02-25T01:46:26.272Z | [ helios-setup] Feb 25 01:46:24.338 INFO E| Downloaded ahash v0.7.6 |
3031 | 2025-02-25T01:46:26.374Z | [ helios-setup] Feb 25 01:46:24.433 INFO E| Downloaded try-lock v0.2.4 |
3032 | 2025-02-25T01:46:26.374Z | [ helios-setup] Feb 25 01:46:24.435 INFO E| Downloaded schemars_derive v0.8.12 |
3033 | 2025-02-25T01:46:26.374Z | [ helios-setup] Feb 25 01:46:24.437 INFO E| Downloaded spin v0.5.2 |
3034 | 2025-02-25T01:46:26.374Z | [ helios-setup] Feb 25 01:46:24.439 INFO E| Downloaded serde_derive v1.0.204 |
3035 | 2025-02-25T01:46:26.376Z | [ helios-setup] Feb 25 01:46:24.443 INFO E| Downloaded ucd-trie v0.1.5 |
3036 | 2025-02-25T01:46:26.379Z | [ helios-setup] Feb 25 01:46:24.446 INFO E| Downloaded toolchain_find v0.2.0 |
3037 | 2025-02-25T01:46:26.379Z | [ helios-setup] Feb 25 01:46:24.447 INFO E| Downloaded futures-io v0.3.28 |
3038 | 2025-02-25T01:46:26.382Z | [ helios-setup] Feb 25 01:46:24.448 INFO E| Downloaded const-random v0.1.15 |
3039 | 2025-02-25T01:46:26.384Z | [ helios-setup] Feb 25 01:46:24.450 INFO E| Downloaded anstyle v0.3.5 |
3040 | 2025-02-25T01:46:26.387Z | [ helios-setup] Feb 25 01:46:24.453 INFO E| Downloaded tempfile v3.5.0 |
3041 | 2025-02-25T01:46:26.390Z | [ helios-setup] Feb 25 01:46:24.456 INFO E| Downloaded smartstring v1.0.1 |
3042 | 2025-02-25T01:46:26.392Z | [ helios-setup] Feb 25 01:46:24.459 INFO E| Downloaded unicode-bidi v0.3.13 |
3043 | 2025-02-25T01:46:26.395Z | [ helios-setup] Feb 25 01:46:24.463 INFO E| Downloaded winnow v0.4.1 |
3044 | 2025-02-25T01:46:26.407Z | [ helios-setup] Feb 25 01:46:24.475 INFO E| Downloaded tinyvec v1.6.0 |
3045 | 2025-02-25T01:46:26.412Z | [ helios-setup] Feb 25 01:46:24.480 INFO E| Downloaded tower-service v0.3.2 |
3046 | 2025-02-25T01:46:26.415Z | [ helios-setup] Feb 25 01:46:24.481 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
3047 | 2025-02-25T01:46:26.417Z | [ helios-setup] Feb 25 01:46:24.484 INFO E| Downloaded crossbeam-deque v0.8.2 |
3048 | 2025-02-25T01:46:26.420Z | [ helios-setup] Feb 25 01:46:24.486 INFO E| Downloaded want v0.3.0 |
3049 | 2025-02-25T01:46:26.422Z | [ helios-setup] Feb 25 01:46:24.488 INFO E| Downloaded paste v1.0.12 |
3050 | 2025-02-25T01:46:26.425Z | [ helios-setup] Feb 25 01:46:24.491 INFO E| Downloaded futures-sink v0.3.28 |
3051 | 2025-02-25T01:46:26.425Z | [ helios-setup] Feb 25 01:46:24.493 INFO E| Downloaded futures-core v0.3.28 |
3052 | 2025-02-25T01:46:26.430Z | [ helios-setup] Feb 25 01:46:24.495 INFO E| Downloaded thiserror v1.0.38 |
3053 | 2025-02-25T01:46:26.433Z | [ helios-setup] Feb 25 01:46:24.500 INFO E| Downloaded itoa v1.0.6 |
3054 | 2025-02-25T01:46:26.435Z | [ helios-setup] Feb 25 01:46:24.502 INFO E| Downloaded futures-macro v0.3.28 |
3055 | 2025-02-25T01:46:26.438Z | [ helios-setup] Feb 25 01:46:24.504 INFO E| Downloaded num_enum v0.5.7 |
3056 | 2025-02-25T01:46:26.441Z | [ helios-setup] Feb 25 01:46:24.509 INFO E| Downloaded jobserver v0.1.26 |
3057 | 2025-02-25T01:46:26.443Z | [ helios-setup] Feb 25 01:46:24.511 INFO E| Downloaded utf8parse v0.2.1 |
3058 | 2025-02-25T01:46:26.446Z | [ helios-setup] Feb 25 01:46:24.513 INFO E| Downloaded terminal_size v0.2.6 |
3059 | 2025-02-25T01:46:26.449Z | [ helios-setup] Feb 25 01:46:24.515 INFO E| Downloaded sha1 v0.10.5 |
3060 | 2025-02-25T01:46:26.453Z | [ helios-setup] Feb 25 01:46:24.517 INFO E| Downloaded serde_spanned v0.6.1 |
3061 | 2025-02-25T01:46:26.453Z | [ helios-setup] Feb 25 01:46:24.518 INFO E| Downloaded either v1.8.0 |
3062 | 2025-02-25T01:46:26.455Z | [ helios-setup] Feb 25 01:46:24.521 INFO E| Downloaded strsim v0.10.0 |
3063 | 2025-02-25T01:46:26.456Z | [ helios-setup] Feb 25 01:46:24.523 INFO E| Downloaded form_urlencoded v1.1.0 |
3064 | 2025-02-25T01:46:26.458Z | [ helios-setup] Feb 25 01:46:24.525 INFO E| Downloaded smawk v0.3.1 |
3065 | 2025-02-25T01:46:26.461Z | [ helios-setup] Feb 25 01:46:24.527 INFO E| Downloaded serde_tokenstream v0.2.0 |
3066 | 2025-02-25T01:46:26.466Z | [ helios-setup] Feb 25 01:46:24.533 INFO E| Downloaded slog-bunyan v2.4.0 |
3067 | 2025-02-25T01:46:26.468Z | [ helios-setup] Feb 25 01:46:24.535 INFO E| Downloaded httparse v1.8.0 |
3068 | 2025-02-25T01:46:26.471Z | [ helios-setup] Feb 25 01:46:24.539 INFO E| Downloaded tokio-macros v2.0.0 |
3069 | 2025-02-25T01:46:26.474Z | [ helios-setup] Feb 25 01:46:24.541 INFO E| Downloaded getrandom v0.2.8 |
3070 | 2025-02-25T01:46:26.476Z | [ helios-setup] Feb 25 01:46:24.544 INFO E| Downloaded camino v1.1.4 |
3071 | 2025-02-25T01:46:26.479Z | [ helios-setup] Feb 25 01:46:24.547 INFO E| Downloaded tokio-tungstenite v0.18.0 |
3072 | 2025-02-25T01:46:26.482Z | [ helios-setup] Feb 25 01:46:24.550 INFO E| Downloaded quote v1.0.36 |
3073 | 2025-02-25T01:46:26.486Z | [ helios-setup] Feb 25 01:46:24.554 INFO E| Downloaded tokio-rustls v0.24.0 |
3074 | 2025-02-25T01:46:26.489Z | [ helios-setup] Feb 25 01:46:24.557 INFO E| Downloaded toml v0.7.3 |
3075 | 2025-02-25T01:46:26.493Z | [ helios-setup] Feb 25 01:46:24.561 INFO E| Downloaded textwrap v0.16.0 |
3076 | 2025-02-25T01:46:26.497Z | [ helios-setup] Feb 25 01:46:24.565 INFO E| Downloaded unicode-ident v1.0.8 |
3077 | 2025-02-25T01:46:26.501Z | [ helios-setup] Feb 25 01:46:24.569 INFO E| Downloaded io-lifetimes v1.0.10 |
3078 | 2025-02-25T01:46:26.508Z | [ helios-setup] Feb 25 01:46:24.572 INFO E| Downloaded uuid v1.3.0 |
3079 | 2025-02-25T01:46:26.510Z | [ helios-setup] Feb 25 01:46:24.578 INFO E| Downloaded sct v0.7.0 |
3080 | 2025-02-25T01:46:26.516Z | [ helios-setup] Feb 25 01:46:24.582 INFO E| Downloaded socket2 v0.4.9 |
3081 | 2025-02-25T01:46:26.521Z | [ helios-setup] Feb 25 01:46:24.585 INFO E| Downloaded pin-project-lite v0.2.9 |
3082 | 2025-02-25T01:46:26.524Z | [ helios-setup] Feb 25 01:46:24.591 INFO E| Downloaded url v2.3.1 |
3083 | 2025-02-25T01:46:26.527Z | [ helios-setup] Feb 25 01:46:24.595 INFO E| Downloaded rustls-webpki v0.100.1 |
3084 | 2025-02-25T01:46:26.537Z | [ helios-setup] Feb 25 01:46:24.604 INFO E| Downloaded unsafe-libyaml v0.2.8 |
3085 | 2025-02-25T01:46:26.541Z | [ helios-setup] Feb 25 01:46:24.609 INFO E| Downloaded toml_edit v0.19.8 |
3086 | 2025-02-25T01:46:26.562Z | [ helios-setup] Feb 25 01:46:24.630 INFO E| Downloaded tokio-util v0.7.7 |
3087 | 2025-02-25T01:46:26.569Z | [ helios-setup] Feb 25 01:46:24.637 INFO E| Downloaded unicode-normalization v0.1.22 |
3088 | 2025-02-25T01:46:26.580Z | [ helios-setup] Feb 25 01:46:24.646 INFO E| Downloaded cc v1.0.78 |
3089 | 2025-02-25T01:46:26.583Z | [ helios-setup] Feb 25 01:46:24.650 INFO E| Downloaded rayon-core v1.10.2 |
3090 | 2025-02-25T01:46:26.586Z | [ helios-setup] Feb 25 01:46:24.654 INFO E| Downloaded base64 v0.21.0 |
3091 | 2025-02-25T01:46:26.591Z | [ helios-setup] Feb 25 01:46:24.658 INFO E| Downloaded serde_json v1.0.95 |
3092 | 2025-02-25T01:46:26.593Z | [ host-package] Compiling oso v0.27.3 |
3093 | 2025-02-25T01:46:26.601Z | [ helios-setup] Feb 25 01:46:24.669 INFO E| Downloaded proc-macro2 v1.0.86 |
3094 | 2025-02-25T01:46:26.605Z | [ helios-setup] Feb 25 01:46:24.673 INFO E| Downloaded memchr v2.5.0 |
3095 | 2025-02-25T01:46:26.610Z | [ helios-setup] Feb 25 01:46:24.678 INFO E| Downloaded cargo-lock v8.0.3 |
3096 | 2025-02-25T01:46:26.615Z | [ helios-setup] Feb 25 01:46:24.683 INFO E| Downloaded syn v1.0.107 |
3097 | 2025-02-25T01:46:26.634Z | [ helios-setup] Feb 25 01:46:24.701 INFO E| Downloaded mio v0.8.5 |
3098 | 2025-02-25T01:46:26.643Z | [ helios-setup] Feb 25 01:46:24.711 INFO E| Downloaded syn v2.0.72 |
3099 | 2025-02-25T01:46:26.662Z | [ helios-setup] Feb 25 01:46:24.729 INFO E| Downloaded rustls v0.21.0 |
3100 | 2025-02-25T01:46:26.681Z | [ helios-setup] Feb 25 01:46:24.748 INFO E| Downloaded pest v2.5.7 |
3101 | 2025-02-25T01:46:26.689Z | [ helios-setup] Feb 25 01:46:24.757 INFO E| Downloaded crossbeam-channel v0.5.6 |
3102 | 2025-02-25T01:46:26.696Z | [ helios-setup] Feb 25 01:46:24.764 INFO E| Downloaded http v0.2.9 |
3103 | 2025-02-25T01:46:26.703Z | [ helios-setup] Feb 25 01:46:24.770 INFO E| Downloaded aho-corasick v0.7.20 |
3104 | 2025-02-25T01:46:26.708Z | [ helios-setup] Feb 25 01:46:24.776 INFO E| Downloaded schemars v0.8.12 |
3105 | 2025-02-25T01:46:26.726Z | [ helios-setup] Feb 25 01:46:24.794 INFO E| Downloaded num-traits v0.2.15 |
3106 | 2025-02-25T01:46:26.730Z | [ helios-setup] Feb 25 01:46:24.798 INFO E| Downloaded reqwest v0.11.16 |
3107 | 2025-02-25T01:46:26.741Z | [ helios-setup] Feb 25 01:46:24.808 INFO E| Downloaded futures-util v0.3.28 |
3108 | 2025-02-25T01:46:26.757Z | [ helios-setup] Feb 25 01:46:24.825 INFO E| Downloaded rayon v1.6.1 |
3109 | 2025-02-25T01:46:26.770Z | [ helios-setup] Feb 25 01:46:24.838 INFO E| Downloaded h2 v0.3.16 |
3110 | 2025-02-25T01:46:26.781Z | [ helios-setup] Feb 25 01:46:24.848 INFO E| Downloaded chrono v0.4.24 |
3111 | 2025-02-25T01:46:26.791Z | [ helios-setup] Feb 25 01:46:24.858 INFO E| Downloaded hyper v0.14.25 |
3112 | 2025-02-25T01:46:26.805Z | [ helios-setup] Feb 25 01:46:24.872 INFO E| Downloaded git2 v0.16.1 |
3113 | 2025-02-25T01:46:26.817Z | [ helios-setup] Feb 25 01:46:24.885 INFO E| Downloaded regress v0.5.0 |
3114 | 2025-02-25T01:46:26.829Z | [ helios-setup] Feb 25 01:46:24.897 INFO E| Downloaded regex v1.7.3 |
3115 | 2025-02-25T01:46:26.868Z | [ helios-setup] Feb 25 01:46:24.911 INFO E| Downloaded clap_builder v4.2.1 |
3116 | 2025-02-25T01:46:26.868Z | [ helios-setup] Feb 25 01:46:24.922 INFO E| Downloaded idna v0.3.0 |
3117 | 2025-02-25T01:46:26.868Z | [ helios-setup] Feb 25 01:46:24.933 INFO E| Downloaded rustix v0.37.3 |
3118 | 2025-02-25T01:46:26.870Z | [ host-package] Compiling reedline v0.35.0 |
3119 | 2025-02-25T01:46:26.897Z | [ helios-setup] Feb 25 01:46:24.965 INFO E| Downloaded bytes v1.4.0 |
3120 | 2025-02-25T01:46:26.903Z | [ helios-setup] Feb 25 01:46:24.971 INFO E| Downloaded rhai v1.14.0 |
3121 | 2025-02-25T01:46:26.924Z | [ helios-setup] Feb 25 01:46:24.991 INFO E| Downloaded tokio v1.27.0 |
3122 | 2025-02-25T01:46:26.976Z | [ helios-setup] Feb 25 01:46:25.043 INFO E| Downloaded openapiv3 v1.0.2 |
3123 | 2025-02-25T01:46:26.993Z | [ helios-setup] Feb 25 01:46:25.061 INFO E| Downloaded futures v0.3.28 |
3124 | 2025-02-25T01:46:27.000Z | [ helios-setup] Feb 25 01:46:25.068 INFO E| Downloaded unicode-linebreak v0.1.4 |
3125 | 2025-02-25T01:46:27.003Z | [ helios-setup] Feb 25 01:46:25.071 INFO E| Downloaded tracing v0.1.37 |
3126 | 2025-02-25T01:46:27.009Z | [ helios-setup] Feb 25 01:46:25.077 INFO E| Downloaded ipnet v2.7.2 |
3127 | 2025-02-25T01:46:27.012Z | [ helios-setup] Feb 25 01:46:25.079 INFO E| Downloaded clap v4.2.1 |
3128 | 2025-02-25T01:46:27.024Z | [ helios-setup] Feb 25 01:46:25.092 INFO E| Downloaded tungstenite v0.18.0 |
3129 | 2025-02-25T01:46:27.027Z | [ helios-setup] Feb 25 01:46:25.095 INFO E| Downloaded serde_yaml v0.9.21 |
3130 | 2025-02-25T01:46:27.032Z | [ helios-setup] Feb 25 01:46:25.100 INFO E| Downloaded parking_lot v0.12.1 |
3131 | 2025-02-25T01:46:27.035Z | [ helios-setup] Feb 25 01:46:25.103 INFO E| Downloaded crossbeam-utils v0.8.14 |
3132 | 2025-02-25T01:46:27.038Z | [ helios-setup] Feb 25 01:46:25.106 INFO E| Downloaded anyhow v1.0.68 |
3133 | 2025-02-25T01:46:27.043Z | [ helios-setup] Feb 25 01:46:25.111 INFO E| Downloaded parking_lot_core v0.9.6 |
3134 | 2025-02-25T01:46:27.046Z | [ helios-setup] Feb 25 01:46:25.114 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3135 | 2025-02-25T01:46:27.049Z | [ helios-setup] Feb 25 01:46:25.117 INFO E| Downloaded futures-channel v0.3.28 |
3136 | 2025-02-25T01:46:27.052Z | [ helios-setup] Feb 25 01:46:25.119 INFO E| Downloaded bincode v1.3.3 |
3137 | 2025-02-25T01:46:27.055Z | [ helios-setup] Feb 25 01:46:25.122 INFO E| Downloaded anstream v0.2.6 |
3138 | 2025-02-25T01:46:27.057Z | [ helios-setup] Feb 25 01:46:25.125 INFO E| Downloaded ryu v1.0.13 |
3139 | 2025-02-25T01:46:27.062Z | [ helios-setup] Feb 25 01:46:25.129 INFO E| Downloaded rhai_codegen v1.5.0 |
3140 | 2025-02-25T01:46:27.073Z | [ helios-setup] Feb 25 01:46:25.141 INFO E| Downloaded lock_api v0.4.9 |
3141 | 2025-02-25T01:46:27.076Z | [ helios-setup] Feb 25 01:46:25.143 INFO E| Downloaded built v0.6.0 |
3142 | 2025-02-25T01:46:27.078Z | [ helios-setup] Feb 25 01:46:25.145 INFO E| Downloaded serde_derive_internals v0.26.0 |
3143 | 2025-02-25T01:46:27.081Z | [ helios-setup] Feb 25 01:46:25.147 INFO E| Downloaded pkg-config v0.3.26 |
3144 | 2025-02-25T01:46:27.081Z | [ helios-setup] Feb 25 01:46:25.149 INFO E| Downloaded percent-encoding v2.2.0 |
3145 | 2025-02-25T01:46:27.084Z | [ helios-setup] Feb 25 01:46:25.150 INFO E| Downloaded slog-async v2.7.0 |
3146 | 2025-02-25T01:46:27.087Z | [ helios-setup] Feb 25 01:46:25.152 INFO E| Downloaded semver v1.0.17 |
3147 | 2025-02-25T01:46:27.090Z | [ helios-setup] Feb 25 01:46:25.155 INFO E| Downloaded log v0.4.17 |
3148 | 2025-02-25T01:46:27.092Z | [ helios-setup] Feb 25 01:46:25.158 INFO E| Downloaded libc v0.2.139 |
3149 | 2025-02-25T01:46:27.124Z | [ helios-setup] Feb 25 01:46:25.192 INFO E| Downloaded signal-hook-registry v1.4.0 |
3150 | 2025-02-25T01:46:27.127Z | [ helios-setup] Feb 25 01:46:25.194 INFO E| Downloaded once_cell v1.17.0 |
3151 | 2025-02-25T01:46:27.130Z | [ helios-setup] Feb 25 01:46:25.197 INFO E| Downloaded async-trait v0.1.68 |
3152 | 2025-02-25T01:46:27.134Z | [ helios-setup] Feb 25 01:46:25.201 INFO E| Downloaded scopeguard v1.1.0 |
3153 | 2025-02-25T01:46:27.139Z | [ helios-setup] Feb 25 01:46:25.203 INFO E| Downloaded proc-macro-crate v1.2.1 |
3154 | 2025-02-25T01:46:27.139Z | [ helios-setup] Feb 25 01:46:25.204 INFO E| Downloaded home v0.5.4 |
3155 | 2025-02-25T01:46:27.140Z | [ helios-setup] Feb 25 01:46:25.205 INFO E| Downloaded clap_derive v4.2.0 |
3156 | 2025-02-25T01:46:27.142Z | [ helios-setup] Feb 25 01:46:25.208 INFO E| Downloaded slab v0.4.7 |
3157 | 2025-02-25T01:46:27.142Z | [ helios-setup] Feb 25 01:46:25.209 INFO E| Downloaded sha2 v0.10.6 |
3158 | 2025-02-25T01:46:27.145Z | [ helios-setup] Feb 25 01:46:25.213 INFO E| Downloaded semver-parser v0.10.2 |
3159 | 2025-02-25T01:46:27.148Z | [ helios-setup] Feb 25 01:46:25.216 INFO E| Downloaded semver v0.11.0 |
3160 | 2025-02-25T01:46:27.151Z | [ helios-setup] Feb 25 01:46:25.218 INFO E| Downloaded memoffset v0.7.1 |
3161 | 2025-02-25T01:46:27.154Z | [ helios-setup] Feb 25 01:46:25.221 INFO E| Downloaded ppv-lite86 v0.2.17 |
3162 | 2025-02-25T01:46:27.157Z | [ helios-setup] Feb 25 01:46:25.223 INFO E| Downloaded num_enum_derive v0.5.7 |
3163 | 2025-02-25T01:46:27.158Z | [ helios-setup] Feb 25 01:46:25.224 INFO E| Downloaded num_cpus v1.15.0 |
3164 | 2025-02-25T01:46:27.166Z | [ helios-setup] Feb 25 01:46:25.228 INFO E| Downloaded futures-executor v0.3.28 |
3165 | 2025-02-25T01:46:27.166Z | [ helios-setup] Feb 25 01:46:25.230 INFO E| Downloaded lazy_static v1.4.0 |
3166 | 2025-02-25T01:46:27.166Z | [ helios-setup] Feb 25 01:46:25.231 INFO E| Downloaded concolor-query v0.3.3 |
3167 | 2025-02-25T01:46:27.166Z | [ helios-setup] Feb 25 01:46:25.233 INFO E| Downloaded byteorder v1.4.3 |
3168 | 2025-02-25T01:46:27.169Z | [ helios-setup] Feb 25 01:46:25.235 INFO E| Downloaded digest v0.10.6 |
3169 | 2025-02-25T01:46:27.171Z | [ helios-setup] Feb 25 01:46:25.238 INFO E| Downloaded num-integer v0.1.45 |
3170 | 2025-02-25T01:46:27.176Z | [ helios-setup] Feb 25 01:46:25.241 INFO E| Downloaded time v0.1.45 |
3171 | 2025-02-25T01:46:27.178Z | [ helios-setup] Feb 25 01:46:25.243 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
3172 | 2025-02-25T01:46:27.178Z | [ helios-setup] Feb 25 01:46:25.245 INFO E| Downloaded is-terminal v0.4.7 |
3173 | 2025-02-25T01:46:27.179Z | [ helios-setup] Feb 25 01:46:25.246 INFO E| Downloaded fastrand v1.9.0 |
3174 | 2025-02-25T01:46:27.181Z | [ helios-setup] Feb 25 01:46:25.248 INFO E| Downloaded dyn-clone v1.0.11 |
3175 | 2025-02-25T01:46:27.184Z | [ helios-setup] Feb 25 01:46:25.251 INFO E| Downloaded clap_lex v0.4.1 |
3176 | 2025-02-25T01:46:27.187Z | [ helios-setup] Feb 25 01:46:25.252 INFO E| Downloaded autocfg v1.1.0 |
3177 | 2025-02-25T01:46:27.187Z | [ helios-setup] Feb 25 01:46:25.254 INFO E| Downloaded async-stream v0.3.5 |
3178 | 2025-02-25T01:46:27.190Z | [ helios-setup] Feb 25 01:46:25.257 INFO E| Downloaded tracing-core v0.1.30 |
3179 | 2025-02-25T01:46:27.193Z | [ helios-setup] Feb 25 01:46:25.261 INFO E| Downloaded toml_datetime v0.6.1 |
3180 | 2025-02-25T01:46:27.196Z | [ helios-setup] Feb 25 01:46:25.262 INFO E| Downloaded thiserror-impl v1.0.38 |
3181 | 2025-02-25T01:46:27.199Z | [ helios-setup] Feb 25 01:46:25.265 INFO E| Downloaded iana-time-zone v0.1.56 |
3182 | 2025-02-25T01:46:27.202Z | [ helios-setup] Feb 25 01:46:25.268 INFO E| Downloaded httpdate v1.0.2 |
3183 | 2025-02-25T01:46:27.204Z | [ helios-setup] Feb 25 01:46:25.270 INFO E| Downloaded futures-task v0.3.28 |
3184 | 2025-02-25T01:46:27.204Z | [ helios-setup] Feb 25 01:46:25.272 INFO E| Downloaded serde_path_to_error v0.1.11 |
3185 | 2025-02-25T01:46:27.207Z | [ helios-setup] Feb 25 01:46:25.275 INFO E| Downloaded smallvec v1.10.0 |
3186 | 2025-02-25T01:46:27.210Z | [ helios-setup] Feb 25 01:46:25.278 INFO E| Downloaded project-root v0.2.2 |
3187 | 2025-02-25T01:46:27.213Z | [ helios-setup] Feb 25 01:46:25.279 INFO E| Downloaded http-body v0.4.5 |
3188 | 2025-02-25T01:46:27.216Z | [ helios-setup] Feb 25 01:46:25.282 INFO E| Downloaded concolor-override v1.0.0 |
3189 | 2025-02-25T01:46:27.216Z | [ helios-setup] Feb 25 01:46:25.283 INFO E| Downloaded async-stream-impl v0.3.5 |
3190 | 2025-02-25T01:46:27.219Z | [ helios-setup] Feb 25 01:46:25.284 INFO E| Downloaded serde v1.0.204 |
3191 | 2025-02-25T01:46:27.222Z | [ helios-setup] Feb 25 01:46:25.290 INFO E| Downloaded rustls-pemfile v1.0.2 |
3192 | 2025-02-25T01:46:27.358Z | [ helios-setup] Feb 25 01:46:25.425 INFO E| Downloaded encoding_rs v0.8.32 |
3193 | 2025-02-25T01:46:27.519Z | [ helios-setup] Feb 25 01:46:25.587 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3194 | 2025-02-25T01:46:27.766Z | [ helios-setup] Feb 25 01:46:25.834 INFO E| Downloaded libz-sys v1.1.8 |
3195 | 2025-02-25T01:46:28.132Z | [ helios-setup] Feb 25 01:46:26.200 INFO E| Downloaded ring v0.16.20 |
3196 | 2025-02-25T01:46:28.521Z | [ helios-setup] Feb 25 01:46:26.589 INFO E| Compiling proc-macro2 v1.0.86 |
3197 | 2025-02-25T01:46:28.524Z | [ helios-setup] Feb 25 01:46:26.589 INFO E| Compiling libc v0.2.139 |
3198 | 2025-02-25T01:46:28.524Z | [ helios-setup] Feb 25 01:46:26.589 INFO E| Compiling unicode-ident v1.0.8 |
3199 | 2025-02-25T01:46:28.525Z | [ helios-setup] Feb 25 01:46:26.589 INFO E| Compiling autocfg v1.1.0 |
3200 | 2025-02-25T01:46:28.525Z | [ helios-setup] Feb 25 01:46:26.590 INFO E| Compiling cfg-if v1.0.0 |
3201 | 2025-02-25T01:46:28.525Z | [ helios-setup] Feb 25 01:46:26.590 INFO E| Compiling version_check v0.9.4 |
3202 | 2025-02-25T01:46:28.525Z | [ helios-setup] Feb 25 01:46:26.590 INFO E| Compiling serde v1.0.204 |
3203 | 2025-02-25T01:46:28.525Z | [ helios-setup] Feb 25 01:46:26.590 INFO E| Compiling syn v1.0.107 |
3204 | 2025-02-25T01:46:28.945Z | [ helios-setup] Feb 25 01:46:27.012 INFO E| Compiling memchr v2.5.0 |
3205 | 2025-02-25T01:46:29.522Z | [ helios-setup] Feb 25 01:46:27.585 INFO E| Compiling once_cell v1.17.0 |
3206 | 2025-02-25T01:46:29.795Z | [ helios-setup] Feb 25 01:46:27.863 INFO E| Compiling thiserror v1.0.38 |
3207 | 2025-02-25T01:46:29.861Z | [ helios-setup] Feb 25 01:46:27.929 INFO E| Compiling log v0.4.17 |
3208 | 2025-02-25T01:46:30.545Z | [ helios-setup] Feb 25 01:46:28.612 INFO E| Compiling itoa v1.0.6 |
3209 | 2025-02-25T01:46:30.651Z | [ helios-setup] Feb 25 01:46:28.719 INFO E| Compiling serde_json v1.0.95 |
3210 | 2025-02-25T01:46:31.090Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3211 | 2025-02-25T01:46:31.835Z | [ helios-setup] Feb 25 01:46:29.902 INFO E| Compiling pin-project-lite v0.2.9 |
3212 | 2025-02-25T01:46:31.937Z | [ helios-setup] Feb 25 01:46:30.005 INFO E| Compiling scopeguard v1.1.0 |
3213 | 2025-02-25T01:46:32.205Z | [ helios-setup] Feb 25 01:46:30.272 INFO E| Compiling indexmap v1.9.3 |
3214 | 2025-02-25T01:46:32.354Z | [ helios-setup] Feb 25 01:46:30.421 INFO E| Compiling getrandom v0.2.8 |
3215 | 2025-02-25T01:46:32.468Z | [ helios-setup] Feb 25 01:46:30.536 INFO E| Compiling jobserver v0.1.26 |
3216 | 2025-02-25T01:46:32.635Z | [ helios-setup] Feb 25 01:46:30.702 INFO E| Compiling quote v1.0.36 |
3217 | 2025-02-25T01:46:33.191Z | [ helios-setup] Feb 25 01:46:31.258 INFO E| Compiling bytes v1.4.0 |
3218 | 2025-02-25T01:46:33.306Z | [ helios-setup] Feb 25 01:46:31.374 INFO E| Compiling futures-core v0.3.28 |
3219 | 2025-02-25T01:46:33.616Z | [ helios-setup] Feb 25 01:46:31.684 INFO E| Compiling syn v2.0.72 |
3220 | 2025-02-25T01:46:33.657Z | [ helios-setup] Feb 25 01:46:31.725 INFO E| Compiling cc v1.0.78 |
3221 | 2025-02-25T01:46:33.879Z | [ helios-setup] Feb 25 01:46:31.947 INFO E| Compiling num-integer v0.1.45 |
3222 | 2025-02-25T01:46:33.882Z | [ helios-setup] Feb 25 01:46:31.947 INFO E| Compiling ryu v1.0.13 |
3223 | 2025-02-25T01:46:35.149Z | [ helios-setup] Feb 25 01:46:33.217 INFO E| Compiling lock_api v0.4.9 |
3224 | 2025-02-25T01:46:35.310Z | [ host-package] Compiling peg v0.8.4 |
3225 | 2025-02-25T01:46:35.485Z | [ helios-setup] Feb 25 01:46:33.553 INFO E| Compiling parking_lot_core v0.9.6 |
3226 | 2025-02-25T01:46:35.528Z | [ host-package] Compiling tabled v0.15.0 |
3227 | 2025-02-25T01:46:35.610Z | [ helios-setup] Feb 25 01:46:33.677 INFO E| Compiling bitflags v1.3.2 |
3228 | 2025-02-25T01:46:35.825Z | [ helios-setup] Feb 25 01:46:33.892 INFO E| Compiling typenum v1.16.0 |
3229 | 2025-02-25T01:46:36.586Z | [ helios-setup] Feb 25 01:46:34.654 INFO E| Compiling num_cpus v1.15.0 |
3230 | 2025-02-25T01:46:36.737Z | [ helios-setup] Feb 25 01:46:34.805 INFO E| Compiling slab v0.4.7 |
3231 | 2025-02-25T01:46:37.011Z | [ helios-setup] Feb 25 01:46:35.079 INFO E| Compiling generic-array v0.14.6 |
3232 | 2025-02-25T01:46:37.011Z | [ helios-setup] Feb 25 01:46:35.079 INFO E| Compiling futures-channel v0.3.28 |
3233 | 2025-02-25T01:46:37.205Z | [ helios-setup] Feb 25 01:46:35.273 INFO E| Compiling futures-task v0.3.28 |
3234 | 2025-02-25T01:46:37.292Z | [ helios-setup] Feb 25 01:46:35.359 INFO E| Compiling futures-sink v0.3.28 |
3235 | 2025-02-25T01:46:38.121Z | [ helios-setup] Feb 25 01:46:36.189 INFO E| Compiling tokio v1.27.0 |
3236 | 2025-02-25T01:46:38.216Z | [ helios-setup] Feb 25 01:46:36.283 INFO E| Compiling futures-util v0.3.28 |
3237 | 2025-02-25T01:46:39.288Z | [ helios-setup] Feb 25 01:46:37.355 INFO E| Compiling mio v0.8.5 |
3238 | 2025-02-25T01:46:39.406Z | [ helios-setup] Feb 25 01:46:37.474 INFO E| Compiling socket2 v0.4.9 |
3239 | 2025-02-25T01:46:39.495Z | [ helios-setup] Feb 25 01:46:37.562 INFO E| Compiling signal-hook-registry v1.4.0 |
3240 | 2025-02-25T01:46:39.610Z | [ helios-setup] Feb 25 01:46:37.677 INFO E| Compiling schemars v0.8.12 |
3241 | 2025-02-25T01:46:39.758Z | [ helios-setup] Feb 25 01:46:37.826 INFO E| Compiling futures-io v0.3.28 |
3242 | 2025-02-25T01:46:40.650Z | [ helios-setup] Feb 25 01:46:38.717 INFO E| Compiling pin-utils v0.1.0 |
3243 | 2025-02-25T01:46:40.758Z | [ helios-setup] Feb 25 01:46:38.825 INFO E| Compiling num-traits v0.2.15 |
3244 | 2025-02-25T01:46:40.827Z | [ helios-setup] Feb 25 01:46:38.895 INFO E| Compiling ahash v0.7.6 |
3245 | 2025-02-25T01:46:41.551Z | [ helios-setup] Feb 25 01:46:39.618 INFO E| Compiling crunchy v0.2.2 |
3246 | 2025-02-25T01:46:42.098Z | [ helios-setup] Feb 25 01:46:40.165 INFO E| Compiling io-lifetimes v1.0.10 |
3247 | 2025-02-25T01:46:42.667Z | [ helios-setup] Feb 25 01:46:40.734 INFO E| Compiling ahash v0.8.3 |
3248 | 2025-02-25T01:46:42.830Z | [ helios-setup] Feb 25 01:46:40.897 INFO E| Compiling hashbrown v0.12.3 |
3249 | 2025-02-25T01:46:43.531Z | [ helios-setup] Feb 25 01:46:41.598 INFO E| Compiling tiny-keccak v2.0.2 |
3250 | 2025-02-25T01:46:43.569Z | [ helios-setup] Feb 25 01:46:41.636 INFO E| Compiling rustix v0.37.3 |
3251 | 2025-02-25T01:46:43.994Z | [ helios-setup] Feb 25 01:46:42.062 INFO E| Compiling crypto-common v0.1.6 |
3252 | 2025-02-25T01:46:44.028Z | [ helios-setup] Feb 25 01:46:42.096 INFO E| Compiling block-buffer v0.10.3 |
3253 | 2025-02-25T01:46:44.445Z | [ helios-setup] Feb 25 01:46:42.513 INFO E| Compiling serde_derive_internals v0.26.0 |
3254 | 2025-02-25T01:46:44.527Z | [ helios-setup] Feb 25 01:46:42.594 INFO E| Compiling crossbeam-utils v0.8.14 |
3255 | 2025-02-25T01:46:44.561Z | [ helios-setup] Feb 25 01:46:42.628 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3256 | 2025-02-25T01:46:44.918Z | [ helios-setup] Feb 25 01:46:42.985 INFO E| Compiling slog v2.7.0 |
3257 | 2025-02-25T01:46:45.425Z | [ helios-setup] Feb 25 01:46:43.474 INFO E| Compiling digest v0.10.6 |
3258 | 2025-02-25T01:46:46.774Z | [ helios-setup] Feb 25 01:46:44.841 INFO E| Compiling errno v0.3.1 |
3259 | 2025-02-25T01:46:47.245Z | [ helios-setup] Feb 25 01:46:45.312 INFO E| Compiling unicode-width v0.1.10 |
3260 | 2025-02-25T01:46:47.479Z | [ helios-setup] Feb 25 01:46:45.546 INFO E| Compiling pkg-config v0.3.26 |
3261 | 2025-02-25T01:46:47.545Z | [ helios-setup] Feb 25 01:46:45.608 INFO E| Compiling fnv v1.0.7 |
3262 | 2025-02-25T01:46:47.713Z | [ helios-setup] Feb 25 01:46:45.781 INFO E| Compiling anyhow v1.0.68 |
3263 | 2025-02-25T01:46:47.810Z | [ helios-setup] Feb 25 01:46:45.878 INFO E| Compiling cpufeatures v0.2.5 |
3264 | 2025-02-25T01:46:48.198Z | [ helios-setup] Feb 25 01:46:46.265 INFO E| Compiling http v0.2.9 |
3265 | 2025-02-25T01:46:51.257Z | [ helios-setup] Feb 25 01:46:49.325 INFO E| Compiling thiserror-impl v1.0.38 |
3266 | 2025-02-25T01:46:51.260Z | [ helios-setup] Feb 25 01:46:49.325 INFO E| Compiling schemars_derive v0.8.12 |
3267 | 2025-02-25T01:46:52.750Z | [ helios-setup] Feb 25 01:46:50.817 INFO E| Compiling aho-corasick v0.7.20 |
3268 | 2025-02-25T01:46:53.144Z | [ helios-setup] Feb 25 01:46:51.211 INFO E| Compiling serde_derive v1.0.204 |
3269 | 2025-02-25T01:46:53.495Z | [ helios-setup] Feb 25 01:46:51.562 INFO E| Compiling tokio-macros v2.0.0 |
3270 | 2025-02-25T01:46:53.678Z | [ helios-setup] Feb 25 01:46:51.745 INFO E| Compiling futures-macro v0.3.28 |
3271 | 2025-02-25T01:46:53.787Z | [ helios-setup] Feb 25 01:46:51.854 INFO E| Compiling regex-syntax v0.6.29 |
3272 | 2025-02-25T01:46:56.329Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3273 | 2025-02-25T01:46:56.512Z | [ helios-setup] Feb 25 01:46:54.579 INFO E| Compiling percent-encoding v2.2.0 |
3274 | 2025-02-25T01:46:56.548Z | [ helios-setup] Feb 25 01:46:54.615 INFO E| Compiling tinyvec_macros v0.1.1 |
3275 | 2025-02-25T01:46:56.776Z | [ helios-setup] Feb 25 01:46:54.844 INFO E| Compiling httparse v1.8.0 |
3276 | 2025-02-25T01:46:57.152Z | [ helios-setup] Feb 25 01:46:55.219 INFO E| Compiling heck v0.4.1 |
3277 | 2025-02-25T01:46:57.196Z | [ helios-setup] Feb 25 01:46:55.263 INFO E| Compiling tinyvec v1.6.0 |
3278 | 2025-02-25T01:46:57.198Z | [ helios-setup] Feb 25 01:46:55.264 INFO E| Compiling form_urlencoded v1.1.0 |
3279 | 2025-02-25T01:46:58.211Z | [ helios-setup] Feb 25 01:46:56.278 INFO E| Compiling const-random-macro v0.1.15 |
3280 | 2025-02-25T01:46:58.433Z | [ helios-setup] Feb 25 01:46:56.501 INFO E| Compiling hashbrown v0.13.2 |
3281 | 2025-02-25T01:47:00.340Z | [ helios-setup] Feb 25 01:46:58.408 INFO E| Compiling chrono v0.4.24 |
3282 | 2025-02-25T01:47:00.617Z | [ helios-setup] Feb 25 01:46:58.684 INFO E| Compiling libz-sys v1.1.8 |
3283 | 2025-02-25T01:47:00.888Z | [ helios-setup] Feb 25 01:46:58.955 INFO E| Compiling regex v1.7.3 |
3284 | 2025-02-25T01:47:02.158Z | [ helios-setup] Feb 25 01:47:00.226 INFO E| Compiling getopts v0.2.21 |
3285 | 2025-02-25T01:47:02.322Z | [ helios-setup] Feb 25 01:47:00.389 INFO E| Compiling memoffset v0.7.1 |
3286 | 2025-02-25T01:47:03.296Z | [ helios-setup] Feb 25 01:47:01.363 INFO E| Compiling uuid v1.3.0 |
3287 | 2025-02-25T01:47:03.542Z | [ helios-setup] Feb 25 01:47:01.609 INFO E| Compiling num-conv v0.1.0 |
3288 | 2025-02-25T01:47:03.650Z | [ helios-setup] Feb 25 01:47:01.718 INFO E| Compiling dyn-clone v1.0.11 |
3289 | 2025-02-25T01:47:03.996Z | [ helios-setup] Feb 25 01:47:02.063 INFO E| Compiling powerfmt v0.2.0 |
3290 | 2025-02-25T01:47:04.345Z | [ helios-setup] Feb 25 01:47:02.412 INFO E| Compiling time-core v0.1.2 |
3291 | 2025-02-25T01:47:04.807Z | [ helios-setup] Feb 25 01:47:02.873 INFO E| Compiling time-macros v0.2.18 |
3292 | 2025-02-25T01:47:04.909Z | [ helios-setup] Feb 25 01:47:02.976 INFO E| Compiling deranged v0.3.11 |
3293 | 2025-02-25T01:47:05.184Z | [ helios-setup] Feb 25 01:47:03.251 INFO E| Compiling unicode-normalization v0.1.22 |
3294 | 2025-02-25T01:47:05.297Z | [ helios-setup] Feb 25 01:47:03.364 INFO E| Compiling regress v0.5.0 |
3295 | 2025-02-25T01:47:06.234Z | [ helios-setup] Feb 25 01:47:04.295 INFO E| Compiling const-random v0.1.15 |
3296 | 2025-02-25T01:47:09.639Z | [ helios-setup] Feb 25 01:47:07.702 INFO E| Compiling tracing-core v0.1.30 |
3297 | 2025-02-25T01:47:10.188Z | [ helios-setup] Feb 25 01:47:08.255 INFO E| Compiling crossbeam-epoch v0.9.13 |
3298 | 2025-02-25T01:47:10.451Z | [ helios-setup] Feb 25 01:47:08.518 INFO E| Compiling num_threads v0.1.6 |
3299 | 2025-02-25T01:47:11.128Z | [ helios-setup] Feb 25 01:47:09.195 INFO E| Compiling ucd-trie v0.1.5 |
3300 | 2025-02-25T01:47:11.203Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3301 | 2025-02-25T01:47:11.435Z | [ helios-setup] Feb 25 01:47:09.500 INFO E| Compiling unicode-bidi v0.3.13 |
3302 | 2025-02-25T01:47:11.512Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3303 | 2025-02-25T01:47:13.324Z | [ helios-setup] Feb 25 01:47:11.391 INFO E| Compiling idna v0.3.0 |
3304 | 2025-02-25T01:47:13.377Z | [ helios-setup] Feb 25 01:47:11.444 INFO E| Compiling time v0.3.36 |
3305 | 2025-02-25T01:47:13.927Z | [ helios-setup] Feb 25 01:47:11.994 INFO E| Compiling pest v2.5.7 |
3306 | 2025-02-25T01:47:14.445Z | [ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3307 | 2025-02-25T01:47:15.578Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3308 | 2025-02-25T01:47:16.216Z | [ helios-setup] Feb 25 01:47:14.283 INFO E| Compiling tracing v0.1.37 |
3309 | 2025-02-25T01:47:16.517Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
3310 | 2025-02-25T01:47:17.154Z | [ helios-setup] Feb 25 01:47:15.221 INFO E| Compiling toml v0.5.11 |
3311 | 2025-02-25T01:47:17.799Z | [ helios-setup] Feb 25 01:47:15.866 INFO E| Compiling serde_tokenstream v0.2.0 |
3312 | 2025-02-25T01:47:18.909Z | [ helios-setup] Feb 25 01:47:16.976 INFO E| Compiling smallvec v1.10.0 |
3313 | 2025-02-25T01:47:22.245Z | [ helios-setup] Feb 25 01:47:20.312 INFO E| Compiling parking_lot v0.12.1 |
3314 | 2025-02-25T01:47:22.608Z | [ host-package] Compiling bb8 v0.8.5 |
3315 | 2025-02-25T01:47:23.626Z | [ host-package] Compiling bcs v0.1.6 |
3316 | 2025-02-25T01:47:24.792Z | [ helios-setup] Feb 25 01:47:22.859 INFO E| Compiling crossbeam-channel v0.5.6 |
3317 | 2025-02-25T01:47:24.971Z | [ helios-setup] Feb 25 01:47:23.038 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3318 | 2025-02-25T01:47:25.678Z | [ host-package] Compiling libz-sys v1.1.20 |
3319 | 2025-02-25T01:47:26.243Z | [ helios-setup] Feb 25 01:47:24.310 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3320 | 2025-02-25T01:47:26.679Z | [ helios-setup] Feb 25 01:47:24.745 INFO E| Compiling time v0.1.45 |
3321 | 2025-02-25T01:47:27.304Z | [ host-package] Compiling nanorand v0.7.0 |
3322 | 2025-02-25T01:47:27.825Z | [ helios-setup] Feb 25 01:47:25.594 INFO E| Compiling dirs-sys-next v0.1.2 |
3323 | 2025-02-25T01:47:27.904Z | [ helios-setup] Feb 25 01:47:25.971 INFO E| Compiling semver v1.0.17 |
3324 | 2025-02-25T01:47:29.288Z | [ host-package] Compiling termtree v0.5.1 |
3325 | 2025-02-25T01:47:29.432Z | [ helios-setup] Feb 25 01:47:27.499 INFO E| Compiling iana-time-zone v0.1.56 |
3326 | 2025-02-25T01:47:29.653Z | [ helios-setup] Feb 25 01:47:27.718 INFO E| Compiling crc32fast v1.3.2 |
3327 | 2025-02-25T01:47:30.033Z | [ host-package] Compiling parking_lot_core v0.8.6 |
3328 | 2025-02-25T01:47:31.246Z | [ host-package] Compiling flume v0.11.1 |
3329 | 2025-02-25T01:47:31.550Z | [ helios-setup] Feb 25 01:47:29.617 INFO E| Compiling dirs-next v2.0.0 |
3330 | 2025-02-25T01:47:32.232Z | [ helios-setup] Feb 25 01:47:30.298 INFO E| Compiling proc-macro-crate v1.2.1 |
3331 | 2025-02-25T01:47:33.859Z | [ helios-setup] Feb 25 01:47:31.926 INFO E| Compiling semver-parser v0.10.2 |
3332 | 2025-02-25T01:47:34.548Z | [ helios-setup] Feb 25 01:47:32.615 INFO E| Compiling url v2.3.1 |
3333 | 2025-02-25T01:47:35.344Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3334 | 2025-02-25T01:47:36.012Z | [ host-package] Compiling mime_guess v2.0.5 |
3335 | 2025-02-25T01:47:37.338Z | [ helios-setup] Feb 25 01:47:35.404 INFO E| Compiling futures-executor v0.3.28 |
3336 | 2025-02-25T01:47:38.159Z | [ helios-setup] Feb 25 01:47:36.225 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3337 | 2025-02-25T01:47:38.382Z | [ helios-setup] Feb 25 01:47:36.448 INFO E| Compiling thread_local v1.1.7 |
3338 | 2025-02-25T01:47:38.740Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3339 | 2025-02-25T01:47:38.759Z | [ helios-setup] Feb 25 01:47:36.826 INFO E| Compiling adler v1.0.2 |
3340 | 2025-02-25T01:47:39.193Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3341 | 2025-02-25T01:47:39.368Z | [ helios-setup] Feb 25 01:47:37.435 INFO E| Compiling try-lock v0.2.4 |
3342 | 2025-02-25T01:47:39.406Z | [ helios-setup] Feb 25 01:47:37.473 INFO E| Compiling same-file v1.0.6 |
3343 | 2025-02-25T01:47:39.747Z | [ helios-setup] Feb 25 01:47:37.814 INFO E| Compiling rayon-core v1.10.2 |
3344 | 2025-02-25T01:47:40.007Z | [ helios-setup] Feb 25 01:47:38.073 INFO E| Compiling walkdir v2.3.3 |
3345 | 2025-02-25T01:47:40.957Z | [ helios-setup] Feb 25 01:47:39.023 INFO E| Compiling want v0.3.0 |
3346 | 2025-02-25T01:47:41.137Z | [ helios-setup] Feb 25 01:47:39.203 INFO E| Compiling miniz_oxide v0.6.2 |
3347 | 2025-02-25T01:47:41.576Z | [ helios-setup] Feb 25 01:47:39.643 INFO E| Compiling tokio-util v0.7.7 |
3348 | 2025-02-25T01:47:43.258Z | [ helios-setup] Feb 25 01:47:41.325 INFO E| Compiling futures v0.3.28 |
3349 | 2025-02-25T01:47:44.868Z | [ helios-setup] Feb 25 01:47:42.934 INFO E| Compiling h2 v0.3.16 |
3350 | 2025-02-25T01:47:45.010Z | [ helios-setup] Feb 25 01:47:43.077 INFO E| Compiling semver v0.11.0 |
3351 | 2025-02-25T01:47:45.068Z | [ helios-setup] Feb 25 01:47:43.135 INFO E| Compiling num_enum_derive v0.5.7 |
3352 | 2025-02-25T01:47:45.310Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
3353 | 2025-02-25T01:47:46.121Z | [ helios-setup] Feb 25 01:47:44.187 INFO E| Compiling crossbeam-deque v0.8.2 |
3354 | 2025-02-25T01:47:46.534Z | [ helios-setup] Feb 25 01:47:44.600 INFO E| Compiling term v0.7.0 |
3355 | 2025-02-25T01:47:47.206Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
3356 | 2025-02-25T01:47:48.806Z | [ host-package] Compiling nibble_vec v0.1.0 |
3357 | 2025-02-25T01:47:48.951Z | [ helios-setup] Feb 25 01:47:47.017 INFO E| Compiling http-body v0.4.5 |
3358 | 2025-02-25T01:47:49.574Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3359 | 2025-02-25T01:47:49.856Z | [ helios-setup] Feb 25 01:47:47.922 INFO E| Compiling sha2 v0.10.6 |
3360 | 2025-02-25T01:47:50.376Z | [ host-package] Compiling atty v0.2.14 |
3361 | 2025-02-25T01:47:51.142Z | [ host-package] Compiling salty v0.3.0 |
3362 | 2025-02-25T01:47:51.451Z | [ helios-setup] Feb 25 01:47:49.517 INFO E| Compiling ring v0.16.20 |
3363 | 2025-02-25T01:47:51.510Z | [ host-package] Compiling http-range v0.1.5 |
3364 | 2025-02-25T01:47:52.075Z | [ host-package] Compiling endian-type v0.1.2 |
3365 | 2025-02-25T01:47:52.609Z | [ host-package] Compiling radix_trie v0.2.1 |
3366 | 2025-02-25T01:47:53.086Z | [ helios-setup] Feb 25 01:47:51.153 INFO E| Compiling rand_core v0.6.4 |
3367 | 2025-02-25T01:47:54.532Z | [ helios-setup] Feb 25 01:47:52.598 INFO E| Compiling atty v0.2.14 |
3368 | 2025-02-25T01:47:54.653Z | [ host-package] Compiling parking_lot v0.11.2 |
3369 | 2025-02-25T01:47:54.902Z | [ helios-setup] Feb 25 01:47:52.968 INFO E| Compiling fastrand v1.9.0 |
3370 | 2025-02-25T01:47:55.002Z | [ helios-setup] Feb 25 01:47:53.068 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3371 | 2025-02-25T01:47:55.070Z | [ helios-setup] Feb 25 01:47:53.137 INFO E| Compiling httpdate v1.0.2 |
3372 | 2025-02-25T01:47:55.849Z | [ helios-setup] Feb 25 01:47:53.916 INFO E| Compiling lazy_static v1.4.0 |
3373 | 2025-02-25T01:47:56.277Z | [ helios-setup] Feb 25 01:47:54.343 INFO E| Compiling ppv-lite86 v0.2.17 |
3374 | 2025-02-25T01:47:56.603Z | [ helios-setup] Feb 25 01:47:54.670 INFO E| Compiling tower-service v0.3.2 |
3375 | 2025-02-25T01:47:56.833Z | [ helios-setup] Feb 25 01:47:54.899 INFO E| Compiling home v0.5.4 |
3376 | 2025-02-25T01:47:56.894Z | [ helios-setup] Feb 25 01:47:54.960 INFO E| Compiling utf8parse v0.2.1 |
3377 | 2025-02-25T01:47:57.314Z | [ helios-setup] Feb 25 01:47:55.380 INFO E| Compiling base64 v0.21.0 |
3378 | 2025-02-25T01:47:57.475Z | [ helios-setup] Feb 25 01:47:55.542 INFO E| Compiling anstyle-parse v0.1.1 |
3379 | 2025-02-25T01:47:58.192Z | [ helios-setup] Feb 25 01:47:56.258 INFO E| Compiling rand_chacha v0.3.1 |
3380 | 2025-02-25T01:47:58.311Z | [ helios-setup] Feb 25 01:47:56.377 INFO E| Compiling toolchain_find v0.2.0 |
3381 | 2025-02-25T01:47:58.662Z | [ host-package] Compiling tabled_derive v0.10.0 |
3382 | 2025-02-25T01:47:59.391Z | [ helios-setup] Feb 25 01:47:57.457 INFO E| Compiling hyper v0.14.25 |
3383 | 2025-02-25T01:48:02.005Z | [ helios-setup] Feb 25 01:48:00.071 INFO E| Compiling tempfile v3.5.0 |
3384 | 2025-02-25T01:48:02.323Z | [ helios-setup] Feb 25 01:48:00.389 INFO E| Compiling slog-term v2.9.0 |
3385 | 2025-02-25T01:48:02.527Z | [ host-package] Compiling papergrid v0.14.0 |
3386 | 2025-02-25T01:48:03.160Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3387 | 2025-02-25T01:48:12.526Z | [ helios-setup] Feb 25 01:48:10.592 INFO E| Compiling num_enum v0.5.7 |
3388 | 2025-02-25T01:48:13.335Z | [ helios-setup] Feb 25 01:48:11.399 INFO E| Compiling flate2 v1.0.25 |
3389 | 2025-02-25T01:48:16.082Z | [ helios-setup] Feb 25 01:48:14.147 INFO E| Compiling cargo-lock v8.0.3 |
3390 | 2025-02-25T01:48:16.944Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3391 | 2025-02-25T01:48:21.436Z | [ helios-setup] Feb 25 01:48:19.502 INFO E| Compiling serde_urlencoded v0.7.1 |
3392 | 2025-02-25T01:48:22.093Z | [ helios-setup] Feb 25 01:48:20.158 INFO E| Compiling is-terminal v0.4.7 |
3393 | 2025-02-25T01:48:22.294Z | [ helios-setup] Feb 25 01:48:20.359 INFO E| Compiling sha1 v0.10.5 |
3394 | 2025-02-25T01:48:23.317Z | [ helios-setup] Feb 25 01:48:21.382 INFO E| Compiling either v1.8.0 |
3395 | 2025-02-25T01:48:23.523Z | [ helios-setup] Feb 25 01:48:21.589 INFO E| Compiling concolor-query v0.3.3 |
3396 | 2025-02-25T01:48:24.208Z | [ helios-setup] Feb 25 01:48:22.274 INFO E| Compiling anstyle v0.3.5 |
3397 | 2025-02-25T01:48:24.964Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3398 | 2025-02-25T01:48:25.208Z | [ helios-setup] Feb 25 01:48:23.273 INFO E| Compiling concolor-override v1.0.0 |
3399 | 2025-02-25T01:48:25.667Z | [ helios-setup] Feb 25 01:48:23.733 INFO E| Compiling anstream v0.2.6 |
3400 | 2025-02-25T01:48:27.329Z | [ helios-setup] Feb 25 01:48:25.394 INFO E| Compiling rayon v1.6.1 |
3401 | 2025-02-25T01:48:27.977Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3402 | 2025-02-25T01:48:28.229Z | [ helios-setup] Feb 25 01:48:26.295 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3403 | 2025-02-25T01:48:29.124Z | [ helios-setup] Feb 25 01:48:27.187 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3404 | 2025-02-25T01:48:29.483Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3405 | 2025-02-25T01:48:29.534Z | [ helios-setup] Feb 25 01:48:27.600 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3406 | 2025-02-25T01:48:30.995Z | [ helios-setup] Feb 25 01:48:29.061 INFO E| Compiling rand v0.8.5 |
3407 | 2025-02-25T01:48:31.124Z | [ host-package] Compiling tabled v0.18.0 |
3408 | 2025-02-25T01:48:31.694Z | [ helios-setup] Feb 25 01:48:29.759 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3409 | 2025-02-25T01:48:31.880Z | [ helios-setup] Feb 25 01:48:29.945 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3410 | 2025-02-25T01:48:32.230Z | [ helios-setup] Feb 25 01:48:30.295 INFO E| Compiling openapiv3 v1.0.2 |
3411 | 2025-02-25T01:48:33.067Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3412 | 2025-02-25T01:48:33.692Z | [ helios-setup] Feb 25 01:48:31.713 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3413 | 2025-02-25T01:48:35.072Z | [ helios-setup] Feb 25 01:48:33.137 INFO E| Compiling encoding_rs v0.8.32 |
3414 | 2025-02-25T01:48:37.263Z | [ host-package] Compiling sled v0.34.7 |
3415 | 2025-02-25T01:48:37.909Z | [ helios-setup] Feb 25 01:48:35.973 INFO E| Compiling mime v0.3.17 |
3416 | 2025-02-25T01:48:39.131Z | [ helios-setup] Feb 25 01:48:37.196 INFO E| Compiling clap_lex v0.4.1 |
3417 | 2025-02-25T01:48:39.667Z | [ helios-setup] Feb 25 01:48:37.733 INFO E| Compiling unsafe-libyaml v0.2.8 |
3418 | 2025-02-25T01:48:39.962Z | [ helios-setup] Feb 25 01:48:38.028 INFO E| Compiling base64 v0.13.1 |
3419 | 2025-02-25T01:48:40.666Z | [ helios-setup] Feb 25 01:48:38.731 INFO E| Compiling spin v0.5.2 |
3420 | 2025-02-25T01:48:41.272Z | [ helios-setup] Feb 25 01:48:39.338 INFO E| Compiling byteorder v1.4.3 |
3421 | 2025-02-25T01:48:41.797Z | [ helios-setup] Feb 25 01:48:39.862 INFO E| Compiling ipnet v2.7.2 |
3422 | 2025-02-25T01:48:42.619Z | [ helios-setup] Feb 25 01:48:40.610 INFO E| Compiling untrusted v0.7.1 |
3423 | 2025-02-25T01:48:43.341Z | [ helios-setup] Feb 25 01:48:41.406 INFO E| Compiling project-root v0.2.2 |
3424 | 2025-02-25T01:48:43.746Z | [ helios-setup] Feb 25 01:48:41.811 INFO E| Compiling strsim v0.10.0 |
3425 | 2025-02-25T01:48:43.816Z | [ helios-setup] Feb 25 01:48:41.881 INFO E| Compiling utf-8 v0.7.6 |
3426 | 2025-02-25T01:48:44.126Z | [ helios-setup] Feb 25 01:48:42.191 INFO E| Compiling reqwest v0.11.16 |
3427 | 2025-02-25T01:48:44.652Z | [ helios-setup] Feb 25 01:48:42.677 INFO E| Compiling clap_builder v4.2.1 |
3428 | 2025-02-25T01:48:47.010Z | [ helios-setup] Feb 25 01:48:45.068 INFO E| Compiling tungstenite v0.18.0 |
3429 | 2025-02-25T01:48:51.672Z | [ helios-setup] Feb 25 01:48:45.655 INFO E| Compiling serde_yaml v0.9.21 |
3430 | 2025-02-25T01:48:51.788Z | [ helios-setup] Feb 25 01:48:46.062 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3431 | 2025-02-25T01:48:51.882Z | [ host-package] Compiling hickory-client v0.24.3 |
3432 | 2025-02-25T01:48:53.508Z | [ helios-setup] Feb 25 01:48:51.573 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3433 | 2025-02-25T01:48:56.958Z | [ helios-setup] Feb 25 01:48:55.022 INFO E| Compiling clap_derive v4.2.0 |
3434 | 2025-02-25T01:48:58.912Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3435 | 2025-02-25T01:49:01.362Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3436 | 2025-02-25T01:49:01.421Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3437 | 2025-02-25T01:49:03.687Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3438 | 2025-02-25T01:49:05.093Z | [ helios-setup] Feb 25 01:49:03.158 INFO E| Compiling clap v4.2.1 |
3439 | 2025-02-25T01:49:05.803Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3440 | 2025-02-25T01:49:08.116Z | [ helios-setup] Feb 25 01:49:06.181 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3441 | 2025-02-25T01:49:09.447Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3442 | 2025-02-25T01:49:10.589Z | [ host-package] Compiling hickory-server v0.24.3 |
3443 | 2025-02-25T01:49:13.220Z | [ host-package] Compiling primeorder v0.13.6 |
3444 | 2025-02-25T01:49:13.464Z | [ host-package] Compiling vergen v8.3.2 |
3445 | 2025-02-25T01:49:14.556Z | [ host-package] Compiling castaway v0.2.3 |
3446 | 2025-02-25T01:49:14.812Z | [ host-package] Compiling env_filter v0.1.2 |
3447 | 2025-02-25T01:49:15.181Z | [ host-package] Compiling cargo-platform v0.1.8 |
3448 | 2025-02-25T01:49:16.084Z | [ host-package] Compiling tough v0.19.0 |
3449 | 2025-02-25T01:49:17.559Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3450 | 2025-02-25T01:49:17.932Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3451 | 2025-02-25T01:49:22.673Z | [ helios-setup] Feb 25 01:49:20.738 INFO E| Compiling tokio-tungstenite v0.18.0 |
3452 | 2025-02-25T01:49:24.569Z | [ helios-setup] Feb 25 01:49:22.634 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3453 | 2025-02-25T01:49:26.439Z | [ helios-setup] Feb 25 01:49:24.504 INFO E| Compiling smartstring v1.0.1 |
3454 | 2025-02-25T01:49:27.453Z | [ helios-setup] Feb 25 01:49:25.518 INFO E| Compiling rustls v0.21.0 |
3455 | 2025-02-25T01:49:29.794Z | [ helios-setup] Feb 25 01:49:27.859 INFO E| Compiling serde_spanned v0.6.1 |
3456 | 2025-02-25T01:49:30.573Z | [ helios-setup] Feb 25 01:49:28.637 INFO E| Compiling toml_datetime v0.6.1 |
3457 | 2025-02-25T01:49:31.062Z | [ host-package] Compiling env_logger v0.11.5 |
3458 | 2025-02-25T01:49:32.075Z | [ helios-setup] Feb 25 01:49:30.140 INFO E| Compiling async-trait v0.1.68 |
3459 | 2025-02-25T01:49:33.245Z | [ helios-setup] Feb 25 01:49:31.310 INFO E| Compiling static_assertions v1.1.0 |
3460 | 2025-02-25T01:49:33.529Z | [ helios-setup] Feb 25 01:49:31.592 INFO E| Compiling paste v1.0.12 |
3461 | 2025-02-25T01:49:33.714Z | [ host-package] Compiling compact_str v0.8.0 |
3462 | 2025-02-25T01:49:34.489Z | [ helios-setup] Feb 25 01:49:32.554 INFO E| Compiling match_cfg v0.1.0 |
3463 | 2025-02-25T01:49:34.878Z | [ helios-setup] Feb 25 01:49:32.943 INFO E| Compiling slog-async v2.7.0 |
3464 | 2025-02-25T01:49:34.972Z | [ helios-setup] Feb 25 01:49:33.037 INFO E| Compiling camino v1.1.4 |
3465 | 2025-02-25T01:49:36.277Z | [ helios-setup] Feb 25 01:49:34.342 INFO E| Compiling winnow v0.4.1 |
3466 | 2025-02-25T01:49:36.673Z | [ helios-setup] Feb 25 01:49:34.737 INFO E| Compiling hostname v0.3.1 |
3467 | 2025-02-25T01:49:37.345Z | [ helios-setup] Feb 25 01:49:35.410 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3468 | 2025-02-25T01:49:37.494Z | [ helios-setup] Feb 25 01:49:35.559 INFO E| Compiling slog-json v2.6.1 |
3469 | 2025-02-25T01:49:38.538Z | [ helios-setup] Feb 25 01:49:36.603 INFO E| Compiling bincode v1.3.3 |
3470 | 2025-02-25T01:49:38.691Z | [ helios-setup] Feb 25 01:49:36.756 INFO E| Compiling unicode-linebreak v0.1.4 |
3471 | 2025-02-25T01:49:41.496Z | [ host-package] Compiling p384 v0.13.0 |
3472 | 2025-02-25T01:49:41.559Z | [ helios-setup] Feb 25 01:49:39.623 INFO E| Compiling async-stream-impl v0.3.5 |
3473 | 2025-02-25T01:49:43.387Z | [ helios-setup] Feb 25 01:49:41.452 INFO E| Compiling toml_edit v0.19.8 |
3474 | 2025-02-25T01:49:43.552Z | [ helios-setup] Feb 25 01:49:41.617 INFO E| Compiling rhai_codegen v1.5.0 |
3475 | 2025-02-25T01:49:44.427Z | [ helios-setup] Feb 25 01:49:42.491 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3476 | 2025-02-25T01:49:45.274Z | [ helios-setup] Feb 25 01:49:43.338 INFO E| Compiling take_mut v0.2.2 |
3477 | 2025-02-25T01:49:47.003Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3478 | 2025-02-25T01:49:48.008Z | [ helios-setup] Feb 25 01:49:46.073 INFO E| Compiling rhai v1.14.0 |
3479 | 2025-02-25T01:49:51.128Z | [ helios-setup] Feb 25 01:49:49.193 INFO E| Compiling toml v0.7.3 |
3480 | 2025-02-25T01:49:52.654Z | [ helios-setup] Feb 25 01:49:50.717 INFO E| Compiling async-stream v0.3.5 |
3481 | 2025-02-25T01:49:53.229Z | [ helios-setup] Feb 25 01:49:51.294 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3482 | 2025-02-25T01:49:53.321Z | [ helios-setup] Feb 25 01:49:51.386 INFO E| Compiling slog-bunyan v2.4.0 |
3483 | 2025-02-25T01:49:56.568Z | [ host-package] Compiling git2 v0.19.0 |
3484 | 2025-02-25T01:50:00.606Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3485 | 2025-02-25T01:50:01.578Z | [ helios-setup] Feb 25 01:49:59.642 INFO E| Compiling rustls-pemfile v1.0.2 |
3486 | 2025-02-25T01:50:02.120Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3487 | 2025-02-25T01:50:02.623Z | [ helios-setup] Feb 25 01:50:00.687 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3488 | 2025-02-25T01:50:03.002Z | [ helios-setup] Feb 25 01:50:01.066 INFO E| Compiling serde_path_to_error v0.1.11 |
3489 | 2025-02-25T01:50:04.505Z | [ helios-setup] Feb 25 01:50:02.569 INFO E| Compiling terminal_size v0.2.6 |
3490 | 2025-02-25T01:50:04.606Z | [ helios-setup] Feb 25 01:50:02.670 INFO E| Compiling smawk v0.3.1 |
3491 | 2025-02-25T01:50:05.424Z | [ helios-setup] Feb 25 01:50:03.488 INFO E| Compiling textwrap v0.16.0 |
3492 | 2025-02-25T01:50:05.497Z | [ helios-setup] Feb 25 01:50:03.561 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
3493 | 2025-02-25T01:50:11.519Z | [ helios-setup] Feb 25 01:50:09.583 INFO E| Compiling rustls-webpki v0.100.1 |
3494 | 2025-02-25T01:50:12.008Z | [ helios-setup] Feb 25 01:50:10.073 INFO E| Compiling sct v0.7.0 |
3495 | 2025-02-25T01:50:12.360Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3496 | 2025-02-25T01:50:15.944Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3497 | 2025-02-25T01:50:17.076Z | [ host-package] Compiling lru v0.12.5 |
3498 | 2025-02-25T01:50:17.983Z | [ host-package] Compiling rand_seeder v0.3.0 |
3499 | 2025-02-25T01:50:19.281Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3500 | 2025-02-25T01:50:19.377Z | [ host-package] Compiling lzma-sys v0.1.20 |
3501 | 2025-02-25T01:50:20.384Z | [ host-package] Compiling instability v0.3.2 |
3502 | 2025-02-25T01:50:20.851Z | [ host-package] Compiling cassowary v0.3.0 |
3503 | 2025-02-25T01:50:21.013Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3504 | 2025-02-25T01:50:21.100Z | [ host-package] Compiling indoc v2.0.5 |
3505 | 2025-02-25T01:50:21.435Z | [ helios-setup] Feb 25 01:50:19.499 INFO E| Compiling git2 v0.16.1 |
3506 | 2025-02-25T01:50:21.599Z | [ host-package] Compiling rustls v0.21.12 |
3507 | 2025-02-25T01:50:21.988Z | [ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3508 | 2025-02-25T01:50:22.185Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3509 | 2025-02-25T01:50:22.232Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3510 | 2025-02-25T01:50:22.294Z | [ host-package] Compiling ratatui v0.29.0 |
3511 | 2025-02-25T01:50:22.300Z | [ helios-setup] Feb 25 01:50:20.364 INFO E| Compiling tokio-rustls v0.24.0 |
3512 | 2025-02-25T01:50:25.260Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3513 | 2025-02-25T01:50:26.662Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3514 | 2025-02-25T01:50:27.146Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3515 | 2025-02-25T01:50:28.761Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3516 | 2025-02-25T01:50:29.974Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3517 | 2025-02-25T01:50:32.300Z | [ helios-setup] Feb 25 01:50:30.364 INFO E| Compiling built v0.6.0 |
3518 | 2025-02-25T01:50:33.533Z | [ helios-setup] Feb 25 01:50:31.597 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3519 | 2025-02-25T01:50:35.291Z | [ host-package] Compiling sct v0.7.1 |
3520 | 2025-02-25T01:50:35.525Z | [ helios-setup] Feb 25 01:50:33.589 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3521 | 2025-02-25T01:50:36.638Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3522 | 2025-02-25T01:50:37.269Z | [ helios-setup] Feb 25 01:50:35.330 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3523 | 2025-02-25T01:50:38.473Z | [ host-package] Compiling heck v0.3.3 |
3524 | 2025-02-25T01:50:39.522Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3525 | 2025-02-25T01:50:40.063Z | [ host-package] Compiling csv-core v0.1.11 |
3526 | 2025-02-25T01:50:41.915Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3527 | 2025-02-25T01:50:42.819Z | [ host-package] Compiling glob v0.3.2 |
3528 | 2025-02-25T01:50:43.273Z | [ host-package] Compiling csv v1.3.1 |
3529 | 2025-02-25T01:50:43.772Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3530 | 2025-02-25T01:50:46.216Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3531 | 2025-02-25T01:50:46.908Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3532 | 2025-02-25T01:50:49.706Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3533 | 2025-02-25T01:50:55.291Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3534 | 2025-02-25T01:50:55.377Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3535 | 2025-02-25T01:50:56.819Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3536 | 2025-02-25T01:51:04.243Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3537 | 2025-02-25T01:51:05.191Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3538 | 2025-02-25T01:51:05.616Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3539 | 2025-02-25T01:51:07.766Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3540 | 2025-02-25T01:51:08.394Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3541 | 2025-02-25T01:51:08.788Z | [ helios-setup] Feb 25 01:51:06.811 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3542 | 2025-02-25T01:51:08.880Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3543 | 2025-02-25T01:51:09.280Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3544 | 2025-02-25T01:51:10.676Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3545 | 2025-02-25T01:51:11.855Z | [ host-package] Compiling nix v0.27.1 |
3546 | 2025-02-25T01:51:12.461Z | [ host-package] Compiling tungstenite v0.23.0 |
3547 | 2025-02-25T01:51:12.924Z | [ host-package] Compiling hashlink v0.9.1 |
3548 | 2025-02-25T01:51:14.402Z | [ host-package] Compiling base64 v0.13.1 |
3549 | 2025-02-25T01:51:15.069Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3550 | 2025-02-25T01:51:16.150Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3551 | 2025-02-25T01:51:16.246Z | [ host-package] Compiling ron v0.7.1 |
3552 | 2025-02-25T01:51:16.607Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3553 | 2025-02-25T01:51:17.096Z | [ host-package] Compiling rusqlite v0.32.1 |
3554 | 2025-02-25T01:51:18.473Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3555 | 2025-02-25T01:51:20.182Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3556 | 2025-02-25T01:51:20.917Z | [ helios-setup] Feb 25 01:51:18.980 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3557 | 2025-02-25T01:51:22.405Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3558 | 2025-02-25T01:51:25.876Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3559 | 2025-02-25T01:51:25.959Z | [ host-package] Compiling xz2 v0.1.7 |
3560 | 2025-02-25T01:51:27.210Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3561 | 2025-02-25T01:51:28.566Z | [ host-package] Compiling zone v0.1.8 |
3562 | 2025-02-25T01:51:31.530Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3563 | 2025-02-25T01:51:33.034Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3564 | 2025-02-25T01:51:34.995Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3565 | 2025-02-25T01:51:48.406Z | [ helios-setup] Feb 25 01:51:46.468 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3566 | 2025-02-25T01:51:49.511Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3567 | 2025-02-25T01:51:53.103Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3568 | 2025-02-25T01:51:53.320Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3569 | 2025-02-25T01:51:53.810Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3570 | 2025-02-25T01:51:56.019Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3571 | 2025-02-25T01:51:56.432Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3572 | 2025-02-25T01:51:56.672Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3573 | 2025-02-25T01:51:57.637Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3574 | 2025-02-25T01:51:57.919Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3575 | 2025-02-25T01:51:58.926Z | [ host-package] Compiling twox-hash v2.1.0 |
3576 | 2025-02-25T01:51:59.110Z | [ host-package] Compiling yasna v0.5.2 |
3577 | 2025-02-25T01:52:00.089Z | [ host-package] Compiling is_ci v1.2.0 |
3578 | 2025-02-25T01:52:00.632Z | [ host-package] Compiling smawk v0.3.2 |
3579 | 2025-02-25T01:52:01.257Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3580 | 2025-02-25T01:52:02.367Z | [ host-package] Compiling textwrap v0.16.1 |
3581 | 2025-02-25T01:52:03.713Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3582 | 2025-02-25T01:52:07.600Z | [ host-package] Compiling rcgen v0.12.1 |
3583 | 2025-02-25T01:52:11.407Z | [ host-package] Compiling supports-color v3.0.2 |
3584 | 2025-02-25T01:52:17.546Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3585 | 2025-02-25T01:52:25.973Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3586 | 2025-02-25T01:52:31.017Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3587 | 2025-02-25T01:52:38.926Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3588 | 2025-02-25T01:52:40.146Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3589 | 2025-02-25T01:52:43.022Z | [ helios-setup] Feb 25 01:52:41.083 INFO E| Finished `release` profile [optimized] target(s) in 6m 22s |
3590 | 2025-02-25T01:52:43.148Z | [ helios-setup] Feb 25 01:52:41.210 INFO building project "pilot" ok (383 seconds) |
3591 | 2025-02-25T01:52:43.151Z | [ helios-setup] rm -f helios-build |
3592 | 2025-02-25T01:52:43.153Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3593 | 2025-02-25T01:52:43.156Z | [ helios-setup] |
3594 | 2025-02-25T01:52:43.159Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3595 | 2025-02-25T01:52:43.159Z | [ helios-setup] |
3596 | 2025-02-25T01:52:43.162Z | [ helios-setup] |
3597 | 2025-02-25T01:52:43.162Z | [ helios-setup] real 11:19.951980634 |
3598 | 2025-02-25T01:52:43.162Z | [ helios-setup] user 27:46.154349875 |
3599 | 2025-02-25T01:52:43.162Z | [ helios-setup] sys 2:41.717951427 |
3600 | 2025-02-25T01:52:43.162Z | [ helios-setup] trap 1.676272428 |
3601 | 2025-02-25T01:52:43.162Z | [ helios-setup] tflt 7.938421642 |
3602 | 2025-02-25T01:52:43.162Z | [ helios-setup] dflt 22.203863877 |
3603 | 2025-02-25T01:52:43.162Z | [ helios-setup] kflt 0.000243448 |
3604 | 2025-02-25T01:52:43.162Z | [ helios-setup] lock 1:53:57.792639346 |
3605 | 2025-02-25T01:52:43.162Z | [ helios-setup] slp 3:28:47.724789573 |
3606 | 2025-02-25T01:52:43.162Z | [ helios-setup] lat 31:31.000752862 |
3607 | 2025-02-25T01:52:43.162Z | [ helios-setup] stop 4:48.970095945 |
3608 | 2025-02-25T01:52:43.162Z | Feb 25 01:52:41.223 INFO [helios-setup] process exited with exit status: 0 (679.957754708s) |
3609 | 2025-02-25T01:52:43.162Z | Feb 25 01:52:41.223 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3610 | 2025-02-25T01:52:43.186Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3611 | 2025-02-25T01:52:43.388Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3612 | 2025-02-25T01:52:43.388Z | [ phbl-toolchain] info: downloading component 'cargo' |
3613 | 2025-02-25T01:52:44.207Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3614 | 2025-02-25T01:52:44.496Z | [ phbl-toolchain] info: downloading component 'clippy' |
3615 | 2025-02-25T01:52:44.781Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3616 | 2025-02-25T01:52:44.856Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3617 | 2025-02-25T01:52:49.053Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3618 | 2025-02-25T01:52:49.505Z | [ phbl-toolchain] info: downloading component 'miri' |
3619 | 2025-02-25T01:52:49.644Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3620 | 2025-02-25T01:52:49.658Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3621 | 2025-02-25T01:52:50.820Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3622 | 2025-02-25T01:52:51.094Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3623 | 2025-02-25T01:52:52.944Z | [ phbl-toolchain] info: downloading component 'rustc' |
3624 | 2025-02-25T01:52:55.083Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3625 | 2025-02-25T01:53:00.182Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3626 | 2025-02-25T01:53:00.200Z | [ phbl-toolchain] info: installing component 'cargo' |
3627 | 2025-02-25T01:53:01.344Z | [ phbl-toolchain] info: installing component 'clippy' |
3628 | 2025-02-25T01:53:01.885Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3629 | 2025-02-25T01:53:05.605Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3630 | 2025-02-25T01:53:06.161Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3631 | 2025-02-25T01:53:07.782Z | [ phbl-toolchain] info: installing component 'miri' |
3632 | 2025-02-25T01:53:08.133Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3633 | 2025-02-25T01:53:08.814Z | [ host-package] Compiling fatfs v0.3.6 |
3634 | 2025-02-25T01:53:11.951Z | [ host-package] Compiling rtoolbox v0.0.2 |
3635 | 2025-02-25T01:53:12.623Z | [ host-package] Compiling subprocess v0.2.9 |
3636 | 2025-02-25T01:53:13.434Z | [ host-package] Compiling assert_matches v1.5.0 |
3637 | 2025-02-25T01:53:14.842Z | [ phbl-toolchain] info: installing component 'rust-src' |
3638 | 2025-02-25T01:53:15.802Z | [ phbl-toolchain] info: installing component 'rust-std' |
3639 | 2025-02-25T01:53:18.069Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3640 | 2025-02-25T01:53:18.517Z | [ phbl-toolchain] info: installing component 'rustc' |
3641 | 2025-02-25T01:53:24.429Z | [ host-package] Compiling rpassword v7.3.1 |
3642 | 2025-02-25T01:53:24.588Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3643 | 2025-02-25T01:53:25.287Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3644 | 2025-02-25T01:53:29.798Z | [ host-package] Compiling tui-tree-widget v0.23.0 |
3645 | 2025-02-25T01:53:29.937Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3646 | 2025-02-25T01:53:29.937Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3647 | 2025-02-25T01:53:29.937Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3648 | 2025-02-25T01:53:29.937Z | Feb 25 01:53:26.424 INFO [phbl-toolchain] process exited with exit status: 0 (45.201191626s) |
3649 | 2025-02-25T01:53:32.445Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3650 | 2025-02-25T01:53:42.353Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3651 | 2025-02-25T01:53:42.726Z | [ host-package] Compiling uzers v0.12.1 |
3652 | 2025-02-25T01:53:45.384Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3653 | 2025-02-25T01:53:45.740Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3654 | 2025-02-25T01:53:48.307Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3655 | 2025-02-25T01:54:12.881Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3656 | 2025-02-25T01:54:18.529Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3657 | 2025-02-25T01:54:23.101Z | [ host-package] Compiling multimap v0.10.0 |
3658 | 2025-02-25T01:56:41.572Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3659 | 2025-02-25T02:03:29.725Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 25s |
3660 | 2025-02-25T02:04:40.299Z | Feb 25 02:04:38.349 INFO [host-package] process exited with exit status: 0 (1295.970096077s) |
3661 | 2025-02-25T02:04:40.299Z | Feb 25 02:04:38.349 INFO [host-stamp] running task |
3662 | 2025-02-25T02:04:40.301Z | Feb 25 02:04:38.349 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3663 | 2025-02-25T02:04:40.308Z | Feb 25 02:04:38.358 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+git804b2ee5bcf |
3664 | 2025-02-25T02:04:40.315Z | Feb 25 02:04:38.365 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+git804b2ee5bcf |
3665 | 2025-02-25T02:04:40.322Z | Feb 25 02:04:38.372 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+git804b2ee5bcf |
3666 | 2025-02-25T02:04:40.328Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3667 | 2025-02-25T02:04:40.328Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3668 | 2025-02-25T02:04:40.330Z | Feb 25 02:04:38.380 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+git804b2ee5bcf |
3669 | 2025-02-25T02:04:40.337Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3670 | 2025-02-25T02:04:40.337Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3671 | 2025-02-25T02:04:40.340Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3672 | 2025-02-25T02:04:40.343Z | Feb 25 02:04:38.391 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+git804b2ee5bcf |
3673 | 2025-02-25T02:04:40.353Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3674 | 2025-02-25T02:04:40.356Z | Feb 25 02:04:38.404 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+git804b2ee5bcf |
3675 | 2025-02-25T02:04:40.368Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3676 | 2025-02-25T02:04:40.371Z | Feb 25 02:04:38.418 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+git804b2ee5bcf |
3677 | 2025-02-25T02:04:40.379Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3678 | 2025-02-25T02:04:40.383Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3679 | 2025-02-25T02:04:40.385Z | Feb 25 02:04:38.433 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+git804b2ee5bcf |
3680 | 2025-02-25T02:04:40.399Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3681 | 2025-02-25T02:04:40.402Z | Feb 25 02:04:38.449 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (84.204993ms) |
3682 | 2025-02-25T02:04:40.402Z | Feb 25 02:04:38.449 INFO [stamp-oxlog] process exited with exit status: 0 (58.475854ms) |
3683 | 2025-02-25T02:04:40.411Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3684 | 2025-02-25T02:04:40.414Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3685 | 2025-02-25T02:04:40.417Z | Feb 25 02:04:38.468 INFO [stamp-overlay] process exited with exit status: 0 (34.170786ms) |
3686 | 2025-02-25T02:04:40.478Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3687 | 2025-02-25T02:04:40.482Z | Feb 25 02:04:38.533 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (114.162225ms) |
3688 | 2025-02-25T02:04:40.557Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3689 | 2025-02-25T02:04:40.561Z | Feb 25 02:04:38.611 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (231.001163ms) |
3690 | 2025-02-25T02:04:40.739Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3691 | 2025-02-25T02:04:40.743Z | Feb 25 02:04:38.793 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (435.437454ms) |
3692 | 2025-02-25T02:04:41.495Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3693 | 2025-02-25T02:04:41.498Z | Feb 25 02:04:39.548 INFO [stamp-propolis-server] process exited with exit status: 0 (1.144990543s) |
3694 | 2025-02-25T02:04:41.528Z | [recovery-package] Compiling newtype-uuid v1.2.1 |
3695 | 2025-02-25T02:04:42.046Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3696 | 2025-02-25T02:04:42.365Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3697 | 2025-02-25T02:04:42.365Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3698 | 2025-02-25T02:04:42.368Z | [recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3699 | 2025-02-25T02:04:42.406Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3700 | 2025-02-25T02:04:43.164Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3701 | 2025-02-25T02:04:50.735Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3702 | 2025-02-25T02:04:50.738Z | Feb 25 02:04:48.788 INFO [stamp-switch-asic] process exited with exit status: 0 (10.41619958s) |
3703 | 2025-02-25T02:04:50.739Z | Feb 25 02:04:48.788 INFO [host-stamp] task succeeded (10.439347498s) |
3704 | 2025-02-25T02:04:50.741Z | Feb 25 02:04:48.788 INFO [host-proto] running task |
3705 | 2025-02-25T02:04:51.121Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3706 | 2025-02-25T02:04:51.121Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3707 | 2025-02-25T02:04:51.121Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3708 | 2025-02-25T02:04:51.123Z | [recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3709 | 2025-02-25T02:04:51.167Z | Feb 25 02:04:49.217 INFO [host-proto] task succeeded (428.832399ms) |
3710 | 2025-02-25T02:04:51.167Z | Feb 25 02:04:49.217 INFO [host-profile] running task |
3711 | 2025-02-25T02:04:51.170Z | Feb 25 02:04:49.217 INFO [host-profile] task succeeded (168.08µs) |
3712 | 2025-02-25T02:04:51.170Z | Feb 25 02:04:49.218 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.334' -P /tmp/.tmpZkvLVr/proto/host/root -N 'ci 804b2ee/${os_short_commit} 2025-02-25 01:41' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3713 | 2025-02-25T02:04:51.193Z | [ host-image] Feb 25 02:04:49.242 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3714 | 2025-02-25T02:04:51.193Z | [ host-image] Feb 25 02:04:49.243 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3715 | 2025-02-25T02:04:51.215Z | [ host-image] Feb 25 02:04:49.264 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpZkvLVr/proto/host/root" |
3716 | 2025-02-25T02:04:51.215Z | [ host-image] Feb 25 02:04:49.265 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3717 | 2025-02-25T02:04:51.218Z | [ host-image] Feb 25 02:04:49.265 INFO image builder template: ramdisk-01-os... |
3718 | 2025-02-25T02:04:51.218Z | [ host-image] Feb 25 02:04:49.265 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/.tmpZkvLVr/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.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3719 | 2025-02-25T02:04:51.237Z | [ host-image] Feb 25 02:04:49.286 INFO O| Feb 25 02:04:49.286 INFO CREATE DATASET: rpool/images/build/host/output |
3720 | 2025-02-25T02:04:51.486Z | [ host-image] Feb 25 02:04:49.536 INFO O| Feb 25 02:04:49.536 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3721 | 2025-02-25T02:04:51.494Z | [ host-image] Feb 25 02:04:49.543 INFO O| Feb 25 02:04:49.543 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3722 | 2025-02-25T02:04:51.714Z | [ host-image] Feb 25 02:04:49.764 INFO O| Feb 25 02:04:49.764 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3723 | 2025-02-25T02:04:51.781Z | [ host-image] Feb 25 02:04:49.831 INFO O| Feb 25 02:04:49.831 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3724 | 2025-02-25T02:04:51.784Z | [ host-image] Feb 25 02:04:49.831 INFO O| Feb 25 02:04:49.831 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3725 | 2025-02-25T02:04:51.784Z | [ host-image] Feb 25 02:04:49.831 INFO O| Feb 25 02:04:49.831 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3726 | 2025-02-25T02:04:51.784Z | [ host-image] Feb 25 02:04:49.831 INFO O| Feb 25 02:04:49.831 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3727 | 2025-02-25T02:04:51.794Z | [ host-image] Feb 25 02:04:49.844 INFO O| Feb 25 02:04:49.844 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3728 | 2025-02-25T02:04:52.075Z | [ host-image] Feb 25 02:04:50.124 INFO O| Feb 25 02:04:50.124 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3729 | 2025-02-25T02:04:52.104Z | [ host-image] Feb 25 02:04:50.154 INFO O| Feb 25 02:04:50.153 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3730 | 2025-02-25T02:04:52.921Z | [ host-image] Feb 25 02:04:50.971 INFO O| Feb 25 02:04:50.970 INFO O| Caching catalogs ... Done |
3731 | 2025-02-25T02:04:53.060Z | [ host-image] Feb 25 02:04:51.110 INFO O| Feb 25 02:04:51.110 INFO STEP 0 (pkg_image_create) COMPLETE |
3732 | 2025-02-25T02:04:53.060Z | [ host-image] Feb 25 02:04:51.110 INFO O| Feb 25 02:04:51.110 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3733 | 2025-02-25T02:04:53.060Z | [ host-image] Feb 25 02:04:51.110 INFO O| Feb 25 02:04:51.110 INFO skip step because feature "repo_redist" is not enabled |
3734 | 2025-02-25T02:04:53.060Z | [ host-image] Feb 25 02:04:51.110 INFO O| Feb 25 02:04:51.110 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3735 | 2025-02-25T02:04:53.076Z | [ host-image] Feb 25 02:04:51.126 INFO O| Feb 25 02:04:51.126 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"] |
3736 | 2025-02-25T02:04:53.739Z | [ host-image] Feb 25 02:04:51.788 INFO O| Feb 25 02:04:51.787 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3737 | 2025-02-25T02:04:53.739Z | [ host-image] Feb 25 02:04:51.789 INFO O| Feb 25 02:04:51.787 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3738 | 2025-02-25T02:04:53.755Z | [ host-image] Feb 25 02:04:51.804 INFO O| Feb 25 02:04:51.804 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"] |
3739 | 2025-02-25T02:04:54.355Z | [ host-image] Feb 25 02:04:52.405 INFO O| Feb 25 02:04:52.405 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3740 | 2025-02-25T02:04:54.356Z | [ host-image] Feb 25 02:04:52.405 INFO O| Feb 25 02:04:52.405 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3741 | 2025-02-25T02:04:54.358Z | [ host-image] Feb 25 02:04:52.405 INFO O| Feb 25 02:04:52.405 INFO skip step because feature "repo_redist" is not enabled |
3742 | 2025-02-25T02:04:54.358Z | [ host-image] Feb 25 02:04:52.405 INFO O| Feb 25 02:04:52.405 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3743 | 2025-02-25T02:04:54.958Z | [ host-image] Feb 25 02:04:53.008 INFO O| Feb 25 02:04:53.007 INFO variant opensolaris.zone is already global |
3744 | 2025-02-25T02:04:54.958Z | [ host-image] Feb 25 02:04:53.008 INFO O| Feb 25 02:04:53.007 INFO STEP 5 (pkg_change_variant) COMPLETE |
3745 | 2025-02-25T02:04:54.962Z | [ host-image] Feb 25 02:04:53.008 INFO O| Feb 25 02:04:53.007 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3746 | 2025-02-25T02:04:55.584Z | [ host-image] Feb 25 02:04:53.632 INFO O| Feb 25 02:04:53.632 INFO variant opensolaris.imagetype is full; changing to partial |
3747 | 2025-02-25T02:04:55.584Z | [ host-image] Feb 25 02:04:53.632 INFO O| Feb 25 02:04:53.632 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3748 | 2025-02-25T02:04:56.332Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3749 | 2025-02-25T02:04:56.459Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3750 | 2025-02-25T02:04:58.838Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3751 | 2025-02-25T02:05:01.299Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3752 | 2025-02-25T02:05:03.349Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3753 | 2025-02-25T02:05:05.694Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3754 | 2025-02-25T02:05:07.686Z | [ host-image] Feb 25 02:05:05.734 INFO O| Feb 25 02:05:05.733 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3755 | 2025-02-25T02:05:07.799Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3756 | 2025-02-25T02:05:14.263Z | [ host-image] Feb 25 02:05:12.312 INFO O| Feb 25 02:05:12.312 INFO O| Startup: Caching catalogs ... Done |
3757 | 2025-02-25T02:05:14.335Z | [ host-image] Feb 25 02:05:12.385 INFO O| Feb 25 02:05:12.385 INFO O| Planning: Planning completed in 0.00 seconds |
3758 | 2025-02-25T02:05:14.338Z | [ host-image] Feb 25 02:05:12.386 INFO O| Feb 25 02:05:12.386 INFO O| Planning: Consolidating action changes ... Done |
3759 | 2025-02-25T02:05:14.338Z | [ host-image] Feb 25 02:05:12.386 INFO O| Feb 25 02:05:12.386 INFO O| Planning: Evaluating mediators ... Done |
3760 | 2025-02-25T02:05:14.338Z | [ host-image] Feb 25 02:05:12.386 INFO O| Feb 25 02:05:12.386 INFO O| Planning: Planning completed in 0.00 seconds |
3761 | 2025-02-25T02:05:14.338Z | [ host-image] Feb 25 02:05:12.386 INFO O| Feb 25 02:05:12.386 INFO O| Variants/Facets to change: 1 |
3762 | 2025-02-25T02:05:14.352Z | [ host-image] Feb 25 02:05:12.402 INFO O| Feb 25 02:05:12.402 INFO O| Done |
3763 | 2025-02-25T02:05:14.355Z | [ host-image] Feb 25 02:05:12.402 INFO O| Feb 25 02:05:12.402 INFO O| Done |
3764 | 2025-02-25T02:05:14.898Z | [ host-image] Feb 25 02:05:12.947 INFO O| Feb 25 02:05:12.947 INFO O| Done |
3765 | 2025-02-25T02:05:14.945Z | [ host-image] Feb 25 02:05:12.994 INFO O| Feb 25 02:05:12.994 INFO O| Done |
3766 | 2025-02-25T02:05:14.949Z | [ host-image] Feb 25 02:05:12.995 INFO O| Feb 25 02:05:12.995 INFO O| Done |
3767 | 2025-02-25T02:05:14.949Z | [ host-image] Feb 25 02:05:12.995 INFO O| Feb 25 02:05:12.995 INFO O| Done |
3768 | 2025-02-25T02:05:14.949Z | [ host-image] Feb 25 02:05:12.997 INFO O| Feb 25 02:05:12.997 INFO O| Done |
3769 | 2025-02-25T02:05:15.410Z | [ host-image] Feb 25 02:05:13.459 INFO O| Feb 25 02:05:13.459 INFO STEP 6 (pkg_change_variant) COMPLETE |
3770 | 2025-02-25T02:05:15.410Z | [ host-image] Feb 25 02:05:13.459 INFO O| Feb 25 02:05:13.459 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3771 | 2025-02-25T02:05:15.413Z | [ host-image] Feb 25 02:05:13.459 INFO O| Feb 25 02:05:13.459 INFO skip step because feature "debug_variant" is not enabled |
3772 | 2025-02-25T02:05:15.413Z | [ host-image] Feb 25 02:05:13.459 INFO O| Feb 25 02:05:13.459 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3773 | 2025-02-25T02:05:15.969Z | [ host-image] Feb 25 02:05:14.018 INFO O| Feb 25 02:05:14.018 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3774 | 2025-02-25T02:05:17.257Z | [ host-image] Feb 25 02:05:15.306 INFO O| Feb 25 02:05:15.306 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3775 | 2025-02-25T02:05:17.259Z | [ host-image] Feb 25 02:05:15.308 INFO O| Feb 25 02:05:15.308 INFO O| Planning: Planning completed in 0.00 seconds |
3776 | 2025-02-25T02:05:17.259Z | [ host-image] Feb 25 02:05:15.308 INFO O| Feb 25 02:05:15.308 INFO O| Planning: Consolidating action changes ... Done |
3777 | 2025-02-25T02:05:17.259Z | [ host-image] Feb 25 02:05:15.309 INFO O| Feb 25 02:05:15.308 INFO O| Planning: Evaluating mediators ... Done |
3778 | 2025-02-25T02:05:17.262Z | [ host-image] Feb 25 02:05:15.309 INFO O| Feb 25 02:05:15.309 INFO O| Planning: Planning completed in 0.00 seconds |
3779 | 2025-02-25T02:05:17.262Z | [ host-image] Feb 25 02:05:15.309 INFO O| Feb 25 02:05:15.309 INFO O| Variants/Facets to change: 1 |
3780 | 2025-02-25T02:05:17.353Z | [ host-image] Feb 25 02:05:15.403 INFO O| Feb 25 02:05:15.402 INFO O| Done |
3781 | 2025-02-25T02:05:17.353Z | [ host-image] Feb 25 02:05:15.403 INFO O| Feb 25 02:05:15.403 INFO O| Done |
3782 | 2025-02-25T02:05:18.153Z | [ host-image] Feb 25 02:05:16.202 INFO O| Feb 25 02:05:16.202 INFO O| Done |
3783 | 2025-02-25T02:05:18.235Z | [ host-image] Feb 25 02:05:16.284 INFO O| Feb 25 02:05:16.284 INFO O| Done |
3784 | 2025-02-25T02:05:18.235Z | [ host-image] Feb 25 02:05:16.285 INFO O| Feb 25 02:05:16.285 INFO O| Done |
3785 | 2025-02-25T02:05:18.236Z | [ host-image] Feb 25 02:05:16.285 INFO O| Feb 25 02:05:16.285 INFO O| Done |
3786 | 2025-02-25T02:05:18.238Z | [ host-image] Feb 25 02:05:16.287 INFO O| Feb 25 02:05:16.287 INFO O| Done |
3787 | 2025-02-25T02:05:18.312Z | [ host-image] Feb 25 02:05:16.362 INFO O| Feb 25 02:05:16.362 INFO STEP 8 (pkg_change_facet) COMPLETE |
3788 | 2025-02-25T02:05:18.312Z | [ host-image] Feb 25 02:05:16.362 INFO O| Feb 25 02:05:16.362 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3789 | 2025-02-25T02:05:18.312Z | [ host-image] Feb 25 02:05:16.362 INFO O| Feb 25 02:05:16.362 INFO skip step because feature "recovery" is not enabled |
3790 | 2025-02-25T02:05:18.312Z | [ host-image] Feb 25 02:05:16.362 INFO O| Feb 25 02:05:16.362 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3791 | 2025-02-25T02:05:18.315Z | [ host-image] Feb 25 02:05:16.362 INFO O| Feb 25 02:05:16.362 INFO skip step because feature "recovery" is not enabled |
3792 | 2025-02-25T02:05:18.315Z | [ host-image] Feb 25 02:05:16.362 INFO O| Feb 25 02:05:16.362 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3793 | 2025-02-25T02:05:18.331Z | [ host-image] Feb 25 02:05:16.378 INFO O| Feb 25 02:05:16.378 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"] |
3794 | 2025-02-25T02:05:18.931Z | [ host-image] Feb 25 02:05:16.981 INFO O| Feb 25 02:05:16.981 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3795 | 2025-02-25T02:05:25.670Z | [recovery-package] Finished `release` profile [optimized] target(s) in 45.07s |
3796 | 2025-02-25T02:05:27.044Z | Feb 25 02:05:25.093 INFO [recovery-package] process exited with exit status: 0 (46.743732364s) |
3797 | 2025-02-25T02:05:27.044Z | Feb 25 02:05:25.093 INFO [recovery-stamp] running task |
3798 | 2025-02-25T02:05:27.047Z | Feb 25 02:05:25.093 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3799 | 2025-02-25T02:05:27.052Z | Feb 25 02:05:25.102 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+git804b2ee5bcf |
3800 | 2025-02-25T02:05:27.059Z | Feb 25 02:05:25.108 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git804b2ee5bcf |
3801 | 2025-02-25T02:05:27.070Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3802 | 2025-02-25T02:05:27.078Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3803 | 2025-02-25T02:05:27.166Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3804 | 2025-02-25T02:05:27.169Z | Feb 25 02:05:25.218 INFO [stamp-installinator] process exited with exit status: 0 (109.855362ms) |
3805 | 2025-02-25T02:05:27.179Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3806 | 2025-02-25T02:05:27.182Z | Feb 25 02:05:25.231 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (129.380826ms) |
3807 | 2025-02-25T02:05:27.184Z | Feb 25 02:05:25.231 INFO [recovery-stamp] task succeeded (138.015033ms) |
3808 | 2025-02-25T02:05:27.184Z | Feb 25 02:05:25.231 INFO [recovery-proto] running task |
3809 | 2025-02-25T02:05:27.184Z | Feb 25 02:05:25.231 INFO [tuf-stamp] running task |
3810 | 2025-02-25T02:05:27.184Z | Feb 25 02:05:25.233 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+git804b2ee5bcf |
3811 | 2025-02-25T02:05:27.198Z | Feb 25 02:05:25.248 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+git804b2ee5bcf |
3812 | 2025-02-25T02:05:27.208Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3813 | 2025-02-25T02:05:27.208Z | Feb 25 02:05:25.258 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+git804b2ee5bcf |
3814 | 2025-02-25T02:05:27.220Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3815 | 2025-02-25T02:05:27.222Z | Feb 25 02:05:25.269 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+git804b2ee5bcf |
3816 | 2025-02-25T02:05:27.232Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3817 | 2025-02-25T02:05:27.235Z | Feb 25 02:05:25.282 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+git804b2ee5bcf |
3818 | 2025-02-25T02:05:27.245Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3819 | 2025-02-25T02:05:27.260Z | Feb 25 02:05:25.309 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+git804b2ee5bcf |
3820 | 2025-02-25T02:05:27.292Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3821 | 2025-02-25T02:05:27.294Z | Feb 25 02:05:25.342 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+git804b2ee5bcf |
3822 | 2025-02-25T02:05:27.327Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3823 | 2025-02-25T02:05:27.330Z | Feb 25 02:05:25.377 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+git804b2ee5bcf |
3824 | 2025-02-25T02:05:27.355Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3825 | 2025-02-25T02:05:27.357Z | Feb 25 02:05:25.404 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+git804b2ee5bcf |
3826 | 2025-02-25T02:05:27.398Z | Feb 25 02:05:25.447 INFO [recovery-proto] task succeeded (215.993591ms) |
3827 | 2025-02-25T02:05:27.401Z | Feb 25 02:05:25.448 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.334' -P /tmp/.tmpZkvLVr/proto/recovery/root -N 'recovery 804b2ee/${os_short_commit} 2025-02-25 01:41' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3828 | 2025-02-25T02:05:27.478Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3829 | 2025-02-25T02:05:27.480Z | Feb 25 02:05:25.527 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+git804b2ee5bcf |
3830 | 2025-02-25T02:05:27.511Z | Feb 25 02:05:25.560 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+git804b2ee5bcf |
3831 | 2025-02-25T02:05:27.511Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3832 | 2025-02-25T02:05:27.575Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3833 | 2025-02-25T02:05:27.578Z | [ recovery-image] Feb 25 02:05:25.536 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3834 | 2025-02-25T02:05:27.579Z | [ recovery-image] Feb 25 02:05:25.536 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3835 | 2025-02-25T02:05:27.579Z | [ recovery-image] Feb 25 02:05:25.573 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpZkvLVr/proto/recovery/root" |
3836 | 2025-02-25T02:05:27.579Z | [ recovery-image] Feb 25 02:05:25.573 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3837 | 2025-02-25T02:05:27.579Z | [ recovery-image] Feb 25 02:05:25.573 INFO image builder template: ramdisk-01-os... |
3838 | 2025-02-25T02:05:27.579Z | [ recovery-image] Feb 25 02:05:25.574 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/.tmpZkvLVr/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.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3839 | 2025-02-25T02:05:27.587Z | [ recovery-image] Feb 25 02:05:25.635 INFO O| Feb 25 02:05:25.635 INFO CREATE DATASET: rpool/images/build/recovery/output |
3840 | 2025-02-25T02:05:27.623Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3841 | 2025-02-25T02:05:27.626Z | Feb 25 02:05:25.673 INFO [stamp-probe] process exited with exit status: 0 (296.265031ms) |
3842 | 2025-02-25T02:05:27.672Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3843 | 2025-02-25T02:05:27.940Z | [ recovery-image] Feb 25 02:05:25.989 INFO O| Feb 25 02:05:25.989 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3844 | 2025-02-25T02:05:27.950Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3845 | 2025-02-25T02:05:28.001Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3846 | 2025-02-25T02:05:28.025Z | [ recovery-image] Feb 25 02:05:26.057 INFO O| Feb 25 02:05:26.057 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3847 | 2025-02-25T02:05:28.061Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3848 | 2025-02-25T02:05:28.137Z | Feb 25 02:05:26.186 INFO [stamp-ntp] process exited with exit status: 0 (904.449444ms) |
3849 | 2025-02-25T02:05:28.549Z | [ recovery-image] Feb 25 02:05:26.598 INFO O| Feb 25 02:05:26.598 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3850 | 2025-02-25T02:05:28.645Z | [ recovery-image] Feb 25 02:05:26.693 INFO O| Feb 25 02:05:26.693 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3851 | 2025-02-25T02:05:28.647Z | [ recovery-image] Feb 25 02:05:26.693 INFO O| Feb 25 02:05:26.693 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3852 | 2025-02-25T02:05:28.647Z | [ recovery-image] Feb 25 02:05:26.693 INFO O| Feb 25 02:05:26.693 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3853 | 2025-02-25T02:05:28.647Z | [ recovery-image] Feb 25 02:05:26.693 INFO O| Feb 25 02:05:26.693 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3854 | 2025-02-25T02:05:28.655Z | [ recovery-image] Feb 25 02:05:26.704 INFO O| Feb 25 02:05:26.704 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3855 | 2025-02-25T02:05:28.966Z | [ recovery-image] Feb 25 02:05:27.015 INFO O| Feb 25 02:05:27.014 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3856 | 2025-02-25T02:05:28.980Z | [ recovery-image] Feb 25 02:05:27.029 INFO O| Feb 25 02:05:27.029 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3857 | 2025-02-25T02:05:29.403Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3858 | 2025-02-25T02:05:29.476Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3859 | 2025-02-25T02:05:29.495Z | Feb 25 02:05:27.544 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.296117651s) |
3860 | 2025-02-25T02:05:29.516Z | Feb 25 02:05:27.565 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.037497248s) |
3861 | 2025-02-25T02:05:29.790Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3862 | 2025-02-25T02:05:29.824Z | Feb 25 02:05:27.873 INFO [stamp-internal-dns] process exited with exit status: 0 (2.531392876s) |
3863 | 2025-02-25T02:05:29.861Z | [ recovery-image] Feb 25 02:05:27.910 INFO O| Feb 25 02:05:27.910 INFO O| Caching catalogs ... Done |
3864 | 2025-02-25T02:05:29.912Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3865 | 2025-02-25T02:05:29.916Z | Feb 25 02:05:27.966 INFO [stamp-oximeter] process exited with exit status: 0 (2.733453546s) |
3866 | 2025-02-25T02:05:29.969Z | [ recovery-image] Feb 25 02:05:28.018 INFO O| Feb 25 02:05:28.018 INFO STEP 0 (pkg_image_create) COMPLETE |
3867 | 2025-02-25T02:05:29.969Z | [ recovery-image] Feb 25 02:05:28.018 INFO O| Feb 25 02:05:28.018 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3868 | 2025-02-25T02:05:29.971Z | [ recovery-image] Feb 25 02:05:28.018 INFO O| Feb 25 02:05:28.018 INFO skip step because feature "repo_redist" is not enabled |
3869 | 2025-02-25T02:05:29.971Z | [ recovery-image] Feb 25 02:05:28.018 INFO O| Feb 25 02:05:28.018 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3870 | 2025-02-25T02:05:29.984Z | [ recovery-image] Feb 25 02:05:28.033 INFO O| Feb 25 02:05:28.033 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"] |
3871 | 2025-02-25T02:05:30.015Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3872 | 2025-02-25T02:05:30.019Z | Feb 25 02:05:28.068 INFO [stamp-external-dns] process exited with exit status: 0 (2.507774158s) |
3873 | 2025-02-25T02:05:30.443Z | [ recovery-image] Feb 25 02:05:28.493 INFO O| Feb 25 02:05:28.492 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3874 | 2025-02-25T02:05:30.443Z | [ recovery-image] Feb 25 02:05:28.493 INFO O| Feb 25 02:05:28.492 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3875 | 2025-02-25T02:05:30.456Z | [ recovery-image] Feb 25 02:05:28.506 INFO O| Feb 25 02:05:28.506 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"] |
3876 | 2025-02-25T02:05:30.921Z | [ recovery-image] Feb 25 02:05:28.970 INFO O| Feb 25 02:05:28.970 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3877 | 2025-02-25T02:05:30.921Z | [ recovery-image] Feb 25 02:05:28.970 INFO O| Feb 25 02:05:28.970 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3878 | 2025-02-25T02:05:30.921Z | [ recovery-image] Feb 25 02:05:28.970 INFO O| Feb 25 02:05:28.970 INFO skip step because feature "repo_redist" is not enabled |
3879 | 2025-02-25T02:05:30.924Z | [ recovery-image] Feb 25 02:05:28.970 INFO O| Feb 25 02:05:28.970 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3880 | 2025-02-25T02:05:31.384Z | [ recovery-image] Feb 25 02:05:29.433 INFO O| Feb 25 02:05:29.433 INFO variant opensolaris.zone is already global |
3881 | 2025-02-25T02:05:31.384Z | [ recovery-image] Feb 25 02:05:29.433 INFO O| Feb 25 02:05:29.433 INFO STEP 5 (pkg_change_variant) COMPLETE |
3882 | 2025-02-25T02:05:31.385Z | [ recovery-image] Feb 25 02:05:29.433 INFO O| Feb 25 02:05:29.433 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3883 | 2025-02-25T02:05:31.845Z | [ recovery-image] Feb 25 02:05:29.895 INFO O| Feb 25 02:05:29.894 INFO variant opensolaris.imagetype is full; changing to partial |
3884 | 2025-02-25T02:05:31.845Z | [ recovery-image] Feb 25 02:05:29.895 INFO O| Feb 25 02:05:29.895 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3885 | 2025-02-25T02:05:32.049Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3886 | 2025-02-25T02:05:32.053Z | Feb 25 02:05:30.103 INFO [stamp-nexus] process exited with exit status: 0 (4.793607971s) |
3887 | 2025-02-25T02:05:32.338Z | [verify-libraries] Compiling ring v0.17.11 |
3888 | 2025-02-25T02:05:32.572Z | [verify-libraries] Compiling home v0.5.9 |
3889 | 2025-02-25T02:05:32.594Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3890 | 2025-02-25T02:05:32.614Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3891 | 2025-02-25T02:05:32.614Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3892 | 2025-02-25T02:05:32.617Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3893 | 2025-02-25T02:05:32.858Z | [verify-libraries] Compiling nix v0.28.0 |
3894 | 2025-02-25T02:05:32.949Z | [verify-libraries] Compiling polyval v0.6.2 |
3895 | 2025-02-25T02:05:32.952Z | [verify-libraries] Compiling ctr v0.9.2 |
3896 | 2025-02-25T02:05:33.097Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3897 | 2025-02-25T02:05:33.509Z | [verify-libraries] Compiling ghash v0.5.1 |
3898 | 2025-02-25T02:05:33.868Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3899 | 2025-02-25T02:05:34.025Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3900 | 2025-02-25T02:05:34.200Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3901 | 2025-02-25T02:05:34.232Z | Feb 25 02:05:32.281 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.876167972s) |
3902 | 2025-02-25T02:05:34.263Z | [verify-libraries] Compiling blowfish v0.9.1 |
3903 | 2025-02-25T02:05:34.554Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3904 | 2025-02-25T02:05:34.656Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3905 | 2025-02-25T02:05:35.054Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3906 | 2025-02-25T02:05:35.628Z | [verify-libraries] Compiling password-hash v0.4.2 |
3907 | 2025-02-25T02:05:35.675Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3908 | 2025-02-25T02:05:38.152Z | [verify-libraries] Compiling rustyline v14.0.0 |
3909 | 2025-02-25T02:05:39.458Z | [verify-libraries] Compiling rustls v0.23.19 |
3910 | 2025-02-25T02:05:39.527Z | [verify-libraries] Compiling rustls v0.22.4 |
3911 | 2025-02-25T02:05:39.577Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3912 | 2025-02-25T02:05:40.270Z | [verify-libraries] Compiling p521 v0.13.3 |
3913 | 2025-02-25T02:05:41.365Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3914 | 2025-02-25T02:05:41.406Z | Feb 25 02:05:39.455 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.186032589s) |
3915 | 2025-02-25T02:05:41.443Z | [verify-libraries] Compiling p256 v0.13.2 |
3916 | 2025-02-25T02:05:42.055Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3917 | 2025-02-25T02:05:42.084Z | Feb 25 02:05:40.133 INFO [stamp-clickhouse] process exited with exit status: 0 (14.874908222s) |
3918 | 2025-02-25T02:05:42.084Z | Feb 25 02:05:40.133 INFO [tuf-stamp] task succeeded (14.901251691s) |
3919 | 2025-02-25T02:05:44.073Z | [verify-libraries] Compiling rustls-webpki v0.102.8 |
3920 | 2025-02-25T02:05:44.495Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3921 | 2025-02-25T02:05:45.006Z | [verify-libraries] Compiling md5 v0.7.0 |
3922 | 2025-02-25T02:05:45.909Z | [ recovery-image] Feb 25 02:05:43.957 INFO O| Feb 25 02:05:43.957 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3923 | 2025-02-25T02:05:47.539Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3924 | 2025-02-25T02:05:53.703Z | [verify-libraries] Compiling tokio-rustls v0.26.0 |
3925 | 2025-02-25T02:05:54.353Z | [verify-libraries] Compiling hyper-rustls v0.27.3 |
3926 | 2025-02-25T02:05:54.466Z | [verify-libraries] Compiling tokio-rustls v0.25.0 |
3927 | 2025-02-25T02:05:55.181Z | [verify-libraries] Compiling reqwest v0.12.12 |
3928 | 2025-02-25T02:05:55.219Z | [verify-libraries] Compiling dropshot v0.12.0 |
3929 | 2025-02-25T02:05:55.847Z | [ recovery-image] Feb 25 02:05:53.896 INFO O| Feb 25 02:05:53.896 INFO O| Startup: Caching catalogs ... Done |
3930 | 2025-02-25T02:05:55.981Z | [ recovery-image] Feb 25 02:05:54.030 INFO O| Feb 25 02:05:54.030 INFO O| Planning: Planning completed in 0.00 seconds |
3931 | 2025-02-25T02:05:55.984Z | [ recovery-image] Feb 25 02:05:54.031 INFO O| Feb 25 02:05:54.031 INFO O| Planning: Consolidating action changes ... Done |
3932 | 2025-02-25T02:05:55.984Z | [ recovery-image] Feb 25 02:05:54.031 INFO O| Feb 25 02:05:54.031 INFO O| Planning: Evaluating mediators ... Done |
3933 | 2025-02-25T02:05:55.985Z | [ recovery-image] Feb 25 02:05:54.032 INFO O| Feb 25 02:05:54.032 INFO O| Planning: Planning completed in 0.00 seconds |
3934 | 2025-02-25T02:05:55.985Z | [ recovery-image] Feb 25 02:05:54.032 INFO O| Feb 25 02:05:54.032 INFO O| Variants/Facets to change: 1 |
3935 | 2025-02-25T02:05:56.063Z | [ recovery-image] Feb 25 02:05:54.111 INFO O| Feb 25 02:05:54.111 INFO O| Done |
3936 | 2025-02-25T02:05:56.063Z | [ recovery-image] Feb 25 02:05:54.111 INFO O| Feb 25 02:05:54.111 INFO O| Done |
3937 | 2025-02-25T02:05:57.180Z | [ recovery-image] Feb 25 02:05:55.229 INFO O| Feb 25 02:05:55.229 INFO O| Done |
3938 | 2025-02-25T02:05:57.292Z | [ recovery-image] Feb 25 02:05:55.340 INFO O| Feb 25 02:05:55.340 INFO O| Done |
3939 | 2025-02-25T02:05:57.296Z | [ recovery-image] Feb 25 02:05:55.342 INFO O| Feb 25 02:05:55.342 INFO O| Done |
3940 | 2025-02-25T02:05:57.296Z | [ recovery-image] Feb 25 02:05:55.342 INFO O| Feb 25 02:05:55.342 INFO O| Done |
3941 | 2025-02-25T02:05:57.296Z | [ recovery-image] Feb 25 02:05:55.344 INFO O| Feb 25 02:05:55.344 INFO O| Done |
3942 | 2025-02-25T02:05:58.223Z | [ recovery-image] Feb 25 02:05:56.272 INFO O| Feb 25 02:05:56.272 INFO STEP 6 (pkg_change_variant) COMPLETE |
3943 | 2025-02-25T02:05:58.224Z | [ recovery-image] Feb 25 02:05:56.272 INFO O| Feb 25 02:05:56.272 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3944 | 2025-02-25T02:05:58.224Z | [ recovery-image] Feb 25 02:05:56.272 INFO O| Feb 25 02:05:56.272 INFO skip step because feature "debug_variant" is not enabled |
3945 | 2025-02-25T02:05:58.226Z | [ recovery-image] Feb 25 02:05:56.272 INFO O| Feb 25 02:05:56.272 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3946 | 2025-02-25T02:05:58.855Z | [ recovery-image] Feb 25 02:05:56.903 INFO O| Feb 25 02:05:56.903 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3947 | 2025-02-25T02:05:59.626Z | [verify-libraries] Compiling progenitor-client v0.9.1 |
3948 | 2025-02-25T02:05:59.842Z | [ recovery-image] Feb 25 02:05:57.889 INFO O| Feb 25 02:05:57.889 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3949 | 2025-02-25T02:05:59.845Z | [ recovery-image] Feb 25 02:05:57.891 INFO O| Feb 25 02:05:57.891 INFO O| Planning: Planning completed in 0.00 seconds |
3950 | 2025-02-25T02:05:59.845Z | [ recovery-image] Feb 25 02:05:57.892 INFO O| Feb 25 02:05:57.892 INFO O| Planning: Consolidating action changes ... Done |
3951 | 2025-02-25T02:05:59.845Z | [ recovery-image] Feb 25 02:05:57.892 INFO O| Feb 25 02:05:57.892 INFO O| Planning: Evaluating mediators ... Done |
3952 | 2025-02-25T02:05:59.845Z | [ recovery-image] Feb 25 02:05:57.892 INFO O| Feb 25 02:05:57.892 INFO O| Planning: Planning completed in 0.00 seconds |
3953 | 2025-02-25T02:05:59.845Z | [ recovery-image] Feb 25 02:05:57.893 INFO O| Feb 25 02:05:57.893 INFO O| Variants/Facets to change: 1 |
3954 | 2025-02-25T02:05:59.938Z | [ recovery-image] Feb 25 02:05:57.986 INFO O| Feb 25 02:05:57.986 INFO O| Done |
3955 | 2025-02-25T02:05:59.938Z | [ recovery-image] Feb 25 02:05:57.987 INFO O| Feb 25 02:05:57.986 INFO O| Done |
3956 | 2025-02-25T02:06:00.346Z | [verify-libraries] Compiling progenitor-client v0.8.0 |
3957 | 2025-02-25T02:06:00.390Z | [verify-libraries] Compiling dropshot v0.15.1 |
3958 | 2025-02-25T02:06:00.726Z | [ recovery-image] Feb 25 02:05:58.775 INFO O| Feb 25 02:05:58.775 INFO O| Done |
3959 | 2025-02-25T02:06:00.827Z | [ recovery-image] Feb 25 02:05:58.875 INFO O| Feb 25 02:05:58.875 INFO O| Done |
3960 | 2025-02-25T02:06:00.827Z | [ recovery-image] Feb 25 02:05:58.876 INFO O| Feb 25 02:05:58.876 INFO O| Done |
3961 | 2025-02-25T02:06:00.827Z | [ recovery-image] Feb 25 02:05:58.876 INFO O| Feb 25 02:05:58.876 INFO O| Done |
3962 | 2025-02-25T02:06:00.830Z | [ recovery-image] Feb 25 02:05:58.878 INFO O| Feb 25 02:05:58.878 INFO O| Done |
3963 | 2025-02-25T02:06:00.918Z | [ recovery-image] Feb 25 02:05:58.967 INFO O| Feb 25 02:05:58.966 INFO STEP 8 (pkg_change_facet) COMPLETE |
3964 | 2025-02-25T02:06:00.918Z | [ recovery-image] Feb 25 02:05:58.967 INFO O| Feb 25 02:05:58.967 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3965 | 2025-02-25T02:06:00.930Z | [verify-libraries] Compiling progenitor v0.8.0 |
3966 | 2025-02-25T02:06:01.289Z | [verify-libraries] Compiling qorb v0.2.1 |
3967 | 2025-02-25T02:06:01.607Z | [ recovery-image] Feb 25 02:05:59.656 INFO O| Feb 25 02:05:59.656 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3968 | 2025-02-25T02:06:02.807Z | [ recovery-image] Feb 25 02:06:00.856 INFO O| Feb 25 02:06:00.856 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3969 | 2025-02-25T02:06:02.810Z | [ recovery-image] Feb 25 02:06:00.858 INFO O| Feb 25 02:06:00.858 INFO O| Planning: Planning completed in 0.00 seconds |
3970 | 2025-02-25T02:06:02.810Z | [ recovery-image] Feb 25 02:06:00.858 INFO O| Feb 25 02:06:00.858 INFO O| Planning: Consolidating action changes ... Done |
3971 | 2025-02-25T02:06:02.810Z | [ recovery-image] Feb 25 02:06:00.859 INFO O| Feb 25 02:06:00.859 INFO O| Planning: Evaluating mediators ... Done |
3972 | 2025-02-25T02:06:02.813Z | [ recovery-image] Feb 25 02:06:00.859 INFO O| Feb 25 02:06:00.859 INFO O| Planning: Planning completed in 0.00 seconds |
3973 | 2025-02-25T02:06:02.813Z | [ recovery-image] Feb 25 02:06:00.860 INFO O| Feb 25 02:06:00.859 INFO O| Variants/Facets to change: 1 |
3974 | 2025-02-25T02:06:02.907Z | [ recovery-image] Feb 25 02:06:00.955 INFO O| Feb 25 02:06:00.955 INFO O| Done |
3975 | 2025-02-25T02:06:02.907Z | [ recovery-image] Feb 25 02:06:00.955 INFO O| Feb 25 02:06:00.955 INFO O| Done |
3976 | 2025-02-25T02:06:03.828Z | [ recovery-image] Feb 25 02:06:01.877 INFO O| Feb 25 02:06:01.877 INFO O| Done |
3977 | 2025-02-25T02:06:03.920Z | [ recovery-image] Feb 25 02:06:01.969 INFO O| Feb 25 02:06:01.969 INFO O| Done |
3978 | 2025-02-25T02:06:03.923Z | [ recovery-image] Feb 25 02:06:01.970 INFO O| Feb 25 02:06:01.970 INFO O| Done |
3979 | 2025-02-25T02:06:03.923Z | [ recovery-image] Feb 25 02:06:01.970 INFO O| Feb 25 02:06:01.970 INFO O| Done |
3980 | 2025-02-25T02:06:03.926Z | [ recovery-image] Feb 25 02:06:01.973 INFO O| Feb 25 02:06:01.973 INFO O| Done |
3981 | 2025-02-25T02:06:04.078Z | [ recovery-image] Feb 25 02:06:02.127 INFO O| Feb 25 02:06:02.127 INFO STEP 9 (pkg_change_facet) COMPLETE |
3982 | 2025-02-25T02:06:04.078Z | [ recovery-image] Feb 25 02:06:02.127 INFO O| Feb 25 02:06:02.127 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3983 | 2025-02-25T02:06:04.674Z | [ recovery-image] Feb 25 02:06:02.723 INFO O| Feb 25 02:06:02.723 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3984 | 2025-02-25T02:06:05.887Z | [ recovery-image] Feb 25 02:06:03.933 INFO O| Feb 25 02:06:03.933 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3985 | 2025-02-25T02:06:05.887Z | [ recovery-image] Feb 25 02:06:03.935 INFO O| Feb 25 02:06:03.935 INFO O| Planning: Planning completed in 0.00 seconds |
3986 | 2025-02-25T02:06:05.890Z | [ recovery-image] Feb 25 02:06:03.935 INFO O| Feb 25 02:06:03.935 INFO O| Planning: Consolidating action changes ... Done |
3987 | 2025-02-25T02:06:05.890Z | [ recovery-image] Feb 25 02:06:03.936 INFO O| Feb 25 02:06:03.936 INFO O| Planning: Evaluating mediators ... Done |
3988 | 2025-02-25T02:06:05.890Z | [ recovery-image] Feb 25 02:06:03.936 INFO O| Feb 25 02:06:03.936 INFO O| Planning: Planning completed in 0.00 seconds |
3989 | 2025-02-25T02:06:05.890Z | [ recovery-image] Feb 25 02:06:03.937 INFO O| Feb 25 02:06:03.937 INFO O| Variants/Facets to change: 1 |
3990 | 2025-02-25T02:06:05.935Z | [ recovery-image] Feb 25 02:06:03.983 INFO O| Feb 25 02:06:03.983 INFO O| Done |
3991 | 2025-02-25T02:06:05.935Z | [ recovery-image] Feb 25 02:06:03.983 INFO O| Feb 25 02:06:03.983 INFO O| Done |
3992 | 2025-02-25T02:06:06.822Z | [ recovery-image] Feb 25 02:06:04.871 INFO O| Feb 25 02:06:04.871 INFO O| Done |
3993 | 2025-02-25T02:06:06.905Z | [ recovery-image] Feb 25 02:06:04.953 INFO O| Feb 25 02:06:04.953 INFO O| Done |
3994 | 2025-02-25T02:06:06.908Z | [ recovery-image] Feb 25 02:06:04.954 INFO O| Feb 25 02:06:04.954 INFO O| Done |
3995 | 2025-02-25T02:06:06.908Z | [ recovery-image] Feb 25 02:06:04.955 INFO O| Feb 25 02:06:04.955 INFO O| Done |
3996 | 2025-02-25T02:06:06.911Z | [ recovery-image] Feb 25 02:06:04.957 INFO O| Feb 25 02:06:04.957 INFO O| Done |
3997 | 2025-02-25T02:06:06.993Z | [ recovery-image] Feb 25 02:06:05.041 INFO O| Feb 25 02:06:05.041 INFO STEP 10 (pkg_change_facet) COMPLETE |
3998 | 2025-02-25T02:06:06.993Z | [ recovery-image] Feb 25 02:06:05.042 INFO O| Feb 25 02:06:05.041 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3999 | 2025-02-25T02:06:07.012Z | [ recovery-image] Feb 25 02:06:05.060 INFO O| Feb 25 02:06:05.060 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"] |
4000 | 2025-02-25T02:06:07.589Z | [verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4001 | 2025-02-25T02:06:07.867Z | [ recovery-image] Feb 25 02:06:05.916 INFO O| Feb 25 02:06:05.916 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4002 | 2025-02-25T02:06:11.071Z | [verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4003 | 2025-02-25T02:06:12.749Z | [verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
4004 | 2025-02-25T02:06:13.112Z | [verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
4005 | 2025-02-25T02:06:25.764Z | [ host-image] Feb 25 02:06:23.812 INFO O| Feb 25 02:06:23.812 INFO O| Planning: Solver setup ... Done |
4006 | 2025-02-25T02:06:33.659Z | [verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4007 | 2025-02-25T02:06:40.322Z | [verify-libraries] Compiling progenitor v0.9.1 |
4008 | 2025-02-25T02:06:40.642Z | [verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
4009 | 2025-02-25T02:06:41.893Z | [verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
4010 | 2025-02-25T02:06:44.600Z | [verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
4011 | 2025-02-25T02:06:45.367Z | [verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
4012 | 2025-02-25T02:06:46.705Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
4013 | 2025-02-25T02:06:49.948Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
4014 | 2025-02-25T02:06:50.281Z | [verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
4015 | 2025-02-25T02:06:53.072Z | [verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
4016 | 2025-02-25T02:07:00.658Z | [verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
4017 | 2025-02-25T02:07:00.924Z | [verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
4018 | 2025-02-25T02:07:02.670Z | [verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
4019 | 2025-02-25T02:07:03.282Z | [verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
4020 | 2025-02-25T02:07:09.498Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
4021 | 2025-02-25T02:07:12.222Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4022 | 2025-02-25T02:07:12.392Z | [verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
4023 | 2025-02-25T02:07:13.957Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
4024 | 2025-02-25T02:07:18.687Z | [verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
4025 | 2025-02-25T02:07:19.965Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
4026 | 2025-02-25T02:07:20.891Z | [ recovery-image] Feb 25 02:07:18.937 INFO O| Feb 25 02:07:18.937 INFO O| Planning: Solver setup ... Done |
4027 | 2025-02-25T02:07:21.277Z | [verify-libraries] Compiling omicron-zone-package v0.12.0 |
4028 | 2025-02-25T02:07:21.348Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
4029 | 2025-02-25T02:07:28.383Z | [verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
4030 | 2025-02-25T02:07:31.755Z | [verify-libraries] Compiling rcgen v0.12.1 |
4031 | 2025-02-25T02:07:35.041Z | [verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
4032 | 2025-02-25T02:07:36.866Z | [verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
4033 | 2025-02-25T02:07:37.601Z | [verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
4034 | 2025-02-25T02:07:38.277Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4035 | 2025-02-25T02:07:39.371Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4036 | 2025-02-25T02:07:42.483Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
4037 | 2025-02-25T02:07:43.789Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
4038 | 2025-02-25T02:07:44.130Z | [verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
4039 | 2025-02-25T02:07:44.649Z | [verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
4040 | 2025-02-25T02:07:48.492Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
4041 | 2025-02-25T02:07:58.806Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4042 | 2025-02-25T02:08:00.750Z | [verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
4043 | 2025-02-25T02:08:03.443Z | [verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
4044 | 2025-02-25T02:08:04.540Z | [verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
4045 | 2025-02-25T02:08:05.935Z | [verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
4046 | 2025-02-25T02:08:06.342Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
4047 | 2025-02-25T02:08:07.696Z | [ host-image] Feb 25 02:08:05.667 INFO O| Feb 25 02:08:05.667 INFO O| Planning: Running solver ... Done |
4048 | 2025-02-25T02:08:08.326Z | [ host-image] Feb 25 02:08:06.372 INFO O| Feb 25 02:08:06.372 INFO O| Planning: Finding local manifests ... Done |
4049 | 2025-02-25T02:08:08.343Z | [ host-image] Feb 25 02:08:06.389 INFO O| Feb 25 02:08:06.389 INFO O| Planning: Fetching manifests: 0/124 0% complete |
4050 | 2025-02-25T02:08:08.583Z | [verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
4051 | 2025-02-25T02:08:11.826Z | [verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
4052 | 2025-02-25T02:08:11.826Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
4053 | 2025-02-25T02:08:12.354Z | [verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4054 | 2025-02-25T02:08:15.204Z | [ host-image] Feb 25 02:08:13.251 INFO O| Feb 25 02:08:13.251 INFO O| Planning: Fetching manifests: 124/124 100% complete |
4055 | 2025-02-25T02:08:16.437Z | [verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
4056 | 2025-02-25T02:08:16.480Z | [ host-image] Feb 25 02:08:14.526 INFO O| Feb 25 02:08:14.526 INFO O| Planning: Package planning ... Done |
4057 | 2025-02-25T02:08:18.200Z | [ host-image] Feb 25 02:08:16.246 INFO O| Feb 25 02:08:16.246 INFO O| Planning: Merging actions ... Done |
4058 | 2025-02-25T02:08:18.862Z | [ host-image] Feb 25 02:08:16.905 INFO O| Feb 25 02:08:16.904 INFO O| Planning: Checking for conflicting actions ... Done |
4059 | 2025-02-25T02:08:19.142Z | [ host-image] Feb 25 02:08:17.188 INFO O| Feb 25 02:08:17.188 INFO O| Planning: Consolidating action changes ... Done |
4060 | 2025-02-25T02:08:19.655Z | [ host-image] Feb 25 02:08:17.701 INFO O| Feb 25 02:08:17.701 INFO O| Planning: Evaluating mediators ... Done |
4061 | 2025-02-25T02:08:21.851Z | [verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
4062 | 2025-02-25T02:08:22.723Z | [verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4063 | 2025-02-25T02:08:26.070Z | [ host-image] Feb 25 02:08:24.116 INFO O| Feb 25 02:08:24.116 INFO O| Planning: Planning completed in 187.13 seconds |
4064 | 2025-02-25T02:08:26.076Z | [ host-image] Feb 25 02:08:24.123 INFO O| Feb 25 02:08:24.122 INFO O| Packages to install: 124 |
4065 | 2025-02-25T02:08:26.080Z | [ host-image] Feb 25 02:08:24.123 INFO O| Feb 25 02:08:24.122 INFO O| Mediators to change: 4 |
4066 | 2025-02-25T02:08:26.080Z | [ host-image] Feb 25 02:08:24.123 INFO O| Feb 25 02:08:24.122 INFO O| Services to change: 6 |
4067 | 2025-02-25T02:08:26.204Z | [ host-image] Feb 25 02:08:24.249 INFO O| Feb 25 02:08:24.249 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete |
4068 | 2025-02-25T02:08:27.230Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
4069 | 2025-02-25T02:08:27.951Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4070 | 2025-02-25T02:08:31.194Z | [verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
4071 | 2025-02-25T02:08:31.203Z | [ host-image] Feb 25 02:08:29.249 INFO O| Feb 25 02:08:29.249 INFO O| Download: 1044/22863 items 5.8/199.8MB 2% complete (1.2M/s) |
4072 | 2025-02-25T02:08:32.508Z | [verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
4073 | 2025-02-25T02:08:35.105Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
4074 | 2025-02-25T02:08:36.357Z | [ host-image] Feb 25 02:08:34.404 INFO O| Feb 25 02:08:34.403 INFO O| Download: 1792/22863 items 12.9/199.8MB 6% complete (1.3M/s) |
4075 | 2025-02-25T02:08:39.340Z | [verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
4076 | 2025-02-25T02:08:40.922Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
4077 | 2025-02-25T02:08:41.514Z | [ host-image] Feb 25 02:08:39.560 INFO O| Feb 25 02:08:39.560 INFO O| Download: 2248/22863 items 24.7/199.8MB 12% complete (1.9M/s) |
4078 | 2025-02-25T02:08:42.217Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
4079 | 2025-02-25T02:08:43.073Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
4080 | 2025-02-25T02:08:46.516Z | [ host-image] Feb 25 02:08:44.562 INFO O| Feb 25 02:08:44.562 INFO O| Download: 3353/22863 items 34.2/199.8MB 17% complete (2.0M/s) |
4081 | 2025-02-25T02:08:51.375Z | [verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
4082 | 2025-02-25T02:08:51.517Z | [ host-image] Feb 25 02:08:49.563 INFO O| Feb 25 02:08:49.563 INFO O| Download: 4505/22863 items 41.6/199.8MB 20% complete (1.7M/s) |
4083 | 2025-02-25T02:08:53.119Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
4084 | 2025-02-25T02:08:55.377Z | [verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
4085 | 2025-02-25T02:08:56.517Z | [ host-image] Feb 25 02:08:54.563 INFO O| Feb 25 02:08:54.563 INFO O| Download: 5122/22863 items 46.1/199.8MB 23% complete (1.2M/s) |
4086 | 2025-02-25T02:08:59.000Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
4087 | 2025-02-25T02:08:59.600Z | [verify-libraries] Compiling tough v0.19.0 |
4088 | 2025-02-25T02:09:00.924Z | [verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
4089 | 2025-02-25T02:09:01.526Z | [ host-image] Feb 25 02:08:59.571 INFO O| Feb 25 02:08:59.571 INFO O| Download: 6360/22863 items 46.8/199.8MB 23% complete (547k/s) |
4090 | 2025-02-25T02:09:01.934Z | [ recovery-image] Feb 25 02:08:59.980 INFO O| Feb 25 02:08:59.980 INFO O| Planning: Running solver ... Done |
4091 | 2025-02-25T02:09:02.487Z | [ recovery-image] Feb 25 02:09:00.532 INFO O| Feb 25 02:09:00.532 INFO O| Planning: Finding local manifests ... Done |
4092 | 2025-02-25T02:09:02.504Z | [ recovery-image] Feb 25 02:09:00.550 INFO O| Feb 25 02:09:00.549 INFO O| Planning: Fetching manifests: 0/124 0% complete |
4093 | 2025-02-25T02:09:03.667Z | [verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
4094 | 2025-02-25T02:09:03.989Z | [verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
4095 | 2025-02-25T02:09:05.473Z | [verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
4096 | 2025-02-25T02:09:06.564Z | [ host-image] Feb 25 02:09:04.603 INFO O| Feb 25 02:09:04.603 INFO O| Download: 7251/22863 items 57.0/199.8MB 28% complete (1.1M/s) |
4097 | 2025-02-25T02:09:06.990Z | [verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
4098 | 2025-02-25T02:09:07.202Z | [ recovery-image] Feb 25 02:09:05.247 INFO O| Feb 25 02:09:05.247 INFO O| Planning: Fetching manifests: 124/124 100% complete |
4099 | 2025-02-25T02:09:07.437Z | [verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
4100 | 2025-02-25T02:09:08.337Z | [ recovery-image] Feb 25 02:09:06.382 INFO O| Feb 25 02:09:06.382 INFO O| Planning: Package planning ... Done |
4101 | 2025-02-25T02:09:09.138Z | [ recovery-image] Feb 25 02:09:07.183 INFO O| Feb 25 02:09:07.183 INFO O| Planning: Merging actions ... Done |
4102 | 2025-02-25T02:09:09.326Z | [ recovery-image] Feb 25 02:09:07.371 INFO O| Feb 25 02:09:07.371 INFO O| Planning: Checking for conflicting actions ... Done |
4103 | 2025-02-25T02:09:09.458Z | [ recovery-image] Feb 25 02:09:07.503 INFO O| Feb 25 02:09:07.503 INFO O| Planning: Consolidating action changes ... Done |
4104 | 2025-02-25T02:09:09.828Z | [ recovery-image] Feb 25 02:09:07.874 INFO O| Feb 25 02:09:07.874 INFO O| Planning: Evaluating mediators ... Done |
4105 | 2025-02-25T02:09:11.558Z | [ host-image] Feb 25 02:09:09.604 INFO O| Feb 25 02:09:09.604 INFO O| Download: 8306/22863 items 63.2/199.8MB 31% complete (1.5M/s) |
4106 | 2025-02-25T02:09:12.249Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
4107 | 2025-02-25T02:09:13.180Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
4108 | 2025-02-25T02:09:15.834Z | [ recovery-image] Feb 25 02:09:13.880 INFO O| Feb 25 02:09:13.880 INFO O| Planning: Planning completed in 187.96 seconds |
4109 | 2025-02-25T02:09:15.842Z | [ recovery-image] Feb 25 02:09:13.887 INFO O| Feb 25 02:09:13.887 INFO O| Packages to install: 124 |
4110 | 2025-02-25T02:09:15.842Z | [ recovery-image] Feb 25 02:09:13.887 INFO O| Feb 25 02:09:13.887 INFO O| Mediators to change: 4 |
4111 | 2025-02-25T02:09:15.844Z | [ recovery-image] Feb 25 02:09:13.887 INFO O| Feb 25 02:09:13.887 INFO O| Services to change: 5 |
4112 | 2025-02-25T02:09:15.933Z | [ recovery-image] Feb 25 02:09:13.979 INFO O| Feb 25 02:09:13.978 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete |
4113 | 2025-02-25T02:09:16.561Z | [ host-image] Feb 25 02:09:14.606 INFO O| Feb 25 02:09:14.606 INFO O| Download: 9385/22863 items 80.0/199.8MB 40% complete (2.2M/s) |
4114 | 2025-02-25T02:09:19.503Z | [verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
4115 | 2025-02-25T02:09:20.947Z | [ recovery-image] Feb 25 02:09:18.993 INFO O| Feb 25 02:09:18.992 INFO O| Download: 944/15934 items 7.3/176.5MB 4% complete (1.5M/s) |
4116 | 2025-02-25T02:09:21.578Z | [ host-image] Feb 25 02:09:19.610 INFO O| Feb 25 02:09:19.610 INFO O| Download: 10082/22863 items 83.9/199.8MB 42% complete (2.1M/s) |
4117 | 2025-02-25T02:09:25.956Z | [ recovery-image] Feb 25 02:09:24.000 INFO O| Feb 25 02:09:24.000 INFO O| Download: 1109/15934 items 9.5/176.5MB 5% complete (1.0M/s) |
4118 | 2025-02-25T02:09:26.811Z | [ host-image] Feb 25 02:09:24.849 INFO O| Feb 25 02:09:24.849 INFO O| Download: 10934/22863 items 90.2/199.8MB 45% complete (1.1M/s) |
4119 | 2025-02-25T02:09:27.774Z | [verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
4120 | 2025-02-25T02:09:31.264Z | [ recovery-image] Feb 25 02:09:29.309 INFO O| Feb 25 02:09:29.309 INFO O| Download: 1525/15934 items 22.0/176.5MB 12% complete (1.5M/s) |
4121 | 2025-02-25T02:09:31.438Z | [verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
4122 | 2025-02-25T02:09:31.815Z | [ host-image] Feb 25 02:09:29.861 INFO O| Feb 25 02:09:29.860 INFO O| Download: 11396/22863 items 96.1/199.8MB 48% complete (1.1M/s) |
4123 | 2025-02-25T02:09:33.674Z | [verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
4124 | 2025-02-25T02:09:33.959Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
4125 | 2025-02-25T02:09:34.319Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4126 | 2025-02-25T02:09:36.280Z | [ recovery-image] Feb 25 02:09:34.326 INFO O| Feb 25 02:09:34.325 INFO O| Download: 1991/15934 items 29.8/176.5MB 16% complete (2.0M/s) |
4127 | 2025-02-25T02:09:37.083Z | [ host-image] Feb 25 02:09:35.128 INFO O| Feb 25 02:09:35.128 INFO O| Download: 12167/22863 items 101.2/199.8MB 50% complete (1.1M/s) |
4128 | 2025-02-25T02:09:41.016Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
4129 | 2025-02-25T02:09:41.287Z | [ recovery-image] Feb 25 02:09:39.332 INFO O| Feb 25 02:09:39.332 INFO O| Download: 3143/15934 items 37.4/176.5MB 21% complete (1.6M/s) |
4130 | 2025-02-25T02:09:42.769Z | [ host-image] Feb 25 02:09:40.814 INFO O| Feb 25 02:09:40.814 INFO O| Download: 12355/22863 items 109.6/199.8MB 54% complete (1.4M/s) |
4131 | 2025-02-25T02:09:45.108Z | [verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
4132 | 2025-02-25T02:09:46.321Z | [ recovery-image] Feb 25 02:09:44.366 INFO O| Feb 25 02:09:44.366 INFO O| Download: 3761/15934 items 40.3/176.5MB 22% complete (1.2M/s) |
4133 | 2025-02-25T02:09:47.774Z | [ host-image] Feb 25 02:09:45.819 INFO O| Feb 25 02:09:45.819 INFO O| Download: 13315/22863 items 110.1/199.8MB 55% complete (1004k/s) |
4134 | 2025-02-25T02:09:51.331Z | [ recovery-image] Feb 25 02:09:49.376 INFO O| Feb 25 02:09:49.376 INFO O| Download: 4301/15934 items 42.9/176.5MB 24% complete (562k/s) |
4135 | 2025-02-25T02:09:51.777Z | [verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
4136 | 2025-02-25T02:09:51.989Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
4137 | 2025-02-25T02:09:52.386Z | [verify-libraries] Compiling rustls-webpki v0.101.7 |
4138 | 2025-02-25T02:09:52.795Z | [ host-image] Feb 25 02:09:50.839 INFO O| Feb 25 02:09:50.839 INFO O| Download: 13959/22863 items 110.4/199.8MB 55% complete (82.6k/s) |
4139 | 2025-02-25T02:09:55.184Z | [verify-libraries] Compiling sct v0.7.1 |
4140 | 2025-02-25T02:09:55.517Z | [verify-libraries] Compiling rustls v0.21.12 |
4141 | 2025-02-25T02:09:55.678Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
4142 | 2025-02-25T02:09:56.289Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
4143 | 2025-02-25T02:09:56.339Z | [ recovery-image] Feb 25 02:09:54.383 INFO O| Feb 25 02:09:54.383 INFO O| Download: 4912/15934 items 43.2/176.5MB 24% complete (302k/s) |
4144 | 2025-02-25T02:09:57.821Z | [ host-image] Feb 25 02:09:55.866 INFO O| Feb 25 02:09:55.866 INFO O| Download: 14329/22863 items 110.9/199.8MB 55% complete (76.5k/s) |
4145 | 2025-02-25T02:10:01.340Z | [ recovery-image] Feb 25 02:09:59.385 INFO O| Feb 25 02:09:59.385 INFO O| Download: 5791/15934 items 46.0/176.5MB 26% complete (287k/s) |
4146 | 2025-02-25T02:10:03.167Z | [ host-image] Feb 25 02:10:01.211 INFO O| Feb 25 02:10:01.211 INFO O| Download: 14619/22863 items 117.0/199.8MB 58% complete (648k/s) |
4147 | 2025-02-25T02:10:07.354Z | [ recovery-image] Feb 25 02:10:05.398 INFO O| Feb 25 02:10:05.398 INFO O| Download: 6021/15934 items 53.8/176.5MB 30% complete (1.1M/s) |
4148 | 2025-02-25T02:10:08.177Z | [ host-image] Feb 25 02:10:06.222 INFO O| Feb 25 02:10:06.221 INFO O| Download: 15778/22863 items 126.1/199.8MB 63% complete (1.5M/s) |
4149 | 2025-02-25T02:10:12.358Z | [ recovery-image] Feb 25 02:10:10.403 INFO O| Feb 25 02:10:10.402 INFO O| Download: 6662/15934 items 64.4/176.5MB 36% complete (1.8M/s) |
4150 | 2025-02-25T02:10:13.195Z | [ host-image] Feb 25 02:10:11.240 INFO O| Feb 25 02:10:11.239 INFO O| Download: 16329/22863 items 134.0/199.8MB 67% complete (1.7M/s) |
4151 | 2025-02-25T02:10:17.359Z | [ recovery-image] Feb 25 02:10:15.403 INFO O| Feb 25 02:10:15.403 INFO O| Download: 7283/15934 items 73.4/176.5MB 41% complete (2.0M/s) |
4152 | 2025-02-25T02:10:18.195Z | [ host-image] Feb 25 02:10:16.240 INFO O| Feb 25 02:10:16.240 INFO O| Download: 17134/22863 items 143.7/199.8MB 71% complete (1.8M/s) |
4153 | 2025-02-25T02:10:21.449Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
4154 | 2025-02-25T02:10:22.359Z | [ recovery-image] Feb 25 02:10:20.404 INFO O| Feb 25 02:10:20.403 INFO O| Download: 7728/15934 items 74.0/176.5MB 41% complete (1.0M/s) |
4155 | 2025-02-25T02:10:23.423Z | [ host-image] Feb 25 02:10:21.467 INFO O| Feb 25 02:10:21.467 INFO O| Download: 17984/22863 items 155.9/199.8MB 78% complete (1.9M/s) |
4156 | 2025-02-25T02:10:25.279Z | [verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
4157 | 2025-02-25T02:10:27.383Z | [ recovery-image] Feb 25 02:10:25.426 INFO O| Feb 25 02:10:25.426 INFO O| Download: 8387/15934 items 79.9/176.5MB 45% complete (666k/s) |
4158 | 2025-02-25T02:10:28.424Z | [ host-image] Feb 25 02:10:26.469 INFO O| Feb 25 02:10:26.468 INFO O| Download: 18915/22863 items 166.1/199.8MB 83% complete (2.2M/s) |
4159 | 2025-02-25T02:10:32.308Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
4160 | 2025-02-25T02:10:33.155Z | [ recovery-image] Feb 25 02:10:31.199 INFO O| Feb 25 02:10:31.199 INFO O| Download: 8914/15934 items 92.1/176.5MB 52% complete (1.8M/s) |
4161 | 2025-02-25T02:10:33.438Z | [ host-image] Feb 25 02:10:31.481 INFO O| Feb 25 02:10:31.481 INFO O| Download: 19864/22863 items 169.8/199.8MB 84% complete (1.4M/s) |
4162 | 2025-02-25T02:10:35.421Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
4163 | 2025-02-25T02:10:38.197Z | [ recovery-image] Feb 25 02:10:36.241 INFO O| Feb 25 02:10:36.241 INFO O| Download: 9716/15934 items 93.2/176.5MB 52% complete (1.3M/s) |
4164 | 2025-02-25T02:10:38.276Z | [verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
4165 | 2025-02-25T02:10:38.443Z | [ host-image] Feb 25 02:10:36.487 INFO O| Feb 25 02:10:36.487 INFO O| Download: 20667/22863 items 172.4/199.8MB 86% complete (658k/s) |
4166 | 2025-02-25T02:10:42.449Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
4167 | 2025-02-25T02:10:42.853Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
4168 | 2025-02-25T02:10:43.216Z | [ recovery-image] Feb 25 02:10:41.260 INFO O| Feb 25 02:10:41.260 INFO O| Download: 10601/15934 items 93.6/176.5MB 53% complete (154k/s) |
4169 | 2025-02-25T02:10:43.219Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
4170 | 2025-02-25T02:10:43.667Z | [verify-libraries] Compiling tokio-rustls v0.24.1 |
4171 | 2025-02-25T02:10:43.756Z | [ host-image] Feb 25 02:10:41.800 INFO O| Feb 25 02:10:41.800 INFO O| Download: 21009/22863 items 178.6/199.8MB 89% complete (930k/s) |
4172 | 2025-02-25T02:10:44.176Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
4173 | 2025-02-25T02:10:44.782Z | [verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
4174 | 2025-02-25T02:10:47.258Z | [verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
4175 | 2025-02-25T02:10:47.771Z | [verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
4176 | 2025-02-25T02:10:48.292Z | [ recovery-image] Feb 25 02:10:46.336 INFO O| Feb 25 02:10:46.336 INFO O| Download: 11121/15934 items 95.5/176.5MB 54% complete (218k/s) |
4177 | 2025-02-25T02:10:48.764Z | [ host-image] Feb 25 02:10:46.808 INFO O| Feb 25 02:10:46.807 INFO O| Download: 21547/22863 items 180.5/199.8MB 90% complete (825k/s) |
4178 | 2025-02-25T02:10:49.236Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
4179 | 2025-02-25T02:10:49.609Z | [verify-libraries] Compiling num-bigint v0.4.6 |
4180 | 2025-02-25T02:10:52.002Z | [verify-libraries] Compiling des v0.8.1 |
4181 | 2025-02-25T02:10:52.492Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4182 | 2025-02-25T02:10:52.520Z | [verify-libraries] Compiling hex-literal v0.4.1 |
4183 | 2025-02-25T02:10:52.779Z | [verify-libraries] Compiling russh v0.45.0 |
4184 | 2025-02-25T02:10:53.349Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4185 | 2025-02-25T02:10:53.670Z | [ recovery-image] Feb 25 02:10:51.714 INFO O| Feb 25 02:10:51.714 INFO O| Download: 11587/15934 items 111.5/176.5MB 63% complete (1.7M/s) |
4186 | 2025-02-25T02:10:53.937Z | [ host-image] Feb 25 02:10:51.981 INFO O| Feb 25 02:10:51.981 INFO O| Download: 22111/22863 items 192.5/199.8MB 96% complete (1.4M/s) |
4187 | 2025-02-25T02:10:54.249Z | [verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4188 | 2025-02-25T02:10:58.413Z | [verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
4189 | 2025-02-25T02:10:58.670Z | [ recovery-image] Feb 25 02:10:56.714 INFO O| Feb 25 02:10:56.714 INFO O| Download: 12035/15934 items 137.2/176.5MB 77% complete (4.1M/s) |
4190 | 2025-02-25T02:10:58.976Z | [ host-image] Feb 25 02:10:57.019 INFO O| Feb 25 02:10:57.019 INFO O| Download: 22712/22863 items 199.6/199.8MB 99% complete (1.9M/s) |
4191 | 2025-02-25T02:11:00.148Z | [ host-image] Feb 25 02:10:58.192 INFO O| Feb 25 02:10:58.191 INFO O| Download: Completed 199.77 MB in 153.94 seconds (1.3M/s) |
4192 | 2025-02-25T02:11:01.673Z | [ host-image] Feb 25 02:10:59.716 INFO O| Feb 25 02:10:59.716 INFO O| Actions: 1/49570 actions (Installing new actions) |
4193 | 2025-02-25T02:11:02.602Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4194 | 2025-02-25T02:11:02.791Z | [verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
4195 | 2025-02-25T02:11:03.675Z | [ recovery-image] Feb 25 02:11:01.719 INFO O| Feb 25 02:11:01.718 INFO O| Download: 13089/15934 items 145.1/176.5MB 82% complete (3.4M/s) |
4196 | 2025-02-25T02:11:06.170Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
4197 | 2025-02-25T02:11:06.673Z | [ host-image] Feb 25 02:11:04.716 INFO O| Feb 25 02:11:04.716 INFO O| Actions: 9494/49570 actions (Installing new actions) |
4198 | 2025-02-25T02:11:08.781Z | [ recovery-image] Feb 25 02:11:06.824 INFO O| Feb 25 02:11:06.824 INFO O| Download: 14109/15934 items 148.6/176.5MB 84% complete (1.2M/s) |
4199 | 2025-02-25T02:11:09.579Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
4200 | 2025-02-25T02:11:10.806Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
4201 | 2025-02-25T02:11:11.677Z | [ host-image] Feb 25 02:11:09.720 INFO O| Feb 25 02:11:09.720 INFO O| Actions: 16800/49570 actions (Installing new actions) |
4202 | 2025-02-25T02:11:13.940Z | [ recovery-image] Feb 25 02:11:11.984 INFO O| Feb 25 02:11:11.984 INFO O| Download: 14786/15934 items 151.6/176.5MB 85% complete (650k/s) |
4203 | 2025-02-25T02:11:16.922Z | [ host-image] Feb 25 02:11:14.722 INFO O| Feb 25 02:11:14.721 INFO O| Actions: 23102/49570 actions (Installing new actions) |
4204 | 2025-02-25T02:11:18.072Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4205 | 2025-02-25T02:11:18.958Z | [ recovery-image] Feb 25 02:11:17.001 INFO O| Feb 25 02:11:17.001 INFO O| Download: 15504/15934 items 165.9/176.5MB 94% complete (1.7M/s) |
4206 | 2025-02-25T02:11:19.240Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4207 | 2025-02-25T02:11:21.678Z | [ host-image] Feb 25 02:11:19.722 INFO O| Feb 25 02:11:19.722 INFO O| Actions: 49035/49570 actions (Installing new actions) |
4208 | 2025-02-25T02:11:22.868Z | [ host-image] Feb 25 02:11:20.910 INFO O| Feb 25 02:11:20.910 INFO O| Actions: Completed 49570 actions in 21.19 seconds. |
4209 | 2025-02-25T02:11:23.624Z | [ host-image] Feb 25 02:11:21.667 INFO O| Feb 25 02:11:21.666 INFO O| Done |
4210 | 2025-02-25T02:11:23.624Z | [ host-image] Feb 25 02:11:21.667 INFO O| Feb 25 02:11:21.667 INFO O| Done |
4211 | 2025-02-25T02:11:25.262Z | [ recovery-image] Feb 25 02:11:23.305 INFO O| Feb 25 02:11:23.305 INFO O| Download: 15734/15934 items 170.5/176.5MB 96% complete (2.0M/s) |
4212 | 2025-02-25T02:11:25.479Z | [ host-image] Feb 25 02:11:23.523 INFO O| Feb 25 02:11:23.522 INFO O| Done |
4213 | 2025-02-25T02:11:26.762Z | [ recovery-image] Feb 25 02:11:24.805 INFO O| Feb 25 02:11:24.805 INFO O| Download: Completed 176.48 MB in 130.83 seconds (1.3M/s) |
4214 | 2025-02-25T02:11:27.885Z | [ recovery-image] Feb 25 02:11:25.928 INFO O| Feb 25 02:11:25.928 INFO O| Actions: 1/25107 actions (Installing new actions) |
4215 | 2025-02-25T02:11:28.384Z | [ host-image] Feb 25 02:11:26.427 INFO O| Feb 25 02:11:26.427 INFO O| Done |
4216 | 2025-02-25T02:11:28.421Z | [ host-image] Feb 25 02:11:26.464 INFO O| Feb 25 02:11:26.464 INFO O| Done |
4217 | 2025-02-25T02:11:30.614Z | [verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
4218 | 2025-02-25T02:11:32.898Z | [ recovery-image] Feb 25 02:11:30.941 INFO O| Feb 25 02:11:30.941 INFO O| Actions: 7796/25107 actions (Installing new actions) |
4219 | 2025-02-25T02:11:36.039Z | [verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4220 | 2025-02-25T02:11:36.264Z | [ host-image] Feb 25 02:11:34.307 INFO O| Feb 25 02:11:34.307 INFO O| Done |
4221 | 2025-02-25T02:11:37.256Z | [ host-image] Feb 25 02:11:35.299 INFO O| Feb 25 02:11:35.299 INFO O| Done |
4222 | 2025-02-25T02:11:37.985Z | [ host-image] Feb 25 02:11:36.029 INFO O| Feb 25 02:11:36.028 INFO STEP 11 (pkg_install) COMPLETE |
4223 | 2025-02-25T02:11:37.988Z | [ host-image] Feb 25 02:11:36.029 INFO O| Feb 25 02:11:36.029 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4224 | 2025-02-25T02:11:37.988Z | [ recovery-image] Feb 25 02:11:36.029 INFO O| Feb 25 02:11:36.029 INFO O| Actions: 14461/25107 actions (Installing new actions) |
4225 | 2025-02-25T02:11:38.013Z | [ host-image] Feb 25 02:11:36.057 INFO O| Feb 25 02:11:36.056 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"] |
4226 | 2025-02-25T02:11:41.980Z | [ host-image] Feb 25 02:11:40.023 INFO O| Feb 25 02:11:40.023 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4227 | 2025-02-25T02:11:42.990Z | [ recovery-image] Feb 25 02:11:41.033 INFO O| Feb 25 02:11:41.033 INFO O| Actions: 24700/25107 actions (Installing new actions) |
4228 | 2025-02-25T02:11:43.340Z | [ recovery-image] Feb 25 02:11:41.383 INFO O| Feb 25 02:11:41.383 INFO O| Actions: Completed 25107 actions in 15.45 seconds. |
4229 | 2025-02-25T02:11:44.226Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4230 | 2025-02-25T02:11:44.286Z | [ recovery-image] Feb 25 02:11:42.329 INFO O| Feb 25 02:11:42.329 INFO O| Done |
4231 | 2025-02-25T02:11:44.286Z | [ recovery-image] Feb 25 02:11:42.329 INFO O| Feb 25 02:11:42.329 INFO O| Done |
4232 | 2025-02-25T02:11:46.097Z | [ recovery-image] Feb 25 02:11:44.140 INFO O| Feb 25 02:11:44.140 INFO O| Done |
4233 | 2025-02-25T02:11:47.104Z | [verify-libraries] Compiling petname v2.0.2 |
4234 | 2025-02-25T02:11:47.924Z | [ host-image] Feb 25 02:11:45.966 INFO O| Feb 25 02:11:45.966 INFO O| Planning: Solver setup ... Done |
4235 | 2025-02-25T02:11:47.931Z | [ host-image] Feb 25 02:11:45.974 INFO O| Feb 25 02:11:45.973 INFO O| Planning: Running solver ... Done |
4236 | 2025-02-25T02:11:48.051Z | [ host-image] Feb 25 02:11:46.094 INFO O| Feb 25 02:11:46.094 INFO O| Planning: Finding local manifests ... Done |
4237 | 2025-02-25T02:11:48.055Z | [ host-image] Feb 25 02:11:46.096 INFO O| Feb 25 02:11:46.096 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4238 | 2025-02-25T02:11:48.122Z | [ recovery-image] Feb 25 02:11:46.162 INFO O| Feb 25 02:11:46.162 INFO O| Done |
4239 | 2025-02-25T02:11:48.156Z | [ recovery-image] Feb 25 02:11:46.199 INFO O| Feb 25 02:11:46.199 INFO O| Done |
4240 | 2025-02-25T02:11:48.366Z | [ host-image] Feb 25 02:11:46.408 INFO O| Feb 25 02:11:46.408 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4241 | 2025-02-25T02:11:48.428Z | [ host-image] Feb 25 02:11:46.470 INFO O| Feb 25 02:11:46.470 INFO O| Planning: Package planning ... Done |
4242 | 2025-02-25T02:11:48.435Z | [ host-image] Feb 25 02:11:46.478 INFO O| Feb 25 02:11:46.478 INFO O| Planning: Merging actions ... Done |
4243 | 2025-02-25T02:11:48.585Z | [ host-image] Feb 25 02:11:46.628 INFO O| Feb 25 02:11:46.628 INFO O| Planning: Checking for conflicting actions ... Done |
4244 | 2025-02-25T02:11:48.587Z | [ host-image] Feb 25 02:11:46.630 INFO O| Feb 25 02:11:46.630 INFO O| Planning: Consolidating action changes ... Done |
4245 | 2025-02-25T02:11:48.761Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4246 | 2025-02-25T02:11:49.036Z | [ host-image] Feb 25 02:11:47.079 INFO O| Feb 25 02:11:47.079 INFO O| Planning: Evaluating mediators ... Done |
4247 | 2025-02-25T02:11:49.039Z | [ host-image] Feb 25 02:11:47.081 INFO O| Feb 25 02:11:47.081 INFO O| Planning: Planning completed in 7.06 seconds |
4248 | 2025-02-25T02:11:49.041Z | [ host-image] Feb 25 02:11:47.084 INFO O| Feb 25 02:11:47.084 INFO O| Packages to install: 5 |
4249 | 2025-02-25T02:11:49.041Z | [ host-image] Feb 25 02:11:47.084 INFO O| Feb 25 02:11:47.084 INFO O| Services to change: 2 |
4250 | 2025-02-25T02:11:49.064Z | [ host-image] Feb 25 02:11:47.107 INFO O| Feb 25 02:11:47.107 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete |
4251 | 2025-02-25T02:11:49.541Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
4252 | 2025-02-25T02:11:51.805Z | [ host-image] Feb 25 02:11:49.848 INFO O| Feb 25 02:11:49.848 INFO O| Download: Completed 1.46 MB in 2.74 seconds (544k/s) |
4253 | 2025-02-25T02:11:51.852Z | [ host-image] Feb 25 02:11:49.895 INFO O| Feb 25 02:11:49.895 INFO O| Actions: 1/306 actions (Installing new actions) |
4254 | 2025-02-25T02:11:52.055Z | [ host-image] Feb 25 02:11:50.098 INFO O| Feb 25 02:11:50.098 INFO O| Actions: Completed 306 actions in 0.20 seconds. |
4255 | 2025-02-25T02:11:52.782Z | [ host-image] Feb 25 02:11:50.825 INFO O| Feb 25 02:11:50.825 INFO O| Done |
4256 | 2025-02-25T02:11:52.782Z | [ host-image] Feb 25 02:11:50.825 INFO O| Feb 25 02:11:50.825 INFO O| Done |
4257 | 2025-02-25T02:11:53.166Z | [ recovery-image] Feb 25 02:11:51.209 INFO O| Feb 25 02:11:51.209 INFO O| Done |
4258 | 2025-02-25T02:11:53.801Z | [ recovery-image] Feb 25 02:11:51.844 INFO O| Feb 25 02:11:51.844 INFO O| Done |
4259 | 2025-02-25T02:11:54.338Z | [ host-image] Feb 25 02:11:52.381 INFO O| Feb 25 02:11:52.380 INFO O| Done |
4260 | 2025-02-25T02:11:54.374Z | [ recovery-image] Feb 25 02:11:52.416 INFO O| Feb 25 02:11:52.416 INFO STEP 11 (pkg_install) COMPLETE |
4261 | 2025-02-25T02:11:54.374Z | [ recovery-image] Feb 25 02:11:52.416 INFO O| Feb 25 02:11:52.416 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4262 | 2025-02-25T02:11:54.374Z | [ recovery-image] Feb 25 02:11:52.416 INFO O| Feb 25 02:11:52.416 INFO skip step because feature "recovery" is enabled |
4263 | 2025-02-25T02:11:54.374Z | [ recovery-image] Feb 25 02:11:52.416 INFO O| Feb 25 02:11:52.416 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4264 | 2025-02-25T02:11:54.374Z | [ recovery-image] Feb 25 02:11:52.416 INFO O| Feb 25 02:11:52.416 INFO skip step because feature "omicron1" is not enabled |
4265 | 2025-02-25T02:11:54.374Z | [ recovery-image] Feb 25 02:11:52.416 INFO O| Feb 25 02:11:52.416 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4266 | 2025-02-25T02:11:54.393Z | [ recovery-image] Feb 25 02:11:52.435 INFO O| Feb 25 02:11:52.435 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
4267 | 2025-02-25T02:11:55.504Z | [ recovery-image] Feb 25 02:11:53.547 INFO O| Feb 25 02:11:53.547 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4268 | 2025-02-25T02:11:57.521Z | [ host-image] Feb 25 02:11:55.564 INFO O| Feb 25 02:11:55.564 INFO O| Done |
4269 | 2025-02-25T02:11:57.608Z | [ host-image] Feb 25 02:11:55.650 INFO O| Feb 25 02:11:55.650 INFO O| Done |
4270 | 2025-02-25T02:11:57.611Z | [ host-image] Feb 25 02:11:55.650 INFO O| Feb 25 02:11:55.650 INFO O| Done |
4271 | 2025-02-25T02:11:57.635Z | [ host-image] Feb 25 02:11:55.678 INFO O| Feb 25 02:11:55.678 INFO O| Done |
4272 | 2025-02-25T02:11:57.815Z | [ host-image] Feb 25 02:11:55.858 INFO O| Feb 25 02:11:55.858 INFO STEP 12 (pkg_install) COMPLETE |
4273 | 2025-02-25T02:11:57.815Z | [ host-image] Feb 25 02:11:55.858 INFO O| Feb 25 02:11:55.858 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4274 | 2025-02-25T02:11:57.835Z | [ host-image] Feb 25 02:11:55.877 INFO O| Feb 25 02:11:55.877 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4275 | 2025-02-25T02:11:58.986Z | [ host-image] Feb 25 02:11:57.029 INFO O| Feb 25 02:11:57.029 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4276 | 2025-02-25T02:12:00.273Z | [ recovery-image] Feb 25 02:11:58.316 INFO O| Feb 25 02:11:58.316 INFO O| Planning: Solver setup ... Done |
4277 | 2025-02-25T02:12:00.285Z | [ recovery-image] Feb 25 02:11:58.328 INFO O| Feb 25 02:11:58.328 INFO O| Planning: Running solver ... Done |
4278 | 2025-02-25T02:12:00.466Z | [ recovery-image] Feb 25 02:11:58.508 INFO O| Feb 25 02:11:58.508 INFO O| Planning: Finding local manifests ... Done |
4279 | 2025-02-25T02:12:00.469Z | [ recovery-image] Feb 25 02:11:58.510 INFO O| Feb 25 02:11:58.510 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4280 | 2025-02-25T02:12:00.633Z | [ recovery-image] Feb 25 02:11:58.676 INFO O| Feb 25 02:11:58.676 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4281 | 2025-02-25T02:12:00.722Z | [ recovery-image] Feb 25 02:11:58.765 INFO O| Feb 25 02:11:58.765 INFO O| Planning: Package planning ... Done |
4282 | 2025-02-25T02:12:00.725Z | [ recovery-image] Feb 25 02:11:58.766 INFO O| Feb 25 02:11:58.766 INFO O| Planning: Merging actions ... Done |
4283 | 2025-02-25T02:12:00.785Z | [ recovery-image] Feb 25 02:11:58.828 INFO O| Feb 25 02:11:58.828 INFO O| Planning: Checking for conflicting actions ... Done |
4284 | 2025-02-25T02:12:00.788Z | [ recovery-image] Feb 25 02:11:58.829 INFO O| Feb 25 02:11:58.828 INFO O| Planning: Consolidating action changes ... Done |
4285 | 2025-02-25T02:12:01.113Z | [ recovery-image] Feb 25 02:11:59.156 INFO O| Feb 25 02:11:59.156 INFO O| Planning: Evaluating mediators ... Done |
4286 | 2025-02-25T02:12:01.116Z | [ recovery-image] Feb 25 02:11:59.157 INFO O| Feb 25 02:11:59.157 INFO O| Planning: Planning completed in 5.61 seconds |
4287 | 2025-02-25T02:12:01.116Z | [ recovery-image] Feb 25 02:11:59.159 INFO O| Feb 25 02:11:59.159 INFO O| Packages to install: 1 |
4288 | 2025-02-25T02:12:01.135Z | [ recovery-image] Feb 25 02:11:59.177 INFO O| Feb 25 02:11:59.177 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
4289 | 2025-02-25T02:12:01.959Z | [ recovery-image] Feb 25 02:12:00.001 INFO O| Feb 25 02:12:00.001 INFO O| Download: Completed 10.27 MB in 0.82 seconds (12.5M/s) |
4290 | 2025-02-25T02:12:02.075Z | [ recovery-image] Feb 25 02:12:00.118 INFO O| Feb 25 02:12:00.118 INFO O| Actions: 1/22 actions (Installing new actions) |
4291 | 2025-02-25T02:12:02.509Z | [ recovery-image] Feb 25 02:12:00.552 INFO O| Feb 25 02:12:00.552 INFO O| Actions: Completed 22 actions in 0.43 seconds. |
4292 | 2025-02-25T02:12:03.204Z | [ recovery-image] Feb 25 02:12:01.247 INFO O| Feb 25 02:12:01.246 INFO O| Done |
4293 | 2025-02-25T02:12:03.204Z | [ recovery-image] Feb 25 02:12:01.247 INFO O| Feb 25 02:12:01.247 INFO O| Done |
4294 | 2025-02-25T02:12:03.388Z | [ host-image] Feb 25 02:12:01.430 INFO O| Feb 25 02:12:01.430 INFO O| Planning: Solver setup ... Done |
4295 | 2025-02-25T02:12:03.398Z | [ host-image] Feb 25 02:12:01.441 INFO O| Feb 25 02:12:01.441 INFO O| Planning: Running solver ... Done |
4296 | 2025-02-25T02:12:03.497Z | [ host-image] Feb 25 02:12:01.539 INFO O| Feb 25 02:12:01.539 INFO O| Planning: Finding local manifests ... Done |
4297 | 2025-02-25T02:12:03.500Z | [ host-image] Feb 25 02:12:01.541 INFO O| Feb 25 02:12:01.541 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4298 | 2025-02-25T02:12:03.875Z | [ host-image] Feb 25 02:12:01.917 INFO O| Feb 25 02:12:01.917 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4299 | 2025-02-25T02:12:04.240Z | [ host-image] Feb 25 02:12:01.987 INFO O| Feb 25 02:12:01.987 INFO O| Planning: Package planning ... Done |
4300 | 2025-02-25T02:12:04.255Z | [ host-image] Feb 25 02:12:02.032 INFO O| Feb 25 02:12:02.032 INFO O| Planning: Merging actions ... Done |
4301 | 2025-02-25T02:12:04.255Z | [ host-image] Feb 25 02:12:02.204 INFO O| Feb 25 02:12:02.204 INFO O| Planning: Checking for conflicting actions ... Done |
4302 | 2025-02-25T02:12:04.255Z | [ host-image] Feb 25 02:12:02.212 INFO O| Feb 25 02:12:02.212 INFO O| Planning: Consolidating action changes ... Done |
4303 | 2025-02-25T02:12:04.604Z | [ recovery-image] Feb 25 02:12:02.647 INFO O| Feb 25 02:12:02.647 INFO O| Done |
4304 | 2025-02-25T02:12:04.655Z | [ host-image] Feb 25 02:12:02.698 INFO O| Feb 25 02:12:02.698 INFO O| Planning: Evaluating mediators ... Done |
4305 | 2025-02-25T02:12:04.661Z | [ host-image] Feb 25 02:12:02.704 INFO O| Feb 25 02:12:02.704 INFO O| Planning: Planning completed in 5.67 seconds |
4306 | 2025-02-25T02:12:04.665Z | [ host-image] Feb 25 02:12:02.706 INFO O| Feb 25 02:12:02.706 INFO O| Packages to install: 6 |
4307 | 2025-02-25T02:12:04.665Z | [ host-image] Feb 25 02:12:02.706 INFO O| Feb 25 02:12:02.706 INFO O| Mediators to change: 1 |
4308 | 2025-02-25T02:12:04.665Z | [ host-image] Feb 25 02:12:02.707 INFO O| Feb 25 02:12:02.706 INFO O| Services to change: 1 |
4309 | 2025-02-25T02:12:04.693Z | [ host-image] Feb 25 02:12:02.736 INFO O| Feb 25 02:12:02.736 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4310 | 2025-02-25T02:12:06.460Z | [ recovery-image] Feb 25 02:12:04.503 INFO O| Feb 25 02:12:04.502 INFO O| Done |
4311 | 2025-02-25T02:12:06.481Z | [ recovery-image] Feb 25 02:12:04.524 INFO O| Feb 25 02:12:04.524 INFO O| Done |
4312 | 2025-02-25T02:12:06.482Z | [ recovery-image] Feb 25 02:12:04.524 INFO O| Feb 25 02:12:04.524 INFO O| Done |
4313 | 2025-02-25T02:12:06.499Z | [ recovery-image] Feb 25 02:12:04.542 INFO O| Feb 25 02:12:04.542 INFO O| Done |
4314 | 2025-02-25T02:12:06.665Z | [ recovery-image] Feb 25 02:12:04.708 INFO O| Feb 25 02:12:04.708 INFO STEP 14 (pkg_install) COMPLETE |
4315 | 2025-02-25T02:12:06.665Z | [ recovery-image] Feb 25 02:12:04.708 INFO O| Feb 25 02:12:04.708 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4316 | 2025-02-25T02:12:06.668Z | [ recovery-image] Feb 25 02:12:04.708 INFO O| Feb 25 02:12:04.708 INFO skip step because feature "mfg" is not enabled |
4317 | 2025-02-25T02:12:06.668Z | [ recovery-image] Feb 25 02:12:04.708 INFO O| Feb 25 02:12:04.708 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4318 | 2025-02-25T02:12:06.668Z | [ recovery-image] Feb 25 02:12:04.708 INFO O| Feb 25 02:12:04.708 INFO skip step because feature "compliance" is not enabled |
4319 | 2025-02-25T02:12:06.668Z | [ recovery-image] Feb 25 02:12:04.708 INFO O| Feb 25 02:12:04.708 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4320 | 2025-02-25T02:12:06.668Z | [ recovery-image] Feb 25 02:12:04.708 INFO O| Feb 25 02:12:04.708 INFO skip step because feature "stress" is not enabled |
4321 | 2025-02-25T02:12:06.668Z | [ recovery-image] Feb 25 02:12:04.708 INFO O| Feb 25 02:12:04.708 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4322 | 2025-02-25T02:12:06.668Z | [ recovery-image] Feb 25 02:12:04.708 INFO O| Feb 25 02:12:04.708 INFO skip step because feature "nfs" is not enabled |
4323 | 2025-02-25T02:12:06.668Z | [ recovery-image] Feb 25 02:12:04.708 INFO O| Feb 25 02:12:04.708 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4324 | 2025-02-25T02:12:06.668Z | [ recovery-image] Feb 25 02:12:04.708 INFO O| Feb 25 02:12:04.708 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4325 | 2025-02-25T02:12:06.767Z | [ recovery-image] Feb 25 02:12:04.809 INFO O| Feb 25 02:12:04.809 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4326 | 2025-02-25T02:12:06.893Z | [ recovery-image] Feb 25 02:12:04.936 INFO O| Feb 25 02:12:04.936 INFO completed processing gimlet/ramdisk-01-os |
4327 | 2025-02-25T02:12:06.897Z | [ recovery-image] Feb 25 02:12:04.940 INFO image builder template: ramdisk-02-trim... |
4328 | 2025-02-25T02:12:06.900Z | [ recovery-image] Feb 25 02:12:04.940 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/.tmpZkvLVr/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.334", "-n", "ramdisk-02-trim"], pwd: None |
4329 | 2025-02-25T02:12:06.942Z | [ recovery-image] Feb 25 02:12:04.985 INFO O| Feb 25 02:12:04.985 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4330 | 2025-02-25T02:12:06.977Z | [ recovery-image] Feb 25 02:12:05.018 INFO O| Feb 25 02:12:05.018 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4331 | 2025-02-25T02:12:07.187Z | [ recovery-image] Feb 25 02:12:05.230 INFO O| Feb 25 02:12:05.230 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4332 | 2025-02-25T02:12:07.289Z | [ recovery-image] Feb 25 02:12:05.331 INFO O| Feb 25 02:12:05.331 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4333 | 2025-02-25T02:12:07.291Z | [ recovery-image] Feb 25 02:12:05.331 INFO O| Feb 25 02:12:05.331 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4334 | 2025-02-25T02:12:07.299Z | [ recovery-image] Feb 25 02:12:05.342 INFO O| Feb 25 02:12:05.342 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4335 | 2025-02-25T02:12:07.307Z | [ recovery-image] Feb 25 02:12:05.350 INFO O| Feb 25 02:12:05.349 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4336 | 2025-02-25T02:12:07.316Z | [ recovery-image] Feb 25 02:12:05.359 INFO O| Feb 25 02:12:05.359 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4337 | 2025-02-25T02:12:07.869Z | [ recovery-image] Feb 25 02:12:05.910 INFO O| Feb 25 02:12:05.910 INFO rolled back to input snapshot; work may begin |
4338 | 2025-02-25T02:12:07.869Z | [ recovery-image] Feb 25 02:12:05.911 INFO O| Feb 25 02:12:05.910 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4339 | 2025-02-25T02:12:07.878Z | [ recovery-image] Feb 25 02:12:05.920 INFO O| Feb 25 02:12:05.919 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4340 | 2025-02-25T02:12:07.895Z | [ recovery-image] Feb 25 02:12:05.937 INFO O| Feb 25 02:12:05.937 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4341 | 2025-02-25T02:12:08.015Z | [ recovery-image] Feb 25 02:12:06.057 INFO O| Feb 25 02:12:06.057 INFO STEP 0 (remove_files) COMPLETE |
4342 | 2025-02-25T02:12:08.015Z | [ recovery-image] Feb 25 02:12:06.057 INFO O| Feb 25 02:12:06.057 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4343 | 2025-02-25T02:12:08.034Z | [ recovery-image] Feb 25 02:12:06.077 INFO O| Feb 25 02:12:06.077 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4344 | 2025-02-25T02:12:08.060Z | [ recovery-image] Feb 25 02:12:06.103 INFO O| Feb 25 02:12:06.103 INFO STEP 1 (remove_files) COMPLETE |
4345 | 2025-02-25T02:12:08.060Z | [ recovery-image] Feb 25 02:12:06.103 INFO O| Feb 25 02:12:06.103 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4346 | 2025-02-25T02:12:08.080Z | [ recovery-image] Feb 25 02:12:06.123 INFO O| Feb 25 02:12:06.122 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4347 | 2025-02-25T02:12:08.103Z | [ recovery-image] Feb 25 02:12:06.146 INFO O| Feb 25 02:12:06.146 INFO STEP 2 (remove_files) COMPLETE |
4348 | 2025-02-25T02:12:08.103Z | [ recovery-image] Feb 25 02:12:06.146 INFO O| Feb 25 02:12:06.146 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4349 | 2025-02-25T02:12:08.123Z | [ recovery-image] Feb 25 02:12:06.166 INFO O| Feb 25 02:12:06.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4350 | 2025-02-25T02:12:08.126Z | [ recovery-image] Feb 25 02:12:06.169 INFO O| Feb 25 02:12:06.169 INFO STEP 3 (remove_files) COMPLETE |
4351 | 2025-02-25T02:12:08.130Z | [ recovery-image] Feb 25 02:12:06.169 INFO O| Feb 25 02:12:06.169 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4352 | 2025-02-25T02:12:08.147Z | [ recovery-image] Feb 25 02:12:06.189 INFO O| Feb 25 02:12:06.189 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4353 | 2025-02-25T02:12:08.153Z | [ recovery-image] Feb 25 02:12:06.196 INFO O| Feb 25 02:12:06.196 INFO STEP 4 (remove_files) COMPLETE |
4354 | 2025-02-25T02:12:08.153Z | [ recovery-image] Feb 25 02:12:06.196 INFO O| Feb 25 02:12:06.196 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4355 | 2025-02-25T02:12:08.173Z | [ recovery-image] Feb 25 02:12:06.216 INFO O| Feb 25 02:12:06.215 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4356 | 2025-02-25T02:12:08.175Z | [ recovery-image] Feb 25 02:12:06.216 INFO O| Feb 25 02:12:06.216 INFO STEP 5 (remove_files) COMPLETE |
4357 | 2025-02-25T02:12:08.175Z | [ recovery-image] Feb 25 02:12:06.216 INFO O| Feb 25 02:12:06.216 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4358 | 2025-02-25T02:12:08.192Z | [ recovery-image] Feb 25 02:12:06.234 INFO O| Feb 25 02:12:06.234 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4359 | 2025-02-25T02:12:08.212Z | [ recovery-image] Feb 25 02:12:06.255 INFO O| Feb 25 02:12:06.255 INFO STEP 6 (remove_files) COMPLETE |
4360 | 2025-02-25T02:12:08.212Z | [ recovery-image] Feb 25 02:12:06.255 INFO O| Feb 25 02:12:06.255 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4361 | 2025-02-25T02:12:08.215Z | [ recovery-image] Feb 25 02:12:06.255 INFO O| Feb 25 02:12:06.255 INFO skip step because feature "recovery" is enabled |
4362 | 2025-02-25T02:12:08.215Z | [ recovery-image] Feb 25 02:12:06.255 INFO O| Feb 25 02:12:06.255 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4363 | 2025-02-25T02:12:08.215Z | [ recovery-image] Feb 25 02:12:06.255 INFO O| Feb 25 02:12:06.255 INFO skip step because feature "recovery" is enabled |
4364 | 2025-02-25T02:12:08.215Z | [ recovery-image] Feb 25 02:12:06.256 INFO O| Feb 25 02:12:06.255 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4365 | 2025-02-25T02:12:08.215Z | [ recovery-image] Feb 25 02:12:06.256 INFO O| Feb 25 02:12:06.256 INFO skip step because feature "recovery" is enabled |
4366 | 2025-02-25T02:12:08.215Z | [ recovery-image] Feb 25 02:12:06.256 INFO O| Feb 25 02:12:06.256 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4367 | 2025-02-25T02:12:08.232Z | [ recovery-image] Feb 25 02:12:06.275 INFO O| Feb 25 02:12:06.275 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4368 | 2025-02-25T02:12:08.262Z | [ recovery-image] Feb 25 02:12:06.305 INFO O| Feb 25 02:12:06.305 INFO STEP 10 (remove_files) COMPLETE |
4369 | 2025-02-25T02:12:08.262Z | [ recovery-image] Feb 25 02:12:06.305 INFO O| Feb 25 02:12:06.305 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4370 | 2025-02-25T02:12:08.281Z | [ recovery-image] Feb 25 02:12:06.324 INFO O| Feb 25 02:12:06.324 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4371 | 2025-02-25T02:12:08.284Z | [ recovery-image] Feb 25 02:12:06.326 INFO O| Feb 25 02:12:06.325 INFO STEP 11 (remove_files) COMPLETE |
4372 | 2025-02-25T02:12:08.284Z | [ recovery-image] Feb 25 02:12:06.326 INFO O| Feb 25 02:12:06.326 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4373 | 2025-02-25T02:12:08.302Z | [ recovery-image] Feb 25 02:12:06.344 INFO O| Feb 25 02:12:06.344 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4374 | 2025-02-25T02:12:08.304Z | [ recovery-image] Feb 25 02:12:06.347 INFO O| Feb 25 02:12:06.347 INFO STEP 12 (remove_files) COMPLETE |
4375 | 2025-02-25T02:12:08.304Z | [ recovery-image] Feb 25 02:12:06.347 INFO O| Feb 25 02:12:06.347 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4376 | 2025-02-25T02:12:08.324Z | [ recovery-image] Feb 25 02:12:06.366 INFO O| Feb 25 02:12:06.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4377 | 2025-02-25T02:12:08.529Z | [ recovery-image] Feb 25 02:12:06.571 INFO O| Feb 25 02:12:06.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4378 | 2025-02-25T02:12:08.535Z | [ recovery-image] Feb 25 02:12:06.578 INFO O| Feb 25 02:12:06.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4379 | 2025-02-25T02:12:08.537Z | [ recovery-image] Feb 25 02:12:06.578 INFO O| Feb 25 02:12:06.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4380 | 2025-02-25T02:12:08.571Z | [ recovery-image] Feb 25 02:12:06.614 INFO O| Feb 25 02:12:06.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4381 | 2025-02-25T02:12:08.728Z | [ recovery-image] Feb 25 02:12:06.770 INFO O| Feb 25 02:12:06.770 INFO STEP 13 (remove_files) COMPLETE |
4382 | 2025-02-25T02:12:08.729Z | [ recovery-image] Feb 25 02:12:06.770 INFO O| Feb 25 02:12:06.770 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4383 | 2025-02-25T02:12:08.749Z | [ recovery-image] Feb 25 02:12:06.792 INFO O| Feb 25 02:12:06.792 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4384 | 2025-02-25T02:12:08.752Z | [ recovery-image] Feb 25 02:12:06.794 INFO O| Feb 25 02:12:06.794 INFO STEP 14 (remove_files) COMPLETE |
4385 | 2025-02-25T02:12:08.752Z | [ recovery-image] Feb 25 02:12:06.794 INFO O| Feb 25 02:12:06.794 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4386 | 2025-02-25T02:12:08.773Z | [ recovery-image] Feb 25 02:12:06.815 INFO O| Feb 25 02:12:06.815 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4387 | 2025-02-25T02:12:08.784Z | [ recovery-image] Feb 25 02:12:06.827 INFO O| Feb 25 02:12:06.826 INFO STEP 15 (remove_files) COMPLETE |
4388 | 2025-02-25T02:12:08.784Z | [ recovery-image] Feb 25 02:12:06.827 INFO O| Feb 25 02:12:06.826 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4389 | 2025-02-25T02:12:08.805Z | [ recovery-image] Feb 25 02:12:06.847 INFO O| Feb 25 02:12:06.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4390 | 2025-02-25T02:12:08.807Z | [ recovery-image] Feb 25 02:12:06.848 INFO O| Feb 25 02:12:06.848 INFO STEP 16 (remove_files) COMPLETE |
4391 | 2025-02-25T02:12:08.807Z | [ recovery-image] Feb 25 02:12:06.848 INFO O| Feb 25 02:12:06.848 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4392 | 2025-02-25T02:12:08.841Z | [ recovery-image] Feb 25 02:12:06.884 INFO O| Feb 25 02:12:06.884 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4393 | 2025-02-25T02:12:08.844Z | [ recovery-image] Feb 25 02:12:06.887 INFO O| Feb 25 02:12:06.886 INFO STEP 17 (remove_files) COMPLETE |
4394 | 2025-02-25T02:12:08.847Z | [ recovery-image] Feb 25 02:12:06.887 INFO O| Feb 25 02:12:06.887 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4395 | 2025-02-25T02:12:08.886Z | [ recovery-image] Feb 25 02:12:06.928 INFO O| Feb 25 02:12:06.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4396 | 2025-02-25T02:12:08.888Z | [ recovery-image] Feb 25 02:12:06.929 INFO O| Feb 25 02:12:06.928 INFO STEP 18 (remove_files) COMPLETE |
4397 | 2025-02-25T02:12:08.888Z | [ recovery-image] Feb 25 02:12:06.929 INFO O| Feb 25 02:12:06.928 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4398 | 2025-02-25T02:12:08.906Z | [ recovery-image] Feb 25 02:12:06.948 INFO O| Feb 25 02:12:06.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4399 | 2025-02-25T02:12:08.909Z | [ recovery-image] Feb 25 02:12:06.949 INFO O| Feb 25 02:12:06.949 INFO STEP 19 (remove_files) COMPLETE |
4400 | 2025-02-25T02:12:08.909Z | [ recovery-image] Feb 25 02:12:06.949 INFO O| Feb 25 02:12:06.949 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4401 | 2025-02-25T02:12:08.925Z | [ recovery-image] Feb 25 02:12:06.968 INFO O| Feb 25 02:12:06.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4402 | 2025-02-25T02:12:08.928Z | [ recovery-image] Feb 25 02:12:06.968 INFO O| Feb 25 02:12:06.968 INFO STEP 20 (remove_files) COMPLETE |
4403 | 2025-02-25T02:12:08.928Z | [ recovery-image] Feb 25 02:12:06.968 INFO O| Feb 25 02:12:06.968 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4404 | 2025-02-25T02:12:08.948Z | [ recovery-image] Feb 25 02:12:06.987 INFO O| Feb 25 02:12:06.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4405 | 2025-02-25T02:12:08.954Z | [ recovery-image] Feb 25 02:12:06.988 INFO O| Feb 25 02:12:06.987 INFO STEP 21 (remove_files) COMPLETE |
4406 | 2025-02-25T02:12:08.955Z | [ recovery-image] Feb 25 02:12:06.988 INFO O| Feb 25 02:12:06.988 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4407 | 2025-02-25T02:12:08.965Z | [ recovery-image] Feb 25 02:12:07.007 INFO O| Feb 25 02:12:07.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4408 | 2025-02-25T02:12:08.965Z | [ recovery-image] Feb 25 02:12:07.007 INFO O| Feb 25 02:12:07.007 INFO STEP 22 (remove_files) COMPLETE |
4409 | 2025-02-25T02:12:08.967Z | [ recovery-image] Feb 25 02:12:07.007 INFO O| Feb 25 02:12:07.007 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4410 | 2025-02-25T02:12:08.985Z | [ recovery-image] Feb 25 02:12:07.028 INFO O| Feb 25 02:12:07.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4411 | 2025-02-25T02:12:08.988Z | [ recovery-image] Feb 25 02:12:07.028 INFO O| Feb 25 02:12:07.028 INFO STEP 23 (remove_files) COMPLETE |
4412 | 2025-02-25T02:12:08.988Z | [ recovery-image] Feb 25 02:12:07.028 INFO O| Feb 25 02:12:07.028 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4413 | 2025-02-25T02:12:09.005Z | [ recovery-image] Feb 25 02:12:07.048 INFO O| Feb 25 02:12:07.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4414 | 2025-02-25T02:12:09.006Z | [ recovery-image] Feb 25 02:12:07.048 INFO O| Feb 25 02:12:07.048 INFO STEP 24 (remove_files) COMPLETE |
4415 | 2025-02-25T02:12:09.008Z | [ recovery-image] Feb 25 02:12:07.048 INFO O| Feb 25 02:12:07.048 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4416 | 2025-02-25T02:12:09.025Z | [ recovery-image] Feb 25 02:12:07.068 INFO O| Feb 25 02:12:07.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4417 | 2025-02-25T02:12:09.025Z | [ recovery-image] Feb 25 02:12:07.068 INFO O| Feb 25 02:12:07.068 INFO STEP 25 (remove_files) COMPLETE |
4418 | 2025-02-25T02:12:09.025Z | [ recovery-image] Feb 25 02:12:07.068 INFO O| Feb 25 02:12:07.068 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4419 | 2025-02-25T02:12:09.045Z | [ recovery-image] Feb 25 02:12:07.088 INFO O| Feb 25 02:12:07.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4420 | 2025-02-25T02:12:09.045Z | [ recovery-image] Feb 25 02:12:07.088 INFO O| Feb 25 02:12:07.088 INFO STEP 26 (remove_files) COMPLETE |
4421 | 2025-02-25T02:12:09.046Z | [ recovery-image] Feb 25 02:12:07.088 INFO O| Feb 25 02:12:07.088 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4422 | 2025-02-25T02:12:09.066Z | [ recovery-image] Feb 25 02:12:07.107 INFO O| Feb 25 02:12:07.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4423 | 2025-02-25T02:12:09.066Z | [ recovery-image] Feb 25 02:12:07.107 INFO O| Feb 25 02:12:07.107 INFO STEP 27 (remove_files) COMPLETE |
4424 | 2025-02-25T02:12:09.066Z | [ recovery-image] Feb 25 02:12:07.107 INFO O| Feb 25 02:12:07.107 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4425 | 2025-02-25T02:12:09.103Z | [ recovery-image] Feb 25 02:12:07.146 INFO O| Feb 25 02:12:07.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4426 | 2025-02-25T02:12:09.106Z | [ recovery-image] Feb 25 02:12:07.146 INFO O| Feb 25 02:12:07.146 INFO STEP 28 (remove_files) COMPLETE |
4427 | 2025-02-25T02:12:09.106Z | [ recovery-image] Feb 25 02:12:07.146 INFO O| Feb 25 02:12:07.146 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4428 | 2025-02-25T02:12:09.170Z | [ recovery-image] Feb 25 02:12:07.212 INFO O| Feb 25 02:12:07.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4429 | 2025-02-25T02:12:09.170Z | [ recovery-image] Feb 25 02:12:07.212 INFO O| Feb 25 02:12:07.212 INFO STEP 29 (remove_files) COMPLETE |
4430 | 2025-02-25T02:12:09.170Z | [ recovery-image] Feb 25 02:12:07.212 INFO O| Feb 25 02:12:07.212 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4431 | 2025-02-25T02:12:09.211Z | [ recovery-image] Feb 25 02:12:07.253 INFO O| Feb 25 02:12:07.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4432 | 2025-02-25T02:12:09.211Z | [ recovery-image] Feb 25 02:12:07.253 INFO O| Feb 25 02:12:07.253 INFO STEP 30 (remove_files) COMPLETE |
4433 | 2025-02-25T02:12:09.214Z | [ recovery-image] Feb 25 02:12:07.253 INFO O| Feb 25 02:12:07.253 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4434 | 2025-02-25T02:12:09.229Z | [ recovery-image] Feb 25 02:12:07.272 INFO O| Feb 25 02:12:07.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4435 | 2025-02-25T02:12:09.229Z | [ recovery-image] Feb 25 02:12:07.272 INFO O| Feb 25 02:12:07.272 INFO STEP 31 (remove_files) COMPLETE |
4436 | 2025-02-25T02:12:09.229Z | [ recovery-image] Feb 25 02:12:07.272 INFO O| Feb 25 02:12:07.272 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4437 | 2025-02-25T02:12:09.247Z | [ recovery-image] Feb 25 02:12:07.289 INFO O| Feb 25 02:12:07.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4438 | 2025-02-25T02:12:09.247Z | [ recovery-image] Feb 25 02:12:07.290 INFO O| Feb 25 02:12:07.289 INFO STEP 32 (remove_files) COMPLETE |
4439 | 2025-02-25T02:12:09.247Z | [ recovery-image] Feb 25 02:12:07.290 INFO O| Feb 25 02:12:07.290 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4440 | 2025-02-25T02:12:09.265Z | [ recovery-image] Feb 25 02:12:07.308 INFO O| Feb 25 02:12:07.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4441 | 2025-02-25T02:12:09.265Z | [ recovery-image] Feb 25 02:12:07.308 INFO O| Feb 25 02:12:07.308 INFO STEP 33 (remove_files) COMPLETE |
4442 | 2025-02-25T02:12:09.265Z | [ recovery-image] Feb 25 02:12:07.308 INFO O| Feb 25 02:12:07.308 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4443 | 2025-02-25T02:12:09.303Z | [ recovery-image] Feb 25 02:12:07.343 INFO O| Feb 25 02:12:07.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4444 | 2025-02-25T02:12:09.303Z | [ recovery-image] Feb 25 02:12:07.343 INFO O| Feb 25 02:12:07.343 INFO STEP 34 (remove_files) COMPLETE |
4445 | 2025-02-25T02:12:09.306Z | [ recovery-image] Feb 25 02:12:07.343 INFO O| Feb 25 02:12:07.343 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4446 | 2025-02-25T02:12:09.323Z | [ recovery-image] Feb 25 02:12:07.366 INFO O| Feb 25 02:12:07.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4447 | 2025-02-25T02:12:09.326Z | [ recovery-image] Feb 25 02:12:07.366 INFO O| Feb 25 02:12:07.366 INFO STEP 35 (remove_files) COMPLETE |
4448 | 2025-02-25T02:12:09.326Z | [ recovery-image] Feb 25 02:12:07.366 INFO O| Feb 25 02:12:07.366 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4449 | 2025-02-25T02:12:09.343Z | [ recovery-image] Feb 25 02:12:07.385 INFO O| Feb 25 02:12:07.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4450 | 2025-02-25T02:12:09.345Z | [ recovery-image] Feb 25 02:12:07.385 INFO O| Feb 25 02:12:07.385 INFO STEP 36 (remove_files) COMPLETE |
4451 | 2025-02-25T02:12:09.345Z | [ recovery-image] Feb 25 02:12:07.386 INFO O| Feb 25 02:12:07.386 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4452 | 2025-02-25T02:12:09.364Z | [ recovery-image] Feb 25 02:12:07.406 INFO O| Feb 25 02:12:07.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4453 | 2025-02-25T02:12:09.364Z | [ recovery-image] Feb 25 02:12:07.406 INFO O| Feb 25 02:12:07.406 INFO STEP 37 (remove_files) COMPLETE |
4454 | 2025-02-25T02:12:09.367Z | [ recovery-image] Feb 25 02:12:07.406 INFO O| Feb 25 02:12:07.406 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4455 | 2025-02-25T02:12:09.382Z | [ recovery-image] Feb 25 02:12:07.425 INFO O| Feb 25 02:12:07.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4456 | 2025-02-25T02:12:09.382Z | [ recovery-image] Feb 25 02:12:07.425 INFO O| Feb 25 02:12:07.425 INFO STEP 38 (remove_files) COMPLETE |
4457 | 2025-02-25T02:12:09.385Z | [ recovery-image] Feb 25 02:12:07.425 INFO O| Feb 25 02:12:07.425 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4458 | 2025-02-25T02:12:09.403Z | [ recovery-image] Feb 25 02:12:07.445 INFO O| Feb 25 02:12:07.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4459 | 2025-02-25T02:12:09.406Z | [ recovery-image] Feb 25 02:12:07.446 INFO O| Feb 25 02:12:07.446 INFO STEP 39 (remove_files) COMPLETE |
4460 | 2025-02-25T02:12:09.406Z | [ recovery-image] Feb 25 02:12:07.446 INFO O| Feb 25 02:12:07.446 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4461 | 2025-02-25T02:12:09.426Z | [ recovery-image] Feb 25 02:12:07.469 INFO O| Feb 25 02:12:07.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4462 | 2025-02-25T02:12:09.427Z | [ recovery-image] Feb 25 02:12:07.469 INFO O| Feb 25 02:12:07.469 INFO STEP 40 (remove_files) COMPLETE |
4463 | 2025-02-25T02:12:09.429Z | [ recovery-image] Feb 25 02:12:07.469 INFO O| Feb 25 02:12:07.469 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4464 | 2025-02-25T02:12:09.448Z | [ recovery-image] Feb 25 02:12:07.490 INFO O| Feb 25 02:12:07.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4465 | 2025-02-25T02:12:09.450Z | [ recovery-image] Feb 25 02:12:07.490 INFO O| Feb 25 02:12:07.490 INFO STEP 41 (remove_files) COMPLETE |
4466 | 2025-02-25T02:12:09.451Z | [ recovery-image] Feb 25 02:12:07.490 INFO O| Feb 25 02:12:07.490 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4467 | 2025-02-25T02:12:09.467Z | [ recovery-image] Feb 25 02:12:07.510 INFO O| Feb 25 02:12:07.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4468 | 2025-02-25T02:12:09.470Z | [ recovery-image] Feb 25 02:12:07.510 INFO O| Feb 25 02:12:07.510 INFO STEP 42 (remove_files) COMPLETE |
4469 | 2025-02-25T02:12:09.470Z | [ recovery-image] Feb 25 02:12:07.510 INFO O| Feb 25 02:12:07.510 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4470 | 2025-02-25T02:12:09.517Z | [ recovery-image] Feb 25 02:12:07.560 INFO O| Feb 25 02:12:07.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4471 | 2025-02-25T02:12:09.517Z | [ recovery-image] Feb 25 02:12:07.560 INFO O| Feb 25 02:12:07.560 INFO STEP 43 (remove_files) COMPLETE |
4472 | 2025-02-25T02:12:09.520Z | [ recovery-image] Feb 25 02:12:07.560 INFO O| Feb 25 02:12:07.560 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4473 | 2025-02-25T02:12:09.538Z | [ recovery-image] Feb 25 02:12:07.581 INFO O| Feb 25 02:12:07.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4474 | 2025-02-25T02:12:09.538Z | [ recovery-image] Feb 25 02:12:07.581 INFO O| Feb 25 02:12:07.581 INFO STEP 44 (remove_files) COMPLETE |
4475 | 2025-02-25T02:12:09.538Z | [ recovery-image] Feb 25 02:12:07.581 INFO O| Feb 25 02:12:07.581 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4476 | 2025-02-25T02:12:09.558Z | [ recovery-image] Feb 25 02:12:07.600 INFO O| Feb 25 02:12:07.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4477 | 2025-02-25T02:12:09.561Z | [ recovery-image] Feb 25 02:12:07.601 INFO O| Feb 25 02:12:07.601 INFO STEP 45 (remove_files) COMPLETE |
4478 | 2025-02-25T02:12:09.561Z | [ recovery-image] Feb 25 02:12:07.601 INFO O| Feb 25 02:12:07.601 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4479 | 2025-02-25T02:12:09.605Z | [ recovery-image] Feb 25 02:12:07.648 INFO O| Feb 25 02:12:07.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4480 | 2025-02-25T02:12:09.608Z | [ recovery-image] Feb 25 02:12:07.648 INFO O| Feb 25 02:12:07.648 INFO STEP 46 (remove_files) COMPLETE |
4481 | 2025-02-25T02:12:09.608Z | [ recovery-image] Feb 25 02:12:07.648 INFO O| Feb 25 02:12:07.648 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4482 | 2025-02-25T02:12:09.629Z | [ recovery-image] Feb 25 02:12:07.671 INFO O| Feb 25 02:12:07.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4483 | 2025-02-25T02:12:09.632Z | [ recovery-image] Feb 25 02:12:07.672 INFO O| Feb 25 02:12:07.672 INFO STEP 47 (remove_files) COMPLETE |
4484 | 2025-02-25T02:12:09.632Z | [ recovery-image] Feb 25 02:12:07.672 INFO O| Feb 25 02:12:07.672 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4485 | 2025-02-25T02:12:09.650Z | [ recovery-image] Feb 25 02:12:07.693 INFO O| Feb 25 02:12:07.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4486 | 2025-02-25T02:12:09.653Z | [ recovery-image] Feb 25 02:12:07.693 INFO O| Feb 25 02:12:07.693 INFO STEP 48 (remove_files) COMPLETE |
4487 | 2025-02-25T02:12:09.653Z | [ recovery-image] Feb 25 02:12:07.694 INFO O| Feb 25 02:12:07.693 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4488 | 2025-02-25T02:12:09.671Z | [ recovery-image] Feb 25 02:12:07.714 INFO O| Feb 25 02:12:07.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4489 | 2025-02-25T02:12:09.674Z | [ recovery-image] Feb 25 02:12:07.714 INFO O| Feb 25 02:12:07.714 INFO STEP 49 (remove_files) COMPLETE |
4490 | 2025-02-25T02:12:09.674Z | [ recovery-image] Feb 25 02:12:07.714 INFO O| Feb 25 02:12:07.714 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4491 | 2025-02-25T02:12:09.691Z | [ recovery-image] Feb 25 02:12:07.734 INFO O| Feb 25 02:12:07.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4492 | 2025-02-25T02:12:09.694Z | [ recovery-image] Feb 25 02:12:07.734 INFO O| Feb 25 02:12:07.734 INFO STEP 50 (remove_files) COMPLETE |
4493 | 2025-02-25T02:12:09.694Z | [ recovery-image] Feb 25 02:12:07.734 INFO O| Feb 25 02:12:07.734 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4494 | 2025-02-25T02:12:09.711Z | [ recovery-image] Feb 25 02:12:07.753 INFO O| Feb 25 02:12:07.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4495 | 2025-02-25T02:12:09.713Z | [ recovery-image] Feb 25 02:12:07.753 INFO O| Feb 25 02:12:07.753 INFO STEP 51 (remove_files) COMPLETE |
4496 | 2025-02-25T02:12:09.713Z | [ recovery-image] Feb 25 02:12:07.754 INFO O| Feb 25 02:12:07.754 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4497 | 2025-02-25T02:12:09.730Z | [ recovery-image] Feb 25 02:12:07.773 INFO O| Feb 25 02:12:07.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4498 | 2025-02-25T02:12:09.733Z | [ recovery-image] Feb 25 02:12:07.773 INFO O| Feb 25 02:12:07.773 INFO STEP 52 (remove_files) COMPLETE |
4499 | 2025-02-25T02:12:09.733Z | [ recovery-image] Feb 25 02:12:07.774 INFO O| Feb 25 02:12:07.774 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4500 | 2025-02-25T02:12:09.752Z | [ recovery-image] Feb 25 02:12:07.794 INFO O| Feb 25 02:12:07.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4501 | 2025-02-25T02:12:09.755Z | [ recovery-image] Feb 25 02:12:07.794 INFO O| Feb 25 02:12:07.794 INFO STEP 53 (remove_files) COMPLETE |
4502 | 2025-02-25T02:12:09.755Z | [ recovery-image] Feb 25 02:12:07.795 INFO O| Feb 25 02:12:07.794 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4503 | 2025-02-25T02:12:09.771Z | [ recovery-image] Feb 25 02:12:07.813 INFO O| Feb 25 02:12:07.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4504 | 2025-02-25T02:12:09.773Z | [ recovery-image] Feb 25 02:12:07.814 INFO O| Feb 25 02:12:07.814 INFO STEP 54 (remove_files) COMPLETE |
4505 | 2025-02-25T02:12:09.773Z | [ recovery-image] Feb 25 02:12:07.814 INFO O| Feb 25 02:12:07.814 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4506 | 2025-02-25T02:12:09.790Z | [ host-image] Feb 25 02:12:07.833 INFO O| Feb 25 02:12:07.832 INFO O| Download: 1116/1140 items 6.4/8.4MB 76% complete (1.2M/s) |
4507 | 2025-02-25T02:12:09.813Z | [ recovery-image] Feb 25 02:12:07.855 INFO O| Feb 25 02:12:07.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4508 | 2025-02-25T02:12:09.815Z | [ recovery-image] Feb 25 02:12:07.856 INFO O| Feb 25 02:12:07.856 INFO STEP 55 (remove_files) COMPLETE |
4509 | 2025-02-25T02:12:09.815Z | [ recovery-image] Feb 25 02:12:07.856 INFO O| Feb 25 02:12:07.856 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4510 | 2025-02-25T02:12:09.833Z | [ recovery-image] Feb 25 02:12:07.876 INFO O| Feb 25 02:12:07.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4511 | 2025-02-25T02:12:09.836Z | [ recovery-image] Feb 25 02:12:07.876 INFO O| Feb 25 02:12:07.876 INFO STEP 56 (remove_files) COMPLETE |
4512 | 2025-02-25T02:12:09.836Z | [ recovery-image] Feb 25 02:12:07.876 INFO O| Feb 25 02:12:07.876 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4513 | 2025-02-25T02:12:09.853Z | [ recovery-image] Feb 25 02:12:07.895 INFO O| Feb 25 02:12:07.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4514 | 2025-02-25T02:12:09.856Z | [ recovery-image] Feb 25 02:12:07.896 INFO O| Feb 25 02:12:07.896 INFO STEP 57 (remove_files) COMPLETE |
4515 | 2025-02-25T02:12:09.856Z | [ recovery-image] Feb 25 02:12:07.896 INFO O| Feb 25 02:12:07.896 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4516 | 2025-02-25T02:12:09.874Z | [ recovery-image] Feb 25 02:12:07.916 INFO O| Feb 25 02:12:07.916 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4517 | 2025-02-25T02:12:09.877Z | [ recovery-image] Feb 25 02:12:07.917 INFO O| Feb 25 02:12:07.916 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4518 | 2025-02-25T02:12:09.877Z | [ recovery-image] Feb 25 02:12:07.917 INFO O| Feb 25 02:12:07.917 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4519 | 2025-02-25T02:12:09.877Z | [ recovery-image] Feb 25 02:12:07.917 INFO O| Feb 25 02:12:07.917 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4520 | 2025-02-25T02:12:09.877Z | [ recovery-image] Feb 25 02:12:07.917 INFO O| Feb 25 02:12:07.917 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4521 | 2025-02-25T02:12:09.877Z | [ recovery-image] Feb 25 02:12:07.917 INFO O| Feb 25 02:12:07.917 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4522 | 2025-02-25T02:12:09.877Z | [ recovery-image] Feb 25 02:12:07.917 INFO O| Feb 25 02:12:07.917 INFO ok! |
4523 | 2025-02-25T02:12:09.877Z | [ recovery-image] Feb 25 02:12:07.917 INFO O| Feb 25 02:12:07.917 INFO STEP 58 (ensure_file) COMPLETE |
4524 | 2025-02-25T02:12:09.877Z | [ recovery-image] Feb 25 02:12:07.917 INFO O| Feb 25 02:12:07.917 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4525 | 2025-02-25T02:12:09.986Z | [ recovery-image] Feb 25 02:12:08.029 INFO O| Feb 25 02:12:08.029 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4526 | 2025-02-25T02:12:09.986Z | [ recovery-image] Feb 25 02:12:08.029 INFO O| Feb 25 02:12:08.029 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4527 | 2025-02-25T02:12:09.989Z | [ recovery-image] Feb 25 02:12:08.029 INFO O| Feb 25 02:12:08.029 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4528 | 2025-02-25T02:12:09.989Z | [ recovery-image] Feb 25 02:12:08.030 INFO O| Feb 25 02:12:08.029 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4529 | 2025-02-25T02:12:09.989Z | [ recovery-image] Feb 25 02:12:08.030 INFO O| Feb 25 02:12:08.030 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4530 | 2025-02-25T02:12:09.990Z | [ recovery-image] Feb 25 02:12:08.030 INFO O| Feb 25 02:12:08.030 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4531 | 2025-02-25T02:12:09.990Z | [ recovery-image] Feb 25 02:12:08.030 INFO O| Feb 25 02:12:08.030 INFO ok! |
4532 | 2025-02-25T02:12:09.990Z | [ recovery-image] Feb 25 02:12:08.030 INFO O| Feb 25 02:12:08.030 INFO STEP 59 (ensure_file) COMPLETE |
4533 | 2025-02-25T02:12:09.990Z | [ recovery-image] Feb 25 02:12:08.030 INFO O| Feb 25 02:12:08.030 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4534 | 2025-02-25T02:12:10.019Z | [ recovery-image] Feb 25 02:12:08.061 INFO O| Feb 25 02:12:08.060 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4535 | 2025-02-25T02:12:10.019Z | [ recovery-image] Feb 25 02:12:08.061 INFO O| Feb 25 02:12:08.061 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4536 | 2025-02-25T02:12:10.022Z | [ recovery-image] Feb 25 02:12:08.061 INFO O| Feb 25 02:12:08.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4537 | 2025-02-25T02:12:10.022Z | [ recovery-image] Feb 25 02:12:08.061 INFO O| Feb 25 02:12:08.061 INFO ok! |
4538 | 2025-02-25T02:12:10.022Z | [ recovery-image] Feb 25 02:12:08.061 INFO O| Feb 25 02:12:08.061 INFO STEP 60 (ensure_file) COMPLETE |
4539 | 2025-02-25T02:12:10.022Z | [ recovery-image] Feb 25 02:12:08.061 INFO O| Feb 25 02:12:08.061 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4540 | 2025-02-25T02:12:10.080Z | [ recovery-image] Feb 25 02:12:08.123 INFO O| Feb 25 02:12:08.122 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4541 | 2025-02-25T02:12:10.080Z | [ recovery-image] Feb 25 02:12:08.123 INFO O| Feb 25 02:12:08.123 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4542 | 2025-02-25T02:12:10.083Z | [ recovery-image] Feb 25 02:12:08.123 INFO O| Feb 25 02:12:08.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4543 | 2025-02-25T02:12:10.083Z | [ recovery-image] Feb 25 02:12:08.123 INFO O| Feb 25 02:12:08.123 INFO ok! |
4544 | 2025-02-25T02:12:10.083Z | [ recovery-image] Feb 25 02:12:08.123 INFO O| Feb 25 02:12:08.123 INFO STEP 61 (ensure_file) COMPLETE |
4545 | 2025-02-25T02:12:10.083Z | [ recovery-image] Feb 25 02:12:08.123 INFO O| Feb 25 02:12:08.123 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4546 | 2025-02-25T02:12:10.102Z | [ recovery-image] Feb 25 02:12:08.145 INFO O| Feb 25 02:12:08.145 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4547 | 2025-02-25T02:12:10.102Z | [ recovery-image] Feb 25 02:12:08.145 INFO O| Feb 25 02:12:08.145 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4548 | 2025-02-25T02:12:10.102Z | [ recovery-image] Feb 25 02:12:08.145 INFO O| Feb 25 02:12:08.145 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4549 | 2025-02-25T02:12:10.105Z | [ recovery-image] Feb 25 02:12:08.145 INFO O| Feb 25 02:12:08.145 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4550 | 2025-02-25T02:12:10.105Z | [ recovery-image] Feb 25 02:12:08.145 INFO O| Feb 25 02:12:08.145 INFO ok! |
4551 | 2025-02-25T02:12:10.105Z | [ recovery-image] Feb 25 02:12:08.145 INFO O| Feb 25 02:12:08.145 INFO STEP 62 (ensure_file) COMPLETE |
4552 | 2025-02-25T02:12:10.105Z | [ recovery-image] Feb 25 02:12:08.145 INFO O| Feb 25 02:12:08.145 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4553 | 2025-02-25T02:12:10.123Z | [ recovery-image] Feb 25 02:12:08.166 INFO O| Feb 25 02:12:08.166 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4554 | 2025-02-25T02:12:10.123Z | [ recovery-image] Feb 25 02:12:08.166 INFO O| Feb 25 02:12:08.166 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4555 | 2025-02-25T02:12:10.126Z | [ recovery-image] Feb 25 02:12:08.166 INFO O| Feb 25 02:12:08.166 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4556 | 2025-02-25T02:12:10.126Z | [ recovery-image] Feb 25 02:12:08.166 INFO O| Feb 25 02:12:08.166 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4557 | 2025-02-25T02:12:10.126Z | [ recovery-image] Feb 25 02:12:08.166 INFO O| Feb 25 02:12:08.166 INFO ok! |
4558 | 2025-02-25T02:12:10.126Z | [ recovery-image] Feb 25 02:12:08.166 INFO O| Feb 25 02:12:08.166 INFO STEP 63 (ensure_file) COMPLETE |
4559 | 2025-02-25T02:12:10.126Z | [ recovery-image] Feb 25 02:12:08.166 INFO O| Feb 25 02:12:08.166 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4560 | 2025-02-25T02:12:10.144Z | [ recovery-image] Feb 25 02:12:08.187 INFO O| Feb 25 02:12:08.186 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4561 | 2025-02-25T02:12:10.144Z | [ recovery-image] Feb 25 02:12:08.187 INFO O| Feb 25 02:12:08.186 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4562 | 2025-02-25T02:12:10.146Z | [ recovery-image] Feb 25 02:12:08.187 INFO O| Feb 25 02:12:08.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4563 | 2025-02-25T02:12:10.146Z | [ recovery-image] Feb 25 02:12:08.187 INFO O| Feb 25 02:12:08.187 INFO ok! |
4564 | 2025-02-25T02:12:10.146Z | [ recovery-image] Feb 25 02:12:08.187 INFO O| Feb 25 02:12:08.187 INFO STEP 64 (assemble_files) COMPLETE |
4565 | 2025-02-25T02:12:10.147Z | [ recovery-image] Feb 25 02:12:08.187 INFO O| Feb 25 02:12:08.187 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4566 | 2025-02-25T02:12:10.165Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4567 | 2025-02-25T02:12:10.165Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4568 | 2025-02-25T02:12:10.168Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4569 | 2025-02-25T02:12:10.168Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4570 | 2025-02-25T02:12:10.168Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO ok! |
4571 | 2025-02-25T02:12:10.168Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO STEP 65 (ensure_file) COMPLETE |
4572 | 2025-02-25T02:12:10.168Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4573 | 2025-02-25T02:12:10.168Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO skip step because feature "omicron1" is not enabled |
4574 | 2025-02-25T02:12:10.168Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4575 | 2025-02-25T02:12:10.168Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO skip step because feature "omicron1" is not enabled |
4576 | 2025-02-25T02:12:10.168Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4577 | 2025-02-25T02:12:10.168Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO skip step because feature "omicron1" is not enabled |
4578 | 2025-02-25T02:12:10.168Z | [ recovery-image] Feb 25 02:12:08.208 INFO O| Feb 25 02:12:08.208 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4579 | 2025-02-25T02:12:10.197Z | [ recovery-image] Feb 25 02:12:08.240 INFO O| Feb 25 02:12:08.240 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4580 | 2025-02-25T02:12:10.197Z | [ recovery-image] Feb 25 02:12:08.240 INFO O| Feb 25 02:12:08.240 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4581 | 2025-02-25T02:12:10.207Z | [ host-image] Feb 25 02:12:08.250 INFO O| Feb 25 02:12:08.250 INFO O| Download: Completed 8.42 MB in 5.51 seconds (1.5M/s) |
4582 | 2025-02-25T02:12:10.452Z | [ host-image] Feb 25 02:12:08.495 INFO O| Feb 25 02:12:08.495 INFO O| Actions: 1/1361 actions (Installing new actions) |
4583 | 2025-02-25T02:12:11.252Z | [ host-image] Feb 25 02:12:09.295 INFO O| Feb 25 02:12:09.295 INFO O| Actions: Completed 1361 actions in 0.80 seconds. |
4584 | 2025-02-25T02:12:11.871Z | [ host-image] Feb 25 02:12:09.914 INFO O| Feb 25 02:12:09.914 INFO O| Done |
4585 | 2025-02-25T02:12:11.871Z | [ host-image] Feb 25 02:12:09.914 INFO O| Feb 25 02:12:09.914 INFO O| Done |
4586 | 2025-02-25T02:12:13.190Z | [ recovery-image] Feb 25 02:12:11.233 INFO O| Feb 25 02:12:11.232 INFO STEP 69 (pack_tar) COMPLETE |
4587 | 2025-02-25T02:12:13.190Z | [ recovery-image] Feb 25 02:12:11.233 INFO O| Feb 25 02:12:11.233 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4588 | 2025-02-25T02:12:13.193Z | [ recovery-image] Feb 25 02:12:11.233 INFO O| Feb 25 02:12:11.233 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4589 | 2025-02-25T02:12:13.304Z | [ recovery-image] Feb 25 02:12:11.346 INFO O| Feb 25 02:12:11.346 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4590 | 2025-02-25T02:12:13.430Z | [ recovery-image] Feb 25 02:12:11.472 INFO O| Feb 25 02:12:11.472 INFO completed processing gimlet/ramdisk-02-trim |
4591 | 2025-02-25T02:12:13.433Z | [ recovery-image] Feb 25 02:12:11.476 INFO image builder template: ramdisk-03-recovery-trim... |
4592 | 2025-02-25T02:12:13.433Z | [ recovery-image] Feb 25 02:12:11.476 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/.tmpZkvLVr/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.334", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4593 | 2025-02-25T02:12:13.460Z | [ host-image] Feb 25 02:12:11.503 INFO O| Feb 25 02:12:11.503 INFO O| Done |
4594 | 2025-02-25T02:12:13.630Z | [ recovery-image] Feb 25 02:12:11.672 INFO O| Feb 25 02:12:11.672 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4595 | 2025-02-25T02:12:13.639Z | [ recovery-image] Feb 25 02:12:11.681 INFO O| Feb 25 02:12:11.681 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4596 | 2025-02-25T02:12:13.806Z | [ recovery-image] Feb 25 02:12:11.849 INFO O| Feb 25 02:12:11.849 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4597 | 2025-02-25T02:12:13.912Z | [ recovery-image] Feb 25 02:12:11.955 INFO O| Feb 25 02:12:11.955 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4598 | 2025-02-25T02:12:13.915Z | [ recovery-image] Feb 25 02:12:11.955 INFO O| Feb 25 02:12:11.955 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4599 | 2025-02-25T02:12:13.929Z | [ recovery-image] Feb 25 02:12:11.971 INFO O| Feb 25 02:12:11.971 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4600 | 2025-02-25T02:12:13.938Z | [ recovery-image] Feb 25 02:12:11.981 INFO O| Feb 25 02:12:11.981 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4601 | 2025-02-25T02:12:13.948Z | [ recovery-image] Feb 25 02:12:11.991 INFO O| Feb 25 02:12:11.991 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4602 | 2025-02-25T02:12:14.432Z | [ recovery-image] Feb 25 02:12:12.474 INFO O| Feb 25 02:12:12.474 INFO rolled back to input snapshot; work may begin |
4603 | 2025-02-25T02:12:14.432Z | [ recovery-image] Feb 25 02:12:12.474 INFO O| Feb 25 02:12:12.474 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4604 | 2025-02-25T02:12:14.453Z | [ recovery-image] Feb 25 02:12:12.495 INFO O| Feb 25 02:12:12.495 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2025-02-25T02:12:14.486Z | [ recovery-image] Feb 25 02:12:12.527 INFO O| Feb 25 02:12:12.527 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4606 | 2025-02-25T02:12:14.519Z | [ recovery-image] Feb 25 02:12:12.561 INFO O| Feb 25 02:12:12.561 INFO STEP 0 (remove_files) COMPLETE |
4607 | 2025-02-25T02:12:14.519Z | [ recovery-image] Feb 25 02:12:12.561 INFO O| Feb 25 02:12:12.561 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2025-02-25T02:12:14.541Z | [ recovery-image] Feb 25 02:12:12.583 INFO O| Feb 25 02:12:12.583 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4609 | 2025-02-25T02:12:14.683Z | [ recovery-image] Feb 25 02:12:12.726 INFO O| Feb 25 02:12:12.726 INFO STEP 1 (remove_files) COMPLETE |
4610 | 2025-02-25T02:12:14.683Z | [ recovery-image] Feb 25 02:12:12.726 INFO O| Feb 25 02:12:12.726 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2025-02-25T02:12:14.746Z | [ recovery-image] Feb 25 02:12:12.788 INFO O| Feb 25 02:12:12.788 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4612 | 2025-02-25T02:12:14.805Z | [ recovery-image] Feb 25 02:12:12.848 INFO O| Feb 25 02:12:12.847 INFO STEP 2 (remove_files) COMPLETE |
4613 | 2025-02-25T02:12:14.805Z | [ recovery-image] Feb 25 02:12:12.848 INFO O| Feb 25 02:12:12.847 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2025-02-25T02:12:14.833Z | [ recovery-image] Feb 25 02:12:12.875 INFO O| Feb 25 02:12:12.875 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4615 | 2025-02-25T02:12:14.958Z | [ recovery-image] Feb 25 02:12:12.999 INFO O| Feb 25 02:12:12.999 INFO STEP 3 (remove_files) COMPLETE |
4616 | 2025-02-25T02:12:14.958Z | [ recovery-image] Feb 25 02:12:12.999 INFO O| Feb 25 02:12:12.999 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2025-02-25T02:12:14.990Z | [ recovery-image] Feb 25 02:12:13.033 INFO O| Feb 25 02:12:13.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4618 | 2025-02-25T02:12:15.192Z | [ recovery-image] Feb 25 02:12:13.235 INFO O| Feb 25 02:12:13.235 INFO STEP 4 (remove_files) COMPLETE |
4619 | 2025-02-25T02:12:15.193Z | [ recovery-image] Feb 25 02:12:13.235 INFO O| Feb 25 02:12:13.235 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2025-02-25T02:12:15.235Z | [ recovery-image] Feb 25 02:12:13.277 INFO O| Feb 25 02:12:13.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4621 | 2025-02-25T02:12:15.239Z | [ recovery-image] Feb 25 02:12:13.279 INFO O| Feb 25 02:12:13.279 INFO STEP 5 (remove_files) COMPLETE |
4622 | 2025-02-25T02:12:15.239Z | [ recovery-image] Feb 25 02:12:13.279 INFO O| Feb 25 02:12:13.279 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2025-02-25T02:12:15.291Z | [ recovery-image] Feb 25 02:12:13.333 INFO O| Feb 25 02:12:13.333 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4624 | 2025-02-25T02:12:15.320Z | [ recovery-image] Feb 25 02:12:13.362 INFO O| Feb 25 02:12:13.362 INFO STEP 6 (remove_files) COMPLETE |
4625 | 2025-02-25T02:12:15.323Z | [ recovery-image] Feb 25 02:12:13.362 INFO O| Feb 25 02:12:13.362 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2025-02-25T02:12:15.359Z | [ recovery-image] Feb 25 02:12:13.402 INFO O| Feb 25 02:12:13.401 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4627 | 2025-02-25T02:12:15.451Z | [ recovery-image] Feb 25 02:12:13.494 INFO O| Feb 25 02:12:13.494 INFO STEP 7 (remove_files) COMPLETE |
4628 | 2025-02-25T02:12:15.451Z | [ recovery-image] Feb 25 02:12:13.494 INFO O| Feb 25 02:12:13.494 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2025-02-25T02:12:15.472Z | [ recovery-image] Feb 25 02:12:13.514 INFO O| Feb 25 02:12:13.514 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4630 | 2025-02-25T02:12:15.495Z | [ recovery-image] Feb 25 02:12:13.538 INFO O| Feb 25 02:12:13.538 INFO STEP 8 (remove_files) COMPLETE |
4631 | 2025-02-25T02:12:15.496Z | [ recovery-image] Feb 25 02:12:13.538 INFO O| Feb 25 02:12:13.538 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2025-02-25T02:12:15.515Z | [ recovery-image] Feb 25 02:12:13.558 INFO O| Feb 25 02:12:13.557 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4633 | 2025-02-25T02:12:15.523Z | [ recovery-image] Feb 25 02:12:13.565 INFO O| Feb 25 02:12:13.565 INFO STEP 9 (remove_files) COMPLETE |
4634 | 2025-02-25T02:12:15.523Z | [ recovery-image] Feb 25 02:12:13.565 INFO O| Feb 25 02:12:13.565 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2025-02-25T02:12:15.553Z | [ recovery-image] Feb 25 02:12:13.595 INFO O| Feb 25 02:12:13.595 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4636 | 2025-02-25T02:12:15.643Z | [ recovery-image] Feb 25 02:12:13.684 INFO O| Feb 25 02:12:13.684 INFO STEP 10 (remove_files) COMPLETE |
4637 | 2025-02-25T02:12:15.643Z | [ recovery-image] Feb 25 02:12:13.685 INFO O| Feb 25 02:12:13.684 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2025-02-25T02:12:15.722Z | [ recovery-image] Feb 25 02:12:13.764 INFO O| Feb 25 02:12:13.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4639 | 2025-02-25T02:12:15.766Z | [ recovery-image] Feb 25 02:12:13.808 INFO O| Feb 25 02:12:13.808 INFO STEP 11 (remove_files) COMPLETE |
4640 | 2025-02-25T02:12:15.768Z | [ recovery-image] Feb 25 02:12:13.808 INFO O| Feb 25 02:12:13.808 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2025-02-25T02:12:15.828Z | [ recovery-image] Feb 25 02:12:13.870 INFO O| Feb 25 02:12:13.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4642 | 2025-02-25T02:12:15.856Z | [ recovery-image] Feb 25 02:12:13.899 INFO O| Feb 25 02:12:13.898 INFO STEP 12 (remove_files) COMPLETE |
4643 | 2025-02-25T02:12:15.856Z | [ recovery-image] Feb 25 02:12:13.899 INFO O| Feb 25 02:12:13.899 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2025-02-25T02:12:15.879Z | [ recovery-image] Feb 25 02:12:13.922 INFO O| Feb 25 02:12:13.922 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4645 | 2025-02-25T02:12:15.882Z | [ recovery-image] Feb 25 02:12:13.922 INFO O| Feb 25 02:12:13.922 INFO STEP 13 (remove_files) COMPLETE |
4646 | 2025-02-25T02:12:15.882Z | [ recovery-image] Feb 25 02:12:13.922 INFO O| Feb 25 02:12:13.922 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2025-02-25T02:12:15.902Z | [ recovery-image] Feb 25 02:12:13.945 INFO O| Feb 25 02:12:13.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4648 | 2025-02-25T02:12:15.906Z | [ recovery-image] Feb 25 02:12:13.946 INFO O| Feb 25 02:12:13.946 INFO STEP 14 (remove_files) COMPLETE |
4649 | 2025-02-25T02:12:15.906Z | [ recovery-image] Feb 25 02:12:13.946 INFO O| Feb 25 02:12:13.946 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2025-02-25T02:12:15.941Z | [ recovery-image] Feb 25 02:12:13.984 INFO O| Feb 25 02:12:13.984 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4651 | 2025-02-25T02:12:16.091Z | [ host-image] Feb 25 02:12:14.133 INFO O| Feb 25 02:12:14.132 INFO O| Done |
4652 | 2025-02-25T02:12:16.137Z | [ host-image] Feb 25 02:12:14.179 INFO O| Feb 25 02:12:14.179 INFO O| Done |
4653 | 2025-02-25T02:12:16.139Z | [ host-image] Feb 25 02:12:14.179 INFO O| Feb 25 02:12:14.179 INFO O| Done |
4654 | 2025-02-25T02:12:16.215Z | [ host-image] Feb 25 02:12:14.257 INFO O| Feb 25 02:12:14.257 INFO O| Done |
4655 | 2025-02-25T02:12:16.276Z | [ recovery-image] Feb 25 02:12:14.318 INFO O| Feb 25 02:12:14.318 INFO STEP 15 (remove_files) COMPLETE |
4656 | 2025-02-25T02:12:16.276Z | [ recovery-image] Feb 25 02:12:14.318 INFO O| Feb 25 02:12:14.318 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2025-02-25T02:12:16.314Z | [ recovery-image] Feb 25 02:12:14.356 INFO O| Feb 25 02:12:14.356 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4658 | 2025-02-25T02:12:16.317Z | [ recovery-image] Feb 25 02:12:14.356 INFO O| Feb 25 02:12:14.356 INFO STEP 16 (remove_files) COMPLETE |
4659 | 2025-02-25T02:12:16.317Z | [ recovery-image] Feb 25 02:12:14.357 INFO O| Feb 25 02:12:14.356 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2025-02-25T02:12:16.377Z | [ recovery-image] Feb 25 02:12:14.419 INFO O| Feb 25 02:12:14.419 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4661 | 2025-02-25T02:12:16.377Z | [ recovery-image] Feb 25 02:12:14.419 INFO O| Feb 25 02:12:14.419 INFO STEP 17 (remove_files) COMPLETE |
4662 | 2025-02-25T02:12:16.384Z | [ recovery-image] Feb 25 02:12:14.419 INFO O| Feb 25 02:12:14.419 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2025-02-25T02:12:16.417Z | [ host-image] Feb 25 02:12:14.460 INFO O| Feb 25 02:12:14.460 INFO STEP 13 (pkg_install) COMPLETE |
4664 | 2025-02-25T02:12:16.417Z | [ host-image] Feb 25 02:12:14.460 INFO O| Feb 25 02:12:14.460 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4665 | 2025-02-25T02:12:16.421Z | [ recovery-image] Feb 25 02:12:14.460 INFO O| Feb 25 02:12:14.460 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4666 | 2025-02-25T02:12:16.437Z | [ host-image] Feb 25 02:12:14.479 INFO O| Feb 25 02:12:14.479 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
4667 | 2025-02-25T02:12:16.588Z | [ recovery-image] Feb 25 02:12:14.631 INFO O| Feb 25 02:12:14.630 INFO STEP 18 (remove_files) COMPLETE |
4668 | 2025-02-25T02:12:16.588Z | [ recovery-image] Feb 25 02:12:14.631 INFO O| Feb 25 02:12:14.631 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2025-02-25T02:12:16.623Z | [ recovery-image] Feb 25 02:12:14.665 INFO O| Feb 25 02:12:14.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4670 | 2025-02-25T02:12:16.662Z | [ recovery-image] Feb 25 02:12:14.705 INFO O| Feb 25 02:12:14.705 INFO STEP 19 (remove_files) COMPLETE |
4671 | 2025-02-25T02:12:16.662Z | [ recovery-image] Feb 25 02:12:14.705 INFO O| Feb 25 02:12:14.705 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2025-02-25T02:12:16.724Z | [ recovery-image] Feb 25 02:12:14.767 INFO O| Feb 25 02:12:14.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4673 | 2025-02-25T02:12:16.744Z | [ recovery-image] Feb 25 02:12:14.787 INFO O| Feb 25 02:12:14.787 INFO STEP 20 (remove_files) COMPLETE |
4674 | 2025-02-25T02:12:16.744Z | [ recovery-image] Feb 25 02:12:14.787 INFO O| Feb 25 02:12:14.787 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2025-02-25T02:12:16.766Z | [ recovery-image] Feb 25 02:12:14.808 INFO O| Feb 25 02:12:14.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4676 | 2025-02-25T02:12:16.768Z | [ recovery-image] Feb 25 02:12:14.809 INFO O| Feb 25 02:12:14.808 INFO STEP 21 (remove_files) COMPLETE |
4677 | 2025-02-25T02:12:16.768Z | [ recovery-image] Feb 25 02:12:14.809 INFO O| Feb 25 02:12:14.808 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2025-02-25T02:12:16.784Z | [ recovery-image] Feb 25 02:12:14.827 INFO O| Feb 25 02:12:14.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4679 | 2025-02-25T02:12:16.784Z | [ recovery-image] Feb 25 02:12:14.827 INFO O| Feb 25 02:12:14.827 INFO STEP 22 (remove_files) COMPLETE |
4680 | 2025-02-25T02:12:16.784Z | [ recovery-image] Feb 25 02:12:14.827 INFO O| Feb 25 02:12:14.827 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2025-02-25T02:12:16.824Z | [ recovery-image] Feb 25 02:12:14.867 INFO O| Feb 25 02:12:14.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4682 | 2025-02-25T02:12:16.824Z | [ recovery-image] Feb 25 02:12:14.867 INFO O| Feb 25 02:12:14.867 INFO STEP 23 (remove_files) COMPLETE |
4683 | 2025-02-25T02:12:16.827Z | [ recovery-image] Feb 25 02:12:14.867 INFO O| Feb 25 02:12:14.867 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2025-02-25T02:12:16.845Z | [ recovery-image] Feb 25 02:12:14.888 INFO O| Feb 25 02:12:14.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4685 | 2025-02-25T02:12:16.845Z | [ recovery-image] Feb 25 02:12:14.888 INFO O| Feb 25 02:12:14.888 INFO STEP 24 (remove_files) COMPLETE |
4686 | 2025-02-25T02:12:16.848Z | [ recovery-image] Feb 25 02:12:14.888 INFO O| Feb 25 02:12:14.888 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2025-02-25T02:12:16.865Z | [ recovery-image] Feb 25 02:12:14.908 INFO O| Feb 25 02:12:14.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4688 | 2025-02-25T02:12:16.868Z | [ recovery-image] Feb 25 02:12:14.908 INFO O| Feb 25 02:12:14.908 INFO STEP 25 (remove_files) COMPLETE |
4689 | 2025-02-25T02:12:16.868Z | [ recovery-image] Feb 25 02:12:14.908 INFO O| Feb 25 02:12:14.908 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2025-02-25T02:12:16.899Z | [ recovery-image] Feb 25 02:12:14.941 INFO O| Feb 25 02:12:14.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4691 | 2025-02-25T02:12:16.899Z | [ recovery-image] Feb 25 02:12:14.941 INFO O| Feb 25 02:12:14.941 INFO STEP 26 (remove_files) COMPLETE |
4692 | 2025-02-25T02:12:16.900Z | [ recovery-image] Feb 25 02:12:14.941 INFO O| Feb 25 02:12:14.941 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2025-02-25T02:12:16.931Z | [ recovery-image] Feb 25 02:12:14.974 INFO O| Feb 25 02:12:14.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4694 | 2025-02-25T02:12:16.961Z | [ recovery-image] Feb 25 02:12:15.003 INFO O| Feb 25 02:12:15.003 INFO STEP 27 (remove_files) COMPLETE |
4695 | 2025-02-25T02:12:16.961Z | [ recovery-image] Feb 25 02:12:15.003 INFO O| Feb 25 02:12:15.003 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2025-02-25T02:12:17.004Z | [ recovery-image] Feb 25 02:12:15.047 INFO O| Feb 25 02:12:15.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4697 | 2025-02-25T02:12:17.004Z | [ recovery-image] Feb 25 02:12:15.047 INFO O| Feb 25 02:12:15.047 INFO STEP 28 (remove_files) COMPLETE |
4698 | 2025-02-25T02:12:17.007Z | [ recovery-image] Feb 25 02:12:15.047 INFO O| Feb 25 02:12:15.047 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2025-02-25T02:12:17.046Z | [ recovery-image] Feb 25 02:12:15.089 INFO O| Feb 25 02:12:15.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4700 | 2025-02-25T02:12:17.048Z | [ recovery-image] Feb 25 02:12:15.089 INFO O| Feb 25 02:12:15.089 INFO STEP 29 (remove_files) COMPLETE |
4701 | 2025-02-25T02:12:17.048Z | [ recovery-image] Feb 25 02:12:15.089 INFO O| Feb 25 02:12:15.089 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2025-02-25T02:12:17.099Z | [ recovery-image] Feb 25 02:12:15.142 INFO O| Feb 25 02:12:15.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4703 | 2025-02-25T02:12:17.099Z | [ recovery-image] Feb 25 02:12:15.142 INFO O| Feb 25 02:12:15.142 INFO STEP 30 (remove_files) COMPLETE |
4704 | 2025-02-25T02:12:17.099Z | [ recovery-image] Feb 25 02:12:15.142 INFO O| Feb 25 02:12:15.142 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2025-02-25T02:12:17.119Z | [ recovery-image] Feb 25 02:12:15.161 INFO O| Feb 25 02:12:15.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4706 | 2025-02-25T02:12:17.120Z | [ recovery-image] Feb 25 02:12:15.161 INFO O| Feb 25 02:12:15.161 INFO STEP 31 (remove_files) COMPLETE |
4707 | 2025-02-25T02:12:17.120Z | [ recovery-image] Feb 25 02:12:15.161 INFO O| Feb 25 02:12:15.161 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2025-02-25T02:12:17.139Z | [ recovery-image] Feb 25 02:12:15.180 INFO O| Feb 25 02:12:15.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4709 | 2025-02-25T02:12:17.139Z | [ recovery-image] Feb 25 02:12:15.181 INFO O| Feb 25 02:12:15.180 INFO STEP 32 (remove_files) COMPLETE |
4710 | 2025-02-25T02:12:17.139Z | [ recovery-image] Feb 25 02:12:15.181 INFO O| Feb 25 02:12:15.181 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2025-02-25T02:12:17.186Z | [ recovery-image] Feb 25 02:12:15.229 INFO O| Feb 25 02:12:15.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4712 | 2025-02-25T02:12:17.186Z | [ recovery-image] Feb 25 02:12:15.229 INFO O| Feb 25 02:12:15.229 INFO STEP 33 (remove_files) COMPLETE |
4713 | 2025-02-25T02:12:17.186Z | [ recovery-image] Feb 25 02:12:15.229 INFO O| Feb 25 02:12:15.229 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2025-02-25T02:12:17.244Z | [ recovery-image] Feb 25 02:12:15.286 INFO O| Feb 25 02:12:15.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4715 | 2025-02-25T02:12:17.244Z | [ recovery-image] Feb 25 02:12:15.286 INFO O| Feb 25 02:12:15.286 INFO STEP 34 (remove_files) COMPLETE |
4716 | 2025-02-25T02:12:17.244Z | [ recovery-image] Feb 25 02:12:15.286 INFO O| Feb 25 02:12:15.286 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2025-02-25T02:12:17.284Z | [ recovery-image] Feb 25 02:12:15.326 INFO O| Feb 25 02:12:15.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4718 | 2025-02-25T02:12:17.284Z | [ recovery-image] Feb 25 02:12:15.326 INFO O| Feb 25 02:12:15.326 INFO STEP 35 (remove_files) COMPLETE |
4719 | 2025-02-25T02:12:17.284Z | [ recovery-image] Feb 25 02:12:15.326 INFO O| Feb 25 02:12:15.326 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2025-02-25T02:12:17.338Z | [ recovery-image] Feb 25 02:12:15.380 INFO O| Feb 25 02:12:15.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4721 | 2025-02-25T02:12:17.338Z | [ recovery-image] Feb 25 02:12:15.380 INFO O| Feb 25 02:12:15.380 INFO STEP 36 (remove_files) COMPLETE |
4722 | 2025-02-25T02:12:17.338Z | [ recovery-image] Feb 25 02:12:15.380 INFO O| Feb 25 02:12:15.380 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2025-02-25T02:12:17.368Z | [ recovery-image] Feb 25 02:12:15.410 INFO O| Feb 25 02:12:15.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4724 | 2025-02-25T02:12:17.371Z | [ recovery-image] Feb 25 02:12:15.410 INFO O| Feb 25 02:12:15.410 INFO STEP 37 (remove_files) COMPLETE |
4725 | 2025-02-25T02:12:17.371Z | [ recovery-image] Feb 25 02:12:15.410 INFO O| Feb 25 02:12:15.410 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2025-02-25T02:12:17.390Z | [ recovery-image] Feb 25 02:12:15.432 INFO O| Feb 25 02:12:15.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4727 | 2025-02-25T02:12:17.390Z | [ recovery-image] Feb 25 02:12:15.432 INFO O| Feb 25 02:12:15.432 INFO STEP 38 (remove_files) COMPLETE |
4728 | 2025-02-25T02:12:17.390Z | [ recovery-image] Feb 25 02:12:15.432 INFO O| Feb 25 02:12:15.432 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2025-02-25T02:12:17.410Z | [ recovery-image] Feb 25 02:12:15.452 INFO O| Feb 25 02:12:15.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4730 | 2025-02-25T02:12:17.410Z | [ recovery-image] Feb 25 02:12:15.453 INFO O| Feb 25 02:12:15.453 INFO STEP 39 (remove_files) COMPLETE |
4731 | 2025-02-25T02:12:17.410Z | [ recovery-image] Feb 25 02:12:15.453 INFO O| Feb 25 02:12:15.453 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2025-02-25T02:12:17.430Z | [ recovery-image] Feb 25 02:12:15.471 INFO O| Feb 25 02:12:15.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4733 | 2025-02-25T02:12:17.430Z | [ recovery-image] Feb 25 02:12:15.472 INFO O| Feb 25 02:12:15.472 INFO STEP 40 (remove_files) COMPLETE |
4734 | 2025-02-25T02:12:17.430Z | [ recovery-image] Feb 25 02:12:15.472 INFO O| Feb 25 02:12:15.472 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2025-02-25T02:12:17.448Z | [ recovery-image] Feb 25 02:12:15.490 INFO O| Feb 25 02:12:15.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4736 | 2025-02-25T02:12:17.448Z | [ recovery-image] Feb 25 02:12:15.490 INFO O| Feb 25 02:12:15.490 INFO STEP 41 (remove_files) COMPLETE |
4737 | 2025-02-25T02:12:17.448Z | [ recovery-image] Feb 25 02:12:15.490 INFO O| Feb 25 02:12:15.490 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2025-02-25T02:12:17.486Z | [ recovery-image] Feb 25 02:12:15.529 INFO O| Feb 25 02:12:15.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4739 | 2025-02-25T02:12:17.486Z | [ recovery-image] Feb 25 02:12:15.529 INFO O| Feb 25 02:12:15.529 INFO STEP 42 (remove_files) COMPLETE |
4740 | 2025-02-25T02:12:17.489Z | [ recovery-image] Feb 25 02:12:15.529 INFO O| Feb 25 02:12:15.529 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2025-02-25T02:12:17.528Z | [ recovery-image] Feb 25 02:12:15.570 INFO O| Feb 25 02:12:15.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4742 | 2025-02-25T02:12:17.528Z | [ recovery-image] Feb 25 02:12:15.571 INFO O| Feb 25 02:12:15.570 INFO STEP 43 (remove_files) COMPLETE |
4743 | 2025-02-25T02:12:17.528Z | [ recovery-image] Feb 25 02:12:15.571 INFO O| Feb 25 02:12:15.571 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2025-02-25T02:12:17.534Z | [ host-image] Feb 25 02:12:15.577 INFO O| Feb 25 02:12:15.577 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4745 | 2025-02-25T02:12:17.556Z | [ recovery-image] Feb 25 02:12:15.598 INFO O| Feb 25 02:12:15.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4746 | 2025-02-25T02:12:17.560Z | [ recovery-image] Feb 25 02:12:15.598 INFO O| Feb 25 02:12:15.598 INFO STEP 44 (remove_files) COMPLETE |
4747 | 2025-02-25T02:12:17.560Z | [ recovery-image] Feb 25 02:12:15.598 INFO O| Feb 25 02:12:15.598 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2025-02-25T02:12:17.599Z | [ recovery-image] Feb 25 02:12:15.641 INFO O| Feb 25 02:12:15.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4749 | 2025-02-25T02:12:17.599Z | [ recovery-image] Feb 25 02:12:15.641 INFO O| Feb 25 02:12:15.641 INFO STEP 45 (remove_files) COMPLETE |
4750 | 2025-02-25T02:12:17.602Z | [ recovery-image] Feb 25 02:12:15.641 INFO O| Feb 25 02:12:15.641 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2025-02-25T02:12:17.621Z | [ recovery-image] Feb 25 02:12:15.663 INFO O| Feb 25 02:12:15.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4752 | 2025-02-25T02:12:17.621Z | [ recovery-image] Feb 25 02:12:15.663 INFO O| Feb 25 02:12:15.663 INFO STEP 46 (remove_files) COMPLETE |
4753 | 2025-02-25T02:12:17.624Z | [ recovery-image] Feb 25 02:12:15.663 INFO O| Feb 25 02:12:15.663 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2025-02-25T02:12:17.652Z | [ recovery-image] Feb 25 02:12:15.694 INFO O| Feb 25 02:12:15.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4755 | 2025-02-25T02:12:17.652Z | [ recovery-image] Feb 25 02:12:15.694 INFO O| Feb 25 02:12:15.694 INFO STEP 47 (remove_files) COMPLETE |
4756 | 2025-02-25T02:12:17.654Z | [ recovery-image] Feb 25 02:12:15.694 INFO O| Feb 25 02:12:15.694 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2025-02-25T02:12:17.685Z | [ recovery-image] Feb 25 02:12:15.727 INFO O| Feb 25 02:12:15.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4758 | 2025-02-25T02:12:17.693Z | [ recovery-image] Feb 25 02:12:15.736 INFO O| Feb 25 02:12:15.736 INFO STEP 48 (remove_files) COMPLETE |
4759 | 2025-02-25T02:12:17.693Z | [ recovery-image] Feb 25 02:12:15.736 INFO O| Feb 25 02:12:15.736 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2025-02-25T02:12:17.750Z | [ recovery-image] Feb 25 02:12:15.793 INFO O| Feb 25 02:12:15.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4761 | 2025-02-25T02:12:17.750Z | [ recovery-image] Feb 25 02:12:15.793 INFO O| Feb 25 02:12:15.793 INFO STEP 49 (remove_files) COMPLETE |
4762 | 2025-02-25T02:12:17.750Z | [ recovery-image] Feb 25 02:12:15.793 INFO O| Feb 25 02:12:15.793 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2025-02-25T02:12:17.771Z | [ recovery-image] Feb 25 02:12:15.814 INFO O| Feb 25 02:12:15.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4764 | 2025-02-25T02:12:17.790Z | [ recovery-image] Feb 25 02:12:15.833 INFO O| Feb 25 02:12:15.833 INFO STEP 50 (remove_files) COMPLETE |
4765 | 2025-02-25T02:12:17.790Z | [ recovery-image] Feb 25 02:12:15.833 INFO O| Feb 25 02:12:15.833 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2025-02-25T02:12:17.823Z | [ recovery-image] Feb 25 02:12:15.866 INFO O| Feb 25 02:12:15.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4767 | 2025-02-25T02:12:17.823Z | [ recovery-image] Feb 25 02:12:15.866 INFO O| Feb 25 02:12:15.866 INFO STEP 51 (remove_files) COMPLETE |
4768 | 2025-02-25T02:12:17.826Z | [ recovery-image] Feb 25 02:12:15.866 INFO O| Feb 25 02:12:15.866 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2025-02-25T02:12:17.843Z | [ recovery-image] Feb 25 02:12:15.886 INFO O| Feb 25 02:12:15.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4770 | 2025-02-25T02:12:17.844Z | [ recovery-image] Feb 25 02:12:15.886 INFO O| Feb 25 02:12:15.886 INFO STEP 52 (remove_files) COMPLETE |
4771 | 2025-02-25T02:12:17.846Z | [ recovery-image] Feb 25 02:12:15.886 INFO O| Feb 25 02:12:15.886 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2025-02-25T02:12:17.876Z | [ recovery-image] Feb 25 02:12:15.918 INFO O| Feb 25 02:12:15.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4773 | 2025-02-25T02:12:17.876Z | [ recovery-image] Feb 25 02:12:15.918 INFO O| Feb 25 02:12:15.918 INFO STEP 53 (remove_files) COMPLETE |
4774 | 2025-02-25T02:12:17.876Z | [ recovery-image] Feb 25 02:12:15.918 INFO O| Feb 25 02:12:15.918 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2025-02-25T02:12:17.937Z | [ recovery-image] Feb 25 02:12:15.979 INFO O| Feb 25 02:12:15.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4776 | 2025-02-25T02:12:17.954Z | [ recovery-image] Feb 25 02:12:15.997 INFO O| Feb 25 02:12:15.997 INFO STEP 54 (remove_files) COMPLETE |
4777 | 2025-02-25T02:12:17.954Z | [ recovery-image] Feb 25 02:12:15.997 INFO O| Feb 25 02:12:15.997 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2025-02-25T02:12:18.001Z | [ recovery-image] Feb 25 02:12:16.043 INFO O| Feb 25 02:12:16.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4779 | 2025-02-25T02:12:18.005Z | [ recovery-image] Feb 25 02:12:16.043 INFO O| Feb 25 02:12:16.043 INFO STEP 55 (remove_files) COMPLETE |
4780 | 2025-02-25T02:12:18.005Z | [ recovery-image] Feb 25 02:12:16.043 INFO O| Feb 25 02:12:16.043 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2025-02-25T02:12:18.064Z | [ recovery-image] Feb 25 02:12:16.107 INFO O| Feb 25 02:12:16.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4782 | 2025-02-25T02:12:18.067Z | [ recovery-image] Feb 25 02:12:16.107 INFO O| Feb 25 02:12:16.107 INFO STEP 56 (remove_files) COMPLETE |
4783 | 2025-02-25T02:12:18.067Z | [ recovery-image] Feb 25 02:12:16.107 INFO O| Feb 25 02:12:16.107 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2025-02-25T02:12:18.122Z | [ recovery-image] Feb 25 02:12:16.165 INFO O| Feb 25 02:12:16.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4785 | 2025-02-25T02:12:18.125Z | [ recovery-image] Feb 25 02:12:16.165 INFO O| Feb 25 02:12:16.165 INFO STEP 57 (remove_files) COMPLETE |
4786 | 2025-02-25T02:12:18.125Z | [ recovery-image] Feb 25 02:12:16.165 INFO O| Feb 25 02:12:16.165 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2025-02-25T02:12:18.145Z | [ recovery-image] Feb 25 02:12:16.188 INFO O| Feb 25 02:12:16.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4788 | 2025-02-25T02:12:18.168Z | [ recovery-image] Feb 25 02:12:16.211 INFO O| Feb 25 02:12:16.211 INFO STEP 58 (remove_files) COMPLETE |
4789 | 2025-02-25T02:12:18.168Z | [ recovery-image] Feb 25 02:12:16.211 INFO O| Feb 25 02:12:16.211 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2025-02-25T02:12:18.191Z | [ recovery-image] Feb 25 02:12:16.233 INFO O| Feb 25 02:12:16.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4791 | 2025-02-25T02:12:18.193Z | [ recovery-image] Feb 25 02:12:16.233 INFO O| Feb 25 02:12:16.233 INFO STEP 59 (remove_files) COMPLETE |
4792 | 2025-02-25T02:12:18.193Z | [ recovery-image] Feb 25 02:12:16.234 INFO O| Feb 25 02:12:16.233 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2025-02-25T02:12:18.211Z | [ recovery-image] Feb 25 02:12:16.254 INFO O| Feb 25 02:12:16.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4794 | 2025-02-25T02:12:18.215Z | [ recovery-image] Feb 25 02:12:16.254 INFO O| Feb 25 02:12:16.254 INFO STEP 60 (remove_files) COMPLETE |
4795 | 2025-02-25T02:12:18.215Z | [ recovery-image] Feb 25 02:12:16.254 INFO O| Feb 25 02:12:16.254 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2025-02-25T02:12:18.250Z | [ recovery-image] Feb 25 02:12:16.293 INFO O| Feb 25 02:12:16.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4797 | 2025-02-25T02:12:18.250Z | [ recovery-image] Feb 25 02:12:16.293 INFO O| Feb 25 02:12:16.293 INFO STEP 61 (remove_files) COMPLETE |
4798 | 2025-02-25T02:12:18.250Z | [ recovery-image] Feb 25 02:12:16.293 INFO O| Feb 25 02:12:16.293 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2025-02-25T02:12:18.301Z | [ recovery-image] Feb 25 02:12:16.343 INFO O| Feb 25 02:12:16.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4800 | 2025-02-25T02:12:18.301Z | [ recovery-image] Feb 25 02:12:16.343 INFO O| Feb 25 02:12:16.343 INFO STEP 62 (remove_files) COMPLETE |
4801 | 2025-02-25T02:12:18.303Z | [ recovery-image] Feb 25 02:12:16.343 INFO O| Feb 25 02:12:16.343 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2025-02-25T02:12:18.322Z | [ recovery-image] Feb 25 02:12:16.364 INFO O| Feb 25 02:12:16.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4803 | 2025-02-25T02:12:18.322Z | [ recovery-image] Feb 25 02:12:16.364 INFO O| Feb 25 02:12:16.364 INFO STEP 63 (remove_files) COMPLETE |
4804 | 2025-02-25T02:12:18.322Z | [ recovery-image] Feb 25 02:12:16.364 INFO O| Feb 25 02:12:16.364 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2025-02-25T02:12:18.357Z | [ recovery-image] Feb 25 02:12:16.399 INFO O| Feb 25 02:12:16.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4806 | 2025-02-25T02:12:18.357Z | [ recovery-image] Feb 25 02:12:16.399 INFO O| Feb 25 02:12:16.399 INFO STEP 64 (remove_files) COMPLETE |
4807 | 2025-02-25T02:12:18.357Z | [ recovery-image] Feb 25 02:12:16.399 INFO O| Feb 25 02:12:16.399 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2025-02-25T02:12:18.400Z | [ recovery-image] Feb 25 02:12:16.442 INFO O| Feb 25 02:12:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4809 | 2025-02-25T02:12:18.423Z | [ recovery-image] Feb 25 02:12:16.465 INFO O| Feb 25 02:12:16.465 INFO STEP 65 (remove_files) COMPLETE |
4810 | 2025-02-25T02:12:18.423Z | [ recovery-image] Feb 25 02:12:16.465 INFO O| Feb 25 02:12:16.465 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2025-02-25T02:12:18.466Z | [ recovery-image] Feb 25 02:12:16.508 INFO O| Feb 25 02:12:16.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4812 | 2025-02-25T02:12:18.488Z | [ recovery-image] Feb 25 02:12:16.528 INFO O| Feb 25 02:12:16.528 INFO STEP 66 (remove_files) COMPLETE |
4813 | 2025-02-25T02:12:18.488Z | [ recovery-image] Feb 25 02:12:16.528 INFO O| Feb 25 02:12:16.528 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2025-02-25T02:12:18.532Z | [ recovery-image] Feb 25 02:12:16.574 INFO O| Feb 25 02:12:16.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4815 | 2025-02-25T02:12:18.532Z | [ recovery-image] Feb 25 02:12:16.575 INFO O| Feb 25 02:12:16.575 INFO STEP 67 (remove_files) COMPLETE |
4816 | 2025-02-25T02:12:18.535Z | [ recovery-image] Feb 25 02:12:16.575 INFO O| Feb 25 02:12:16.575 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2025-02-25T02:12:18.562Z | [ recovery-image] Feb 25 02:12:16.604 INFO O| Feb 25 02:12:16.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4818 | 2025-02-25T02:12:18.562Z | [ recovery-image] Feb 25 02:12:16.604 INFO O| Feb 25 02:12:16.604 INFO STEP 68 (remove_files) COMPLETE |
4819 | 2025-02-25T02:12:18.562Z | [ recovery-image] Feb 25 02:12:16.604 INFO O| Feb 25 02:12:16.604 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2025-02-25T02:12:18.578Z | [ recovery-image] Feb 25 02:12:16.621 INFO O| Feb 25 02:12:16.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4821 | 2025-02-25T02:12:18.578Z | [ recovery-image] Feb 25 02:12:16.621 INFO O| Feb 25 02:12:16.621 INFO STEP 69 (remove_files) COMPLETE |
4822 | 2025-02-25T02:12:18.579Z | [ recovery-image] Feb 25 02:12:16.621 INFO O| Feb 25 02:12:16.621 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2025-02-25T02:12:18.634Z | [ recovery-image] Feb 25 02:12:16.677 INFO O| Feb 25 02:12:16.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4824 | 2025-02-25T02:12:18.634Z | [ recovery-image] Feb 25 02:12:16.677 INFO O| Feb 25 02:12:16.677 INFO STEP 70 (remove_files) COMPLETE |
4825 | 2025-02-25T02:12:18.637Z | [ recovery-image] Feb 25 02:12:16.677 INFO O| Feb 25 02:12:16.677 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2025-02-25T02:12:18.693Z | [ recovery-image] Feb 25 02:12:16.736 INFO O| Feb 25 02:12:16.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4827 | 2025-02-25T02:12:18.693Z | [ recovery-image] Feb 25 02:12:16.736 INFO O| Feb 25 02:12:16.736 INFO STEP 71 (remove_files) COMPLETE |
4828 | 2025-02-25T02:12:18.693Z | [ recovery-image] Feb 25 02:12:16.736 INFO O| Feb 25 02:12:16.736 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2025-02-25T02:12:18.741Z | [ recovery-image] Feb 25 02:12:16.784 INFO O| Feb 25 02:12:16.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4830 | 2025-02-25T02:12:18.761Z | [ recovery-image] Feb 25 02:12:16.804 INFO O| Feb 25 02:12:16.804 INFO STEP 72 (remove_files) COMPLETE |
4831 | 2025-02-25T02:12:18.761Z | [ recovery-image] Feb 25 02:12:16.804 INFO O| Feb 25 02:12:16.804 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2025-02-25T02:12:18.940Z | [ recovery-image] Feb 25 02:12:16.973 INFO O| Feb 25 02:12:16.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4833 | 2025-02-25T02:12:18.940Z | [ recovery-image] Feb 25 02:12:16.973 INFO O| Feb 25 02:12:16.973 INFO STEP 73 (remove_files) COMPLETE |
4834 | 2025-02-25T02:12:18.940Z | [ recovery-image] Feb 25 02:12:16.973 INFO O| Feb 25 02:12:16.973 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2025-02-25T02:12:19.043Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
4836 | 2025-02-25T02:12:19.097Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
4837 | 2025-02-25T02:12:19.127Z | [ recovery-image] Feb 25 02:12:17.170 INFO O| Feb 25 02:12:17.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4838 | 2025-02-25T02:12:19.127Z | [ recovery-image] Feb 25 02:12:17.170 INFO O| Feb 25 02:12:17.170 INFO STEP 74 (remove_files) COMPLETE |
4839 | 2025-02-25T02:12:19.130Z | [ recovery-image] Feb 25 02:12:17.170 INFO O| Feb 25 02:12:17.170 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2025-02-25T02:12:19.179Z | [ recovery-image] Feb 25 02:12:17.221 INFO O| Feb 25 02:12:17.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4841 | 2025-02-25T02:12:19.179Z | [ recovery-image] Feb 25 02:12:17.221 INFO O| Feb 25 02:12:17.221 INFO STEP 75 (remove_files) COMPLETE |
4842 | 2025-02-25T02:12:19.179Z | [ recovery-image] Feb 25 02:12:17.221 INFO O| Feb 25 02:12:17.221 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2025-02-25T02:12:19.223Z | [ recovery-image] Feb 25 02:12:17.266 INFO O| Feb 25 02:12:17.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4844 | 2025-02-25T02:12:19.246Z | [ recovery-image] Feb 25 02:12:17.288 INFO O| Feb 25 02:12:17.288 INFO STEP 76 (remove_files) COMPLETE |
4845 | 2025-02-25T02:12:19.246Z | [ recovery-image] Feb 25 02:12:17.288 INFO O| Feb 25 02:12:17.288 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2025-02-25T02:12:19.298Z | [ recovery-image] Feb 25 02:12:17.341 INFO O| Feb 25 02:12:17.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4847 | 2025-02-25T02:12:19.298Z | [ recovery-image] Feb 25 02:12:17.341 INFO O| Feb 25 02:12:17.341 INFO STEP 77 (remove_files) COMPLETE |
4848 | 2025-02-25T02:12:19.301Z | [ recovery-image] Feb 25 02:12:17.341 INFO O| Feb 25 02:12:17.341 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2025-02-25T02:12:19.380Z | [ recovery-image] Feb 25 02:12:17.423 INFO O| Feb 25 02:12:17.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4850 | 2025-02-25T02:12:19.383Z | [ recovery-image] Feb 25 02:12:17.423 INFO O| Feb 25 02:12:17.423 INFO STEP 78 (remove_files) COMPLETE |
4851 | 2025-02-25T02:12:19.383Z | [ recovery-image] Feb 25 02:12:17.423 INFO O| Feb 25 02:12:17.423 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2025-02-25T02:12:19.400Z | [ recovery-image] Feb 25 02:12:17.443 INFO O| Feb 25 02:12:17.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4853 | 2025-02-25T02:12:19.403Z | [ recovery-image] Feb 25 02:12:17.443 INFO O| Feb 25 02:12:17.443 INFO STEP 79 (remove_files) COMPLETE |
4854 | 2025-02-25T02:12:19.403Z | [ recovery-image] Feb 25 02:12:17.443 INFO O| Feb 25 02:12:17.443 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2025-02-25T02:12:19.419Z | [ recovery-image] Feb 25 02:12:17.462 INFO O| Feb 25 02:12:17.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4856 | 2025-02-25T02:12:19.422Z | [ recovery-image] Feb 25 02:12:17.462 INFO O| Feb 25 02:12:17.462 INFO STEP 80 (remove_files) COMPLETE |
4857 | 2025-02-25T02:12:19.422Z | [ recovery-image] Feb 25 02:12:17.462 INFO O| Feb 25 02:12:17.462 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2025-02-25T02:12:19.438Z | [ recovery-image] Feb 25 02:12:17.480 INFO O| Feb 25 02:12:17.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4859 | 2025-02-25T02:12:19.438Z | [ recovery-image] Feb 25 02:12:17.481 INFO O| Feb 25 02:12:17.481 INFO STEP 81 (remove_files) COMPLETE |
4860 | 2025-02-25T02:12:19.438Z | [ recovery-image] Feb 25 02:12:17.481 INFO O| Feb 25 02:12:17.481 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2025-02-25T02:12:19.458Z | [ recovery-image] Feb 25 02:12:17.501 INFO O| Feb 25 02:12:17.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4862 | 2025-02-25T02:12:19.458Z | [ recovery-image] Feb 25 02:12:17.501 INFO O| Feb 25 02:12:17.501 INFO STEP 82 (remove_files) COMPLETE |
4863 | 2025-02-25T02:12:19.458Z | [ recovery-image] Feb 25 02:12:17.501 INFO O| Feb 25 02:12:17.501 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2025-02-25T02:12:19.480Z | [ recovery-image] Feb 25 02:12:17.521 INFO O| Feb 25 02:12:17.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4865 | 2025-02-25T02:12:19.480Z | [ recovery-image] Feb 25 02:12:17.521 INFO O| Feb 25 02:12:17.521 INFO STEP 83 (remove_files) COMPLETE |
4866 | 2025-02-25T02:12:19.480Z | [ recovery-image] Feb 25 02:12:17.521 INFO O| Feb 25 02:12:17.521 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2025-02-25T02:12:19.524Z | [ recovery-image] Feb 25 02:12:17.567 INFO O| Feb 25 02:12:17.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4868 | 2025-02-25T02:12:19.524Z | [ recovery-image] Feb 25 02:12:17.567 INFO O| Feb 25 02:12:17.567 INFO STEP 84 (remove_files) COMPLETE |
4869 | 2025-02-25T02:12:19.524Z | [ recovery-image] Feb 25 02:12:17.567 INFO O| Feb 25 02:12:17.567 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2025-02-25T02:12:19.544Z | [ recovery-image] Feb 25 02:12:17.587 INFO O| Feb 25 02:12:17.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4871 | 2025-02-25T02:12:19.544Z | [ recovery-image] Feb 25 02:12:17.587 INFO O| Feb 25 02:12:17.587 INFO STEP 85 (remove_files) COMPLETE |
4872 | 2025-02-25T02:12:19.544Z | [ recovery-image] Feb 25 02:12:17.587 INFO O| Feb 25 02:12:17.587 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2025-02-25T02:12:19.585Z | [ recovery-image] Feb 25 02:12:17.628 INFO O| Feb 25 02:12:17.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4874 | 2025-02-25T02:12:19.585Z | [ recovery-image] Feb 25 02:12:17.628 INFO O| Feb 25 02:12:17.628 INFO STEP 86 (remove_files) COMPLETE |
4875 | 2025-02-25T02:12:19.585Z | [ recovery-image] Feb 25 02:12:17.628 INFO O| Feb 25 02:12:17.628 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2025-02-25T02:12:19.627Z | [ recovery-image] Feb 25 02:12:17.669 INFO O| Feb 25 02:12:17.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4877 | 2025-02-25T02:12:19.627Z | [ recovery-image] Feb 25 02:12:17.669 INFO O| Feb 25 02:12:17.669 INFO STEP 87 (remove_files) COMPLETE |
4878 | 2025-02-25T02:12:19.627Z | [ recovery-image] Feb 25 02:12:17.669 INFO O| Feb 25 02:12:17.669 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2025-02-25T02:12:19.655Z | [ recovery-image] Feb 25 02:12:17.697 INFO O| Feb 25 02:12:17.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4880 | 2025-02-25T02:12:19.655Z | [ recovery-image] Feb 25 02:12:17.697 INFO O| Feb 25 02:12:17.697 INFO STEP 88 (remove_files) COMPLETE |
4881 | 2025-02-25T02:12:19.655Z | [ recovery-image] Feb 25 02:12:17.697 INFO O| Feb 25 02:12:17.697 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2025-02-25T02:12:19.686Z | [ recovery-image] Feb 25 02:12:17.728 INFO O| Feb 25 02:12:17.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4883 | 2025-02-25T02:12:19.686Z | [ recovery-image] Feb 25 02:12:17.728 INFO O| Feb 25 02:12:17.728 INFO STEP 89 (remove_files) COMPLETE |
4884 | 2025-02-25T02:12:19.686Z | [ recovery-image] Feb 25 02:12:17.728 INFO O| Feb 25 02:12:17.728 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2025-02-25T02:12:19.703Z | [verify-libraries] Compiling yansi v1.0.1 |
4886 | 2025-02-25T02:12:19.725Z | [ recovery-image] Feb 25 02:12:17.767 INFO O| Feb 25 02:12:17.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4887 | 2025-02-25T02:12:19.725Z | [ recovery-image] Feb 25 02:12:17.767 INFO O| Feb 25 02:12:17.767 INFO STEP 90 (remove_files) COMPLETE |
4888 | 2025-02-25T02:12:19.725Z | [ recovery-image] Feb 25 02:12:17.767 INFO O| Feb 25 02:12:17.767 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2025-02-25T02:12:19.744Z | [ recovery-image] Feb 25 02:12:17.787 INFO O| Feb 25 02:12:17.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4890 | 2025-02-25T02:12:19.744Z | [ recovery-image] Feb 25 02:12:17.787 INFO O| Feb 25 02:12:17.787 INFO STEP 91 (remove_files) COMPLETE |
4891 | 2025-02-25T02:12:19.744Z | [ recovery-image] Feb 25 02:12:17.787 INFO O| Feb 25 02:12:17.787 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2025-02-25T02:12:19.786Z | [ recovery-image] Feb 25 02:12:17.827 INFO O| Feb 25 02:12:17.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4893 | 2025-02-25T02:12:19.786Z | [ recovery-image] Feb 25 02:12:17.827 INFO O| Feb 25 02:12:17.827 INFO STEP 92 (remove_files) COMPLETE |
4894 | 2025-02-25T02:12:19.789Z | [ recovery-image] Feb 25 02:12:17.827 INFO O| Feb 25 02:12:17.827 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2025-02-25T02:12:19.847Z | [ recovery-image] Feb 25 02:12:17.890 INFO O| Feb 25 02:12:17.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4896 | 2025-02-25T02:12:19.848Z | [ recovery-image] Feb 25 02:12:17.890 INFO O| Feb 25 02:12:17.890 INFO STEP 93 (remove_files) COMPLETE |
4897 | 2025-02-25T02:12:19.848Z | [ recovery-image] Feb 25 02:12:17.890 INFO O| Feb 25 02:12:17.890 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2025-02-25T02:12:19.869Z | [ recovery-image] Feb 25 02:12:17.912 INFO O| Feb 25 02:12:17.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4899 | 2025-02-25T02:12:19.869Z | [ recovery-image] Feb 25 02:12:17.912 INFO O| Feb 25 02:12:17.912 INFO STEP 94 (remove_files) COMPLETE |
4900 | 2025-02-25T02:12:19.872Z | [ recovery-image] Feb 25 02:12:17.912 INFO O| Feb 25 02:12:17.912 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2025-02-25T02:12:19.911Z | [ recovery-image] Feb 25 02:12:17.953 INFO O| Feb 25 02:12:17.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4902 | 2025-02-25T02:12:19.912Z | [ recovery-image] Feb 25 02:12:17.953 INFO O| Feb 25 02:12:17.953 INFO STEP 95 (remove_files) COMPLETE |
4903 | 2025-02-25T02:12:19.912Z | [ recovery-image] Feb 25 02:12:17.953 INFO O| Feb 25 02:12:17.953 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2025-02-25T02:12:19.932Z | [ recovery-image] Feb 25 02:12:17.974 INFO O| Feb 25 02:12:17.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4905 | 2025-02-25T02:12:19.932Z | [ recovery-image] Feb 25 02:12:17.974 INFO O| Feb 25 02:12:17.974 INFO STEP 96 (remove_files) COMPLETE |
4906 | 2025-02-25T02:12:19.934Z | [ recovery-image] Feb 25 02:12:17.974 INFO O| Feb 25 02:12:17.974 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2025-02-25T02:12:19.953Z | [ recovery-image] Feb 25 02:12:17.995 INFO O| Feb 25 02:12:17.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4908 | 2025-02-25T02:12:19.958Z | [ recovery-image] Feb 25 02:12:18.001 INFO O| Feb 25 02:12:18.001 INFO STEP 97 (remove_files) COMPLETE |
4909 | 2025-02-25T02:12:19.958Z | [ recovery-image] Feb 25 02:12:18.001 INFO O| Feb 25 02:12:18.001 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2025-02-25T02:12:19.996Z | [ recovery-image] Feb 25 02:12:18.038 INFO O| Feb 25 02:12:18.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4911 | 2025-02-25T02:12:19.999Z | [ recovery-image] Feb 25 02:12:18.038 INFO O| Feb 25 02:12:18.038 INFO STEP 98 (remove_files) COMPLETE |
4912 | 2025-02-25T02:12:19.999Z | [ recovery-image] Feb 25 02:12:18.038 INFO O| Feb 25 02:12:18.038 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2025-02-25T02:12:20.024Z | [ recovery-image] Feb 25 02:12:18.066 INFO O| Feb 25 02:12:18.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4914 | 2025-02-25T02:12:20.024Z | [ recovery-image] Feb 25 02:12:18.066 INFO O| Feb 25 02:12:18.066 INFO STEP 99 (remove_files) COMPLETE |
4915 | 2025-02-25T02:12:20.024Z | [ recovery-image] Feb 25 02:12:18.066 INFO O| Feb 25 02:12:18.066 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2025-02-25T02:12:20.082Z | [ recovery-image] Feb 25 02:12:18.124 INFO O| Feb 25 02:12:18.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4917 | 2025-02-25T02:12:20.082Z | [ recovery-image] Feb 25 02:12:18.124 INFO O| Feb 25 02:12:18.124 INFO STEP 100 (remove_files) COMPLETE |
4918 | 2025-02-25T02:12:20.082Z | [ recovery-image] Feb 25 02:12:18.124 INFO O| Feb 25 02:12:18.124 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2025-02-25T02:12:20.138Z | [ recovery-image] Feb 25 02:12:18.179 INFO O| Feb 25 02:12:18.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4920 | 2025-02-25T02:12:20.138Z | [ recovery-image] Feb 25 02:12:18.179 INFO O| Feb 25 02:12:18.179 INFO STEP 101 (remove_files) COMPLETE |
4921 | 2025-02-25T02:12:20.138Z | [ recovery-image] Feb 25 02:12:18.179 INFO O| Feb 25 02:12:18.179 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2025-02-25T02:12:20.178Z | [ recovery-image] Feb 25 02:12:18.221 INFO O| Feb 25 02:12:18.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4923 | 2025-02-25T02:12:20.181Z | [ recovery-image] Feb 25 02:12:18.221 INFO O| Feb 25 02:12:18.221 INFO STEP 102 (remove_files) COMPLETE |
4924 | 2025-02-25T02:12:20.181Z | [ recovery-image] Feb 25 02:12:18.221 INFO O| Feb 25 02:12:18.221 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2025-02-25T02:12:20.215Z | [ recovery-image] Feb 25 02:12:18.258 INFO O| Feb 25 02:12:18.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4926 | 2025-02-25T02:12:20.215Z | [ recovery-image] Feb 25 02:12:18.258 INFO O| Feb 25 02:12:18.258 INFO STEP 103 (remove_files) COMPLETE |
4927 | 2025-02-25T02:12:20.218Z | [ recovery-image] Feb 25 02:12:18.258 INFO O| Feb 25 02:12:18.258 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2025-02-25T02:12:20.252Z | [ recovery-image] Feb 25 02:12:18.293 INFO O| Feb 25 02:12:18.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4929 | 2025-02-25T02:12:20.252Z | [ recovery-image] Feb 25 02:12:18.293 INFO O| Feb 25 02:12:18.293 INFO STEP 104 (remove_files) COMPLETE |
4930 | 2025-02-25T02:12:20.252Z | [ recovery-image] Feb 25 02:12:18.293 INFO O| Feb 25 02:12:18.293 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2025-02-25T02:12:20.270Z | [ recovery-image] Feb 25 02:12:18.312 INFO O| Feb 25 02:12:18.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4932 | 2025-02-25T02:12:20.270Z | [ recovery-image] Feb 25 02:12:18.312 INFO O| Feb 25 02:12:18.312 INFO STEP 105 (remove_files) COMPLETE |
4933 | 2025-02-25T02:12:20.273Z | [ recovery-image] Feb 25 02:12:18.312 INFO O| Feb 25 02:12:18.312 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2025-02-25T02:12:20.289Z | [ recovery-image] Feb 25 02:12:18.331 INFO O| Feb 25 02:12:18.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4935 | 2025-02-25T02:12:20.289Z | [ recovery-image] Feb 25 02:12:18.331 INFO O| Feb 25 02:12:18.331 INFO STEP 106 (remove_files) COMPLETE |
4936 | 2025-02-25T02:12:20.289Z | [ recovery-image] Feb 25 02:12:18.331 INFO O| Feb 25 02:12:18.331 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2025-02-25T02:12:20.328Z | [ recovery-image] Feb 25 02:12:18.369 INFO O| Feb 25 02:12:18.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4938 | 2025-02-25T02:12:20.328Z | [ recovery-image] Feb 25 02:12:18.369 INFO O| Feb 25 02:12:18.369 INFO STEP 107 (remove_files) COMPLETE |
4939 | 2025-02-25T02:12:20.335Z | [ recovery-image] Feb 25 02:12:18.369 INFO O| Feb 25 02:12:18.369 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2025-02-25T02:12:20.367Z | [ recovery-image] Feb 25 02:12:18.409 INFO O| Feb 25 02:12:18.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4941 | 2025-02-25T02:12:20.369Z | [ recovery-image] Feb 25 02:12:18.409 INFO O| Feb 25 02:12:18.409 INFO STEP 108 (remove_files) COMPLETE |
4942 | 2025-02-25T02:12:20.369Z | [ recovery-image] Feb 25 02:12:18.409 INFO O| Feb 25 02:12:18.409 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2025-02-25T02:12:20.389Z | [ recovery-image] Feb 25 02:12:18.431 INFO O| Feb 25 02:12:18.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4944 | 2025-02-25T02:12:20.391Z | [ recovery-image] Feb 25 02:12:18.431 INFO O| Feb 25 02:12:18.431 INFO STEP 109 (remove_files) COMPLETE |
4945 | 2025-02-25T02:12:20.391Z | [ recovery-image] Feb 25 02:12:18.431 INFO O| Feb 25 02:12:18.431 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2025-02-25T02:12:20.415Z | [ recovery-image] Feb 25 02:12:18.458 INFO O| Feb 25 02:12:18.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4947 | 2025-02-25T02:12:20.415Z | [ recovery-image] Feb 25 02:12:18.458 INFO O| Feb 25 02:12:18.458 INFO STEP 110 (remove_files) COMPLETE |
4948 | 2025-02-25T02:12:20.418Z | [ recovery-image] Feb 25 02:12:18.458 INFO O| Feb 25 02:12:18.458 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2025-02-25T02:12:20.448Z | [ recovery-image] Feb 25 02:12:18.491 INFO O| Feb 25 02:12:18.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4950 | 2025-02-25T02:12:20.448Z | [ recovery-image] Feb 25 02:12:18.491 INFO O| Feb 25 02:12:18.491 INFO STEP 111 (remove_files) COMPLETE |
4951 | 2025-02-25T02:12:20.451Z | [ recovery-image] Feb 25 02:12:18.491 INFO O| Feb 25 02:12:18.491 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2025-02-25T02:12:20.487Z | [ recovery-image] Feb 25 02:12:18.530 INFO O| Feb 25 02:12:18.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4953 | 2025-02-25T02:12:20.508Z | [ recovery-image] Feb 25 02:12:18.550 INFO O| Feb 25 02:12:18.550 INFO STEP 112 (remove_files) COMPLETE |
4954 | 2025-02-25T02:12:20.508Z | [ recovery-image] Feb 25 02:12:18.550 INFO O| Feb 25 02:12:18.550 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2025-02-25T02:12:20.530Z | [ recovery-image] Feb 25 02:12:18.572 INFO O| Feb 25 02:12:18.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4956 | 2025-02-25T02:12:20.532Z | [ recovery-image] Feb 25 02:12:18.572 INFO O| Feb 25 02:12:18.572 INFO STEP 113 (remove_files) COMPLETE |
4957 | 2025-02-25T02:12:20.532Z | [ recovery-image] Feb 25 02:12:18.572 INFO O| Feb 25 02:12:18.572 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2025-02-25T02:12:20.555Z | [ recovery-image] Feb 25 02:12:18.597 INFO O| Feb 25 02:12:18.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4959 | 2025-02-25T02:12:20.555Z | [ recovery-image] Feb 25 02:12:18.597 INFO O| Feb 25 02:12:18.597 INFO STEP 114 (remove_files) COMPLETE |
4960 | 2025-02-25T02:12:20.555Z | [ recovery-image] Feb 25 02:12:18.597 INFO O| Feb 25 02:12:18.597 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2025-02-25T02:12:20.590Z | [ recovery-image] Feb 25 02:12:18.632 INFO O| Feb 25 02:12:18.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4962 | 2025-02-25T02:12:20.590Z | [ recovery-image] Feb 25 02:12:18.632 INFO O| Feb 25 02:12:18.632 INFO STEP 115 (remove_files) COMPLETE |
4963 | 2025-02-25T02:12:20.590Z | [ recovery-image] Feb 25 02:12:18.632 INFO O| Feb 25 02:12:18.632 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2025-02-25T02:12:20.646Z | [ recovery-image] Feb 25 02:12:18.688 INFO O| Feb 25 02:12:18.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4965 | 2025-02-25T02:12:20.646Z | [ recovery-image] Feb 25 02:12:18.688 INFO O| Feb 25 02:12:18.688 INFO STEP 116 (remove_files) COMPLETE |
4966 | 2025-02-25T02:12:20.646Z | [ recovery-image] Feb 25 02:12:18.688 INFO O| Feb 25 02:12:18.688 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2025-02-25T02:12:20.667Z | [ recovery-image] Feb 25 02:12:18.709 INFO O| Feb 25 02:12:18.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4968 | 2025-02-25T02:12:20.669Z | [ recovery-image] Feb 25 02:12:18.709 INFO O| Feb 25 02:12:18.709 INFO STEP 117 (remove_files) COMPLETE |
4969 | 2025-02-25T02:12:20.669Z | [ recovery-image] Feb 25 02:12:18.709 INFO O| Feb 25 02:12:18.709 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2025-02-25T02:12:20.686Z | [ recovery-image] Feb 25 02:12:18.728 INFO O| Feb 25 02:12:18.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4971 | 2025-02-25T02:12:20.686Z | [ recovery-image] Feb 25 02:12:18.728 INFO O| Feb 25 02:12:18.728 INFO STEP 118 (remove_files) COMPLETE |
4972 | 2025-02-25T02:12:20.688Z | [ recovery-image] Feb 25 02:12:18.728 INFO O| Feb 25 02:12:18.728 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2025-02-25T02:12:20.705Z | [ recovery-image] Feb 25 02:12:18.748 INFO O| Feb 25 02:12:18.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4974 | 2025-02-25T02:12:20.708Z | [ recovery-image] Feb 25 02:12:18.748 INFO O| Feb 25 02:12:18.748 INFO STEP 119 (remove_files) COMPLETE |
4975 | 2025-02-25T02:12:20.708Z | [ recovery-image] Feb 25 02:12:18.748 INFO O| Feb 25 02:12:18.748 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2025-02-25T02:12:20.727Z | [ recovery-image] Feb 25 02:12:18.769 INFO O| Feb 25 02:12:18.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4977 | 2025-02-25T02:12:20.727Z | [ recovery-image] Feb 25 02:12:18.769 INFO O| Feb 25 02:12:18.769 INFO STEP 120 (remove_files) COMPLETE |
4978 | 2025-02-25T02:12:20.727Z | [ recovery-image] Feb 25 02:12:18.769 INFO O| Feb 25 02:12:18.769 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2025-02-25T02:12:20.774Z | [ recovery-image] Feb 25 02:12:18.817 INFO O| Feb 25 02:12:18.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4980 | 2025-02-25T02:12:20.774Z | [ recovery-image] Feb 25 02:12:18.817 INFO O| Feb 25 02:12:18.817 INFO STEP 121 (remove_files) COMPLETE |
4981 | 2025-02-25T02:12:20.777Z | [ recovery-image] Feb 25 02:12:18.817 INFO O| Feb 25 02:12:18.817 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2025-02-25T02:12:20.834Z | [ recovery-image] Feb 25 02:12:18.874 INFO O| Feb 25 02:12:18.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4983 | 2025-02-25T02:12:20.834Z | [ recovery-image] Feb 25 02:12:18.874 INFO O| Feb 25 02:12:18.874 INFO STEP 122 (remove_files) COMPLETE |
4984 | 2025-02-25T02:12:20.834Z | [ recovery-image] Feb 25 02:12:18.874 INFO O| Feb 25 02:12:18.874 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2025-02-25T02:12:20.865Z | [ recovery-image] Feb 25 02:12:18.907 INFO O| Feb 25 02:12:18.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4986 | 2025-02-25T02:12:20.865Z | [ recovery-image] Feb 25 02:12:18.907 INFO O| Feb 25 02:12:18.907 INFO STEP 123 (remove_files) COMPLETE |
4987 | 2025-02-25T02:12:20.867Z | [ recovery-image] Feb 25 02:12:18.907 INFO O| Feb 25 02:12:18.907 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2025-02-25T02:12:20.926Z | [ recovery-image] Feb 25 02:12:18.969 INFO O| Feb 25 02:12:18.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4989 | 2025-02-25T02:12:20.926Z | [ recovery-image] Feb 25 02:12:18.969 INFO O| Feb 25 02:12:18.969 INFO STEP 124 (remove_files) COMPLETE |
4990 | 2025-02-25T02:12:20.926Z | [ recovery-image] Feb 25 02:12:18.969 INFO O| Feb 25 02:12:18.969 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2025-02-25T02:12:20.964Z | [ recovery-image] Feb 25 02:12:19.006 INFO O| Feb 25 02:12:19.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4992 | 2025-02-25T02:12:20.967Z | [ recovery-image] Feb 25 02:12:19.006 INFO O| Feb 25 02:12:19.006 INFO STEP 125 (remove_files) COMPLETE |
4993 | 2025-02-25T02:12:20.967Z | [ recovery-image] Feb 25 02:12:19.006 INFO O| Feb 25 02:12:19.006 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2025-02-25T02:12:20.986Z | [ recovery-image] Feb 25 02:12:19.028 INFO O| Feb 25 02:12:19.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4995 | 2025-02-25T02:12:20.988Z | [ recovery-image] Feb 25 02:12:19.028 INFO O| Feb 25 02:12:19.028 INFO STEP 126 (remove_files) COMPLETE |
4996 | 2025-02-25T02:12:20.988Z | [ recovery-image] Feb 25 02:12:19.029 INFO O| Feb 25 02:12:19.028 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2025-02-25T02:12:21.007Z | [ recovery-image] Feb 25 02:12:19.049 INFO O| Feb 25 02:12:19.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4998 | 2025-02-25T02:12:21.009Z | [ recovery-image] Feb 25 02:12:19.049 INFO O| Feb 25 02:12:19.049 INFO STEP 127 (remove_files) COMPLETE |
4999 | 2025-02-25T02:12:21.009Z | [ recovery-image] Feb 25 02:12:19.049 INFO O| Feb 25 02:12:19.049 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2025-02-25T02:12:21.027Z | [ recovery-image] Feb 25 02:12:19.069 INFO O| Feb 25 02:12:19.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
5001 | 2025-02-25T02:12:21.029Z | [ recovery-image] Feb 25 02:12:19.070 INFO O| Feb 25 02:12:19.070 INFO STEP 128 (remove_files) COMPLETE |
5002 | 2025-02-25T02:12:21.029Z | [ recovery-image] Feb 25 02:12:19.070 INFO O| Feb 25 02:12:19.070 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2025-02-25T02:12:21.068Z | [ recovery-image] Feb 25 02:12:19.110 INFO O| Feb 25 02:12:19.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
5004 | 2025-02-25T02:12:21.072Z | [ recovery-image] Feb 25 02:12:19.110 INFO O| Feb 25 02:12:19.110 INFO STEP 129 (remove_files) COMPLETE |
5005 | 2025-02-25T02:12:21.072Z | [ recovery-image] Feb 25 02:12:19.110 INFO O| Feb 25 02:12:19.110 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2025-02-25T02:12:21.090Z | [ recovery-image] Feb 25 02:12:19.132 INFO O| Feb 25 02:12:19.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
5007 | 2025-02-25T02:12:21.090Z | [ recovery-image] Feb 25 02:12:19.132 INFO O| Feb 25 02:12:19.132 INFO STEP 130 (remove_files) COMPLETE |
5008 | 2025-02-25T02:12:21.092Z | [ recovery-image] Feb 25 02:12:19.132 INFO O| Feb 25 02:12:19.132 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2025-02-25T02:12:21.095Z | [verify-libraries] Compiling diff v0.1.13 |
5010 | 2025-02-25T02:12:21.112Z | [ recovery-image] Feb 25 02:12:19.154 INFO O| Feb 25 02:12:19.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
5011 | 2025-02-25T02:12:21.112Z | [ recovery-image] Feb 25 02:12:19.154 INFO O| Feb 25 02:12:19.154 INFO STEP 131 (remove_files) COMPLETE |
5012 | 2025-02-25T02:12:21.112Z | [ recovery-image] Feb 25 02:12:19.154 INFO O| Feb 25 02:12:19.154 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2025-02-25T02:12:21.151Z | [ recovery-image] Feb 25 02:12:19.194 INFO O| Feb 25 02:12:19.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
5014 | 2025-02-25T02:12:21.157Z | [ recovery-image] Feb 25 02:12:19.194 INFO O| Feb 25 02:12:19.194 INFO STEP 132 (remove_files) COMPLETE |
5015 | 2025-02-25T02:12:21.157Z | [ recovery-image] Feb 25 02:12:19.194 INFO O| Feb 25 02:12:19.194 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2025-02-25T02:12:21.174Z | [ recovery-image] Feb 25 02:12:19.217 INFO O| Feb 25 02:12:19.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
5017 | 2025-02-25T02:12:21.177Z | [ recovery-image] Feb 25 02:12:19.217 INFO O| Feb 25 02:12:19.217 INFO STEP 133 (remove_files) COMPLETE |
5018 | 2025-02-25T02:12:21.177Z | [ recovery-image] Feb 25 02:12:19.217 INFO O| Feb 25 02:12:19.217 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2025-02-25T02:12:21.195Z | [ recovery-image] Feb 25 02:12:19.238 INFO O| Feb 25 02:12:19.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
5020 | 2025-02-25T02:12:21.198Z | [ recovery-image] Feb 25 02:12:19.238 INFO O| Feb 25 02:12:19.238 INFO STEP 134 (remove_files) COMPLETE |
5021 | 2025-02-25T02:12:21.198Z | [ recovery-image] Feb 25 02:12:19.238 INFO O| Feb 25 02:12:19.238 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2025-02-25T02:12:21.232Z | [ recovery-image] Feb 25 02:12:19.274 INFO O| Feb 25 02:12:19.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
5023 | 2025-02-25T02:12:21.257Z | [ recovery-image] Feb 25 02:12:19.299 INFO O| Feb 25 02:12:19.299 INFO STEP 135 (remove_files) COMPLETE |
5024 | 2025-02-25T02:12:21.257Z | [ recovery-image] Feb 25 02:12:19.299 INFO O| Feb 25 02:12:19.299 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2025-02-25T02:12:21.276Z | [ recovery-image] Feb 25 02:12:19.319 INFO O| Feb 25 02:12:19.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
5026 | 2025-02-25T02:12:21.276Z | [ recovery-image] Feb 25 02:12:19.319 INFO O| Feb 25 02:12:19.319 INFO STEP 136 (remove_files) COMPLETE |
5027 | 2025-02-25T02:12:21.279Z | [ recovery-image] Feb 25 02:12:19.319 INFO O| Feb 25 02:12:19.319 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2025-02-25T02:12:21.330Z | [ recovery-image] Feb 25 02:12:19.373 INFO O| Feb 25 02:12:19.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
5029 | 2025-02-25T02:12:21.333Z | [ recovery-image] Feb 25 02:12:19.373 INFO O| Feb 25 02:12:19.373 INFO STEP 137 (remove_files) COMPLETE |
5030 | 2025-02-25T02:12:21.333Z | [ recovery-image] Feb 25 02:12:19.373 INFO O| Feb 25 02:12:19.373 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2025-02-25T02:12:21.353Z | [ recovery-image] Feb 25 02:12:19.395 INFO O| Feb 25 02:12:19.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
5032 | 2025-02-25T02:12:21.353Z | [ recovery-image] Feb 25 02:12:19.395 INFO O| Feb 25 02:12:19.395 INFO STEP 138 (remove_files) COMPLETE |
5033 | 2025-02-25T02:12:21.353Z | [ recovery-image] Feb 25 02:12:19.395 INFO O| Feb 25 02:12:19.395 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2025-02-25T02:12:21.372Z | [ recovery-image] Feb 25 02:12:19.415 INFO O| Feb 25 02:12:19.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
5035 | 2025-02-25T02:12:21.373Z | [ recovery-image] Feb 25 02:12:19.415 INFO O| Feb 25 02:12:19.415 INFO STEP 139 (remove_files) COMPLETE |
5036 | 2025-02-25T02:12:21.373Z | [ recovery-image] Feb 25 02:12:19.415 INFO O| Feb 25 02:12:19.415 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2025-02-25T02:12:21.401Z | [ recovery-image] Feb 25 02:12:19.443 INFO O| Feb 25 02:12:19.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
5038 | 2025-02-25T02:12:21.401Z | [ recovery-image] Feb 25 02:12:19.443 INFO O| Feb 25 02:12:19.443 INFO STEP 140 (remove_files) COMPLETE |
5039 | 2025-02-25T02:12:21.403Z | [ recovery-image] Feb 25 02:12:19.443 INFO O| Feb 25 02:12:19.443 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2025-02-25T02:12:21.422Z | [ recovery-image] Feb 25 02:12:19.465 INFO O| Feb 25 02:12:19.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
5041 | 2025-02-25T02:12:21.422Z | [ recovery-image] Feb 25 02:12:19.465 INFO O| Feb 25 02:12:19.465 INFO STEP 141 (remove_files) COMPLETE |
5042 | 2025-02-25T02:12:21.425Z | [ recovery-image] Feb 25 02:12:19.465 INFO O| Feb 25 02:12:19.465 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2025-02-25T02:12:21.460Z | [ recovery-image] Feb 25 02:12:19.502 INFO O| Feb 25 02:12:19.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
5044 | 2025-02-25T02:12:21.462Z | [ recovery-image] Feb 25 02:12:19.502 INFO O| Feb 25 02:12:19.502 INFO STEP 142 (remove_files) COMPLETE |
5045 | 2025-02-25T02:12:21.462Z | [ recovery-image] Feb 25 02:12:19.502 INFO O| Feb 25 02:12:19.502 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2025-02-25T02:12:21.529Z | [ recovery-image] Feb 25 02:12:19.571 INFO O| Feb 25 02:12:19.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
5047 | 2025-02-25T02:12:21.529Z | [ recovery-image] Feb 25 02:12:19.571 INFO O| Feb 25 02:12:19.571 INFO STEP 143 (remove_files) COMPLETE |
5048 | 2025-02-25T02:12:21.531Z | [ recovery-image] Feb 25 02:12:19.571 INFO O| Feb 25 02:12:19.571 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2025-02-25T02:12:21.576Z | [ recovery-image] Feb 25 02:12:19.618 INFO O| Feb 25 02:12:19.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
5050 | 2025-02-25T02:12:21.576Z | [ recovery-image] Feb 25 02:12:19.618 INFO O| Feb 25 02:12:19.618 INFO STEP 144 (remove_files) COMPLETE |
5051 | 2025-02-25T02:12:21.576Z | [ recovery-image] Feb 25 02:12:19.618 INFO O| Feb 25 02:12:19.618 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2025-02-25T02:12:21.614Z | [ recovery-image] Feb 25 02:12:19.656 INFO O| Feb 25 02:12:19.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
5053 | 2025-02-25T02:12:21.614Z | [ recovery-image] Feb 25 02:12:19.656 INFO O| Feb 25 02:12:19.656 INFO STEP 145 (remove_files) COMPLETE |
5054 | 2025-02-25T02:12:21.614Z | [ recovery-image] Feb 25 02:12:19.656 INFO O| Feb 25 02:12:19.656 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2025-02-25T02:12:21.656Z | [ recovery-image] Feb 25 02:12:19.699 INFO O| Feb 25 02:12:19.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
5056 | 2025-02-25T02:12:21.659Z | [ recovery-image] Feb 25 02:12:19.699 INFO O| Feb 25 02:12:19.699 INFO STEP 146 (remove_files) COMPLETE |
5057 | 2025-02-25T02:12:21.659Z | [ recovery-image] Feb 25 02:12:19.699 INFO O| Feb 25 02:12:19.699 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2025-02-25T02:12:21.687Z | [ recovery-image] Feb 25 02:12:19.729 INFO O| Feb 25 02:12:19.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
5059 | 2025-02-25T02:12:21.706Z | [ recovery-image] Feb 25 02:12:19.749 INFO O| Feb 25 02:12:19.749 INFO STEP 147 (remove_files) COMPLETE |
5060 | 2025-02-25T02:12:21.706Z | [ recovery-image] Feb 25 02:12:19.749 INFO O| Feb 25 02:12:19.749 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2025-02-25T02:12:21.729Z | [ recovery-image] Feb 25 02:12:19.772 INFO O| Feb 25 02:12:19.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
5062 | 2025-02-25T02:12:21.732Z | [ recovery-image] Feb 25 02:12:19.772 INFO O| Feb 25 02:12:19.772 INFO STEP 148 (remove_files) COMPLETE |
5063 | 2025-02-25T02:12:21.732Z | [ recovery-image] Feb 25 02:12:19.772 INFO O| Feb 25 02:12:19.772 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2025-02-25T02:12:21.761Z | [ recovery-image] Feb 25 02:12:19.804 INFO O| Feb 25 02:12:19.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
5065 | 2025-02-25T02:12:21.764Z | [ recovery-image] Feb 25 02:12:19.804 INFO O| Feb 25 02:12:19.804 INFO STEP 149 (remove_files) COMPLETE |
5066 | 2025-02-25T02:12:21.764Z | [ recovery-image] Feb 25 02:12:19.804 INFO O| Feb 25 02:12:19.804 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2025-02-25T02:12:21.782Z | [ recovery-image] Feb 25 02:12:19.824 INFO O| Feb 25 02:12:19.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
5068 | 2025-02-25T02:12:21.784Z | [ recovery-image] Feb 25 02:12:19.824 INFO O| Feb 25 02:12:19.824 INFO STEP 150 (remove_files) COMPLETE |
5069 | 2025-02-25T02:12:21.784Z | [ recovery-image] Feb 25 02:12:19.824 INFO O| Feb 25 02:12:19.824 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2025-02-25T02:12:21.820Z | [ recovery-image] Feb 25 02:12:19.863 INFO O| Feb 25 02:12:19.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
5071 | 2025-02-25T02:12:21.820Z | [ recovery-image] Feb 25 02:12:19.863 INFO O| Feb 25 02:12:19.863 INFO STEP 151 (remove_files) COMPLETE |
5072 | 2025-02-25T02:12:21.823Z | [ recovery-image] Feb 25 02:12:19.863 INFO O| Feb 25 02:12:19.863 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2025-02-25T02:12:21.860Z | [ recovery-image] Feb 25 02:12:19.902 INFO O| Feb 25 02:12:19.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
5074 | 2025-02-25T02:12:21.864Z | [ recovery-image] Feb 25 02:12:19.903 INFO O| Feb 25 02:12:19.903 INFO STEP 152 (remove_files) COMPLETE |
5075 | 2025-02-25T02:12:21.864Z | [ recovery-image] Feb 25 02:12:19.903 INFO O| Feb 25 02:12:19.903 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2025-02-25T02:12:21.878Z | [ recovery-image] Feb 25 02:12:19.921 INFO O| Feb 25 02:12:19.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
5077 | 2025-02-25T02:12:21.881Z | [ recovery-image] Feb 25 02:12:19.921 INFO O| Feb 25 02:12:19.921 INFO STEP 153 (remove_files) COMPLETE |
5078 | 2025-02-25T02:12:21.881Z | [ recovery-image] Feb 25 02:12:19.921 INFO O| Feb 25 02:12:19.921 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2025-02-25T02:12:21.912Z | [ recovery-image] Feb 25 02:12:19.955 INFO O| Feb 25 02:12:19.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
5080 | 2025-02-25T02:12:21.915Z | [ recovery-image] Feb 25 02:12:19.955 INFO O| Feb 25 02:12:19.955 INFO STEP 154 (remove_files) COMPLETE |
5081 | 2025-02-25T02:12:21.915Z | [ recovery-image] Feb 25 02:12:19.955 INFO O| Feb 25 02:12:19.955 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2025-02-25T02:12:22.045Z | [ recovery-image] Feb 25 02:12:20.087 INFO O| Feb 25 02:12:20.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
5083 | 2025-02-25T02:12:22.045Z | [ recovery-image] Feb 25 02:12:20.087 INFO O| Feb 25 02:12:20.087 INFO STEP 155 (remove_files) COMPLETE |
5084 | 2025-02-25T02:12:22.045Z | [ recovery-image] Feb 25 02:12:20.087 INFO O| Feb 25 02:12:20.087 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2025-02-25T02:12:22.063Z | [ recovery-image] Feb 25 02:12:20.106 INFO O| Feb 25 02:12:20.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
5086 | 2025-02-25T02:12:22.064Z | [ recovery-image] Feb 25 02:12:20.106 INFO O| Feb 25 02:12:20.106 INFO STEP 156 (remove_files) COMPLETE |
5087 | 2025-02-25T02:12:22.066Z | [ recovery-image] Feb 25 02:12:20.106 INFO O| Feb 25 02:12:20.106 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2025-02-25T02:12:22.081Z | [ recovery-image] Feb 25 02:12:20.124 INFO O| Feb 25 02:12:20.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
5089 | 2025-02-25T02:12:22.081Z | [ recovery-image] Feb 25 02:12:20.124 INFO O| Feb 25 02:12:20.124 INFO STEP 157 (remove_files) COMPLETE |
5090 | 2025-02-25T02:12:22.086Z | [ recovery-image] Feb 25 02:12:20.124 INFO O| Feb 25 02:12:20.124 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2025-02-25T02:12:22.117Z | [ recovery-image] Feb 25 02:12:20.160 INFO O| Feb 25 02:12:20.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
5092 | 2025-02-25T02:12:22.117Z | [ recovery-image] Feb 25 02:12:20.160 INFO O| Feb 25 02:12:20.160 INFO STEP 158 (remove_files) COMPLETE |
5093 | 2025-02-25T02:12:22.120Z | [ recovery-image] Feb 25 02:12:20.160 INFO O| Feb 25 02:12:20.160 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2025-02-25T02:12:22.146Z | [ recovery-image] Feb 25 02:12:20.188 INFO O| Feb 25 02:12:20.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
5095 | 2025-02-25T02:12:22.148Z | [ recovery-image] Feb 25 02:12:20.188 INFO O| Feb 25 02:12:20.188 INFO STEP 159 (remove_files) COMPLETE |
5096 | 2025-02-25T02:12:22.148Z | [ recovery-image] Feb 25 02:12:20.188 INFO O| Feb 25 02:12:20.188 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2025-02-25T02:12:22.165Z | [ recovery-image] Feb 25 02:12:20.208 INFO O| Feb 25 02:12:20.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
5098 | 2025-02-25T02:12:22.168Z | [ recovery-image] Feb 25 02:12:20.208 INFO O| Feb 25 02:12:20.208 INFO STEP 160 (remove_files) COMPLETE |
5099 | 2025-02-25T02:12:22.168Z | [ recovery-image] Feb 25 02:12:20.208 INFO O| Feb 25 02:12:20.208 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2025-02-25T02:12:22.186Z | [ recovery-image] Feb 25 02:12:20.227 INFO O| Feb 25 02:12:20.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
5101 | 2025-02-25T02:12:22.186Z | [ recovery-image] Feb 25 02:12:20.227 INFO O| Feb 25 02:12:20.227 INFO STEP 161 (remove_files) COMPLETE |
5102 | 2025-02-25T02:12:22.188Z | [ recovery-image] Feb 25 02:12:20.227 INFO O| Feb 25 02:12:20.227 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2025-02-25T02:12:22.204Z | [ recovery-image] Feb 25 02:12:20.246 INFO O| Feb 25 02:12:20.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
5104 | 2025-02-25T02:12:22.224Z | [ recovery-image] Feb 25 02:12:20.267 INFO O| Feb 25 02:12:20.267 INFO STEP 162 (remove_files) COMPLETE |
5105 | 2025-02-25T02:12:22.224Z | [ recovery-image] Feb 25 02:12:20.267 INFO O| Feb 25 02:12:20.267 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2025-02-25T02:12:22.272Z | [ recovery-image] Feb 25 02:12:20.315 INFO O| Feb 25 02:12:20.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
5107 | 2025-02-25T02:12:22.272Z | [ recovery-image] Feb 25 02:12:20.315 INFO O| Feb 25 02:12:20.315 INFO STEP 163 (remove_files) COMPLETE |
5108 | 2025-02-25T02:12:22.272Z | [ recovery-image] Feb 25 02:12:20.315 INFO O| Feb 25 02:12:20.315 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2025-02-25T02:12:22.292Z | [ recovery-image] Feb 25 02:12:20.334 INFO O| Feb 25 02:12:20.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
5110 | 2025-02-25T02:12:22.292Z | [ recovery-image] Feb 25 02:12:20.334 INFO O| Feb 25 02:12:20.334 INFO STEP 164 (remove_files) COMPLETE |
5111 | 2025-02-25T02:12:22.292Z | [ recovery-image] Feb 25 02:12:20.334 INFO O| Feb 25 02:12:20.334 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2025-02-25T02:12:22.311Z | [ recovery-image] Feb 25 02:12:20.354 INFO O| Feb 25 02:12:20.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
5113 | 2025-02-25T02:12:22.311Z | [ recovery-image] Feb 25 02:12:20.354 INFO O| Feb 25 02:12:20.354 INFO STEP 165 (remove_files) COMPLETE |
5114 | 2025-02-25T02:12:22.316Z | [ recovery-image] Feb 25 02:12:20.354 INFO O| Feb 25 02:12:20.354 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2025-02-25T02:12:22.316Z | [ host-image] Feb 25 02:12:20.358 INFO O| Feb 25 02:12:20.358 INFO O| Planning: Solver setup ... Done |
5116 | 2025-02-25T02:12:22.324Z | [ host-image] Feb 25 02:12:20.366 INFO O| Feb 25 02:12:20.366 INFO O| Planning: Running solver ... Done |
5117 | 2025-02-25T02:12:22.334Z | [ recovery-image] Feb 25 02:12:20.374 INFO O| Feb 25 02:12:20.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
5118 | 2025-02-25T02:12:22.334Z | [ recovery-image] Feb 25 02:12:20.374 INFO O| Feb 25 02:12:20.374 INFO STEP 166 (remove_files) COMPLETE |
5119 | 2025-02-25T02:12:22.334Z | [ recovery-image] Feb 25 02:12:20.374 INFO O| Feb 25 02:12:20.374 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2025-02-25T02:12:22.355Z | [ recovery-image] Feb 25 02:12:20.397 INFO O| Feb 25 02:12:20.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
5121 | 2025-02-25T02:12:22.355Z | [ recovery-image] Feb 25 02:12:20.397 INFO O| Feb 25 02:12:20.397 INFO STEP 167 (remove_files) COMPLETE |
5122 | 2025-02-25T02:12:22.355Z | [ recovery-image] Feb 25 02:12:20.397 INFO O| Feb 25 02:12:20.397 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2025-02-25T02:12:22.377Z | [ recovery-image] Feb 25 02:12:20.419 INFO O| Feb 25 02:12:20.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
5124 | 2025-02-25T02:12:22.377Z | [ recovery-image] Feb 25 02:12:20.419 INFO O| Feb 25 02:12:20.419 INFO STEP 168 (remove_files) COMPLETE |
5125 | 2025-02-25T02:12:22.377Z | [ recovery-image] Feb 25 02:12:20.420 INFO O| Feb 25 02:12:20.419 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2025-02-25T02:12:22.398Z | [ recovery-image] Feb 25 02:12:20.440 INFO O| Feb 25 02:12:20.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
5127 | 2025-02-25T02:12:22.398Z | [ recovery-image] Feb 25 02:12:20.440 INFO O| Feb 25 02:12:20.440 INFO STEP 169 (remove_files) COMPLETE |
5128 | 2025-02-25T02:12:22.401Z | [ recovery-image] Feb 25 02:12:20.440 INFO O| Feb 25 02:12:20.440 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2025-02-25T02:12:22.418Z | [ recovery-image] Feb 25 02:12:20.460 INFO O| Feb 25 02:12:20.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
5130 | 2025-02-25T02:12:22.423Z | [ recovery-image] Feb 25 02:12:20.461 INFO O| Feb 25 02:12:20.461 INFO STEP 170 (remove_files) COMPLETE |
5131 | 2025-02-25T02:12:22.423Z | [ recovery-image] Feb 25 02:12:20.461 INFO O| Feb 25 02:12:20.461 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2025-02-25T02:12:22.437Z | [ recovery-image] Feb 25 02:12:20.479 INFO O| Feb 25 02:12:20.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
5133 | 2025-02-25T02:12:22.437Z | [ recovery-image] Feb 25 02:12:20.479 INFO O| Feb 25 02:12:20.479 INFO STEP 171 (remove_files) COMPLETE |
5134 | 2025-02-25T02:12:22.437Z | [ recovery-image] Feb 25 02:12:20.479 INFO O| Feb 25 02:12:20.479 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2025-02-25T02:12:22.456Z | [ recovery-image] Feb 25 02:12:20.498 INFO O| Feb 25 02:12:20.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
5136 | 2025-02-25T02:12:22.456Z | [ recovery-image] Feb 25 02:12:20.498 INFO O| Feb 25 02:12:20.498 INFO STEP 172 (remove_files) COMPLETE |
5137 | 2025-02-25T02:12:22.456Z | [ recovery-image] Feb 25 02:12:20.498 INFO O| Feb 25 02:12:20.498 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2025-02-25T02:12:22.459Z | [ host-image] Feb 25 02:12:20.500 INFO O| Feb 25 02:12:20.500 INFO O| Planning: Finding local manifests ... Done |
5139 | 2025-02-25T02:12:22.459Z | [ host-image] Feb 25 02:12:20.501 INFO O| Feb 25 02:12:20.501 INFO O| Planning: Fetching manifests: 0/1 0% complete |
5140 | 2025-02-25T02:12:22.475Z | [ recovery-image] Feb 25 02:12:20.517 INFO O| Feb 25 02:12:20.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
5141 | 2025-02-25T02:12:22.475Z | [ recovery-image] Feb 25 02:12:20.517 INFO O| Feb 25 02:12:20.517 INFO STEP 173 (remove_files) COMPLETE |
5142 | 2025-02-25T02:12:22.478Z | [ recovery-image] Feb 25 02:12:20.518 INFO O| Feb 25 02:12:20.517 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2025-02-25T02:12:22.494Z | [ recovery-image] Feb 25 02:12:20.536 INFO O| Feb 25 02:12:20.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
5144 | 2025-02-25T02:12:22.494Z | [ recovery-image] Feb 25 02:12:20.537 INFO O| Feb 25 02:12:20.536 INFO STEP 174 (remove_files) COMPLETE |
5145 | 2025-02-25T02:12:22.497Z | [ recovery-image] Feb 25 02:12:20.537 INFO O| Feb 25 02:12:20.536 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2025-02-25T02:12:22.515Z | [ recovery-image] Feb 25 02:12:20.558 INFO O| Feb 25 02:12:20.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
5147 | 2025-02-25T02:12:22.515Z | [ recovery-image] Feb 25 02:12:20.558 INFO O| Feb 25 02:12:20.558 INFO STEP 175 (remove_files) COMPLETE |
5148 | 2025-02-25T02:12:22.515Z | [ recovery-image] Feb 25 02:12:20.558 INFO O| Feb 25 02:12:20.558 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2025-02-25T02:12:22.524Z | [verify-libraries] Compiling heck v0.4.1 |
5150 | 2025-02-25T02:12:22.537Z | [ recovery-image] Feb 25 02:12:20.579 INFO O| Feb 25 02:12:20.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
5151 | 2025-02-25T02:12:22.537Z | [ recovery-image] Feb 25 02:12:20.579 INFO O| Feb 25 02:12:20.579 INFO STEP 176 (remove_files) COMPLETE |
5152 | 2025-02-25T02:12:22.541Z | [ recovery-image] Feb 25 02:12:20.579 INFO O| Feb 25 02:12:20.579 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2025-02-25T02:12:22.566Z | [ recovery-image] Feb 25 02:12:20.608 INFO O| Feb 25 02:12:20.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
5154 | 2025-02-25T02:12:22.566Z | [ recovery-image] Feb 25 02:12:20.608 INFO O| Feb 25 02:12:20.608 INFO STEP 177 (remove_files) COMPLETE |
5155 | 2025-02-25T02:12:22.567Z | [ recovery-image] Feb 25 02:12:20.608 INFO O| Feb 25 02:12:20.608 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2025-02-25T02:12:22.629Z | [ recovery-image] Feb 25 02:12:20.671 INFO O| Feb 25 02:12:20.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
5157 | 2025-02-25T02:12:22.629Z | [ recovery-image] Feb 25 02:12:20.671 INFO O| Feb 25 02:12:20.671 INFO STEP 178 (remove_files) COMPLETE |
5158 | 2025-02-25T02:12:22.631Z | [ recovery-image] Feb 25 02:12:20.671 INFO O| Feb 25 02:12:20.671 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2025-02-25T02:12:22.648Z | [ host-image] Feb 25 02:12:20.690 INFO O| Feb 25 02:12:20.690 INFO O| Planning: Fetching manifests: 1/1 100% complete |
5160 | 2025-02-25T02:12:22.669Z | [ recovery-image] Feb 25 02:12:20.711 INFO O| Feb 25 02:12:20.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
5161 | 2025-02-25T02:12:22.676Z | [ recovery-image] Feb 25 02:12:20.719 INFO O| Feb 25 02:12:20.719 INFO STEP 179 (remove_files) COMPLETE |
5162 | 2025-02-25T02:12:22.677Z | [ recovery-image] Feb 25 02:12:20.719 INFO O| Feb 25 02:12:20.719 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2025-02-25T02:12:22.695Z | [ host-image] Feb 25 02:12:20.738 INFO O| Feb 25 02:12:20.738 INFO O| Planning: Package planning ... Done |
5164 | 2025-02-25T02:12:22.698Z | [ host-image] Feb 25 02:12:20.739 INFO O| Feb 25 02:12:20.739 INFO O| Planning: Merging actions ... Done |
5165 | 2025-02-25T02:12:22.733Z | [ recovery-image] Feb 25 02:12:20.776 INFO O| Feb 25 02:12:20.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
5166 | 2025-02-25T02:12:22.733Z | [ recovery-image] Feb 25 02:12:20.776 INFO O| Feb 25 02:12:20.776 INFO STEP 180 (remove_files) COMPLETE |
5167 | 2025-02-25T02:12:22.736Z | [ recovery-image] Feb 25 02:12:20.776 INFO O| Feb 25 02:12:20.776 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2025-02-25T02:12:22.775Z | [ recovery-image] Feb 25 02:12:20.818 INFO O| Feb 25 02:12:20.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
5169 | 2025-02-25T02:12:22.778Z | [ recovery-image] Feb 25 02:12:20.818 INFO O| Feb 25 02:12:20.818 INFO STEP 181 (remove_files) COMPLETE |
5170 | 2025-02-25T02:12:22.778Z | [ recovery-image] Feb 25 02:12:20.818 INFO O| Feb 25 02:12:20.818 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2025-02-25T02:12:22.798Z | [ recovery-image] Feb 25 02:12:20.840 INFO O| Feb 25 02:12:20.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
5172 | 2025-02-25T02:12:22.800Z | [ recovery-image] Feb 25 02:12:20.840 INFO O| Feb 25 02:12:20.840 INFO STEP 182 (remove_files) COMPLETE |
5173 | 2025-02-25T02:12:22.800Z | [ recovery-image] Feb 25 02:12:20.840 INFO O| Feb 25 02:12:20.840 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2025-02-25T02:12:22.838Z | [ recovery-image] Feb 25 02:12:20.880 INFO O| Feb 25 02:12:20.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
5175 | 2025-02-25T02:12:22.838Z | [ recovery-image] Feb 25 02:12:20.880 INFO O| Feb 25 02:12:20.880 INFO STEP 183 (remove_files) COMPLETE |
5176 | 2025-02-25T02:12:22.838Z | [ recovery-image] Feb 25 02:12:20.880 INFO O| Feb 25 02:12:20.880 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2025-02-25T02:12:22.843Z | [ host-image] Feb 25 02:12:20.886 INFO O| Feb 25 02:12:20.886 INFO O| Planning: Checking for conflicting actions ... Done |
5178 | 2025-02-25T02:12:22.847Z | [ host-image] Feb 25 02:12:20.887 INFO O| Feb 25 02:12:20.887 INFO O| Planning: Consolidating action changes ... Done |
5179 | 2025-02-25T02:12:22.858Z | [ recovery-image] Feb 25 02:12:20.900 INFO O| Feb 25 02:12:20.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
5180 | 2025-02-25T02:12:22.858Z | [ recovery-image] Feb 25 02:12:20.900 INFO O| Feb 25 02:12:20.900 INFO STEP 184 (remove_files) COMPLETE |
5181 | 2025-02-25T02:12:22.861Z | [ recovery-image] Feb 25 02:12:20.900 INFO O| Feb 25 02:12:20.900 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2025-02-25T02:12:22.877Z | [ recovery-image] Feb 25 02:12:20.919 INFO O| Feb 25 02:12:20.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
5183 | 2025-02-25T02:12:22.877Z | [ recovery-image] Feb 25 02:12:20.919 INFO O| Feb 25 02:12:20.919 INFO STEP 185 (remove_files) COMPLETE |
5184 | 2025-02-25T02:12:22.880Z | [ recovery-image] Feb 25 02:12:20.919 INFO O| Feb 25 02:12:20.919 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2025-02-25T02:12:22.913Z | [ recovery-image] Feb 25 02:12:20.956 INFO O| Feb 25 02:12:20.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
5186 | 2025-02-25T02:12:22.913Z | [ recovery-image] Feb 25 02:12:20.956 INFO O| Feb 25 02:12:20.956 INFO STEP 186 (remove_files) COMPLETE |
5187 | 2025-02-25T02:12:22.916Z | [ recovery-image] Feb 25 02:12:20.956 INFO O| Feb 25 02:12:20.956 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2025-02-25T02:12:22.946Z | [ recovery-image] Feb 25 02:12:20.988 INFO O| Feb 25 02:12:20.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
5189 | 2025-02-25T02:12:22.946Z | [ recovery-image] Feb 25 02:12:20.988 INFO O| Feb 25 02:12:20.988 INFO STEP 187 (remove_files) COMPLETE |
5190 | 2025-02-25T02:12:22.949Z | [ recovery-image] Feb 25 02:12:20.988 INFO O| Feb 25 02:12:20.988 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2025-02-25T02:12:22.966Z | [ recovery-image] Feb 25 02:12:21.007 INFO O| Feb 25 02:12:21.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
5192 | 2025-02-25T02:12:22.966Z | [ recovery-image] Feb 25 02:12:21.007 INFO O| Feb 25 02:12:21.007 INFO STEP 188 (remove_files) COMPLETE |
5193 | 2025-02-25T02:12:22.969Z | [ recovery-image] Feb 25 02:12:21.008 INFO O| Feb 25 02:12:21.007 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2025-02-25T02:12:22.985Z | [ recovery-image] Feb 25 02:12:21.026 INFO O| Feb 25 02:12:21.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
5195 | 2025-02-25T02:12:23.007Z | [ recovery-image] Feb 25 02:12:21.050 INFO O| Feb 25 02:12:21.050 INFO STEP 189 (remove_files) COMPLETE |
5196 | 2025-02-25T02:12:23.007Z | [ recovery-image] Feb 25 02:12:21.050 INFO O| Feb 25 02:12:21.050 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2025-02-25T02:12:23.073Z | [ recovery-image] Feb 25 02:12:21.115 INFO O| Feb 25 02:12:21.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
5198 | 2025-02-25T02:12:23.073Z | [ recovery-image] Feb 25 02:12:21.115 INFO O| Feb 25 02:12:21.115 INFO STEP 190 (remove_files) COMPLETE |
5199 | 2025-02-25T02:12:23.073Z | [ recovery-image] Feb 25 02:12:21.115 INFO O| Feb 25 02:12:21.115 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2025-02-25T02:12:23.131Z | [ recovery-image] Feb 25 02:12:21.173 INFO O| Feb 25 02:12:21.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
5201 | 2025-02-25T02:12:23.131Z | [ recovery-image] Feb 25 02:12:21.173 INFO O| Feb 25 02:12:21.173 INFO STEP 191 (remove_files) COMPLETE |
5202 | 2025-02-25T02:12:23.133Z | [ recovery-image] Feb 25 02:12:21.173 INFO O| Feb 25 02:12:21.173 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2025-02-25T02:12:23.152Z | [ recovery-image] Feb 25 02:12:21.194 INFO O| Feb 25 02:12:21.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
5204 | 2025-02-25T02:12:23.152Z | [ recovery-image] Feb 25 02:12:21.194 INFO O| Feb 25 02:12:21.194 INFO STEP 192 (remove_files) COMPLETE |
5205 | 2025-02-25T02:12:23.152Z | [ recovery-image] Feb 25 02:12:21.194 INFO O| Feb 25 02:12:21.194 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2025-02-25T02:12:23.172Z | [ recovery-image] Feb 25 02:12:21.213 INFO O| Feb 25 02:12:21.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
5207 | 2025-02-25T02:12:23.172Z | [ recovery-image] Feb 25 02:12:21.213 INFO O| Feb 25 02:12:21.213 INFO STEP 193 (remove_files) COMPLETE |
5208 | 2025-02-25T02:12:23.172Z | [ recovery-image] Feb 25 02:12:21.213 INFO O| Feb 25 02:12:21.213 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2025-02-25T02:12:23.190Z | [ recovery-image] Feb 25 02:12:21.232 INFO O| Feb 25 02:12:21.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
5210 | 2025-02-25T02:12:23.190Z | [ recovery-image] Feb 25 02:12:21.232 INFO O| Feb 25 02:12:21.232 INFO STEP 194 (remove_files) COMPLETE |
5211 | 2025-02-25T02:12:23.190Z | [ recovery-image] Feb 25 02:12:21.232 INFO O| Feb 25 02:12:21.232 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2025-02-25T02:12:23.220Z | [ recovery-image] Feb 25 02:12:21.262 INFO O| Feb 25 02:12:21.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
5213 | 2025-02-25T02:12:23.220Z | [ recovery-image] Feb 25 02:12:21.262 INFO O| Feb 25 02:12:21.262 INFO STEP 195 (remove_files) COMPLETE |
5214 | 2025-02-25T02:12:23.223Z | [ recovery-image] Feb 25 02:12:21.262 INFO O| Feb 25 02:12:21.262 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2025-02-25T02:12:23.294Z | [ host-image] Feb 25 02:12:21.336 INFO O| Feb 25 02:12:21.336 INFO O| Planning: Evaluating mediators ... Done |
5216 | 2025-02-25T02:12:23.297Z | [ host-image] Feb 25 02:12:21.337 INFO O| Feb 25 02:12:21.337 INFO O| Planning: Planning completed in 5.76 seconds |
5217 | 2025-02-25T02:12:23.299Z | [ host-image] Feb 25 02:12:21.340 INFO O| Feb 25 02:12:21.340 INFO O| Packages to install: 1 |
5218 | 2025-02-25T02:12:23.318Z | [ host-image] Feb 25 02:12:21.360 INFO O| Feb 25 02:12:21.360 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
5219 | 2025-02-25T02:12:23.350Z | [ recovery-image] Feb 25 02:12:21.392 INFO O| Feb 25 02:12:21.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
5220 | 2025-02-25T02:12:23.353Z | [ recovery-image] Feb 25 02:12:21.392 INFO O| Feb 25 02:12:21.392 INFO STEP 196 (remove_files) COMPLETE |
5221 | 2025-02-25T02:12:23.353Z | [ recovery-image] Feb 25 02:12:21.392 INFO O| Feb 25 02:12:21.392 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2025-02-25T02:12:23.371Z | [ recovery-image] Feb 25 02:12:21.413 INFO O| Feb 25 02:12:21.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
5223 | 2025-02-25T02:12:23.373Z | [ recovery-image] Feb 25 02:12:21.413 INFO O| Feb 25 02:12:21.413 INFO STEP 197 (remove_files) COMPLETE |
5224 | 2025-02-25T02:12:23.373Z | [ recovery-image] Feb 25 02:12:21.413 INFO O| Feb 25 02:12:21.413 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2025-02-25T02:12:23.390Z | [ recovery-image] Feb 25 02:12:21.433 INFO O| Feb 25 02:12:21.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
5226 | 2025-02-25T02:12:23.393Z | [ recovery-image] Feb 25 02:12:21.433 INFO O| Feb 25 02:12:21.433 INFO STEP 198 (remove_files) COMPLETE |
5227 | 2025-02-25T02:12:23.393Z | [ recovery-image] Feb 25 02:12:21.433 INFO O| Feb 25 02:12:21.433 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2025-02-25T02:12:23.410Z | [ recovery-image] Feb 25 02:12:21.453 INFO O| Feb 25 02:12:21.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
5229 | 2025-02-25T02:12:23.413Z | [ recovery-image] Feb 25 02:12:21.453 INFO O| Feb 25 02:12:21.453 INFO STEP 199 (remove_files) COMPLETE |
5230 | 2025-02-25T02:12:23.413Z | [ recovery-image] Feb 25 02:12:21.453 INFO O| Feb 25 02:12:21.453 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2025-02-25T02:12:23.430Z | [ recovery-image] Feb 25 02:12:21.472 INFO O| Feb 25 02:12:21.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
5232 | 2025-02-25T02:12:23.433Z | [ recovery-image] Feb 25 02:12:21.472 INFO O| Feb 25 02:12:21.472 INFO STEP 200 (remove_files) COMPLETE |
5233 | 2025-02-25T02:12:23.433Z | [ recovery-image] Feb 25 02:12:21.472 INFO O| Feb 25 02:12:21.472 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2025-02-25T02:12:23.449Z | [ recovery-image] Feb 25 02:12:21.492 INFO O| Feb 25 02:12:21.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
5235 | 2025-02-25T02:12:23.452Z | [ recovery-image] Feb 25 02:12:21.492 INFO O| Feb 25 02:12:21.492 INFO STEP 201 (remove_files) COMPLETE |
5236 | 2025-02-25T02:12:23.452Z | [ recovery-image] Feb 25 02:12:21.492 INFO O| Feb 25 02:12:21.492 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2025-02-25T02:12:23.469Z | [ recovery-image] Feb 25 02:12:21.511 INFO O| Feb 25 02:12:21.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
5238 | 2025-02-25T02:12:23.469Z | [ recovery-image] Feb 25 02:12:21.511 INFO O| Feb 25 02:12:21.511 INFO STEP 202 (remove_files) COMPLETE |
5239 | 2025-02-25T02:12:23.469Z | [ recovery-image] Feb 25 02:12:21.511 INFO O| Feb 25 02:12:21.511 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2025-02-25T02:12:23.487Z | [ recovery-image] Feb 25 02:12:21.530 INFO O| Feb 25 02:12:21.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
5241 | 2025-02-25T02:12:23.487Z | [ recovery-image] Feb 25 02:12:21.530 INFO O| Feb 25 02:12:21.530 INFO STEP 203 (remove_files) COMPLETE |
5242 | 2025-02-25T02:12:23.491Z | [ recovery-image] Feb 25 02:12:21.530 INFO O| Feb 25 02:12:21.530 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2025-02-25T02:12:23.507Z | [ recovery-image] Feb 25 02:12:21.550 INFO O| Feb 25 02:12:21.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
5244 | 2025-02-25T02:12:23.507Z | [ recovery-image] Feb 25 02:12:21.550 INFO O| Feb 25 02:12:21.550 INFO STEP 204 (remove_files) COMPLETE |
5245 | 2025-02-25T02:12:23.507Z | [ recovery-image] Feb 25 02:12:21.550 INFO O| Feb 25 02:12:21.550 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2025-02-25T02:12:23.526Z | [ recovery-image] Feb 25 02:12:21.568 INFO O| Feb 25 02:12:21.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
5247 | 2025-02-25T02:12:23.526Z | [ recovery-image] Feb 25 02:12:21.568 INFO O| Feb 25 02:12:21.568 INFO STEP 205 (remove_files) COMPLETE |
5248 | 2025-02-25T02:12:23.529Z | [ recovery-image] Feb 25 02:12:21.568 INFO O| Feb 25 02:12:21.568 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2025-02-25T02:12:23.553Z | [ recovery-image] Feb 25 02:12:21.595 INFO O| Feb 25 02:12:21.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5250 | 2025-02-25T02:12:23.553Z | [ recovery-image] Feb 25 02:12:21.595 INFO O| Feb 25 02:12:21.595 INFO STEP 206 (remove_files) COMPLETE |
5251 | 2025-02-25T02:12:23.553Z | [ recovery-image] Feb 25 02:12:21.595 INFO O| Feb 25 02:12:21.595 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2025-02-25T02:12:23.601Z | [ recovery-image] Feb 25 02:12:21.644 INFO O| Feb 25 02:12:21.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5253 | 2025-02-25T02:12:23.604Z | [ recovery-image] Feb 25 02:12:21.644 INFO O| Feb 25 02:12:21.644 INFO STEP 207 (remove_files) COMPLETE |
5254 | 2025-02-25T02:12:23.604Z | [ recovery-image] Feb 25 02:12:21.644 INFO O| Feb 25 02:12:21.644 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2025-02-25T02:12:23.628Z | [ recovery-image] Feb 25 02:12:21.670 INFO O| Feb 25 02:12:21.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5256 | 2025-02-25T02:12:23.631Z | [ recovery-image] Feb 25 02:12:21.671 INFO O| Feb 25 02:12:21.670 INFO STEP 208 (remove_files) COMPLETE |
5257 | 2025-02-25T02:12:23.631Z | [ recovery-image] Feb 25 02:12:21.671 INFO O| Feb 25 02:12:21.671 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2025-02-25T02:12:23.648Z | [ recovery-image] Feb 25 02:12:21.691 INFO O| Feb 25 02:12:21.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5259 | 2025-02-25T02:12:23.651Z | [ recovery-image] Feb 25 02:12:21.691 INFO O| Feb 25 02:12:21.691 INFO STEP 209 (remove_files) COMPLETE |
5260 | 2025-02-25T02:12:23.651Z | [ recovery-image] Feb 25 02:12:21.691 INFO O| Feb 25 02:12:21.691 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2025-02-25T02:12:23.668Z | [ recovery-image] Feb 25 02:12:21.710 INFO O| Feb 25 02:12:21.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5262 | 2025-02-25T02:12:23.670Z | [ recovery-image] Feb 25 02:12:21.711 INFO O| Feb 25 02:12:21.711 INFO STEP 210 (remove_files) COMPLETE |
5263 | 2025-02-25T02:12:23.670Z | [ recovery-image] Feb 25 02:12:21.711 INFO O| Feb 25 02:12:21.711 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2025-02-25T02:12:23.688Z | [ recovery-image] Feb 25 02:12:21.730 INFO O| Feb 25 02:12:21.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5265 | 2025-02-25T02:12:23.691Z | [ recovery-image] Feb 25 02:12:21.730 INFO O| Feb 25 02:12:21.730 INFO STEP 211 (remove_files) COMPLETE |
5266 | 2025-02-25T02:12:23.691Z | [ recovery-image] Feb 25 02:12:21.731 INFO O| Feb 25 02:12:21.731 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2025-02-25T02:12:23.715Z | [ recovery-image] Feb 25 02:12:21.757 INFO O| Feb 25 02:12:21.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5268 | 2025-02-25T02:12:23.715Z | [ recovery-image] Feb 25 02:12:21.757 INFO O| Feb 25 02:12:21.757 INFO STEP 212 (remove_files) COMPLETE |
5269 | 2025-02-25T02:12:23.716Z | [ recovery-image] Feb 25 02:12:21.757 INFO O| Feb 25 02:12:21.757 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2025-02-25T02:12:23.747Z | [ recovery-image] Feb 25 02:12:21.790 INFO O| Feb 25 02:12:21.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5271 | 2025-02-25T02:12:23.747Z | [ recovery-image] Feb 25 02:12:21.790 INFO O| Feb 25 02:12:21.790 INFO STEP 213 (remove_files) COMPLETE |
5272 | 2025-02-25T02:12:23.747Z | [ recovery-image] Feb 25 02:12:21.790 INFO O| Feb 25 02:12:21.790 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2025-02-25T02:12:23.768Z | [ recovery-image] Feb 25 02:12:21.810 INFO O| Feb 25 02:12:21.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5274 | 2025-02-25T02:12:23.768Z | [ recovery-image] Feb 25 02:12:21.810 INFO O| Feb 25 02:12:21.810 INFO STEP 214 (remove_files) COMPLETE |
5275 | 2025-02-25T02:12:23.771Z | [ recovery-image] Feb 25 02:12:21.810 INFO O| Feb 25 02:12:21.810 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2025-02-25T02:12:23.788Z | [ recovery-image] Feb 25 02:12:21.830 INFO O| Feb 25 02:12:21.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5277 | 2025-02-25T02:12:23.790Z | [ recovery-image] Feb 25 02:12:21.830 INFO O| Feb 25 02:12:21.830 INFO STEP 215 (remove_files) COMPLETE |
5278 | 2025-02-25T02:12:23.790Z | [ recovery-image] Feb 25 02:12:21.830 INFO O| Feb 25 02:12:21.830 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2025-02-25T02:12:23.807Z | [ recovery-image] Feb 25 02:12:21.850 INFO O| Feb 25 02:12:21.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5280 | 2025-02-25T02:12:23.807Z | [ recovery-image] Feb 25 02:12:21.850 INFO O| Feb 25 02:12:21.850 INFO STEP 216 (remove_files) COMPLETE |
5281 | 2025-02-25T02:12:23.810Z | [ recovery-image] Feb 25 02:12:21.850 INFO O| Feb 25 02:12:21.850 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2025-02-25T02:12:23.827Z | [ recovery-image] Feb 25 02:12:21.869 INFO O| Feb 25 02:12:21.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5283 | 2025-02-25T02:12:23.827Z | [ recovery-image] Feb 25 02:12:21.869 INFO O| Feb 25 02:12:21.869 INFO STEP 217 (remove_files) COMPLETE |
5284 | 2025-02-25T02:12:23.827Z | [ recovery-image] Feb 25 02:12:21.869 INFO O| Feb 25 02:12:21.869 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2025-02-25T02:12:23.873Z | [ recovery-image] Feb 25 02:12:21.915 INFO O| Feb 25 02:12:21.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5286 | 2025-02-25T02:12:23.873Z | [ recovery-image] Feb 25 02:12:21.915 INFO O| Feb 25 02:12:21.915 INFO STEP 218 (remove_files) COMPLETE |
5287 | 2025-02-25T02:12:23.873Z | [ recovery-image] Feb 25 02:12:21.915 INFO O| Feb 25 02:12:21.915 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2025-02-25T02:12:23.905Z | [ recovery-image] Feb 25 02:12:21.947 INFO O| Feb 25 02:12:21.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5289 | 2025-02-25T02:12:23.907Z | [ recovery-image] Feb 25 02:12:21.947 INFO O| Feb 25 02:12:21.947 INFO STEP 219 (remove_files) COMPLETE |
5290 | 2025-02-25T02:12:23.907Z | [ recovery-image] Feb 25 02:12:21.947 INFO O| Feb 25 02:12:21.947 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2025-02-25T02:12:23.927Z | [ recovery-image] Feb 25 02:12:21.969 INFO O| Feb 25 02:12:21.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5292 | 2025-02-25T02:12:23.927Z | [ recovery-image] Feb 25 02:12:21.970 INFO O| Feb 25 02:12:21.970 INFO STEP 220 (remove_files) COMPLETE |
5293 | 2025-02-25T02:12:23.927Z | [ recovery-image] Feb 25 02:12:21.970 INFO O| Feb 25 02:12:21.970 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2025-02-25T02:12:23.949Z | [ recovery-image] Feb 25 02:12:21.991 INFO O| Feb 25 02:12:21.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5295 | 2025-02-25T02:12:23.949Z | [ recovery-image] Feb 25 02:12:21.991 INFO O| Feb 25 02:12:21.991 INFO STEP 221 (remove_files) COMPLETE |
5296 | 2025-02-25T02:12:23.949Z | [ recovery-image] Feb 25 02:12:21.991 INFO O| Feb 25 02:12:21.991 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2025-02-25T02:12:23.973Z | [ recovery-image] Feb 25 02:12:22.015 INFO O| Feb 25 02:12:22.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5298 | 2025-02-25T02:12:23.975Z | [ recovery-image] Feb 25 02:12:22.018 INFO O| Feb 25 02:12:22.018 INFO STEP 222 (remove_files) COMPLETE |
5299 | 2025-02-25T02:12:23.976Z | [ recovery-image] Feb 25 02:12:22.018 INFO O| Feb 25 02:12:22.018 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2025-02-25T02:12:23.997Z | [ recovery-image] Feb 25 02:12:22.039 INFO O| Feb 25 02:12:22.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5301 | 2025-02-25T02:12:24.000Z | [ recovery-image] Feb 25 02:12:22.040 INFO O| Feb 25 02:12:22.040 INFO STEP 223 (remove_files) COMPLETE |
5302 | 2025-02-25T02:12:24.000Z | [ recovery-image] Feb 25 02:12:22.040 INFO O| Feb 25 02:12:22.040 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2025-02-25T02:12:24.018Z | [ recovery-image] Feb 25 02:12:22.060 INFO O| Feb 25 02:12:22.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5304 | 2025-02-25T02:12:24.018Z | [ recovery-image] Feb 25 02:12:22.060 INFO O| Feb 25 02:12:22.060 INFO STEP 224 (remove_files) COMPLETE |
5305 | 2025-02-25T02:12:24.018Z | [ recovery-image] Feb 25 02:12:22.060 INFO O| Feb 25 02:12:22.060 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2025-02-25T02:12:24.038Z | [ recovery-image] Feb 25 02:12:22.081 INFO O| Feb 25 02:12:22.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5307 | 2025-02-25T02:12:24.038Z | [ recovery-image] Feb 25 02:12:22.081 INFO O| Feb 25 02:12:22.081 INFO STEP 225 (remove_files) COMPLETE |
5308 | 2025-02-25T02:12:24.041Z | [ recovery-image] Feb 25 02:12:22.081 INFO O| Feb 25 02:12:22.081 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2025-02-25T02:12:24.059Z | [ recovery-image] Feb 25 02:12:22.101 INFO O| Feb 25 02:12:22.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5310 | 2025-02-25T02:12:24.059Z | [ recovery-image] Feb 25 02:12:22.101 INFO O| Feb 25 02:12:22.101 INFO STEP 226 (remove_files) COMPLETE |
5311 | 2025-02-25T02:12:24.059Z | [ recovery-image] Feb 25 02:12:22.101 INFO O| Feb 25 02:12:22.101 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2025-02-25T02:12:24.070Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
5313 | 2025-02-25T02:12:24.102Z | [ recovery-image] Feb 25 02:12:22.145 INFO O| Feb 25 02:12:22.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5314 | 2025-02-25T02:12:24.105Z | [ recovery-image] Feb 25 02:12:22.145 INFO O| Feb 25 02:12:22.145 INFO STEP 227 (remove_files) COMPLETE |
5315 | 2025-02-25T02:12:24.105Z | [ recovery-image] Feb 25 02:12:22.145 INFO O| Feb 25 02:12:22.145 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2025-02-25T02:12:24.124Z | [ recovery-image] Feb 25 02:12:22.166 INFO O| Feb 25 02:12:22.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5317 | 2025-02-25T02:12:24.124Z | [ recovery-image] Feb 25 02:12:22.166 INFO O| Feb 25 02:12:22.166 INFO STEP 228 (remove_files) COMPLETE |
5318 | 2025-02-25T02:12:24.124Z | [ recovery-image] Feb 25 02:12:22.166 INFO O| Feb 25 02:12:22.166 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2025-02-25T02:12:24.144Z | [ recovery-image] Feb 25 02:12:22.186 INFO O| Feb 25 02:12:22.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5320 | 2025-02-25T02:12:24.144Z | [ recovery-image] Feb 25 02:12:22.186 INFO O| Feb 25 02:12:22.186 INFO STEP 229 (remove_files) COMPLETE |
5321 | 2025-02-25T02:12:24.147Z | [ recovery-image] Feb 25 02:12:22.186 INFO O| Feb 25 02:12:22.186 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2025-02-25T02:12:24.163Z | [ recovery-image] Feb 25 02:12:22.206 INFO O| Feb 25 02:12:22.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5323 | 2025-02-25T02:12:24.163Z | [ recovery-image] Feb 25 02:12:22.206 INFO O| Feb 25 02:12:22.206 INFO STEP 230 (remove_files) COMPLETE |
5324 | 2025-02-25T02:12:24.166Z | [ recovery-image] Feb 25 02:12:22.206 INFO O| Feb 25 02:12:22.206 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2025-02-25T02:12:24.184Z | [ recovery-image] Feb 25 02:12:22.226 INFO O| Feb 25 02:12:22.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5326 | 2025-02-25T02:12:24.184Z | [ recovery-image] Feb 25 02:12:22.226 INFO O| Feb 25 02:12:22.226 INFO STEP 231 (remove_files) COMPLETE |
5327 | 2025-02-25T02:12:24.184Z | [ recovery-image] Feb 25 02:12:22.226 INFO O| Feb 25 02:12:22.226 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2025-02-25T02:12:24.205Z | [ recovery-image] Feb 25 02:12:22.247 INFO O| Feb 25 02:12:22.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5329 | 2025-02-25T02:12:24.205Z | [ recovery-image] Feb 25 02:12:22.247 INFO O| Feb 25 02:12:22.247 INFO STEP 232 (remove_files) COMPLETE |
5330 | 2025-02-25T02:12:24.205Z | [ recovery-image] Feb 25 02:12:22.247 INFO O| Feb 25 02:12:22.247 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2025-02-25T02:12:24.229Z | [ recovery-image] Feb 25 02:12:22.271 INFO O| Feb 25 02:12:22.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5332 | 2025-02-25T02:12:24.232Z | [ recovery-image] Feb 25 02:12:22.271 INFO O| Feb 25 02:12:22.271 INFO STEP 233 (remove_files) COMPLETE |
5333 | 2025-02-25T02:12:24.232Z | [ recovery-image] Feb 25 02:12:22.271 INFO O| Feb 25 02:12:22.271 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2025-02-25T02:12:24.249Z | [ recovery-image] Feb 25 02:12:22.292 INFO O| Feb 25 02:12:22.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5335 | 2025-02-25T02:12:24.249Z | [ recovery-image] Feb 25 02:12:22.292 INFO O| Feb 25 02:12:22.292 INFO STEP 234 (remove_files) COMPLETE |
5336 | 2025-02-25T02:12:24.249Z | [ recovery-image] Feb 25 02:12:22.292 INFO O| Feb 25 02:12:22.292 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2025-02-25T02:12:24.271Z | [ recovery-image] Feb 25 02:12:22.313 INFO O| Feb 25 02:12:22.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5338 | 2025-02-25T02:12:24.271Z | [ recovery-image] Feb 25 02:12:22.313 INFO O| Feb 25 02:12:22.313 INFO STEP 235 (remove_files) COMPLETE |
5339 | 2025-02-25T02:12:24.271Z | [ recovery-image] Feb 25 02:12:22.313 INFO O| Feb 25 02:12:22.313 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2025-02-25T02:12:24.294Z | [ recovery-image] Feb 25 02:12:22.335 INFO O| Feb 25 02:12:22.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5341 | 2025-02-25T02:12:24.294Z | [ recovery-image] Feb 25 02:12:22.335 INFO O| Feb 25 02:12:22.335 INFO STEP 236 (remove_files) COMPLETE |
5342 | 2025-02-25T02:12:24.294Z | [ recovery-image] Feb 25 02:12:22.335 INFO O| Feb 25 02:12:22.335 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2025-02-25T02:12:24.370Z | [ recovery-image] Feb 25 02:12:22.413 INFO O| Feb 25 02:12:22.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5344 | 2025-02-25T02:12:24.370Z | [ recovery-image] Feb 25 02:12:22.413 INFO O| Feb 25 02:12:22.413 INFO STEP 237 (remove_files) COMPLETE |
5345 | 2025-02-25T02:12:24.370Z | [ recovery-image] Feb 25 02:12:22.413 INFO O| Feb 25 02:12:22.413 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2025-02-25T02:12:24.390Z | [ host-image] Feb 25 02:12:22.432 INFO O| Feb 25 02:12:22.432 INFO O| Download: Completed 10.27 MB in 1.07 seconds (9.6M/s) |
5347 | 2025-02-25T02:12:24.471Z | [ recovery-image] Feb 25 02:12:22.512 INFO O| Feb 25 02:12:22.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5348 | 2025-02-25T02:12:24.471Z | [ recovery-image] Feb 25 02:12:22.512 INFO O| Feb 25 02:12:22.512 INFO STEP 238 (remove_files) COMPLETE |
5349 | 2025-02-25T02:12:24.474Z | [ recovery-image] Feb 25 02:12:22.512 INFO O| Feb 25 02:12:22.512 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2025-02-25T02:12:24.517Z | [ host-image] Feb 25 02:12:22.559 INFO O| Feb 25 02:12:22.559 INFO O| Actions: 1/22 actions (Installing new actions) |
5351 | 2025-02-25T02:12:24.526Z | [ recovery-image] Feb 25 02:12:22.568 INFO O| Feb 25 02:12:22.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5352 | 2025-02-25T02:12:24.526Z | [ recovery-image] Feb 25 02:12:22.569 INFO O| Feb 25 02:12:22.568 INFO STEP 239 (remove_files) COMPLETE |
5353 | 2025-02-25T02:12:24.529Z | [ recovery-image] Feb 25 02:12:22.569 INFO O| Feb 25 02:12:22.568 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2025-02-25T02:12:24.545Z | [ recovery-image] Feb 25 02:12:22.588 INFO O| Feb 25 02:12:22.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5355 | 2025-02-25T02:12:24.546Z | [ recovery-image] Feb 25 02:12:22.588 INFO O| Feb 25 02:12:22.588 INFO STEP 240 (remove_files) COMPLETE |
5356 | 2025-02-25T02:12:24.546Z | [ recovery-image] Feb 25 02:12:22.588 INFO O| Feb 25 02:12:22.588 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2025-02-25T02:12:24.565Z | [ recovery-image] Feb 25 02:12:22.607 INFO O| Feb 25 02:12:22.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5358 | 2025-02-25T02:12:24.567Z | [ recovery-image] Feb 25 02:12:22.607 INFO O| Feb 25 02:12:22.607 INFO STEP 241 (remove_files) COMPLETE |
5359 | 2025-02-25T02:12:24.567Z | [ recovery-image] Feb 25 02:12:22.608 INFO O| Feb 25 02:12:22.608 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2025-02-25T02:12:24.622Z | [ recovery-image] Feb 25 02:12:22.664 INFO O| Feb 25 02:12:22.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5361 | 2025-02-25T02:12:24.626Z | [ recovery-image] Feb 25 02:12:22.664 INFO O| Feb 25 02:12:22.664 INFO STEP 242 (remove_files) COMPLETE |
5362 | 2025-02-25T02:12:24.626Z | [ recovery-image] Feb 25 02:12:22.664 INFO O| Feb 25 02:12:22.664 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2025-02-25T02:12:24.641Z | [ recovery-image] Feb 25 02:12:22.684 INFO O| Feb 25 02:12:22.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5364 | 2025-02-25T02:12:24.644Z | [ recovery-image] Feb 25 02:12:22.684 INFO O| Feb 25 02:12:22.684 INFO STEP 243 (remove_files) COMPLETE |
5365 | 2025-02-25T02:12:24.644Z | [ recovery-image] Feb 25 02:12:22.684 INFO O| Feb 25 02:12:22.684 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2025-02-25T02:12:24.675Z | [ recovery-image] Feb 25 02:12:22.718 INFO O| Feb 25 02:12:22.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5367 | 2025-02-25T02:12:24.675Z | [ recovery-image] Feb 25 02:12:22.718 INFO O| Feb 25 02:12:22.718 INFO STEP 244 (remove_files) COMPLETE |
5368 | 2025-02-25T02:12:24.676Z | [ recovery-image] Feb 25 02:12:22.718 INFO O| Feb 25 02:12:22.718 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2025-02-25T02:12:24.695Z | [ recovery-image] Feb 25 02:12:22.738 INFO O| Feb 25 02:12:22.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5370 | 2025-02-25T02:12:24.695Z | [ recovery-image] Feb 25 02:12:22.738 INFO O| Feb 25 02:12:22.738 INFO STEP 245 (remove_files) COMPLETE |
5371 | 2025-02-25T02:12:24.695Z | [ recovery-image] Feb 25 02:12:22.738 INFO O| Feb 25 02:12:22.738 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2025-02-25T02:12:24.734Z | [ recovery-image] Feb 25 02:12:22.776 INFO O| Feb 25 02:12:22.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5373 | 2025-02-25T02:12:24.736Z | [ recovery-image] Feb 25 02:12:22.776 INFO O| Feb 25 02:12:22.776 INFO STEP 246 (remove_files) COMPLETE |
5374 | 2025-02-25T02:12:24.736Z | [ recovery-image] Feb 25 02:12:22.776 INFO O| Feb 25 02:12:22.776 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2025-02-25T02:12:24.769Z | [ recovery-image] Feb 25 02:12:22.811 INFO O| Feb 25 02:12:22.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5376 | 2025-02-25T02:12:24.769Z | [ recovery-image] Feb 25 02:12:22.811 INFO O| Feb 25 02:12:22.811 INFO STEP 247 (remove_files) COMPLETE |
5377 | 2025-02-25T02:12:24.769Z | [ recovery-image] Feb 25 02:12:22.811 INFO O| Feb 25 02:12:22.811 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2025-02-25T02:12:24.790Z | [ recovery-image] Feb 25 02:12:22.833 INFO O| Feb 25 02:12:22.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5379 | 2025-02-25T02:12:24.790Z | [ recovery-image] Feb 25 02:12:22.833 INFO O| Feb 25 02:12:22.833 INFO STEP 248 (remove_files) COMPLETE |
5380 | 2025-02-25T02:12:24.790Z | [ recovery-image] Feb 25 02:12:22.833 INFO O| Feb 25 02:12:22.833 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2025-02-25T02:12:24.819Z | [ recovery-image] Feb 25 02:12:22.861 INFO O| Feb 25 02:12:22.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5382 | 2025-02-25T02:12:24.822Z | [ recovery-image] Feb 25 02:12:22.861 INFO O| Feb 25 02:12:22.861 INFO STEP 249 (remove_files) COMPLETE |
5383 | 2025-02-25T02:12:24.822Z | [ recovery-image] Feb 25 02:12:22.861 INFO O| Feb 25 02:12:22.861 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2025-02-25T02:12:24.841Z | [ recovery-image] Feb 25 02:12:22.884 INFO O| Feb 25 02:12:22.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5385 | 2025-02-25T02:12:24.845Z | [ recovery-image] Feb 25 02:12:22.884 INFO O| Feb 25 02:12:22.884 INFO STEP 250 (remove_files) COMPLETE |
5386 | 2025-02-25T02:12:24.845Z | [ recovery-image] Feb 25 02:12:22.884 INFO O| Feb 25 02:12:22.884 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2025-02-25T02:12:24.880Z | [ recovery-image] Feb 25 02:12:22.922 INFO O| Feb 25 02:12:22.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5388 | 2025-02-25T02:12:24.882Z | [ recovery-image] Feb 25 02:12:22.922 INFO O| Feb 25 02:12:22.922 INFO STEP 251 (remove_files) COMPLETE |
5389 | 2025-02-25T02:12:24.882Z | [ recovery-image] Feb 25 02:12:22.922 INFO O| Feb 25 02:12:22.922 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2025-02-25T02:12:24.899Z | [ recovery-image] Feb 25 02:12:22.942 INFO O| Feb 25 02:12:22.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5391 | 2025-02-25T02:12:24.904Z | [ recovery-image] Feb 25 02:12:22.942 INFO O| Feb 25 02:12:22.942 INFO STEP 252 (remove_files) COMPLETE |
5392 | 2025-02-25T02:12:24.904Z | [ recovery-image] Feb 25 02:12:22.942 INFO O| Feb 25 02:12:22.942 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2025-02-25T02:12:24.919Z | [ recovery-image] Feb 25 02:12:22.962 INFO O| Feb 25 02:12:22.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5394 | 2025-02-25T02:12:24.922Z | [ recovery-image] Feb 25 02:12:22.962 INFO O| Feb 25 02:12:22.962 INFO STEP 253 (remove_files) COMPLETE |
5395 | 2025-02-25T02:12:24.922Z | [ recovery-image] Feb 25 02:12:22.962 INFO O| Feb 25 02:12:22.962 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2025-02-25T02:12:24.928Z | [ host-image] Feb 25 02:12:22.970 INFO O| Feb 25 02:12:22.970 INFO O| Actions: Completed 22 actions in 0.41 seconds. |
5397 | 2025-02-25T02:12:24.939Z | [ recovery-image] Feb 25 02:12:22.981 INFO O| Feb 25 02:12:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5398 | 2025-02-25T02:12:24.941Z | [ recovery-image] Feb 25 02:12:22.981 INFO O| Feb 25 02:12:22.981 INFO STEP 254 (remove_files) COMPLETE |
5399 | 2025-02-25T02:12:24.941Z | [ recovery-image] Feb 25 02:12:22.981 INFO O| Feb 25 02:12:22.981 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2025-02-25T02:12:24.957Z | [ recovery-image] Feb 25 02:12:22.999 INFO O| Feb 25 02:12:22.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5401 | 2025-02-25T02:12:24.957Z | [ recovery-image] Feb 25 02:12:23.000 INFO O| Feb 25 02:12:22.999 INFO STEP 255 (remove_files) COMPLETE |
5402 | 2025-02-25T02:12:24.957Z | [ recovery-image] Feb 25 02:12:23.000 INFO O| Feb 25 02:12:22.999 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2025-02-25T02:12:24.976Z | [ recovery-image] Feb 25 02:12:23.019 INFO O| Feb 25 02:12:23.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5404 | 2025-02-25T02:12:24.998Z | [ recovery-image] Feb 25 02:12:23.040 INFO O| Feb 25 02:12:23.040 INFO STEP 256 (remove_files) COMPLETE |
5405 | 2025-02-25T02:12:24.999Z | [ recovery-image] Feb 25 02:12:23.040 INFO O| Feb 25 02:12:23.040 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2025-02-25T02:12:25.046Z | [ recovery-image] Feb 25 02:12:23.088 INFO O| Feb 25 02:12:23.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5407 | 2025-02-25T02:12:25.046Z | [ recovery-image] Feb 25 02:12:23.088 INFO O| Feb 25 02:12:23.088 INFO STEP 257 (remove_files) COMPLETE |
5408 | 2025-02-25T02:12:25.046Z | [ recovery-image] Feb 25 02:12:23.088 INFO O| Feb 25 02:12:23.088 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2025-02-25T02:12:25.115Z | [ recovery-image] Feb 25 02:12:23.158 INFO O| Feb 25 02:12:23.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5410 | 2025-02-25T02:12:25.115Z | [ recovery-image] Feb 25 02:12:23.158 INFO O| Feb 25 02:12:23.158 INFO STEP 258 (remove_files) COMPLETE |
5411 | 2025-02-25T02:12:25.118Z | [ recovery-image] Feb 25 02:12:23.158 INFO O| Feb 25 02:12:23.158 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2025-02-25T02:12:25.138Z | [ recovery-image] Feb 25 02:12:23.180 INFO O| Feb 25 02:12:23.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5413 | 2025-02-25T02:12:25.138Z | [ recovery-image] Feb 25 02:12:23.180 INFO O| Feb 25 02:12:23.180 INFO STEP 259 (remove_files) COMPLETE |
5414 | 2025-02-25T02:12:25.138Z | [ recovery-image] Feb 25 02:12:23.180 INFO O| Feb 25 02:12:23.180 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2025-02-25T02:12:25.158Z | [ recovery-image] Feb 25 02:12:23.199 INFO O| Feb 25 02:12:23.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5416 | 2025-02-25T02:12:25.158Z | [ recovery-image] Feb 25 02:12:23.200 INFO O| Feb 25 02:12:23.200 INFO STEP 260 (remove_files) COMPLETE |
5417 | 2025-02-25T02:12:25.158Z | [ recovery-image] Feb 25 02:12:23.200 INFO O| Feb 25 02:12:23.200 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2025-02-25T02:12:25.177Z | [ recovery-image] Feb 25 02:12:23.219 INFO O| Feb 25 02:12:23.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5419 | 2025-02-25T02:12:25.177Z | [ recovery-image] Feb 25 02:12:23.220 INFO O| Feb 25 02:12:23.219 INFO STEP 261 (remove_files) COMPLETE |
5420 | 2025-02-25T02:12:25.177Z | [ recovery-image] Feb 25 02:12:23.220 INFO O| Feb 25 02:12:23.219 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2025-02-25T02:12:25.197Z | [ recovery-image] Feb 25 02:12:23.240 INFO O| Feb 25 02:12:23.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5422 | 2025-02-25T02:12:25.197Z | [ recovery-image] Feb 25 02:12:23.240 INFO O| Feb 25 02:12:23.240 INFO STEP 262 (remove_files) COMPLETE |
5423 | 2025-02-25T02:12:25.197Z | [ recovery-image] Feb 25 02:12:23.240 INFO O| Feb 25 02:12:23.240 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2025-02-25T02:12:25.240Z | [ recovery-image] Feb 25 02:12:23.283 INFO O| Feb 25 02:12:23.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5425 | 2025-02-25T02:12:25.240Z | [ recovery-image] Feb 25 02:12:23.283 INFO O| Feb 25 02:12:23.283 INFO STEP 263 (remove_files) COMPLETE |
5426 | 2025-02-25T02:12:25.241Z | [ recovery-image] Feb 25 02:12:23.283 INFO O| Feb 25 02:12:23.283 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2025-02-25T02:12:25.261Z | [ recovery-image] Feb 25 02:12:23.303 INFO O| Feb 25 02:12:23.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5428 | 2025-02-25T02:12:25.261Z | [ recovery-image] Feb 25 02:12:23.304 INFO O| Feb 25 02:12:23.304 INFO STEP 264 (remove_files) COMPLETE |
5429 | 2025-02-25T02:12:25.261Z | [ recovery-image] Feb 25 02:12:23.304 INFO O| Feb 25 02:12:23.304 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2025-02-25T02:12:25.303Z | [ recovery-image] Feb 25 02:12:23.346 INFO O| Feb 25 02:12:23.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5431 | 2025-02-25T02:12:25.306Z | [ recovery-image] Feb 25 02:12:23.346 INFO O| Feb 25 02:12:23.346 INFO STEP 265 (remove_files) COMPLETE |
5432 | 2025-02-25T02:12:25.306Z | [ recovery-image] Feb 25 02:12:23.346 INFO O| Feb 25 02:12:23.346 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2025-02-25T02:12:25.337Z | [ recovery-image] Feb 25 02:12:23.380 INFO O| Feb 25 02:12:23.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5434 | 2025-02-25T02:12:25.337Z | [ recovery-image] Feb 25 02:12:23.380 INFO O| Feb 25 02:12:23.380 INFO STEP 266 (remove_files) COMPLETE |
5435 | 2025-02-25T02:12:25.337Z | [ recovery-image] Feb 25 02:12:23.380 INFO O| Feb 25 02:12:23.380 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2025-02-25T02:12:25.399Z | [ recovery-image] Feb 25 02:12:23.441 INFO O| Feb 25 02:12:23.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5437 | 2025-02-25T02:12:25.399Z | [ recovery-image] Feb 25 02:12:23.441 INFO O| Feb 25 02:12:23.441 INFO STEP 267 (remove_files) COMPLETE |
5438 | 2025-02-25T02:12:25.399Z | [ recovery-image] Feb 25 02:12:23.441 INFO O| Feb 25 02:12:23.441 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2025-02-25T02:12:25.526Z | [ recovery-image] Feb 25 02:12:23.568 INFO O| Feb 25 02:12:23.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5440 | 2025-02-25T02:12:25.526Z | [ recovery-image] Feb 25 02:12:23.568 INFO O| Feb 25 02:12:23.568 INFO STEP 268 (remove_files) COMPLETE |
5441 | 2025-02-25T02:12:25.526Z | [ recovery-image] Feb 25 02:12:23.568 INFO O| Feb 25 02:12:23.568 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2025-02-25T02:12:25.535Z | [ host-image] Feb 25 02:12:23.577 INFO O| Feb 25 02:12:23.577 INFO O| Done |
5443 | 2025-02-25T02:12:25.535Z | [ host-image] Feb 25 02:12:23.577 INFO O| Feb 25 02:12:23.577 INFO O| Done |
5444 | 2025-02-25T02:12:25.545Z | [ recovery-image] Feb 25 02:12:23.587 INFO O| Feb 25 02:12:23.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5445 | 2025-02-25T02:12:25.548Z | [ recovery-image] Feb 25 02:12:23.588 INFO O| Feb 25 02:12:23.588 INFO STEP 269 (remove_files) COMPLETE |
5446 | 2025-02-25T02:12:25.548Z | [ recovery-image] Feb 25 02:12:23.588 INFO O| Feb 25 02:12:23.588 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2025-02-25T02:12:25.576Z | [ recovery-image] Feb 25 02:12:23.618 INFO O| Feb 25 02:12:23.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5448 | 2025-02-25T02:12:25.576Z | [ recovery-image] Feb 25 02:12:23.618 INFO O| Feb 25 02:12:23.618 INFO STEP 270 (remove_files) COMPLETE |
5449 | 2025-02-25T02:12:25.579Z | [ recovery-image] Feb 25 02:12:23.618 INFO O| Feb 25 02:12:23.618 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2025-02-25T02:12:25.628Z | [ recovery-image] Feb 25 02:12:23.671 INFO O| Feb 25 02:12:23.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5451 | 2025-02-25T02:12:25.628Z | [ recovery-image] Feb 25 02:12:23.671 INFO O| Feb 25 02:12:23.671 INFO STEP 271 (remove_files) COMPLETE |
5452 | 2025-02-25T02:12:25.631Z | [ recovery-image] Feb 25 02:12:23.671 INFO O| Feb 25 02:12:23.671 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2025-02-25T02:12:25.669Z | [ recovery-image] Feb 25 02:12:23.711 INFO O| Feb 25 02:12:23.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5454 | 2025-02-25T02:12:25.669Z | [ recovery-image] Feb 25 02:12:23.712 INFO O| Feb 25 02:12:23.711 INFO STEP 272 (remove_files) COMPLETE |
5455 | 2025-02-25T02:12:25.672Z | [ recovery-image] Feb 25 02:12:23.712 INFO O| Feb 25 02:12:23.712 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2025-02-25T02:12:25.700Z | [ recovery-image] Feb 25 02:12:23.742 INFO O| Feb 25 02:12:23.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5457 | 2025-02-25T02:12:25.702Z | [ recovery-image] Feb 25 02:12:23.742 INFO O| Feb 25 02:12:23.742 INFO STEP 273 (remove_files) COMPLETE |
5458 | 2025-02-25T02:12:25.702Z | [ recovery-image] Feb 25 02:12:23.742 INFO O| Feb 25 02:12:23.742 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2025-02-25T02:12:25.718Z | [ recovery-image] Feb 25 02:12:23.760 INFO O| Feb 25 02:12:23.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5460 | 2025-02-25T02:12:25.721Z | [ recovery-image] Feb 25 02:12:23.761 INFO O| Feb 25 02:12:23.761 INFO STEP 274 (remove_files) COMPLETE |
5461 | 2025-02-25T02:12:25.721Z | [ recovery-image] Feb 25 02:12:23.761 INFO O| Feb 25 02:12:23.761 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2025-02-25T02:12:25.735Z | [ recovery-image] Feb 25 02:12:23.777 INFO O| Feb 25 02:12:23.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5463 | 2025-02-25T02:12:25.738Z | [ recovery-image] Feb 25 02:12:23.777 INFO O| Feb 25 02:12:23.777 INFO STEP 275 (remove_files) COMPLETE |
5464 | 2025-02-25T02:12:25.738Z | [ recovery-image] Feb 25 02:12:23.778 INFO O| Feb 25 02:12:23.777 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2025-02-25T02:12:25.754Z | [ recovery-image] Feb 25 02:12:23.796 INFO O| Feb 25 02:12:23.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5466 | 2025-02-25T02:12:25.757Z | [ recovery-image] Feb 25 02:12:23.796 INFO O| Feb 25 02:12:23.796 INFO STEP 276 (remove_files) COMPLETE |
5467 | 2025-02-25T02:12:25.757Z | [ recovery-image] Feb 25 02:12:23.796 INFO O| Feb 25 02:12:23.796 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2025-02-25T02:12:25.774Z | [ recovery-image] Feb 25 02:12:23.816 INFO O| Feb 25 02:12:23.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5469 | 2025-02-25T02:12:25.798Z | [ recovery-image] Feb 25 02:12:23.841 INFO O| Feb 25 02:12:23.841 INFO STEP 277 (remove_files) COMPLETE |
5470 | 2025-02-25T02:12:25.801Z | [ recovery-image] Feb 25 02:12:23.841 INFO O| Feb 25 02:12:23.841 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2025-02-25T02:12:25.860Z | [ recovery-image] Feb 25 02:12:23.902 INFO O| Feb 25 02:12:23.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5472 | 2025-02-25T02:12:25.860Z | [ recovery-image] Feb 25 02:12:23.902 INFO O| Feb 25 02:12:23.902 INFO STEP 278 (remove_files) COMPLETE |
5473 | 2025-02-25T02:12:25.860Z | [ recovery-image] Feb 25 02:12:23.902 INFO O| Feb 25 02:12:23.902 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2025-02-25T02:12:25.890Z | [ recovery-image] Feb 25 02:12:23.932 INFO O| Feb 25 02:12:23.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5475 | 2025-02-25T02:12:25.890Z | [ recovery-image] Feb 25 02:12:23.932 INFO O| Feb 25 02:12:23.932 INFO STEP 279 (remove_files) COMPLETE |
5476 | 2025-02-25T02:12:25.893Z | [ recovery-image] Feb 25 02:12:23.932 INFO O| Feb 25 02:12:23.932 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2025-02-25T02:12:25.939Z | [ recovery-image] Feb 25 02:12:23.981 INFO O| Feb 25 02:12:23.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5478 | 2025-02-25T02:12:25.939Z | [ recovery-image] Feb 25 02:12:23.981 INFO O| Feb 25 02:12:23.981 INFO STEP 280 (remove_files) COMPLETE |
5479 | 2025-02-25T02:12:25.939Z | [ recovery-image] Feb 25 02:12:23.981 INFO O| Feb 25 02:12:23.981 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2025-02-25T02:12:25.956Z | [ recovery-image] Feb 25 02:12:23.998 INFO O| Feb 25 02:12:23.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5481 | 2025-02-25T02:12:25.980Z | [ recovery-image] Feb 25 02:12:24.021 INFO O| Feb 25 02:12:24.021 INFO STEP 281 (remove_files) COMPLETE |
5482 | 2025-02-25T02:12:25.980Z | [ recovery-image] Feb 25 02:12:24.021 INFO O| Feb 25 02:12:24.021 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2025-02-25T02:12:26.014Z | [ recovery-image] Feb 25 02:12:24.056 INFO O| Feb 25 02:12:24.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5484 | 2025-02-25T02:12:26.014Z | [ recovery-image] Feb 25 02:12:24.056 INFO O| Feb 25 02:12:24.056 INFO STEP 282 (remove_files) COMPLETE |
5485 | 2025-02-25T02:12:26.014Z | [ recovery-image] Feb 25 02:12:24.056 INFO O| Feb 25 02:12:24.056 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2025-02-25T02:12:26.033Z | [ recovery-image] Feb 25 02:12:24.075 INFO O| Feb 25 02:12:24.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5487 | 2025-02-25T02:12:26.033Z | [ recovery-image] Feb 25 02:12:24.075 INFO O| Feb 25 02:12:24.075 INFO STEP 283 (remove_files) COMPLETE |
5488 | 2025-02-25T02:12:26.035Z | [ recovery-image] Feb 25 02:12:24.075 INFO O| Feb 25 02:12:24.075 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2025-02-25T02:12:26.053Z | [ recovery-image] Feb 25 02:12:24.095 INFO O| Feb 25 02:12:24.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5490 | 2025-02-25T02:12:26.053Z | [ recovery-image] Feb 25 02:12:24.096 INFO O| Feb 25 02:12:24.096 INFO STEP 284 (remove_files) COMPLETE |
5491 | 2025-02-25T02:12:26.053Z | [ recovery-image] Feb 25 02:12:24.096 INFO O| Feb 25 02:12:24.096 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2025-02-25T02:12:26.075Z | [ recovery-image] Feb 25 02:12:24.117 INFO O| Feb 25 02:12:24.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5493 | 2025-02-25T02:12:26.075Z | [ recovery-image] Feb 25 02:12:24.118 INFO O| Feb 25 02:12:24.117 INFO STEP 285 (remove_files) COMPLETE |
5494 | 2025-02-25T02:12:26.075Z | [ recovery-image] Feb 25 02:12:24.118 INFO O| Feb 25 02:12:24.118 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2025-02-25T02:12:26.097Z | [ recovery-image] Feb 25 02:12:24.139 INFO O| Feb 25 02:12:24.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5496 | 2025-02-25T02:12:26.097Z | [ recovery-image] Feb 25 02:12:24.139 INFO O| Feb 25 02:12:24.139 INFO STEP 286 (remove_files) COMPLETE |
5497 | 2025-02-25T02:12:26.097Z | [ recovery-image] Feb 25 02:12:24.139 INFO O| Feb 25 02:12:24.139 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2025-02-25T02:12:26.131Z | [ recovery-image] Feb 25 02:12:24.173 INFO O| Feb 25 02:12:24.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5499 | 2025-02-25T02:12:26.131Z | [ recovery-image] Feb 25 02:12:24.173 INFO O| Feb 25 02:12:24.173 INFO STEP 287 (remove_files) COMPLETE |
5500 | 2025-02-25T02:12:26.131Z | [ recovery-image] Feb 25 02:12:24.173 INFO O| Feb 25 02:12:24.173 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2025-02-25T02:12:26.152Z | [ recovery-image] Feb 25 02:12:24.195 INFO O| Feb 25 02:12:24.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5502 | 2025-02-25T02:12:26.152Z | [ recovery-image] Feb 25 02:12:24.195 INFO O| Feb 25 02:12:24.195 INFO STEP 288 (remove_files) COMPLETE |
5503 | 2025-02-25T02:12:26.152Z | [ recovery-image] Feb 25 02:12:24.195 INFO O| Feb 25 02:12:24.195 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2025-02-25T02:12:26.181Z | [ recovery-image] Feb 25 02:12:24.223 INFO O| Feb 25 02:12:24.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5505 | 2025-02-25T02:12:26.183Z | [ recovery-image] Feb 25 02:12:24.223 INFO O| Feb 25 02:12:24.223 INFO STEP 289 (remove_files) COMPLETE |
5506 | 2025-02-25T02:12:26.183Z | [ recovery-image] Feb 25 02:12:24.223 INFO O| Feb 25 02:12:24.223 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2025-02-25T02:12:26.201Z | [ recovery-image] Feb 25 02:12:24.244 INFO O| Feb 25 02:12:24.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5508 | 2025-02-25T02:12:26.205Z | [ recovery-image] Feb 25 02:12:24.244 INFO O| Feb 25 02:12:24.244 INFO STEP 290 (remove_files) COMPLETE |
5509 | 2025-02-25T02:12:26.205Z | [ recovery-image] Feb 25 02:12:24.244 INFO O| Feb 25 02:12:24.244 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2025-02-25T02:12:26.223Z | [ recovery-image] Feb 25 02:12:24.265 INFO O| Feb 25 02:12:24.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5511 | 2025-02-25T02:12:26.226Z | [ recovery-image] Feb 25 02:12:24.266 INFO O| Feb 25 02:12:24.266 INFO STEP 291 (remove_files) COMPLETE |
5512 | 2025-02-25T02:12:26.226Z | [ recovery-image] Feb 25 02:12:24.266 INFO O| Feb 25 02:12:24.266 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2025-02-25T02:12:26.340Z | [ recovery-image] Feb 25 02:12:24.382 INFO O| Feb 25 02:12:24.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5514 | 2025-02-25T02:12:26.342Z | [ recovery-image] Feb 25 02:12:24.382 INFO O| Feb 25 02:12:24.382 INFO STEP 292 (remove_files) COMPLETE |
5515 | 2025-02-25T02:12:26.342Z | [ recovery-image] Feb 25 02:12:24.382 INFO O| Feb 25 02:12:24.382 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2025-02-25T02:12:26.372Z | [ recovery-image] Feb 25 02:12:24.414 INFO O| Feb 25 02:12:24.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5517 | 2025-02-25T02:12:26.372Z | [ recovery-image] Feb 25 02:12:24.414 INFO O| Feb 25 02:12:24.414 INFO STEP 293 (remove_files) COMPLETE |
5518 | 2025-02-25T02:12:26.372Z | [ recovery-image] Feb 25 02:12:24.414 INFO O| Feb 25 02:12:24.414 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2025-02-25T02:12:26.405Z | [ recovery-image] Feb 25 02:12:24.447 INFO O| Feb 25 02:12:24.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5520 | 2025-02-25T02:12:26.405Z | [ recovery-image] Feb 25 02:12:24.447 INFO O| Feb 25 02:12:24.447 INFO STEP 294 (remove_files) COMPLETE |
5521 | 2025-02-25T02:12:26.405Z | [ recovery-image] Feb 25 02:12:24.447 INFO O| Feb 25 02:12:24.447 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2025-02-25T02:12:26.445Z | [ recovery-image] Feb 25 02:12:24.487 INFO O| Feb 25 02:12:24.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5523 | 2025-02-25T02:12:26.445Z | [ recovery-image] Feb 25 02:12:24.487 INFO O| Feb 25 02:12:24.487 INFO STEP 295 (remove_files) COMPLETE |
5524 | 2025-02-25T02:12:26.445Z | [ recovery-image] Feb 25 02:12:24.487 INFO O| Feb 25 02:12:24.487 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2025-02-25T02:12:26.466Z | [ recovery-image] Feb 25 02:12:24.507 INFO O| Feb 25 02:12:24.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5526 | 2025-02-25T02:12:26.466Z | [ recovery-image] Feb 25 02:12:24.507 INFO O| Feb 25 02:12:24.507 INFO STEP 296 (remove_files) COMPLETE |
5527 | 2025-02-25T02:12:26.466Z | [ recovery-image] Feb 25 02:12:24.507 INFO O| Feb 25 02:12:24.507 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2025-02-25T02:12:26.485Z | [ recovery-image] Feb 25 02:12:24.527 INFO O| Feb 25 02:12:24.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5529 | 2025-02-25T02:12:26.485Z | [ recovery-image] Feb 25 02:12:24.527 INFO O| Feb 25 02:12:24.527 INFO STEP 297 (remove_files) COMPLETE |
5530 | 2025-02-25T02:12:26.488Z | [ recovery-image] Feb 25 02:12:24.527 INFO O| Feb 25 02:12:24.527 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2025-02-25T02:12:26.516Z | [ recovery-image] Feb 25 02:12:24.558 INFO O| Feb 25 02:12:24.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5532 | 2025-02-25T02:12:26.516Z | [ recovery-image] Feb 25 02:12:24.558 INFO O| Feb 25 02:12:24.558 INFO STEP 298 (remove_files) COMPLETE |
5533 | 2025-02-25T02:12:26.516Z | [ recovery-image] Feb 25 02:12:24.558 INFO O| Feb 25 02:12:24.558 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2025-02-25T02:12:26.535Z | [ recovery-image] Feb 25 02:12:24.578 INFO O| Feb 25 02:12:24.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5535 | 2025-02-25T02:12:26.535Z | [ recovery-image] Feb 25 02:12:24.578 INFO O| Feb 25 02:12:24.578 INFO STEP 299 (remove_files) COMPLETE |
5536 | 2025-02-25T02:12:26.535Z | [ recovery-image] Feb 25 02:12:24.578 INFO O| Feb 25 02:12:24.578 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2025-02-25T02:12:26.567Z | [ recovery-image] Feb 25 02:12:24.609 INFO O| Feb 25 02:12:24.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5538 | 2025-02-25T02:12:26.567Z | [ recovery-image] Feb 25 02:12:24.609 INFO O| Feb 25 02:12:24.609 INFO STEP 300 (remove_files) COMPLETE |
5539 | 2025-02-25T02:12:26.570Z | [ recovery-image] Feb 25 02:12:24.609 INFO O| Feb 25 02:12:24.609 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2025-02-25T02:12:26.605Z | [ recovery-image] Feb 25 02:12:24.647 INFO O| Feb 25 02:12:24.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5541 | 2025-02-25T02:12:26.605Z | [ recovery-image] Feb 25 02:12:24.647 INFO O| Feb 25 02:12:24.647 INFO STEP 301 (remove_files) COMPLETE |
5542 | 2025-02-25T02:12:26.605Z | [ recovery-image] Feb 25 02:12:24.647 INFO O| Feb 25 02:12:24.647 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2025-02-25T02:12:26.626Z | [ recovery-image] Feb 25 02:12:24.667 INFO O| Feb 25 02:12:24.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5544 | 2025-02-25T02:12:26.626Z | [ recovery-image] Feb 25 02:12:24.667 INFO O| Feb 25 02:12:24.667 INFO STEP 302 (remove_files) COMPLETE |
5545 | 2025-02-25T02:12:26.626Z | [ recovery-image] Feb 25 02:12:24.667 INFO O| Feb 25 02:12:24.667 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2025-02-25T02:12:26.646Z | [ recovery-image] Feb 25 02:12:24.688 INFO O| Feb 25 02:12:24.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5547 | 2025-02-25T02:12:26.646Z | [ recovery-image] Feb 25 02:12:24.689 INFO O| Feb 25 02:12:24.688 INFO STEP 303 (remove_files) COMPLETE |
5548 | 2025-02-25T02:12:26.648Z | [ recovery-image] Feb 25 02:12:24.689 INFO O| Feb 25 02:12:24.689 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2025-02-25T02:12:26.668Z | [ recovery-image] Feb 25 02:12:24.710 INFO O| Feb 25 02:12:24.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5550 | 2025-02-25T02:12:26.668Z | [ recovery-image] Feb 25 02:12:24.710 INFO O| Feb 25 02:12:24.710 INFO STEP 304 (remove_files) COMPLETE |
5551 | 2025-02-25T02:12:26.668Z | [ recovery-image] Feb 25 02:12:24.710 INFO O| Feb 25 02:12:24.710 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2025-02-25T02:12:26.691Z | [ recovery-image] Feb 25 02:12:24.732 INFO O| Feb 25 02:12:24.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5553 | 2025-02-25T02:12:26.693Z | [ recovery-image] Feb 25 02:12:24.732 INFO O| Feb 25 02:12:24.732 INFO STEP 305 (remove_files) COMPLETE |
5554 | 2025-02-25T02:12:26.694Z | [ recovery-image] Feb 25 02:12:24.732 INFO O| Feb 25 02:12:24.732 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2025-02-25T02:12:26.712Z | [ recovery-image] Feb 25 02:12:24.755 INFO O| Feb 25 02:12:24.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5556 | 2025-02-25T02:12:26.712Z | [ recovery-image] Feb 25 02:12:24.755 INFO O| Feb 25 02:12:24.755 INFO STEP 306 (remove_files) COMPLETE |
5557 | 2025-02-25T02:12:26.715Z | [ recovery-image] Feb 25 02:12:24.755 INFO O| Feb 25 02:12:24.755 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2025-02-25T02:12:26.734Z | [ recovery-image] Feb 25 02:12:24.776 INFO O| Feb 25 02:12:24.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5559 | 2025-02-25T02:12:26.734Z | [ recovery-image] Feb 25 02:12:24.776 INFO O| Feb 25 02:12:24.776 INFO STEP 307 (remove_files) COMPLETE |
5560 | 2025-02-25T02:12:26.734Z | [ recovery-image] Feb 25 02:12:24.776 INFO O| Feb 25 02:12:24.776 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2025-02-25T02:12:26.756Z | [ recovery-image] Feb 25 02:12:24.798 INFO O| Feb 25 02:12:24.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5562 | 2025-02-25T02:12:26.756Z | [ recovery-image] Feb 25 02:12:24.798 INFO O| Feb 25 02:12:24.798 INFO STEP 308 (remove_files) COMPLETE |
5563 | 2025-02-25T02:12:26.756Z | [ recovery-image] Feb 25 02:12:24.798 INFO O| Feb 25 02:12:24.798 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2025-02-25T02:12:26.777Z | [ recovery-image] Feb 25 02:12:24.820 INFO O| Feb 25 02:12:24.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5565 | 2025-02-25T02:12:26.777Z | [ recovery-image] Feb 25 02:12:24.820 INFO O| Feb 25 02:12:24.820 INFO STEP 309 (remove_files) COMPLETE |
5566 | 2025-02-25T02:12:26.777Z | [ recovery-image] Feb 25 02:12:24.820 INFO O| Feb 25 02:12:24.820 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2025-02-25T02:12:26.798Z | [ recovery-image] Feb 25 02:12:24.840 INFO O| Feb 25 02:12:24.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5568 | 2025-02-25T02:12:26.798Z | [ recovery-image] Feb 25 02:12:24.840 INFO O| Feb 25 02:12:24.840 INFO STEP 310 (remove_files) COMPLETE |
5569 | 2025-02-25T02:12:26.798Z | [ recovery-image] Feb 25 02:12:24.841 INFO O| Feb 25 02:12:24.840 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2025-02-25T02:12:26.858Z | [ recovery-image] Feb 25 02:12:24.900 INFO O| Feb 25 02:12:24.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5571 | 2025-02-25T02:12:26.858Z | [ recovery-image] Feb 25 02:12:24.900 INFO O| Feb 25 02:12:24.900 INFO STEP 311 (remove_files) COMPLETE |
5572 | 2025-02-25T02:12:26.858Z | [ recovery-image] Feb 25 02:12:24.900 INFO O| Feb 25 02:12:24.900 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2025-02-25T02:12:26.908Z | [ host-image] Feb 25 02:12:24.949 INFO O| Feb 25 02:12:24.949 INFO O| Done |
5574 | 2025-02-25T02:12:26.917Z | [ recovery-image] Feb 25 02:12:24.959 INFO O| Feb 25 02:12:24.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5575 | 2025-02-25T02:12:26.919Z | [ recovery-image] Feb 25 02:12:24.959 INFO O| Feb 25 02:12:24.959 INFO STEP 312 (remove_files) COMPLETE |
5576 | 2025-02-25T02:12:26.919Z | [ recovery-image] Feb 25 02:12:24.959 INFO O| Feb 25 02:12:24.959 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2025-02-25T02:12:26.938Z | [ recovery-image] Feb 25 02:12:24.981 INFO O| Feb 25 02:12:24.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5578 | 2025-02-25T02:12:26.938Z | [ recovery-image] Feb 25 02:12:24.981 INFO O| Feb 25 02:12:24.981 INFO STEP 313 (remove_files) COMPLETE |
5579 | 2025-02-25T02:12:26.938Z | [ recovery-image] Feb 25 02:12:24.981 INFO O| Feb 25 02:12:24.981 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2025-02-25T02:12:27.033Z | [ recovery-image] Feb 25 02:12:25.076 INFO O| Feb 25 02:12:25.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5581 | 2025-02-25T02:12:27.033Z | [ recovery-image] Feb 25 02:12:25.076 INFO O| Feb 25 02:12:25.076 INFO STEP 314 (remove_files) COMPLETE |
5582 | 2025-02-25T02:12:27.048Z | [ recovery-image] Feb 25 02:12:25.076 INFO O| Feb 25 02:12:25.076 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2025-02-25T02:12:27.055Z | [ recovery-image] Feb 25 02:12:25.097 INFO O| Feb 25 02:12:25.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5584 | 2025-02-25T02:12:27.055Z | [ recovery-image] Feb 25 02:12:25.097 INFO O| Feb 25 02:12:25.097 INFO STEP 315 (remove_files) COMPLETE |
5585 | 2025-02-25T02:12:27.055Z | [ recovery-image] Feb 25 02:12:25.097 INFO O| Feb 25 02:12:25.097 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2025-02-25T02:12:27.075Z | [ recovery-image] Feb 25 02:12:25.117 INFO O| Feb 25 02:12:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5587 | 2025-02-25T02:12:27.075Z | [ recovery-image] Feb 25 02:12:25.117 INFO O| Feb 25 02:12:25.117 INFO STEP 316 (remove_files) COMPLETE |
5588 | 2025-02-25T02:12:27.077Z | [ recovery-image] Feb 25 02:12:25.117 INFO O| Feb 25 02:12:25.117 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2025-02-25T02:12:27.102Z | [ recovery-image] Feb 25 02:12:25.144 INFO O| Feb 25 02:12:25.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5590 | 2025-02-25T02:12:27.102Z | [ recovery-image] Feb 25 02:12:25.144 INFO O| Feb 25 02:12:25.144 INFO STEP 317 (remove_files) COMPLETE |
5591 | 2025-02-25T02:12:27.102Z | [ recovery-image] Feb 25 02:12:25.144 INFO O| Feb 25 02:12:25.144 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2025-02-25T02:12:27.124Z | [ recovery-image] Feb 25 02:12:25.165 INFO O| Feb 25 02:12:25.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5593 | 2025-02-25T02:12:27.124Z | [ recovery-image] Feb 25 02:12:25.165 INFO O| Feb 25 02:12:25.165 INFO STEP 318 (remove_files) COMPLETE |
5594 | 2025-02-25T02:12:27.127Z | [ recovery-image] Feb 25 02:12:25.165 INFO O| Feb 25 02:12:25.165 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2025-02-25T02:12:27.179Z | [ recovery-image] Feb 25 02:12:25.222 INFO O| Feb 25 02:12:25.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5596 | 2025-02-25T02:12:27.179Z | [ recovery-image] Feb 25 02:12:25.222 INFO O| Feb 25 02:12:25.222 INFO STEP 319 (remove_files) COMPLETE |
5597 | 2025-02-25T02:12:27.180Z | [ recovery-image] Feb 25 02:12:25.222 INFO O| Feb 25 02:12:25.222 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2025-02-25T02:12:27.222Z | [ recovery-image] Feb 25 02:12:25.265 INFO O| Feb 25 02:12:25.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5599 | 2025-02-25T02:12:27.225Z | [ recovery-image] Feb 25 02:12:25.265 INFO O| Feb 25 02:12:25.265 INFO STEP 320 (remove_files) COMPLETE |
5600 | 2025-02-25T02:12:27.225Z | [ recovery-image] Feb 25 02:12:25.265 INFO O| Feb 25 02:12:25.265 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2025-02-25T02:12:27.286Z | [ recovery-image] Feb 25 02:12:25.328 INFO O| Feb 25 02:12:25.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5602 | 2025-02-25T02:12:27.289Z | [ recovery-image] Feb 25 02:12:25.329 INFO O| Feb 25 02:12:25.329 INFO STEP 321 (remove_files) COMPLETE |
5603 | 2025-02-25T02:12:27.289Z | [ recovery-image] Feb 25 02:12:25.329 INFO O| Feb 25 02:12:25.329 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2025-02-25T02:12:27.314Z | [ recovery-image] Feb 25 02:12:25.356 INFO O| Feb 25 02:12:25.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5605 | 2025-02-25T02:12:27.317Z | [ recovery-image] Feb 25 02:12:25.356 INFO O| Feb 25 02:12:25.356 INFO STEP 322 (remove_files) COMPLETE |
5606 | 2025-02-25T02:12:27.317Z | [ recovery-image] Feb 25 02:12:25.356 INFO O| Feb 25 02:12:25.356 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2025-02-25T02:12:27.336Z | [ recovery-image] Feb 25 02:12:25.379 INFO O| Feb 25 02:12:25.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5608 | 2025-02-25T02:12:27.345Z | [ recovery-image] Feb 25 02:12:25.388 INFO O| Feb 25 02:12:25.388 INFO STEP 323 (remove_files) COMPLETE |
5609 | 2025-02-25T02:12:27.345Z | [ recovery-image] Feb 25 02:12:25.388 INFO O| Feb 25 02:12:25.388 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2025-02-25T02:12:27.407Z | [ recovery-image] Feb 25 02:12:25.449 INFO O| Feb 25 02:12:25.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5611 | 2025-02-25T02:12:27.409Z | [ recovery-image] Feb 25 02:12:25.449 INFO O| Feb 25 02:12:25.449 INFO STEP 324 (remove_files) COMPLETE |
5612 | 2025-02-25T02:12:27.409Z | [ recovery-image] Feb 25 02:12:25.450 INFO O| Feb 25 02:12:25.449 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2025-02-25T02:12:27.429Z | [ recovery-image] Feb 25 02:12:25.472 INFO O| Feb 25 02:12:25.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5614 | 2025-02-25T02:12:27.429Z | [ recovery-image] Feb 25 02:12:25.472 INFO O| Feb 25 02:12:25.472 INFO STEP 325 (remove_files) COMPLETE |
5615 | 2025-02-25T02:12:27.432Z | [ recovery-image] Feb 25 02:12:25.472 INFO O| Feb 25 02:12:25.472 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2025-02-25T02:12:27.465Z | [ recovery-image] Feb 25 02:12:25.508 INFO O| Feb 25 02:12:25.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5617 | 2025-02-25T02:12:27.468Z | [ recovery-image] Feb 25 02:12:25.508 INFO O| Feb 25 02:12:25.508 INFO STEP 326 (remove_files) COMPLETE |
5618 | 2025-02-25T02:12:27.468Z | [ recovery-image] Feb 25 02:12:25.508 INFO O| Feb 25 02:12:25.508 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2025-02-25T02:12:27.511Z | [ recovery-image] Feb 25 02:12:25.552 INFO O| Feb 25 02:12:25.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5620 | 2025-02-25T02:12:27.511Z | [ recovery-image] Feb 25 02:12:25.553 INFO O| Feb 25 02:12:25.553 INFO STEP 327 (remove_files) COMPLETE |
5621 | 2025-02-25T02:12:27.511Z | [ recovery-image] Feb 25 02:12:25.553 INFO O| Feb 25 02:12:25.553 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2025-02-25T02:12:27.531Z | [ recovery-image] Feb 25 02:12:25.573 INFO O| Feb 25 02:12:25.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5623 | 2025-02-25T02:12:27.531Z | [ recovery-image] Feb 25 02:12:25.573 INFO O| Feb 25 02:12:25.573 INFO STEP 328 (remove_files) COMPLETE |
5624 | 2025-02-25T02:12:27.531Z | [ recovery-image] Feb 25 02:12:25.573 INFO O| Feb 25 02:12:25.573 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2025-02-25T02:12:27.560Z | [ recovery-image] Feb 25 02:12:25.602 INFO O| Feb 25 02:12:25.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5626 | 2025-02-25T02:12:27.560Z | [ recovery-image] Feb 25 02:12:25.603 INFO O| Feb 25 02:12:25.603 INFO STEP 329 (remove_files) COMPLETE |
5627 | 2025-02-25T02:12:27.563Z | [ recovery-image] Feb 25 02:12:25.603 INFO O| Feb 25 02:12:25.603 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2025-02-25T02:12:27.607Z | [ recovery-image] Feb 25 02:12:25.647 INFO O| Feb 25 02:12:25.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5629 | 2025-02-25T02:12:27.625Z | [ recovery-image] Feb 25 02:12:25.667 INFO O| Feb 25 02:12:25.667 INFO STEP 330 (remove_files) COMPLETE |
5630 | 2025-02-25T02:12:27.625Z | [ recovery-image] Feb 25 02:12:25.667 INFO O| Feb 25 02:12:25.667 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2025-02-25T02:12:27.661Z | [ recovery-image] Feb 25 02:12:25.703 INFO O| Feb 25 02:12:25.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5632 | 2025-02-25T02:12:27.661Z | [ recovery-image] Feb 25 02:12:25.703 INFO O| Feb 25 02:12:25.703 INFO STEP 331 (remove_files) COMPLETE |
5633 | 2025-02-25T02:12:27.661Z | [ recovery-image] Feb 25 02:12:25.703 INFO O| Feb 25 02:12:25.703 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2025-02-25T02:12:27.696Z | [ recovery-image] Feb 25 02:12:25.738 INFO O| Feb 25 02:12:25.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5635 | 2025-02-25T02:12:27.696Z | [ recovery-image] Feb 25 02:12:25.738 INFO O| Feb 25 02:12:25.738 INFO STEP 332 (remove_files) COMPLETE |
5636 | 2025-02-25T02:12:27.696Z | [ recovery-image] Feb 25 02:12:25.738 INFO O| Feb 25 02:12:25.738 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2025-02-25T02:12:27.714Z | [ recovery-image] Feb 25 02:12:25.757 INFO O| Feb 25 02:12:25.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5638 | 2025-02-25T02:12:27.714Z | [ recovery-image] Feb 25 02:12:25.757 INFO O| Feb 25 02:12:25.757 INFO STEP 333 (remove_files) COMPLETE |
5639 | 2025-02-25T02:12:27.714Z | [ recovery-image] Feb 25 02:12:25.757 INFO O| Feb 25 02:12:25.757 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2025-02-25T02:12:27.734Z | [ recovery-image] Feb 25 02:12:25.776 INFO O| Feb 25 02:12:25.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5641 | 2025-02-25T02:12:27.735Z | [ recovery-image] Feb 25 02:12:25.776 INFO O| Feb 25 02:12:25.776 INFO STEP 334 (remove_files) COMPLETE |
5642 | 2025-02-25T02:12:27.737Z | [ recovery-image] Feb 25 02:12:25.776 INFO O| Feb 25 02:12:25.776 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2025-02-25T02:12:27.752Z | [ recovery-image] Feb 25 02:12:25.794 INFO O| Feb 25 02:12:25.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5644 | 2025-02-25T02:12:27.752Z | [ recovery-image] Feb 25 02:12:25.794 INFO O| Feb 25 02:12:25.794 INFO STEP 335 (remove_files) COMPLETE |
5645 | 2025-02-25T02:12:27.754Z | [ recovery-image] Feb 25 02:12:25.794 INFO O| Feb 25 02:12:25.794 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2025-02-25T02:12:27.769Z | [ recovery-image] Feb 25 02:12:25.811 INFO O| Feb 25 02:12:25.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5647 | 2025-02-25T02:12:27.769Z | [ recovery-image] Feb 25 02:12:25.811 INFO O| Feb 25 02:12:25.811 INFO STEP 336 (remove_files) COMPLETE |
5648 | 2025-02-25T02:12:27.769Z | [ recovery-image] Feb 25 02:12:25.811 INFO O| Feb 25 02:12:25.811 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2025-02-25T02:12:27.785Z | [ recovery-image] Feb 25 02:12:25.828 INFO O| Feb 25 02:12:25.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5650 | 2025-02-25T02:12:27.785Z | [ recovery-image] Feb 25 02:12:25.828 INFO O| Feb 25 02:12:25.828 INFO STEP 337 (remove_files) COMPLETE |
5651 | 2025-02-25T02:12:27.786Z | [ recovery-image] Feb 25 02:12:25.828 INFO O| Feb 25 02:12:25.828 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2025-02-25T02:12:27.815Z | [ recovery-image] Feb 25 02:12:25.857 INFO O| Feb 25 02:12:25.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5653 | 2025-02-25T02:12:27.815Z | [ recovery-image] Feb 25 02:12:25.857 INFO O| Feb 25 02:12:25.857 INFO STEP 338 (remove_files) COMPLETE |
5654 | 2025-02-25T02:12:27.816Z | [ recovery-image] Feb 25 02:12:25.857 INFO O| Feb 25 02:12:25.857 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2025-02-25T02:12:27.858Z | [ recovery-image] Feb 25 02:12:25.900 INFO O| Feb 25 02:12:25.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5656 | 2025-02-25T02:12:27.858Z | [ recovery-image] Feb 25 02:12:25.900 INFO O| Feb 25 02:12:25.900 INFO STEP 339 (remove_files) COMPLETE |
5657 | 2025-02-25T02:12:27.858Z | [ recovery-image] Feb 25 02:12:25.900 INFO O| Feb 25 02:12:25.900 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2025-02-25T02:12:27.894Z | [ recovery-image] Feb 25 02:12:25.935 INFO O| Feb 25 02:12:25.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5659 | 2025-02-25T02:12:27.894Z | [ recovery-image] Feb 25 02:12:25.936 INFO O| Feb 25 02:12:25.936 INFO STEP 340 (remove_files) COMPLETE |
5660 | 2025-02-25T02:12:27.894Z | [ recovery-image] Feb 25 02:12:25.936 INFO O| Feb 25 02:12:25.936 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2025-02-25T02:12:27.953Z | [ recovery-image] Feb 25 02:12:25.994 INFO O| Feb 25 02:12:25.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5662 | 2025-02-25T02:12:27.953Z | [ recovery-image] Feb 25 02:12:25.994 INFO O| Feb 25 02:12:25.994 INFO STEP 341 (remove_files) COMPLETE |
5663 | 2025-02-25T02:12:27.953Z | [ recovery-image] Feb 25 02:12:25.994 INFO O| Feb 25 02:12:25.994 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2025-02-25T02:12:28.008Z | [ recovery-image] Feb 25 02:12:26.050 INFO O| Feb 25 02:12:26.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5665 | 2025-02-25T02:12:28.011Z | [ recovery-image] Feb 25 02:12:26.051 INFO O| Feb 25 02:12:26.051 INFO STEP 342 (remove_files) COMPLETE |
5666 | 2025-02-25T02:12:28.011Z | [ recovery-image] Feb 25 02:12:26.051 INFO O| Feb 25 02:12:26.051 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2025-02-25T02:12:28.071Z | [ recovery-image] Feb 25 02:12:26.112 INFO O| Feb 25 02:12:26.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5668 | 2025-02-25T02:12:28.071Z | [ recovery-image] Feb 25 02:12:26.113 INFO O| Feb 25 02:12:26.113 INFO STEP 343 (remove_files) COMPLETE |
5669 | 2025-02-25T02:12:28.071Z | [ recovery-image] Feb 25 02:12:26.113 INFO O| Feb 25 02:12:26.113 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2025-02-25T02:12:28.132Z | [ recovery-image] Feb 25 02:12:26.174 INFO O| Feb 25 02:12:26.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5671 | 2025-02-25T02:12:28.132Z | [ recovery-image] Feb 25 02:12:26.175 INFO O| Feb 25 02:12:26.174 INFO STEP 344 (remove_files) COMPLETE |
5672 | 2025-02-25T02:12:28.132Z | [ recovery-image] Feb 25 02:12:26.175 INFO O| Feb 25 02:12:26.174 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2025-02-25T02:12:28.152Z | [ recovery-image] Feb 25 02:12:26.195 INFO O| Feb 25 02:12:26.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5674 | 2025-02-25T02:12:28.155Z | [ recovery-image] Feb 25 02:12:26.195 INFO O| Feb 25 02:12:26.195 INFO STEP 345 (remove_files) COMPLETE |
5675 | 2025-02-25T02:12:28.155Z | [ recovery-image] Feb 25 02:12:26.195 INFO O| Feb 25 02:12:26.195 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2025-02-25T02:12:28.172Z | [ recovery-image] Feb 25 02:12:26.215 INFO O| Feb 25 02:12:26.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5677 | 2025-02-25T02:12:28.173Z | [ recovery-image] Feb 25 02:12:26.215 INFO O| Feb 25 02:12:26.215 INFO STEP 346 (remove_files) COMPLETE |
5678 | 2025-02-25T02:12:28.173Z | [ recovery-image] Feb 25 02:12:26.215 INFO O| Feb 25 02:12:26.215 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2025-02-25T02:12:28.194Z | [ recovery-image] Feb 25 02:12:26.235 INFO O| Feb 25 02:12:26.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5680 | 2025-02-25T02:12:28.194Z | [ recovery-image] Feb 25 02:12:26.235 INFO O| Feb 25 02:12:26.235 INFO STEP 347 (remove_files) COMPLETE |
5681 | 2025-02-25T02:12:28.197Z | [ recovery-image] Feb 25 02:12:26.236 INFO O| Feb 25 02:12:26.235 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2025-02-25T02:12:28.213Z | [ recovery-image] Feb 25 02:12:26.256 INFO O| Feb 25 02:12:26.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5683 | 2025-02-25T02:12:28.214Z | [ recovery-image] Feb 25 02:12:26.256 INFO O| Feb 25 02:12:26.256 INFO STEP 348 (remove_files) COMPLETE |
5684 | 2025-02-25T02:12:28.217Z | [ recovery-image] Feb 25 02:12:26.256 INFO O| Feb 25 02:12:26.256 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2025-02-25T02:12:28.234Z | [ recovery-image] Feb 25 02:12:26.276 INFO O| Feb 25 02:12:26.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5686 | 2025-02-25T02:12:28.234Z | [ recovery-image] Feb 25 02:12:26.276 INFO O| Feb 25 02:12:26.276 INFO STEP 349 (remove_files) COMPLETE |
5687 | 2025-02-25T02:12:28.234Z | [ recovery-image] Feb 25 02:12:26.276 INFO O| Feb 25 02:12:26.276 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2025-02-25T02:12:28.255Z | [ recovery-image] Feb 25 02:12:26.297 INFO O| Feb 25 02:12:26.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5689 | 2025-02-25T02:12:28.255Z | [ recovery-image] Feb 25 02:12:26.297 INFO O| Feb 25 02:12:26.297 INFO STEP 350 (remove_files) COMPLETE |
5690 | 2025-02-25T02:12:28.255Z | [ recovery-image] Feb 25 02:12:26.297 INFO O| Feb 25 02:12:26.297 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2025-02-25T02:12:28.316Z | [ recovery-image] Feb 25 02:12:26.357 INFO O| Feb 25 02:12:26.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5692 | 2025-02-25T02:12:28.316Z | [ recovery-image] Feb 25 02:12:26.357 INFO O| Feb 25 02:12:26.357 INFO STEP 351 (remove_files) COMPLETE |
5693 | 2025-02-25T02:12:28.316Z | [ recovery-image] Feb 25 02:12:26.357 INFO O| Feb 25 02:12:26.357 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2025-02-25T02:12:28.380Z | [ recovery-image] Feb 25 02:12:26.421 INFO O| Feb 25 02:12:26.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5695 | 2025-02-25T02:12:28.380Z | [ recovery-image] Feb 25 02:12:26.422 INFO O| Feb 25 02:12:26.421 INFO STEP 352 (remove_files) COMPLETE |
5696 | 2025-02-25T02:12:28.383Z | [ recovery-image] Feb 25 02:12:26.422 INFO O| Feb 25 02:12:26.421 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2025-02-25T02:12:28.421Z | [ recovery-image] Feb 25 02:12:26.463 INFO O| Feb 25 02:12:26.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5698 | 2025-02-25T02:12:28.421Z | [ recovery-image] Feb 25 02:12:26.463 INFO O| Feb 25 02:12:26.463 INFO STEP 353 (remove_files) COMPLETE |
5699 | 2025-02-25T02:12:28.421Z | [ recovery-image] Feb 25 02:12:26.463 INFO O| Feb 25 02:12:26.463 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2025-02-25T02:12:28.444Z | [ recovery-image] Feb 25 02:12:26.486 INFO O| Feb 25 02:12:26.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5701 | 2025-02-25T02:12:28.444Z | [ recovery-image] Feb 25 02:12:26.486 INFO O| Feb 25 02:12:26.486 INFO STEP 354 (remove_files) COMPLETE |
5702 | 2025-02-25T02:12:28.444Z | [ recovery-image] Feb 25 02:12:26.486 INFO O| Feb 25 02:12:26.486 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2025-02-25T02:12:28.466Z | [ recovery-image] Feb 25 02:12:26.508 INFO O| Feb 25 02:12:26.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5704 | 2025-02-25T02:12:28.466Z | [ recovery-image] Feb 25 02:12:26.508 INFO O| Feb 25 02:12:26.508 INFO STEP 355 (remove_files) COMPLETE |
5705 | 2025-02-25T02:12:28.466Z | [ recovery-image] Feb 25 02:12:26.508 INFO O| Feb 25 02:12:26.508 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2025-02-25T02:12:28.511Z | [ recovery-image] Feb 25 02:12:26.553 INFO O| Feb 25 02:12:26.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5707 | 2025-02-25T02:12:28.511Z | [ recovery-image] Feb 25 02:12:26.553 INFO O| Feb 25 02:12:26.553 INFO STEP 356 (remove_files) COMPLETE |
5708 | 2025-02-25T02:12:28.514Z | [ recovery-image] Feb 25 02:12:26.553 INFO O| Feb 25 02:12:26.553 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2025-02-25T02:12:28.569Z | [ recovery-image] Feb 25 02:12:26.611 INFO O| Feb 25 02:12:26.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5710 | 2025-02-25T02:12:28.569Z | [ recovery-image] Feb 25 02:12:26.611 INFO O| Feb 25 02:12:26.611 INFO STEP 357 (remove_files) COMPLETE |
5711 | 2025-02-25T02:12:28.569Z | [ recovery-image] Feb 25 02:12:26.611 INFO O| Feb 25 02:12:26.611 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2025-02-25T02:12:28.590Z | [ recovery-image] Feb 25 02:12:26.632 INFO O| Feb 25 02:12:26.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5713 | 2025-02-25T02:12:28.594Z | [ recovery-image] Feb 25 02:12:26.632 INFO O| Feb 25 02:12:26.632 INFO STEP 358 (remove_files) COMPLETE |
5714 | 2025-02-25T02:12:28.594Z | [ recovery-image] Feb 25 02:12:26.632 INFO O| Feb 25 02:12:26.632 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2025-02-25T02:12:28.627Z | [ recovery-image] Feb 25 02:12:26.670 INFO O| Feb 25 02:12:26.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5716 | 2025-02-25T02:12:28.627Z | [ recovery-image] Feb 25 02:12:26.670 INFO O| Feb 25 02:12:26.670 INFO STEP 359 (remove_files) COMPLETE |
5717 | 2025-02-25T02:12:28.628Z | [ recovery-image] Feb 25 02:12:26.670 INFO O| Feb 25 02:12:26.670 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2025-02-25T02:12:28.650Z | [ recovery-image] Feb 25 02:12:26.692 INFO O| Feb 25 02:12:26.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5719 | 2025-02-25T02:12:28.653Z | [ recovery-image] Feb 25 02:12:26.693 INFO O| Feb 25 02:12:26.693 INFO STEP 360 (remove_files) COMPLETE |
5720 | 2025-02-25T02:12:28.653Z | [ recovery-image] Feb 25 02:12:26.693 INFO O| Feb 25 02:12:26.693 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2025-02-25T02:12:28.671Z | [ recovery-image] Feb 25 02:12:26.713 INFO O| Feb 25 02:12:26.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5722 | 2025-02-25T02:12:28.671Z | [ recovery-image] Feb 25 02:12:26.713 INFO O| Feb 25 02:12:26.713 INFO STEP 361 (remove_files) COMPLETE |
5723 | 2025-02-25T02:12:28.671Z | [ recovery-image] Feb 25 02:12:26.713 INFO O| Feb 25 02:12:26.713 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2025-02-25T02:12:28.703Z | [ recovery-image] Feb 25 02:12:26.745 INFO O| Feb 25 02:12:26.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5725 | 2025-02-25T02:12:28.703Z | [ recovery-image] Feb 25 02:12:26.745 INFO O| Feb 25 02:12:26.745 INFO STEP 362 (remove_files) COMPLETE |
5726 | 2025-02-25T02:12:28.703Z | [ recovery-image] Feb 25 02:12:26.745 INFO O| Feb 25 02:12:26.745 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2025-02-25T02:12:28.765Z | [ recovery-image] Feb 25 02:12:26.807 INFO O| Feb 25 02:12:26.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5728 | 2025-02-25T02:12:28.770Z | [ recovery-image] Feb 25 02:12:26.813 INFO O| Feb 25 02:12:26.813 INFO STEP 363 (remove_files) COMPLETE |
5729 | 2025-02-25T02:12:28.773Z | [ recovery-image] Feb 25 02:12:26.813 INFO O| Feb 25 02:12:26.813 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2025-02-25T02:12:28.808Z | [ recovery-image] Feb 25 02:12:26.850 INFO O| Feb 25 02:12:26.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5731 | 2025-02-25T02:12:28.808Z | [ recovery-image] Feb 25 02:12:26.851 INFO O| Feb 25 02:12:26.850 INFO STEP 364 (remove_files) COMPLETE |
5732 | 2025-02-25T02:12:28.808Z | [ recovery-image] Feb 25 02:12:26.851 INFO O| Feb 25 02:12:26.850 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2025-02-25T02:12:28.870Z | [ recovery-image] Feb 25 02:12:26.912 INFO O| Feb 25 02:12:26.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5734 | 2025-02-25T02:12:28.870Z | [ recovery-image] Feb 25 02:12:26.912 INFO O| Feb 25 02:12:26.912 INFO STEP 365 (remove_files) COMPLETE |
5735 | 2025-02-25T02:12:28.870Z | [ recovery-image] Feb 25 02:12:26.912 INFO O| Feb 25 02:12:26.912 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2025-02-25T02:12:28.889Z | [ recovery-image] Feb 25 02:12:26.931 INFO O| Feb 25 02:12:26.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5737 | 2025-02-25T02:12:28.889Z | [ recovery-image] Feb 25 02:12:26.931 INFO O| Feb 25 02:12:26.931 INFO STEP 366 (remove_files) COMPLETE |
5738 | 2025-02-25T02:12:28.889Z | [ recovery-image] Feb 25 02:12:26.931 INFO O| Feb 25 02:12:26.931 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2025-02-25T02:12:28.908Z | [ recovery-image] Feb 25 02:12:26.950 INFO O| Feb 25 02:12:26.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5740 | 2025-02-25T02:12:28.908Z | [ recovery-image] Feb 25 02:12:26.951 INFO O| Feb 25 02:12:26.951 INFO STEP 367 (remove_files) COMPLETE |
5741 | 2025-02-25T02:12:28.908Z | [ recovery-image] Feb 25 02:12:26.951 INFO O| Feb 25 02:12:26.951 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2025-02-25T02:12:29.088Z | [ recovery-image] Feb 25 02:12:27.130 INFO O| Feb 25 02:12:27.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5743 | 2025-02-25T02:12:29.092Z | [ recovery-image] Feb 25 02:12:27.130 INFO O| Feb 25 02:12:27.130 INFO STEP 368 (remove_files) COMPLETE |
5744 | 2025-02-25T02:12:29.092Z | [ recovery-image] Feb 25 02:12:27.131 INFO O| Feb 25 02:12:27.130 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2025-02-25T02:12:29.108Z | [ recovery-image] Feb 25 02:12:27.150 INFO O| Feb 25 02:12:27.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5746 | 2025-02-25T02:12:29.111Z | [ recovery-image] Feb 25 02:12:27.150 INFO O| Feb 25 02:12:27.150 INFO STEP 369 (remove_files) COMPLETE |
5747 | 2025-02-25T02:12:29.111Z | [ recovery-image] Feb 25 02:12:27.150 INFO O| Feb 25 02:12:27.150 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2025-02-25T02:12:29.126Z | [ recovery-image] Feb 25 02:12:27.169 INFO O| Feb 25 02:12:27.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5749 | 2025-02-25T02:12:29.129Z | [ recovery-image] Feb 25 02:12:27.169 INFO O| Feb 25 02:12:27.169 INFO STEP 370 (remove_files) COMPLETE |
5750 | 2025-02-25T02:12:29.129Z | [ recovery-image] Feb 25 02:12:27.169 INFO O| Feb 25 02:12:27.169 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2025-02-25T02:12:29.146Z | [ recovery-image] Feb 25 02:12:27.188 INFO O| Feb 25 02:12:27.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5752 | 2025-02-25T02:12:29.148Z | [ recovery-image] Feb 25 02:12:27.188 INFO O| Feb 25 02:12:27.188 INFO STEP 371 (remove_files) COMPLETE |
5753 | 2025-02-25T02:12:29.148Z | [ recovery-image] Feb 25 02:12:27.188 INFO O| Feb 25 02:12:27.188 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2025-02-25T02:12:29.173Z | [ recovery-image] Feb 25 02:12:27.216 INFO O| Feb 25 02:12:27.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5755 | 2025-02-25T02:12:29.176Z | [ recovery-image] Feb 25 02:12:27.216 INFO O| Feb 25 02:12:27.216 INFO STEP 372 (remove_files) COMPLETE |
5756 | 2025-02-25T02:12:29.176Z | [ recovery-image] Feb 25 02:12:27.216 INFO O| Feb 25 02:12:27.216 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2025-02-25T02:12:29.194Z | [ recovery-image] Feb 25 02:12:27.236 INFO O| Feb 25 02:12:27.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5758 | 2025-02-25T02:12:29.194Z | [ recovery-image] Feb 25 02:12:27.236 INFO O| Feb 25 02:12:27.236 INFO STEP 373 (remove_files) COMPLETE |
5759 | 2025-02-25T02:12:29.197Z | [ recovery-image] Feb 25 02:12:27.236 INFO O| Feb 25 02:12:27.236 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2025-02-25T02:12:29.250Z | [ recovery-image] Feb 25 02:12:27.293 INFO O| Feb 25 02:12:27.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5761 | 2025-02-25T02:12:29.254Z | [ recovery-image] Feb 25 02:12:27.293 INFO O| Feb 25 02:12:27.293 INFO STEP 374 (remove_files) COMPLETE |
5762 | 2025-02-25T02:12:29.254Z | [ recovery-image] Feb 25 02:12:27.293 INFO O| Feb 25 02:12:27.293 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2025-02-25T02:12:29.362Z | [ recovery-image] Feb 25 02:12:27.405 INFO O| Feb 25 02:12:27.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5764 | 2025-02-25T02:12:29.365Z | [ recovery-image] Feb 25 02:12:27.405 INFO O| Feb 25 02:12:27.405 INFO STEP 375 (remove_files) COMPLETE |
5765 | 2025-02-25T02:12:29.365Z | [ recovery-image] Feb 25 02:12:27.405 INFO O| Feb 25 02:12:27.405 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2025-02-25T02:12:29.387Z | [ recovery-image] Feb 25 02:12:27.430 INFO O| Feb 25 02:12:27.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5767 | 2025-02-25T02:12:29.387Z | [ recovery-image] Feb 25 02:12:27.430 INFO O| Feb 25 02:12:27.430 INFO STEP 376 (remove_files) COMPLETE |
5768 | 2025-02-25T02:12:29.387Z | [ recovery-image] Feb 25 02:12:27.430 INFO O| Feb 25 02:12:27.430 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2025-02-25T02:12:29.413Z | [ recovery-image] Feb 25 02:12:27.455 INFO O| Feb 25 02:12:27.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5770 | 2025-02-25T02:12:29.415Z | [ recovery-image] Feb 25 02:12:27.455 INFO O| Feb 25 02:12:27.455 INFO STEP 377 (remove_files) COMPLETE |
5771 | 2025-02-25T02:12:29.416Z | [ recovery-image] Feb 25 02:12:27.455 INFO O| Feb 25 02:12:27.455 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2025-02-25T02:12:29.432Z | [ recovery-image] Feb 25 02:12:27.474 INFO O| Feb 25 02:12:27.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5773 | 2025-02-25T02:12:29.432Z | [ recovery-image] Feb 25 02:12:27.474 INFO O| Feb 25 02:12:27.474 INFO STEP 378 (remove_files) COMPLETE |
5774 | 2025-02-25T02:12:29.432Z | [ recovery-image] Feb 25 02:12:27.474 INFO O| Feb 25 02:12:27.474 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2025-02-25T02:12:29.451Z | [ recovery-image] Feb 25 02:12:27.493 INFO O| Feb 25 02:12:27.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5776 | 2025-02-25T02:12:29.451Z | [ recovery-image] Feb 25 02:12:27.493 INFO O| Feb 25 02:12:27.493 INFO STEP 379 (remove_files) COMPLETE |
5777 | 2025-02-25T02:12:29.454Z | [ recovery-image] Feb 25 02:12:27.494 INFO O| Feb 25 02:12:27.493 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2025-02-25T02:12:29.471Z | [ recovery-image] Feb 25 02:12:27.513 INFO O| Feb 25 02:12:27.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5779 | 2025-02-25T02:12:29.471Z | [ recovery-image] Feb 25 02:12:27.513 INFO O| Feb 25 02:12:27.513 INFO STEP 380 (remove_files) COMPLETE |
5780 | 2025-02-25T02:12:29.471Z | [ recovery-image] Feb 25 02:12:27.513 INFO O| Feb 25 02:12:27.513 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2025-02-25T02:12:29.490Z | [ recovery-image] Feb 25 02:12:27.532 INFO O| Feb 25 02:12:27.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5782 | 2025-02-25T02:12:29.493Z | [ recovery-image] Feb 25 02:12:27.533 INFO O| Feb 25 02:12:27.532 INFO STEP 381 (remove_files) COMPLETE |
5783 | 2025-02-25T02:12:29.493Z | [ recovery-image] Feb 25 02:12:27.533 INFO O| Feb 25 02:12:27.532 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2025-02-25T02:12:29.511Z | [ recovery-image] Feb 25 02:12:27.553 INFO O| Feb 25 02:12:27.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5785 | 2025-02-25T02:12:29.511Z | [ recovery-image] Feb 25 02:12:27.553 INFO O| Feb 25 02:12:27.553 INFO STEP 382 (remove_files) COMPLETE |
5786 | 2025-02-25T02:12:29.511Z | [ recovery-image] Feb 25 02:12:27.553 INFO O| Feb 25 02:12:27.553 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2025-02-25T02:12:29.595Z | [ recovery-image] Feb 25 02:12:27.637 INFO O| Feb 25 02:12:27.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5788 | 2025-02-25T02:12:29.595Z | [ recovery-image] Feb 25 02:12:27.637 INFO O| Feb 25 02:12:27.637 INFO STEP 383 (remove_files) COMPLETE |
5789 | 2025-02-25T02:12:29.595Z | [ recovery-image] Feb 25 02:12:27.637 INFO O| Feb 25 02:12:27.637 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2025-02-25T02:12:29.615Z | [ recovery-image] Feb 25 02:12:27.657 INFO O| Feb 25 02:12:27.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5791 | 2025-02-25T02:12:29.615Z | [ recovery-image] Feb 25 02:12:27.657 INFO O| Feb 25 02:12:27.657 INFO STEP 384 (remove_files) COMPLETE |
5792 | 2025-02-25T02:12:29.618Z | [ recovery-image] Feb 25 02:12:27.657 INFO O| Feb 25 02:12:27.657 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2025-02-25T02:12:29.670Z | [ recovery-image] Feb 25 02:12:27.712 INFO O| Feb 25 02:12:27.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5794 | 2025-02-25T02:12:29.670Z | [ recovery-image] Feb 25 02:12:27.712 INFO O| Feb 25 02:12:27.712 INFO STEP 385 (remove_files) COMPLETE |
5795 | 2025-02-25T02:12:29.670Z | [ recovery-image] Feb 25 02:12:27.712 INFO O| Feb 25 02:12:27.712 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2025-02-25T02:12:29.698Z | [ recovery-image] Feb 25 02:12:27.740 INFO O| Feb 25 02:12:27.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5797 | 2025-02-25T02:12:29.698Z | [ recovery-image] Feb 25 02:12:27.740 INFO O| Feb 25 02:12:27.740 INFO STEP 386 (remove_files) COMPLETE |
5798 | 2025-02-25T02:12:29.701Z | [ recovery-image] Feb 25 02:12:27.740 INFO O| Feb 25 02:12:27.740 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2025-02-25T02:12:29.719Z | [ recovery-image] Feb 25 02:12:27.761 INFO O| Feb 25 02:12:27.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5800 | 2025-02-25T02:12:29.719Z | [ recovery-image] Feb 25 02:12:27.761 INFO O| Feb 25 02:12:27.761 INFO STEP 387 (remove_files) COMPLETE |
5801 | 2025-02-25T02:12:29.721Z | [ recovery-image] Feb 25 02:12:27.761 INFO O| Feb 25 02:12:27.761 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2025-02-25T02:12:29.744Z | [ host-image] Feb 25 02:12:27.786 INFO O| Feb 25 02:12:27.786 INFO O| Done |
5803 | 2025-02-25T02:12:29.757Z | [ recovery-image] Feb 25 02:12:27.799 INFO O| Feb 25 02:12:27.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5804 | 2025-02-25T02:12:29.757Z | [ recovery-image] Feb 25 02:12:27.799 INFO O| Feb 25 02:12:27.799 INFO STEP 388 (remove_files) COMPLETE |
5805 | 2025-02-25T02:12:29.757Z | [ recovery-image] Feb 25 02:12:27.799 INFO O| Feb 25 02:12:27.799 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2025-02-25T02:12:29.782Z | [ recovery-image] Feb 25 02:12:27.823 INFO O| Feb 25 02:12:27.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5807 | 2025-02-25T02:12:29.785Z | [ recovery-image] Feb 25 02:12:27.823 INFO O| Feb 25 02:12:27.823 INFO STEP 389 (remove_files) COMPLETE |
5808 | 2025-02-25T02:12:29.785Z | [ recovery-image] Feb 25 02:12:27.823 INFO O| Feb 25 02:12:27.823 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2025-02-25T02:12:29.787Z | [ host-image] Feb 25 02:12:27.830 INFO O| Feb 25 02:12:27.829 INFO O| Done |
5810 | 2025-02-25T02:12:29.787Z | [ host-image] Feb 25 02:12:27.830 INFO O| Feb 25 02:12:27.830 INFO O| Done |
5811 | 2025-02-25T02:12:29.802Z | [ recovery-image] Feb 25 02:12:27.844 INFO O| Feb 25 02:12:27.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5812 | 2025-02-25T02:12:29.802Z | [ recovery-image] Feb 25 02:12:27.844 INFO O| Feb 25 02:12:27.844 INFO STEP 390 (remove_files) COMPLETE |
5813 | 2025-02-25T02:12:29.805Z | [ recovery-image] Feb 25 02:12:27.844 INFO O| Feb 25 02:12:27.844 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2025-02-25T02:12:29.805Z | [ host-image] Feb 25 02:12:27.845 INFO O| Feb 25 02:12:27.845 INFO O| Done |
5815 | 2025-02-25T02:12:29.836Z | [ recovery-image] Feb 25 02:12:27.878 INFO O| Feb 25 02:12:27.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5816 | 2025-02-25T02:12:29.836Z | [ recovery-image] Feb 25 02:12:27.878 INFO O| Feb 25 02:12:27.878 INFO STEP 391 (remove_files) COMPLETE |
5817 | 2025-02-25T02:12:29.840Z | [ recovery-image] Feb 25 02:12:27.878 INFO O| Feb 25 02:12:27.878 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2025-02-25T02:12:29.879Z | [ recovery-image] Feb 25 02:12:27.921 INFO O| Feb 25 02:12:27.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5819 | 2025-02-25T02:12:29.882Z | [ recovery-image] Feb 25 02:12:27.922 INFO O| Feb 25 02:12:27.922 INFO STEP 392 (remove_files) COMPLETE |
5820 | 2025-02-25T02:12:29.882Z | [ recovery-image] Feb 25 02:12:27.922 INFO O| Feb 25 02:12:27.922 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2025-02-25T02:12:29.902Z | [ recovery-image] Feb 25 02:12:27.944 INFO O| Feb 25 02:12:27.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5822 | 2025-02-25T02:12:29.902Z | [ recovery-image] Feb 25 02:12:27.944 INFO O| Feb 25 02:12:27.944 INFO STEP 393 (remove_files) COMPLETE |
5823 | 2025-02-25T02:12:29.902Z | [ recovery-image] Feb 25 02:12:27.944 INFO O| Feb 25 02:12:27.944 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2025-02-25T02:12:29.924Z | [ recovery-image] Feb 25 02:12:27.965 INFO O| Feb 25 02:12:27.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5825 | 2025-02-25T02:12:29.928Z | [ recovery-image] Feb 25 02:12:27.965 INFO O| Feb 25 02:12:27.965 INFO STEP 394 (remove_files) COMPLETE |
5826 | 2025-02-25T02:12:29.928Z | [ recovery-image] Feb 25 02:12:27.965 INFO O| Feb 25 02:12:27.965 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2025-02-25T02:12:29.942Z | [ recovery-image] Feb 25 02:12:27.985 INFO O| Feb 25 02:12:27.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5828 | 2025-02-25T02:12:29.945Z | [ recovery-image] Feb 25 02:12:27.985 INFO O| Feb 25 02:12:27.985 INFO STEP 395 (remove_files) COMPLETE |
5829 | 2025-02-25T02:12:29.945Z | [ recovery-image] Feb 25 02:12:27.985 INFO O| Feb 25 02:12:27.985 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2025-02-25T02:12:29.974Z | [ host-image] Feb 25 02:12:28.016 INFO O| Feb 25 02:12:28.016 INFO STEP 14 (pkg_install) COMPLETE |
5831 | 2025-02-25T02:12:29.974Z | [ host-image] Feb 25 02:12:28.016 INFO O| Feb 25 02:12:28.016 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5832 | 2025-02-25T02:12:29.974Z | [ host-image] Feb 25 02:12:28.016 INFO O| Feb 25 02:12:28.016 INFO skip step because feature "mfg" is not enabled |
5833 | 2025-02-25T02:12:29.977Z | [ host-image] Feb 25 02:12:28.016 INFO O| Feb 25 02:12:28.016 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5834 | 2025-02-25T02:12:29.977Z | [ host-image] Feb 25 02:12:28.016 INFO O| Feb 25 02:12:28.016 INFO skip step because feature "compliance" is not enabled |
5835 | 2025-02-25T02:12:29.977Z | [ host-image] Feb 25 02:12:28.016 INFO O| Feb 25 02:12:28.016 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5836 | 2025-02-25T02:12:29.977Z | [ host-image] Feb 25 02:12:28.016 INFO O| Feb 25 02:12:28.016 INFO skip step because feature "stress" is not enabled |
5837 | 2025-02-25T02:12:29.977Z | [ host-image] Feb 25 02:12:28.016 INFO O| Feb 25 02:12:28.016 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5838 | 2025-02-25T02:12:29.977Z | [ host-image] Feb 25 02:12:28.016 INFO O| Feb 25 02:12:28.016 INFO skip step because feature "nfs" is not enabled |
5839 | 2025-02-25T02:12:29.977Z | [ host-image] Feb 25 02:12:28.016 INFO O| Feb 25 02:12:28.016 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
5840 | 2025-02-25T02:12:29.977Z | [ host-image] Feb 25 02:12:28.016 INFO O| Feb 25 02:12:28.016 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
5841 | 2025-02-25T02:12:29.985Z | [ recovery-image] Feb 25 02:12:28.025 INFO O| Feb 25 02:12:28.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5842 | 2025-02-25T02:12:29.987Z | [ recovery-image] Feb 25 02:12:28.027 INFO O| Feb 25 02:12:28.027 INFO STEP 396 (remove_files) COMPLETE |
5843 | 2025-02-25T02:12:29.987Z | [ recovery-image] Feb 25 02:12:28.027 INFO O| Feb 25 02:12:28.027 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2025-02-25T02:12:30.037Z | [ host-image] Feb 25 02:12:28.079 INFO O| Feb 25 02:12:28.079 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
5845 | 2025-02-25T02:12:30.077Z | [ recovery-image] Feb 25 02:12:28.119 INFO O| Feb 25 02:12:28.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5846 | 2025-02-25T02:12:30.077Z | [ recovery-image] Feb 25 02:12:28.119 INFO O| Feb 25 02:12:28.119 INFO STEP 397 (remove_files) COMPLETE |
5847 | 2025-02-25T02:12:30.077Z | [ recovery-image] Feb 25 02:12:28.119 INFO O| Feb 25 02:12:28.119 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2025-02-25T02:12:30.135Z | [ host-image] Feb 25 02:12:28.177 INFO O| Feb 25 02:12:28.177 INFO completed processing gimlet/ramdisk-01-os |
5849 | 2025-02-25T02:12:30.140Z | [ host-image] Feb 25 02:12:28.180 INFO omicron1 baseline generation... |
5850 | 2025-02-25T02:12:30.140Z | [ host-image] Feb 25 02:12:28.181 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
5851 | 2025-02-25T02:12:30.177Z | [ recovery-image] Feb 25 02:12:28.219 INFO O| Feb 25 02:12:28.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5852 | 2025-02-25T02:12:30.179Z | [ recovery-image] Feb 25 02:12:28.219 INFO O| Feb 25 02:12:28.219 INFO STEP 398 (remove_files) COMPLETE |
5853 | 2025-02-25T02:12:30.179Z | [ recovery-image] Feb 25 02:12:28.219 INFO O| Feb 25 02:12:28.219 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2025-02-25T02:12:30.196Z | [ recovery-image] Feb 25 02:12:28.238 INFO O| Feb 25 02:12:28.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5855 | 2025-02-25T02:12:30.196Z | [ recovery-image] Feb 25 02:12:28.238 INFO O| Feb 25 02:12:28.238 INFO STEP 399 (remove_files) COMPLETE |
5856 | 2025-02-25T02:12:30.196Z | [ recovery-image] Feb 25 02:12:28.238 INFO O| Feb 25 02:12:28.238 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2025-02-25T02:12:30.214Z | [ recovery-image] Feb 25 02:12:28.256 INFO O| Feb 25 02:12:28.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5858 | 2025-02-25T02:12:30.214Z | [ recovery-image] Feb 25 02:12:28.256 INFO O| Feb 25 02:12:28.256 INFO STEP 400 (remove_files) COMPLETE |
5859 | 2025-02-25T02:12:30.217Z | [ recovery-image] Feb 25 02:12:28.256 INFO O| Feb 25 02:12:28.256 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2025-02-25T02:12:30.233Z | [ recovery-image] Feb 25 02:12:28.275 INFO O| Feb 25 02:12:28.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5861 | 2025-02-25T02:12:30.239Z | [ recovery-image] Feb 25 02:12:28.282 INFO O| Feb 25 02:12:28.282 INFO STEP 401 (remove_files) COMPLETE |
5862 | 2025-02-25T02:12:30.239Z | [ recovery-image] Feb 25 02:12:28.282 INFO O| Feb 25 02:12:28.282 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2025-02-25T02:12:30.277Z | [ recovery-image] Feb 25 02:12:28.319 INFO O| Feb 25 02:12:28.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5864 | 2025-02-25T02:12:30.280Z | [ recovery-image] Feb 25 02:12:28.319 INFO O| Feb 25 02:12:28.319 INFO STEP 402 (remove_files) COMPLETE |
5865 | 2025-02-25T02:12:30.280Z | [ recovery-image] Feb 25 02:12:28.319 INFO O| Feb 25 02:12:28.319 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2025-02-25T02:12:30.295Z | [ recovery-image] Feb 25 02:12:28.337 INFO O| Feb 25 02:12:28.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5867 | 2025-02-25T02:12:30.298Z | [ recovery-image] Feb 25 02:12:28.338 INFO O| Feb 25 02:12:28.338 INFO STEP 403 (remove_files) COMPLETE |
5868 | 2025-02-25T02:12:30.298Z | [ recovery-image] Feb 25 02:12:28.338 INFO O| Feb 25 02:12:28.338 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2025-02-25T02:12:30.314Z | [ recovery-image] Feb 25 02:12:28.357 INFO O| Feb 25 02:12:28.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5870 | 2025-02-25T02:12:30.318Z | [ recovery-image] Feb 25 02:12:28.357 INFO O| Feb 25 02:12:28.357 INFO STEP 404 (remove_files) COMPLETE |
5871 | 2025-02-25T02:12:30.318Z | [ recovery-image] Feb 25 02:12:28.357 INFO O| Feb 25 02:12:28.357 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2025-02-25T02:12:30.334Z | [ recovery-image] Feb 25 02:12:28.376 INFO O| Feb 25 02:12:28.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5873 | 2025-02-25T02:12:30.337Z | [ recovery-image] Feb 25 02:12:28.376 INFO O| Feb 25 02:12:28.376 INFO STEP 405 (remove_files) COMPLETE |
5874 | 2025-02-25T02:12:30.337Z | [ recovery-image] Feb 25 02:12:28.376 INFO O| Feb 25 02:12:28.376 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2025-02-25T02:12:30.353Z | [ recovery-image] Feb 25 02:12:28.395 INFO O| Feb 25 02:12:28.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5876 | 2025-02-25T02:12:30.355Z | [ recovery-image] Feb 25 02:12:28.395 INFO O| Feb 25 02:12:28.395 INFO STEP 406 (remove_files) COMPLETE |
5877 | 2025-02-25T02:12:30.355Z | [ recovery-image] Feb 25 02:12:28.395 INFO O| Feb 25 02:12:28.395 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2025-02-25T02:12:30.372Z | [ recovery-image] Feb 25 02:12:28.414 INFO O| Feb 25 02:12:28.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5879 | 2025-02-25T02:12:30.374Z | [ recovery-image] Feb 25 02:12:28.414 INFO O| Feb 25 02:12:28.414 INFO STEP 407 (remove_files) COMPLETE |
5880 | 2025-02-25T02:12:30.374Z | [ recovery-image] Feb 25 02:12:28.414 INFO O| Feb 25 02:12:28.414 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2025-02-25T02:12:30.391Z | [ recovery-image] Feb 25 02:12:28.433 INFO O| Feb 25 02:12:28.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5882 | 2025-02-25T02:12:30.391Z | [ recovery-image] Feb 25 02:12:28.434 INFO O| Feb 25 02:12:28.434 INFO STEP 408 (remove_files) COMPLETE |
5883 | 2025-02-25T02:12:30.394Z | [ recovery-image] Feb 25 02:12:28.434 INFO O| Feb 25 02:12:28.434 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2025-02-25T02:12:30.411Z | [ recovery-image] Feb 25 02:12:28.453 INFO O| Feb 25 02:12:28.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5885 | 2025-02-25T02:12:30.414Z | [ recovery-image] Feb 25 02:12:28.453 INFO O| Feb 25 02:12:28.453 INFO STEP 409 (remove_files) COMPLETE |
5886 | 2025-02-25T02:12:30.414Z | [ recovery-image] Feb 25 02:12:28.453 INFO O| Feb 25 02:12:28.453 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2025-02-25T02:12:30.471Z | [ recovery-image] Feb 25 02:12:28.513 INFO O| Feb 25 02:12:28.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5888 | 2025-02-25T02:12:30.473Z | [ recovery-image] Feb 25 02:12:28.513 INFO O| Feb 25 02:12:28.513 INFO STEP 410 (remove_files) COMPLETE |
5889 | 2025-02-25T02:12:30.473Z | [ recovery-image] Feb 25 02:12:28.513 INFO O| Feb 25 02:12:28.513 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2025-02-25T02:12:30.492Z | [ recovery-image] Feb 25 02:12:28.534 INFO O| Feb 25 02:12:28.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5891 | 2025-02-25T02:12:30.492Z | [ recovery-image] Feb 25 02:12:28.534 INFO O| Feb 25 02:12:28.534 INFO STEP 411 (remove_files) COMPLETE |
5892 | 2025-02-25T02:12:30.494Z | [ recovery-image] Feb 25 02:12:28.534 INFO O| Feb 25 02:12:28.534 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2025-02-25T02:12:30.517Z | [ recovery-image] Feb 25 02:12:28.559 INFO O| Feb 25 02:12:28.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5894 | 2025-02-25T02:12:30.517Z | [ recovery-image] Feb 25 02:12:28.559 INFO O| Feb 25 02:12:28.559 INFO STEP 412 (remove_files) COMPLETE |
5895 | 2025-02-25T02:12:30.517Z | [ recovery-image] Feb 25 02:12:28.559 INFO O| Feb 25 02:12:28.559 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2025-02-25T02:12:30.545Z | [ recovery-image] Feb 25 02:12:28.587 INFO O| Feb 25 02:12:28.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5897 | 2025-02-25T02:12:30.545Z | [ recovery-image] Feb 25 02:12:28.587 INFO O| Feb 25 02:12:28.587 INFO STEP 413 (remove_files) COMPLETE |
5898 | 2025-02-25T02:12:30.545Z | [ recovery-image] Feb 25 02:12:28.587 INFO O| Feb 25 02:12:28.587 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2025-02-25T02:12:30.566Z | [ recovery-image] Feb 25 02:12:28.608 INFO O| Feb 25 02:12:28.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5900 | 2025-02-25T02:12:30.566Z | [ recovery-image] Feb 25 02:12:28.608 INFO O| Feb 25 02:12:28.608 INFO STEP 414 (remove_files) COMPLETE |
5901 | 2025-02-25T02:12:30.567Z | [ recovery-image] Feb 25 02:12:28.608 INFO O| Feb 25 02:12:28.608 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2025-02-25T02:12:30.608Z | [ recovery-image] Feb 25 02:12:28.650 INFO O| Feb 25 02:12:28.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5903 | 2025-02-25T02:12:30.608Z | [ recovery-image] Feb 25 02:12:28.650 INFO O| Feb 25 02:12:28.650 INFO STEP 415 (remove_files) COMPLETE |
5904 | 2025-02-25T02:12:30.608Z | [ recovery-image] Feb 25 02:12:28.650 INFO O| Feb 25 02:12:28.650 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2025-02-25T02:12:30.665Z | [ recovery-image] Feb 25 02:12:28.708 INFO O| Feb 25 02:12:28.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5906 | 2025-02-25T02:12:30.666Z | [ recovery-image] Feb 25 02:12:28.708 INFO O| Feb 25 02:12:28.708 INFO STEP 416 (remove_files) COMPLETE |
5907 | 2025-02-25T02:12:30.666Z | [ recovery-image] Feb 25 02:12:28.708 INFO O| Feb 25 02:12:28.708 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2025-02-25T02:12:30.689Z | [ recovery-image] Feb 25 02:12:28.731 INFO O| Feb 25 02:12:28.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5909 | 2025-02-25T02:12:30.689Z | [ recovery-image] Feb 25 02:12:28.731 INFO O| Feb 25 02:12:28.731 INFO STEP 417 (remove_files) COMPLETE |
5910 | 2025-02-25T02:12:30.689Z | [ recovery-image] Feb 25 02:12:28.731 INFO O| Feb 25 02:12:28.731 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2025-02-25T02:12:30.720Z | [ recovery-image] Feb 25 02:12:28.762 INFO O| Feb 25 02:12:28.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5912 | 2025-02-25T02:12:30.722Z | [ recovery-image] Feb 25 02:12:28.762 INFO O| Feb 25 02:12:28.762 INFO STEP 418 (remove_files) COMPLETE |
5913 | 2025-02-25T02:12:30.722Z | [ recovery-image] Feb 25 02:12:28.762 INFO O| Feb 25 02:12:28.762 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2025-02-25T02:12:30.739Z | [ recovery-image] Feb 25 02:12:28.781 INFO O| Feb 25 02:12:28.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5915 | 2025-02-25T02:12:30.739Z | [ recovery-image] Feb 25 02:12:28.781 INFO O| Feb 25 02:12:28.781 INFO STEP 419 (remove_files) COMPLETE |
5916 | 2025-02-25T02:12:30.742Z | [ recovery-image] Feb 25 02:12:28.781 INFO O| Feb 25 02:12:28.781 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2025-02-25T02:12:30.760Z | [ recovery-image] Feb 25 02:12:28.801 INFO O| Feb 25 02:12:28.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5918 | 2025-02-25T02:12:30.760Z | [ recovery-image] Feb 25 02:12:28.801 INFO O| Feb 25 02:12:28.801 INFO STEP 420 (remove_files) COMPLETE |
5919 | 2025-02-25T02:12:30.760Z | [ recovery-image] Feb 25 02:12:28.801 INFO O| Feb 25 02:12:28.801 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2025-02-25T02:12:30.795Z | [ recovery-image] Feb 25 02:12:28.837 INFO O| Feb 25 02:12:28.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5921 | 2025-02-25T02:12:30.795Z | [ recovery-image] Feb 25 02:12:28.837 INFO O| Feb 25 02:12:28.837 INFO STEP 421 (remove_files) COMPLETE |
5922 | 2025-02-25T02:12:30.795Z | [ recovery-image] Feb 25 02:12:28.837 INFO O| Feb 25 02:12:28.837 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2025-02-25T02:12:30.841Z | [ recovery-image] Feb 25 02:12:28.883 INFO O| Feb 25 02:12:28.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5924 | 2025-02-25T02:12:30.843Z | [ recovery-image] Feb 25 02:12:28.883 INFO O| Feb 25 02:12:28.883 INFO STEP 422 (remove_files) COMPLETE |
5925 | 2025-02-25T02:12:30.844Z | [ recovery-image] Feb 25 02:12:28.884 INFO O| Feb 25 02:12:28.883 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2025-02-25T02:12:30.861Z | [ recovery-image] Feb 25 02:12:28.904 INFO O| Feb 25 02:12:28.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5927 | 2025-02-25T02:12:30.864Z | [ recovery-image] Feb 25 02:12:28.904 INFO O| Feb 25 02:12:28.904 INFO STEP 423 (remove_files) COMPLETE |
5928 | 2025-02-25T02:12:30.864Z | [ recovery-image] Feb 25 02:12:28.904 INFO O| Feb 25 02:12:28.904 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2025-02-25T02:12:30.884Z | [ recovery-image] Feb 25 02:12:28.926 INFO O| Feb 25 02:12:28.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5930 | 2025-02-25T02:12:30.886Z | [ recovery-image] Feb 25 02:12:28.926 INFO O| Feb 25 02:12:28.926 INFO STEP 424 (remove_files) COMPLETE |
5931 | 2025-02-25T02:12:30.886Z | [ recovery-image] Feb 25 02:12:28.926 INFO O| Feb 25 02:12:28.926 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2025-02-25T02:12:30.899Z | [ host-image] Feb 25 02:12:28.941 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z |
5933 | 2025-02-25T02:12:30.903Z | [ recovery-image] Feb 25 02:12:28.945 INFO O| Feb 25 02:12:28.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5934 | 2025-02-25T02:12:30.905Z | [ recovery-image] Feb 25 02:12:28.945 INFO O| Feb 25 02:12:28.945 INFO STEP 425 (remove_files) COMPLETE |
5935 | 2025-02-25T02:12:30.905Z | [ recovery-image] Feb 25 02:12:28.946 INFO O| Feb 25 02:12:28.945 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2025-02-25T02:12:30.939Z | [ recovery-image] Feb 25 02:12:28.981 INFO O| Feb 25 02:12:28.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5937 | 2025-02-25T02:12:30.939Z | [ recovery-image] Feb 25 02:12:28.981 INFO O| Feb 25 02:12:28.981 INFO STEP 426 (remove_files) COMPLETE |
5938 | 2025-02-25T02:12:30.939Z | [ recovery-image] Feb 25 02:12:28.981 INFO O| Feb 25 02:12:28.981 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2025-02-25T02:12:30.979Z | [ recovery-image] Feb 25 02:12:29.021 INFO O| Feb 25 02:12:29.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5940 | 2025-02-25T02:12:30.979Z | [ recovery-image] Feb 25 02:12:29.021 INFO O| Feb 25 02:12:29.021 INFO STEP 427 (remove_files) COMPLETE |
5941 | 2025-02-25T02:12:30.979Z | [ recovery-image] Feb 25 02:12:29.021 INFO O| Feb 25 02:12:29.021 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2025-02-25T02:12:30.999Z | [ recovery-image] Feb 25 02:12:29.041 INFO O| Feb 25 02:12:29.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5943 | 2025-02-25T02:12:30.999Z | [ recovery-image] Feb 25 02:12:29.042 INFO O| Feb 25 02:12:29.041 INFO STEP 428 (remove_files) COMPLETE |
5944 | 2025-02-25T02:12:30.999Z | [ recovery-image] Feb 25 02:12:29.042 INFO O| Feb 25 02:12:29.041 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2025-02-25T02:12:31.018Z | [ recovery-image] Feb 25 02:12:29.061 INFO O| Feb 25 02:12:29.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5946 | 2025-02-25T02:12:31.018Z | [ recovery-image] Feb 25 02:12:29.061 INFO O| Feb 25 02:12:29.061 INFO STEP 429 (remove_files) COMPLETE |
5947 | 2025-02-25T02:12:31.018Z | [ recovery-image] Feb 25 02:12:29.061 INFO O| Feb 25 02:12:29.061 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2025-02-25T02:12:31.052Z | [ recovery-image] Feb 25 02:12:29.094 INFO O| Feb 25 02:12:29.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5949 | 2025-02-25T02:12:31.052Z | [ recovery-image] Feb 25 02:12:29.094 INFO O| Feb 25 02:12:29.094 INFO STEP 430 (remove_files) COMPLETE |
5950 | 2025-02-25T02:12:31.055Z | [ recovery-image] Feb 25 02:12:29.094 INFO O| Feb 25 02:12:29.094 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2025-02-25T02:12:31.115Z | [ recovery-image] Feb 25 02:12:29.157 INFO O| Feb 25 02:12:29.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5952 | 2025-02-25T02:12:31.115Z | [ recovery-image] Feb 25 02:12:29.157 INFO O| Feb 25 02:12:29.157 INFO STEP 431 (remove_files) COMPLETE |
5953 | 2025-02-25T02:12:31.115Z | [ recovery-image] Feb 25 02:12:29.157 INFO O| Feb 25 02:12:29.157 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2025-02-25T02:12:31.153Z | [ recovery-image] Feb 25 02:12:29.193 INFO O| Feb 25 02:12:29.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5955 | 2025-02-25T02:12:31.153Z | [ recovery-image] Feb 25 02:12:29.193 INFO O| Feb 25 02:12:29.193 INFO STEP 432 (remove_files) COMPLETE |
5956 | 2025-02-25T02:12:31.153Z | [ recovery-image] Feb 25 02:12:29.193 INFO O| Feb 25 02:12:29.193 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2025-02-25T02:12:31.170Z | [ recovery-image] Feb 25 02:12:29.211 INFO O| Feb 25 02:12:29.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5958 | 2025-02-25T02:12:31.170Z | [ recovery-image] Feb 25 02:12:29.211 INFO O| Feb 25 02:12:29.211 INFO STEP 433 (remove_files) COMPLETE |
5959 | 2025-02-25T02:12:31.170Z | [ recovery-image] Feb 25 02:12:29.211 INFO O| Feb 25 02:12:29.211 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2025-02-25T02:12:31.200Z | [ recovery-image] Feb 25 02:12:29.242 INFO O| Feb 25 02:12:29.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5961 | 2025-02-25T02:12:31.200Z | [ recovery-image] Feb 25 02:12:29.242 INFO O| Feb 25 02:12:29.242 INFO STEP 434 (remove_files) COMPLETE |
5962 | 2025-02-25T02:12:31.200Z | [ recovery-image] Feb 25 02:12:29.242 INFO O| Feb 25 02:12:29.242 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2025-02-25T02:12:31.236Z | [ recovery-image] Feb 25 02:12:29.278 INFO O| Feb 25 02:12:29.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5964 | 2025-02-25T02:12:31.239Z | [ recovery-image] Feb 25 02:12:29.278 INFO O| Feb 25 02:12:29.278 INFO STEP 435 (remove_files) COMPLETE |
5965 | 2025-02-25T02:12:31.239Z | [ recovery-image] Feb 25 02:12:29.279 INFO O| Feb 25 02:12:29.279 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2025-02-25T02:12:31.257Z | [ recovery-image] Feb 25 02:12:29.300 INFO O| Feb 25 02:12:29.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5967 | 2025-02-25T02:12:31.260Z | [ recovery-image] Feb 25 02:12:29.300 INFO O| Feb 25 02:12:29.300 INFO STEP 436 (remove_files) COMPLETE |
5968 | 2025-02-25T02:12:31.260Z | [ recovery-image] Feb 25 02:12:29.300 INFO O| Feb 25 02:12:29.300 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2025-02-25T02:12:31.280Z | [ recovery-image] Feb 25 02:12:29.322 INFO O| Feb 25 02:12:29.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5970 | 2025-02-25T02:12:31.283Z | [ recovery-image] Feb 25 02:12:29.322 INFO O| Feb 25 02:12:29.322 INFO STEP 437 (remove_files) COMPLETE |
5971 | 2025-02-25T02:12:31.283Z | [ recovery-image] Feb 25 02:12:29.322 INFO O| Feb 25 02:12:29.322 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2025-02-25T02:12:31.300Z | [ recovery-image] Feb 25 02:12:29.342 INFO O| Feb 25 02:12:29.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5973 | 2025-02-25T02:12:31.302Z | [ recovery-image] Feb 25 02:12:29.342 INFO O| Feb 25 02:12:29.342 INFO STEP 438 (remove_files) COMPLETE |
5974 | 2025-02-25T02:12:31.302Z | [ recovery-image] Feb 25 02:12:29.342 INFO O| Feb 25 02:12:29.342 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2025-02-25T02:12:31.320Z | [ recovery-image] Feb 25 02:12:29.363 INFO O| Feb 25 02:12:29.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5976 | 2025-02-25T02:12:31.323Z | [ recovery-image] Feb 25 02:12:29.363 INFO O| Feb 25 02:12:29.363 INFO STEP 439 (remove_files) COMPLETE |
5977 | 2025-02-25T02:12:31.323Z | [ recovery-image] Feb 25 02:12:29.363 INFO O| Feb 25 02:12:29.363 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2025-02-25T02:12:31.341Z | [ recovery-image] Feb 25 02:12:29.383 INFO O| Feb 25 02:12:29.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5979 | 2025-02-25T02:12:31.364Z | [ recovery-image] Feb 25 02:12:29.406 INFO O| Feb 25 02:12:29.406 INFO STEP 440 (remove_files) COMPLETE |
5980 | 2025-02-25T02:12:31.364Z | [ recovery-image] Feb 25 02:12:29.406 INFO O| Feb 25 02:12:29.406 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2025-02-25T02:12:31.519Z | [ recovery-image] Feb 25 02:12:29.561 INFO O| Feb 25 02:12:29.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5982 | 2025-02-25T02:12:31.519Z | [ recovery-image] Feb 25 02:12:29.561 INFO O| Feb 25 02:12:29.561 INFO STEP 441 (remove_files) COMPLETE |
5983 | 2025-02-25T02:12:31.519Z | [ recovery-image] Feb 25 02:12:29.561 INFO O| Feb 25 02:12:29.561 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2025-02-25T02:12:31.548Z | [ recovery-image] Feb 25 02:12:29.590 INFO O| Feb 25 02:12:29.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5985 | 2025-02-25T02:12:31.548Z | [ recovery-image] Feb 25 02:12:29.590 INFO O| Feb 25 02:12:29.590 INFO STEP 442 (remove_files) COMPLETE |
5986 | 2025-02-25T02:12:31.548Z | [ recovery-image] Feb 25 02:12:29.590 INFO O| Feb 25 02:12:29.590 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2025-02-25T02:12:31.580Z | [ recovery-image] Feb 25 02:12:29.622 INFO O| Feb 25 02:12:29.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5988 | 2025-02-25T02:12:31.580Z | [ recovery-image] Feb 25 02:12:29.622 INFO O| Feb 25 02:12:29.622 INFO STEP 443 (remove_files) COMPLETE |
5989 | 2025-02-25T02:12:31.580Z | [ recovery-image] Feb 25 02:12:29.622 INFO O| Feb 25 02:12:29.622 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2025-02-25T02:12:31.619Z | [ recovery-image] Feb 25 02:12:29.662 INFO O| Feb 25 02:12:29.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5991 | 2025-02-25T02:12:31.622Z | [ recovery-image] Feb 25 02:12:29.662 INFO O| Feb 25 02:12:29.662 INFO STEP 444 (remove_files) COMPLETE |
5992 | 2025-02-25T02:12:31.622Z | [ recovery-image] Feb 25 02:12:29.662 INFO O| Feb 25 02:12:29.662 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2025-02-25T02:12:31.639Z | [ recovery-image] Feb 25 02:12:29.681 INFO O| Feb 25 02:12:29.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5994 | 2025-02-25T02:12:31.639Z | [ recovery-image] Feb 25 02:12:29.682 INFO O| Feb 25 02:12:29.682 INFO STEP 445 (remove_files) COMPLETE |
5995 | 2025-02-25T02:12:31.639Z | [ recovery-image] Feb 25 02:12:29.682 INFO O| Feb 25 02:12:29.682 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2025-02-25T02:12:31.661Z | [ recovery-image] Feb 25 02:12:29.703 INFO O| Feb 25 02:12:29.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5997 | 2025-02-25T02:12:31.661Z | [ recovery-image] Feb 25 02:12:29.703 INFO O| Feb 25 02:12:29.703 INFO STEP 446 (remove_files) COMPLETE |
5998 | 2025-02-25T02:12:31.661Z | [ recovery-image] Feb 25 02:12:29.703 INFO O| Feb 25 02:12:29.703 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2025-02-25T02:12:31.682Z | [ recovery-image] Feb 25 02:12:29.724 INFO O| Feb 25 02:12:29.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
6000 | 2025-02-25T02:12:31.682Z | [ recovery-image] Feb 25 02:12:29.724 INFO O| Feb 25 02:12:29.724 INFO STEP 447 (remove_files) COMPLETE |
6001 | 2025-02-25T02:12:31.682Z | [ recovery-image] Feb 25 02:12:29.724 INFO O| Feb 25 02:12:29.724 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2025-02-25T02:12:31.704Z | [ recovery-image] Feb 25 02:12:29.747 INFO O| Feb 25 02:12:29.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
6003 | 2025-02-25T02:12:31.707Z | [ recovery-image] Feb 25 02:12:29.747 INFO O| Feb 25 02:12:29.747 INFO STEP 448 (remove_files) COMPLETE |
6004 | 2025-02-25T02:12:31.707Z | [ recovery-image] Feb 25 02:12:29.747 INFO O| Feb 25 02:12:29.747 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2025-02-25T02:12:31.745Z | [ recovery-image] Feb 25 02:12:29.787 INFO O| Feb 25 02:12:29.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
6006 | 2025-02-25T02:12:31.747Z | [ recovery-image] Feb 25 02:12:29.787 INFO O| Feb 25 02:12:29.787 INFO STEP 449 (remove_files) COMPLETE |
6007 | 2025-02-25T02:12:31.747Z | [ recovery-image] Feb 25 02:12:29.787 INFO O| Feb 25 02:12:29.787 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2025-02-25T02:12:31.764Z | [ recovery-image] Feb 25 02:12:29.806 INFO O| Feb 25 02:12:29.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
6009 | 2025-02-25T02:12:31.767Z | [ recovery-image] Feb 25 02:12:29.807 INFO O| Feb 25 02:12:29.806 INFO STEP 450 (remove_files) COMPLETE |
6010 | 2025-02-25T02:12:31.767Z | [ recovery-image] Feb 25 02:12:29.807 INFO O| Feb 25 02:12:29.807 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2025-02-25T02:12:31.782Z | [ recovery-image] Feb 25 02:12:29.824 INFO O| Feb 25 02:12:29.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
6012 | 2025-02-25T02:12:31.800Z | [ recovery-image] Feb 25 02:12:29.842 INFO O| Feb 25 02:12:29.842 INFO STEP 451 (remove_files) COMPLETE |
6013 | 2025-02-25T02:12:31.800Z | [ recovery-image] Feb 25 02:12:29.842 INFO O| Feb 25 02:12:29.842 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2025-02-25T02:12:31.818Z | [ recovery-image] Feb 25 02:12:29.861 INFO O| Feb 25 02:12:29.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
6015 | 2025-02-25T02:12:31.821Z | [ recovery-image] Feb 25 02:12:29.861 INFO O| Feb 25 02:12:29.861 INFO STEP 452 (remove_files) COMPLETE |
6016 | 2025-02-25T02:12:31.821Z | [ recovery-image] Feb 25 02:12:29.861 INFO O| Feb 25 02:12:29.861 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2025-02-25T02:12:31.836Z | [ recovery-image] Feb 25 02:12:29.878 INFO O| Feb 25 02:12:29.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
6018 | 2025-02-25T02:12:31.836Z | [ recovery-image] Feb 25 02:12:29.878 INFO O| Feb 25 02:12:29.878 INFO STEP 453 (remove_files) COMPLETE |
6019 | 2025-02-25T02:12:31.836Z | [ recovery-image] Feb 25 02:12:29.878 INFO O| Feb 25 02:12:29.878 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2025-02-25T02:12:31.853Z | [ recovery-image] Feb 25 02:12:29.895 INFO O| Feb 25 02:12:29.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
6021 | 2025-02-25T02:12:31.853Z | [ recovery-image] Feb 25 02:12:29.895 INFO O| Feb 25 02:12:29.895 INFO STEP 454 (remove_files) COMPLETE |
6022 | 2025-02-25T02:12:31.853Z | [ recovery-image] Feb 25 02:12:29.895 INFO O| Feb 25 02:12:29.895 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2025-02-25T02:12:31.871Z | [ recovery-image] Feb 25 02:12:29.913 INFO O| Feb 25 02:12:29.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
6024 | 2025-02-25T02:12:31.871Z | [ recovery-image] Feb 25 02:12:29.913 INFO O| Feb 25 02:12:29.913 INFO STEP 455 (remove_files) COMPLETE |
6025 | 2025-02-25T02:12:31.871Z | [ recovery-image] Feb 25 02:12:29.913 INFO O| Feb 25 02:12:29.913 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2025-02-25T02:12:31.890Z | [ recovery-image] Feb 25 02:12:29.932 INFO O| Feb 25 02:12:29.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
6027 | 2025-02-25T02:12:31.890Z | [ recovery-image] Feb 25 02:12:29.932 INFO O| Feb 25 02:12:29.932 INFO STEP 456 (remove_files) COMPLETE |
6028 | 2025-02-25T02:12:31.890Z | [ recovery-image] Feb 25 02:12:29.932 INFO O| Feb 25 02:12:29.932 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2025-02-25T02:12:31.951Z | [ recovery-image] Feb 25 02:12:29.992 INFO O| Feb 25 02:12:29.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
6030 | 2025-02-25T02:12:31.951Z | [ recovery-image] Feb 25 02:12:29.992 INFO O| Feb 25 02:12:29.992 INFO STEP 457 (remove_files) COMPLETE |
6031 | 2025-02-25T02:12:31.951Z | [ recovery-image] Feb 25 02:12:29.992 INFO O| Feb 25 02:12:29.992 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2025-02-25T02:12:32.025Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
6033 | 2025-02-25T02:12:32.042Z | [ recovery-image] Feb 25 02:12:30.084 INFO O| Feb 25 02:12:30.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
6034 | 2025-02-25T02:12:32.042Z | [ recovery-image] Feb 25 02:12:30.084 INFO O| Feb 25 02:12:30.084 INFO STEP 458 (remove_files) COMPLETE |
6035 | 2025-02-25T02:12:32.042Z | [ recovery-image] Feb 25 02:12:30.084 INFO O| Feb 25 02:12:30.084 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2025-02-25T02:12:32.064Z | [ recovery-image] Feb 25 02:12:30.105 INFO O| Feb 25 02:12:30.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
6037 | 2025-02-25T02:12:32.064Z | [ recovery-image] Feb 25 02:12:30.105 INFO O| Feb 25 02:12:30.105 INFO STEP 459 (remove_files) COMPLETE |
6038 | 2025-02-25T02:12:32.064Z | [ recovery-image] Feb 25 02:12:30.105 INFO O| Feb 25 02:12:30.105 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2025-02-25T02:12:32.082Z | [ recovery-image] Feb 25 02:12:30.124 INFO O| Feb 25 02:12:30.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
6040 | 2025-02-25T02:12:32.082Z | [ recovery-image] Feb 25 02:12:30.125 INFO O| Feb 25 02:12:30.124 INFO STEP 460 (remove_files) COMPLETE |
6041 | 2025-02-25T02:12:32.082Z | [ recovery-image] Feb 25 02:12:30.125 INFO O| Feb 25 02:12:30.124 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2025-02-25T02:12:32.123Z | [ recovery-image] Feb 25 02:12:30.166 INFO O| Feb 25 02:12:30.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
6043 | 2025-02-25T02:12:32.123Z | [ recovery-image] Feb 25 02:12:30.166 INFO O| Feb 25 02:12:30.166 INFO STEP 461 (remove_files) COMPLETE |
6044 | 2025-02-25T02:12:32.123Z | [ recovery-image] Feb 25 02:12:30.166 INFO O| Feb 25 02:12:30.166 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2025-02-25T02:12:32.146Z | [ recovery-image] Feb 25 02:12:30.187 INFO O| Feb 25 02:12:30.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
6046 | 2025-02-25T02:12:32.146Z | [ recovery-image] Feb 25 02:12:30.187 INFO O| Feb 25 02:12:30.187 INFO STEP 462 (remove_files) COMPLETE |
6047 | 2025-02-25T02:12:32.146Z | [ recovery-image] Feb 25 02:12:30.187 INFO O| Feb 25 02:12:30.187 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2025-02-25T02:12:32.165Z | [ recovery-image] Feb 25 02:12:30.207 INFO O| Feb 25 02:12:30.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
6049 | 2025-02-25T02:12:32.168Z | [ recovery-image] Feb 25 02:12:30.207 INFO O| Feb 25 02:12:30.207 INFO STEP 463 (remove_files) COMPLETE |
6050 | 2025-02-25T02:12:32.168Z | [ recovery-image] Feb 25 02:12:30.208 INFO O| Feb 25 02:12:30.207 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2025-02-25T02:12:32.187Z | [ recovery-image] Feb 25 02:12:30.228 INFO O| Feb 25 02:12:30.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
6052 | 2025-02-25T02:12:32.189Z | [ recovery-image] Feb 25 02:12:30.229 INFO O| Feb 25 02:12:30.229 INFO STEP 464 (remove_files) COMPLETE |
6053 | 2025-02-25T02:12:32.189Z | [ recovery-image] Feb 25 02:12:30.229 INFO O| Feb 25 02:12:30.229 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2025-02-25T02:12:32.207Z | [ recovery-image] Feb 25 02:12:30.249 INFO O| Feb 25 02:12:30.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
6055 | 2025-02-25T02:12:32.209Z | [ recovery-image] Feb 25 02:12:30.249 INFO O| Feb 25 02:12:30.249 INFO STEP 465 (remove_files) COMPLETE |
6056 | 2025-02-25T02:12:32.209Z | [ recovery-image] Feb 25 02:12:30.249 INFO O| Feb 25 02:12:30.249 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2025-02-25T02:12:32.250Z | [ recovery-image] Feb 25 02:12:30.291 INFO O| Feb 25 02:12:30.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
6058 | 2025-02-25T02:12:32.250Z | [ recovery-image] Feb 25 02:12:30.291 INFO O| Feb 25 02:12:30.291 INFO STEP 466 (remove_files) COMPLETE |
6059 | 2025-02-25T02:12:32.252Z | [ recovery-image] Feb 25 02:12:30.291 INFO O| Feb 25 02:12:30.291 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2025-02-25T02:12:32.306Z | [ recovery-image] Feb 25 02:12:30.348 INFO O| Feb 25 02:12:30.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
6061 | 2025-02-25T02:12:32.306Z | [ recovery-image] Feb 25 02:12:30.348 INFO O| Feb 25 02:12:30.348 INFO STEP 467 (remove_files) COMPLETE |
6062 | 2025-02-25T02:12:32.309Z | [ recovery-image] Feb 25 02:12:30.348 INFO O| Feb 25 02:12:30.348 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2025-02-25T02:12:32.366Z | [ recovery-image] Feb 25 02:12:30.408 INFO O| Feb 25 02:12:30.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
6064 | 2025-02-25T02:12:32.366Z | [ recovery-image] Feb 25 02:12:30.408 INFO O| Feb 25 02:12:30.408 INFO STEP 468 (remove_files) COMPLETE |
6065 | 2025-02-25T02:12:32.366Z | [ recovery-image] Feb 25 02:12:30.408 INFO O| Feb 25 02:12:30.408 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2025-02-25T02:12:32.400Z | [ recovery-image] Feb 25 02:12:30.437 INFO O| Feb 25 02:12:30.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
6067 | 2025-02-25T02:12:32.400Z | [ recovery-image] Feb 25 02:12:30.437 INFO O| Feb 25 02:12:30.434 INFO STEP 469 (remove_files) COMPLETE |
6068 | 2025-02-25T02:12:32.400Z | [ recovery-image] Feb 25 02:12:30.437 INFO O| Feb 25 02:12:30.434 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2025-02-25T02:12:32.411Z | [ recovery-image] Feb 25 02:12:30.452 INFO O| Feb 25 02:12:30.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
6070 | 2025-02-25T02:12:32.411Z | [ recovery-image] Feb 25 02:12:30.452 INFO O| Feb 25 02:12:30.452 INFO STEP 470 (remove_files) COMPLETE |
6071 | 2025-02-25T02:12:32.413Z | [ recovery-image] Feb 25 02:12:30.452 INFO O| Feb 25 02:12:30.452 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2025-02-25T02:12:32.428Z | [ recovery-image] Feb 25 02:12:30.470 INFO O| Feb 25 02:12:30.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
6073 | 2025-02-25T02:12:32.428Z | [ recovery-image] Feb 25 02:12:30.470 INFO O| Feb 25 02:12:30.470 INFO STEP 471 (remove_files) COMPLETE |
6074 | 2025-02-25T02:12:32.430Z | [ recovery-image] Feb 25 02:12:30.470 INFO O| Feb 25 02:12:30.470 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2025-02-25T02:12:32.460Z | [ recovery-image] Feb 25 02:12:30.503 INFO O| Feb 25 02:12:30.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
6076 | 2025-02-25T02:12:32.460Z | [ recovery-image] Feb 25 02:12:30.503 INFO O| Feb 25 02:12:30.503 INFO STEP 472 (remove_files) COMPLETE |
6077 | 2025-02-25T02:12:32.463Z | [ recovery-image] Feb 25 02:12:30.503 INFO O| Feb 25 02:12:30.503 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2025-02-25T02:12:32.501Z | [ recovery-image] Feb 25 02:12:30.543 INFO O| Feb 25 02:12:30.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
6079 | 2025-02-25T02:12:32.504Z | [ recovery-image] Feb 25 02:12:30.543 INFO O| Feb 25 02:12:30.543 INFO STEP 473 (remove_files) COMPLETE |
6080 | 2025-02-25T02:12:32.504Z | [ recovery-image] Feb 25 02:12:30.543 INFO O| Feb 25 02:12:30.543 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2025-02-25T02:12:32.544Z | [ recovery-image] Feb 25 02:12:30.585 INFO O| Feb 25 02:12:30.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
6082 | 2025-02-25T02:12:32.546Z | [ recovery-image] Feb 25 02:12:30.586 INFO O| Feb 25 02:12:30.586 INFO STEP 474 (remove_files) COMPLETE |
6083 | 2025-02-25T02:12:32.546Z | [ recovery-image] Feb 25 02:12:30.586 INFO O| Feb 25 02:12:30.586 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2025-02-25T02:12:32.563Z | [ recovery-image] Feb 25 02:12:30.606 INFO O| Feb 25 02:12:30.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
6085 | 2025-02-25T02:12:32.564Z | [ recovery-image] Feb 25 02:12:30.606 INFO O| Feb 25 02:12:30.606 INFO STEP 475 (remove_files) COMPLETE |
6086 | 2025-02-25T02:12:32.566Z | [ recovery-image] Feb 25 02:12:30.606 INFO O| Feb 25 02:12:30.606 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2025-02-25T02:12:32.604Z | [ recovery-image] Feb 25 02:12:30.646 INFO O| Feb 25 02:12:30.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
6088 | 2025-02-25T02:12:32.606Z | [ recovery-image] Feb 25 02:12:30.646 INFO O| Feb 25 02:12:30.646 INFO STEP 476 (remove_files) COMPLETE |
6089 | 2025-02-25T02:12:32.606Z | [ recovery-image] Feb 25 02:12:30.647 INFO O| Feb 25 02:12:30.646 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2025-02-25T02:12:32.642Z | [ recovery-image] Feb 25 02:12:30.684 INFO O| Feb 25 02:12:30.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
6091 | 2025-02-25T02:12:32.654Z | [ recovery-image] Feb 25 02:12:30.684 INFO O| Feb 25 02:12:30.684 INFO STEP 477 (remove_files) COMPLETE |
6092 | 2025-02-25T02:12:32.654Z | [ recovery-image] Feb 25 02:12:30.684 INFO O| Feb 25 02:12:30.684 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2025-02-25T02:12:32.662Z | [ recovery-image] Feb 25 02:12:30.704 INFO O| Feb 25 02:12:30.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
6094 | 2025-02-25T02:12:32.681Z | [ recovery-image] Feb 25 02:12:30.724 INFO O| Feb 25 02:12:30.724 INFO STEP 478 (remove_files) COMPLETE |
6095 | 2025-02-25T02:12:32.681Z | [ recovery-image] Feb 25 02:12:30.724 INFO O| Feb 25 02:12:30.724 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2025-02-25T02:12:32.714Z | [ recovery-image] Feb 25 02:12:30.756 INFO O| Feb 25 02:12:30.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
6097 | 2025-02-25T02:12:32.717Z | [ recovery-image] Feb 25 02:12:30.756 INFO O| Feb 25 02:12:30.756 INFO STEP 479 (remove_files) COMPLETE |
6098 | 2025-02-25T02:12:32.717Z | [ recovery-image] Feb 25 02:12:30.756 INFO O| Feb 25 02:12:30.756 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2025-02-25T02:12:32.734Z | [ recovery-image] Feb 25 02:12:30.777 INFO O| Feb 25 02:12:30.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
6100 | 2025-02-25T02:12:32.737Z | [ recovery-image] Feb 25 02:12:30.777 INFO O| Feb 25 02:12:30.777 INFO STEP 480 (remove_files) COMPLETE |
6101 | 2025-02-25T02:12:32.737Z | [ recovery-image] Feb 25 02:12:30.777 INFO O| Feb 25 02:12:30.777 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2025-02-25T02:12:32.775Z | [ recovery-image] Feb 25 02:12:30.817 INFO O| Feb 25 02:12:30.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
6103 | 2025-02-25T02:12:32.778Z | [ recovery-image] Feb 25 02:12:30.818 INFO O| Feb 25 02:12:30.817 INFO STEP 481 (remove_files) COMPLETE |
6104 | 2025-02-25T02:12:32.778Z | [ recovery-image] Feb 25 02:12:30.818 INFO O| Feb 25 02:12:30.818 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2025-02-25T02:12:32.820Z | [ recovery-image] Feb 25 02:12:30.862 INFO O| Feb 25 02:12:30.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
6106 | 2025-02-25T02:12:32.823Z | [ recovery-image] Feb 25 02:12:30.863 INFO O| Feb 25 02:12:30.863 INFO STEP 482 (remove_files) COMPLETE |
6107 | 2025-02-25T02:12:32.823Z | [ recovery-image] Feb 25 02:12:30.863 INFO O| Feb 25 02:12:30.863 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2025-02-25T02:12:32.840Z | [ recovery-image] Feb 25 02:12:30.882 INFO O| Feb 25 02:12:30.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
6109 | 2025-02-25T02:12:32.842Z | [ recovery-image] Feb 25 02:12:30.882 INFO O| Feb 25 02:12:30.882 INFO STEP 483 (remove_files) COMPLETE |
6110 | 2025-02-25T02:12:32.842Z | [ recovery-image] Feb 25 02:12:30.882 INFO O| Feb 25 02:12:30.882 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2025-02-25T02:12:32.858Z | [ recovery-image] Feb 25 02:12:30.901 INFO O| Feb 25 02:12:30.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
6112 | 2025-02-25T02:12:32.861Z | [ recovery-image] Feb 25 02:12:30.901 INFO O| Feb 25 02:12:30.901 INFO STEP 484 (remove_files) COMPLETE |
6113 | 2025-02-25T02:12:32.861Z | [ recovery-image] Feb 25 02:12:30.901 INFO O| Feb 25 02:12:30.901 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2025-02-25T02:12:32.877Z | [ recovery-image] Feb 25 02:12:30.920 INFO O| Feb 25 02:12:30.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
6115 | 2025-02-25T02:12:32.880Z | [ recovery-image] Feb 25 02:12:30.920 INFO O| Feb 25 02:12:30.920 INFO STEP 485 (remove_files) COMPLETE |
6116 | 2025-02-25T02:12:32.880Z | [ recovery-image] Feb 25 02:12:30.920 INFO O| Feb 25 02:12:30.920 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2025-02-25T02:12:32.896Z | [ recovery-image] Feb 25 02:12:30.939 INFO O| Feb 25 02:12:30.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
6118 | 2025-02-25T02:12:32.899Z | [ recovery-image] Feb 25 02:12:30.939 INFO O| Feb 25 02:12:30.939 INFO STEP 486 (remove_files) COMPLETE |
6119 | 2025-02-25T02:12:32.899Z | [ recovery-image] Feb 25 02:12:30.939 INFO O| Feb 25 02:12:30.939 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2025-02-25T02:12:32.932Z | [ recovery-image] Feb 25 02:12:30.974 INFO O| Feb 25 02:12:30.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
6121 | 2025-02-25T02:12:32.935Z | [ recovery-image] Feb 25 02:12:30.974 INFO O| Feb 25 02:12:30.974 INFO STEP 487 (remove_files) COMPLETE |
6122 | 2025-02-25T02:12:32.935Z | [ recovery-image] Feb 25 02:12:30.974 INFO O| Feb 25 02:12:30.974 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2025-02-25T02:12:32.953Z | [ recovery-image] Feb 25 02:12:30.995 INFO O| Feb 25 02:12:30.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
6124 | 2025-02-25T02:12:32.953Z | [ recovery-image] Feb 25 02:12:30.995 INFO O| Feb 25 02:12:30.995 INFO STEP 488 (remove_files) COMPLETE |
6125 | 2025-02-25T02:12:32.953Z | [ recovery-image] Feb 25 02:12:30.995 INFO O| Feb 25 02:12:30.995 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2025-02-25T02:12:32.974Z | [ recovery-image] Feb 25 02:12:31.016 INFO O| Feb 25 02:12:31.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
6127 | 2025-02-25T02:12:32.974Z | [ recovery-image] Feb 25 02:12:31.016 INFO O| Feb 25 02:12:31.016 INFO STEP 489 (remove_files) COMPLETE |
6128 | 2025-02-25T02:12:32.974Z | [ recovery-image] Feb 25 02:12:31.016 INFO O| Feb 25 02:12:31.016 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2025-02-25T02:12:32.993Z | [ recovery-image] Feb 25 02:12:31.036 INFO O| Feb 25 02:12:31.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
6130 | 2025-02-25T02:12:32.993Z | [ recovery-image] Feb 25 02:12:31.036 INFO O| Feb 25 02:12:31.036 INFO STEP 490 (remove_files) COMPLETE |
6131 | 2025-02-25T02:12:32.993Z | [ recovery-image] Feb 25 02:12:31.036 INFO O| Feb 25 02:12:31.036 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2025-02-25T02:12:33.013Z | [ recovery-image] Feb 25 02:12:31.055 INFO O| Feb 25 02:12:31.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
6133 | 2025-02-25T02:12:33.013Z | [ recovery-image] Feb 25 02:12:31.056 INFO O| Feb 25 02:12:31.055 INFO STEP 491 (remove_files) COMPLETE |
6134 | 2025-02-25T02:12:33.013Z | [ recovery-image] Feb 25 02:12:31.056 INFO O| Feb 25 02:12:31.056 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2025-02-25T02:12:33.057Z | [ recovery-image] Feb 25 02:12:31.099 INFO O| Feb 25 02:12:31.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
6136 | 2025-02-25T02:12:33.057Z | [ recovery-image] Feb 25 02:12:31.099 INFO O| Feb 25 02:12:31.099 INFO STEP 492 (remove_files) COMPLETE |
6137 | 2025-02-25T02:12:33.057Z | [ recovery-image] Feb 25 02:12:31.099 INFO O| Feb 25 02:12:31.099 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2025-02-25T02:12:33.078Z | [ recovery-image] Feb 25 02:12:31.120 INFO O| Feb 25 02:12:31.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
6139 | 2025-02-25T02:12:33.080Z | [ recovery-image] Feb 25 02:12:31.121 INFO O| Feb 25 02:12:31.120 INFO STEP 493 (remove_files) COMPLETE |
6140 | 2025-02-25T02:12:33.080Z | [ recovery-image] Feb 25 02:12:31.121 INFO O| Feb 25 02:12:31.121 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2025-02-25T02:12:33.099Z | [ recovery-image] Feb 25 02:12:31.141 INFO O| Feb 25 02:12:31.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
6142 | 2025-02-25T02:12:33.099Z | [ recovery-image] Feb 25 02:12:31.141 INFO O| Feb 25 02:12:31.141 INFO STEP 494 (remove_files) COMPLETE |
6143 | 2025-02-25T02:12:33.099Z | [ recovery-image] Feb 25 02:12:31.141 INFO O| Feb 25 02:12:31.141 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2025-02-25T02:12:33.135Z | [ recovery-image] Feb 25 02:12:31.177 INFO O| Feb 25 02:12:31.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
6145 | 2025-02-25T02:12:33.138Z | [ recovery-image] Feb 25 02:12:31.177 INFO O| Feb 25 02:12:31.177 INFO STEP 495 (remove_files) COMPLETE |
6146 | 2025-02-25T02:12:33.138Z | [ recovery-image] Feb 25 02:12:31.178 INFO O| Feb 25 02:12:31.177 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2025-02-25T02:12:33.155Z | [ recovery-image] Feb 25 02:12:31.197 INFO O| Feb 25 02:12:31.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
6148 | 2025-02-25T02:12:33.157Z | [ recovery-image] Feb 25 02:12:31.197 INFO O| Feb 25 02:12:31.197 INFO STEP 496 (remove_files) COMPLETE |
6149 | 2025-02-25T02:12:33.157Z | [ recovery-image] Feb 25 02:12:31.197 INFO O| Feb 25 02:12:31.197 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2025-02-25T02:12:33.173Z | [ recovery-image] Feb 25 02:12:31.215 INFO O| Feb 25 02:12:31.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
6151 | 2025-02-25T02:12:33.175Z | [ recovery-image] Feb 25 02:12:31.215 INFO O| Feb 25 02:12:31.215 INFO STEP 497 (remove_files) COMPLETE |
6152 | 2025-02-25T02:12:33.175Z | [ recovery-image] Feb 25 02:12:31.216 INFO O| Feb 25 02:12:31.215 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2025-02-25T02:12:33.192Z | [ recovery-image] Feb 25 02:12:31.234 INFO O| Feb 25 02:12:31.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
6154 | 2025-02-25T02:12:33.194Z | [ recovery-image] Feb 25 02:12:31.234 INFO O| Feb 25 02:12:31.234 INFO STEP 498 (remove_files) COMPLETE |
6155 | 2025-02-25T02:12:33.194Z | [ recovery-image] Feb 25 02:12:31.234 INFO O| Feb 25 02:12:31.234 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2025-02-25T02:12:33.212Z | [ recovery-image] Feb 25 02:12:31.254 INFO O| Feb 25 02:12:31.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
6157 | 2025-02-25T02:12:33.212Z | [ recovery-image] Feb 25 02:12:31.255 INFO O| Feb 25 02:12:31.255 INFO STEP 499 (remove_files) COMPLETE |
6158 | 2025-02-25T02:12:33.214Z | [ recovery-image] Feb 25 02:12:31.255 INFO O| Feb 25 02:12:31.255 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2025-02-25T02:12:33.234Z | [ recovery-image] Feb 25 02:12:31.277 INFO O| Feb 25 02:12:31.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
6160 | 2025-02-25T02:12:33.234Z | [ recovery-image] Feb 25 02:12:31.277 INFO O| Feb 25 02:12:31.277 INFO STEP 500 (remove_files) COMPLETE |
6161 | 2025-02-25T02:12:33.237Z | [ recovery-image] Feb 25 02:12:31.277 INFO O| Feb 25 02:12:31.277 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2025-02-25T02:12:33.256Z | [ recovery-image] Feb 25 02:12:31.297 INFO O| Feb 25 02:12:31.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
6163 | 2025-02-25T02:12:33.256Z | [ recovery-image] Feb 25 02:12:31.298 INFO O| Feb 25 02:12:31.297 INFO STEP 501 (remove_files) COMPLETE |
6164 | 2025-02-25T02:12:33.259Z | [ recovery-image] Feb 25 02:12:31.298 INFO O| Feb 25 02:12:31.297 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2025-02-25T02:12:33.294Z | [ recovery-image] Feb 25 02:12:31.337 INFO O| Feb 25 02:12:31.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
6166 | 2025-02-25T02:12:33.295Z | [ recovery-image] Feb 25 02:12:31.337 INFO O| Feb 25 02:12:31.337 INFO STEP 502 (remove_files) COMPLETE |
6167 | 2025-02-25T02:12:33.295Z | [ recovery-image] Feb 25 02:12:31.337 INFO O| Feb 25 02:12:31.337 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2025-02-25T02:12:33.336Z | [ recovery-image] Feb 25 02:12:31.378 INFO O| Feb 25 02:12:31.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
6169 | 2025-02-25T02:12:33.336Z | [ recovery-image] Feb 25 02:12:31.378 INFO O| Feb 25 02:12:31.375 INFO STEP 503 (remove_files) COMPLETE |
6170 | 2025-02-25T02:12:33.336Z | [ recovery-image] Feb 25 02:12:31.378 INFO O| Feb 25 02:12:31.375 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2025-02-25T02:12:33.352Z | [ recovery-image] Feb 25 02:12:31.395 INFO O| Feb 25 02:12:31.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
6172 | 2025-02-25T02:12:33.377Z | [ recovery-image] Feb 25 02:12:31.419 INFO O| Feb 25 02:12:31.419 INFO STEP 504 (remove_files) COMPLETE |
6173 | 2025-02-25T02:12:33.377Z | [ recovery-image] Feb 25 02:12:31.419 INFO O| Feb 25 02:12:31.419 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2025-02-25T02:12:33.411Z | [ recovery-image] Feb 25 02:12:31.453 INFO O| Feb 25 02:12:31.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6175 | 2025-02-25T02:12:33.411Z | [ recovery-image] Feb 25 02:12:31.453 INFO O| Feb 25 02:12:31.453 INFO STEP 505 (remove_files) COMPLETE |
6176 | 2025-02-25T02:12:33.411Z | [ recovery-image] Feb 25 02:12:31.453 INFO O| Feb 25 02:12:31.453 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2025-02-25T02:12:33.457Z | [ recovery-image] Feb 25 02:12:31.499 INFO O| Feb 25 02:12:31.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6178 | 2025-02-25T02:12:33.457Z | [ recovery-image] Feb 25 02:12:31.499 INFO O| Feb 25 02:12:31.499 INFO STEP 506 (remove_files) COMPLETE |
6179 | 2025-02-25T02:12:33.460Z | [ recovery-image] Feb 25 02:12:31.499 INFO O| Feb 25 02:12:31.499 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2025-02-25T02:12:33.476Z | [ recovery-image] Feb 25 02:12:31.519 INFO O| Feb 25 02:12:31.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6181 | 2025-02-25T02:12:33.476Z | [ recovery-image] Feb 25 02:12:31.519 INFO O| Feb 25 02:12:31.519 INFO STEP 507 (remove_files) COMPLETE |
6182 | 2025-02-25T02:12:33.479Z | [ recovery-image] Feb 25 02:12:31.519 INFO O| Feb 25 02:12:31.519 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2025-02-25T02:12:33.498Z | [ recovery-image] Feb 25 02:12:31.537 INFO O| Feb 25 02:12:31.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6184 | 2025-02-25T02:12:33.498Z | [ recovery-image] Feb 25 02:12:31.538 INFO O| Feb 25 02:12:31.537 INFO STEP 508 (remove_files) COMPLETE |
6185 | 2025-02-25T02:12:33.501Z | [ recovery-image] Feb 25 02:12:31.538 INFO O| Feb 25 02:12:31.538 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2025-02-25T02:12:33.514Z | [ recovery-image] Feb 25 02:12:31.556 INFO O| Feb 25 02:12:31.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6187 | 2025-02-25T02:12:33.514Z | [ recovery-image] Feb 25 02:12:31.556 INFO O| Feb 25 02:12:31.556 INFO STEP 509 (remove_files) COMPLETE |
6188 | 2025-02-25T02:12:33.518Z | [ recovery-image] Feb 25 02:12:31.556 INFO O| Feb 25 02:12:31.556 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2025-02-25T02:12:33.544Z | [ recovery-image] Feb 25 02:12:31.586 INFO O| Feb 25 02:12:31.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6190 | 2025-02-25T02:12:33.544Z | [ recovery-image] Feb 25 02:12:31.586 INFO O| Feb 25 02:12:31.586 INFO STEP 510 (remove_files) COMPLETE |
6191 | 2025-02-25T02:12:33.544Z | [ recovery-image] Feb 25 02:12:31.586 INFO O| Feb 25 02:12:31.586 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2025-02-25T02:12:33.593Z | [ recovery-image] Feb 25 02:12:31.629 INFO O| Feb 25 02:12:31.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6193 | 2025-02-25T02:12:33.593Z | [ recovery-image] Feb 25 02:12:31.629 INFO O| Feb 25 02:12:31.629 INFO STEP 511 (remove_files) COMPLETE |
6194 | 2025-02-25T02:12:33.593Z | [ recovery-image] Feb 25 02:12:31.629 INFO O| Feb 25 02:12:31.629 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2025-02-25T02:12:33.625Z | [ recovery-image] Feb 25 02:12:31.668 INFO O| Feb 25 02:12:31.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6196 | 2025-02-25T02:12:33.629Z | [ recovery-image] Feb 25 02:12:31.668 INFO O| Feb 25 02:12:31.668 INFO STEP 512 (remove_files) COMPLETE |
6197 | 2025-02-25T02:12:33.629Z | [ recovery-image] Feb 25 02:12:31.668 INFO O| Feb 25 02:12:31.668 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2025-02-25T02:12:33.653Z | [ recovery-image] Feb 25 02:12:31.694 INFO O| Feb 25 02:12:31.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6199 | 2025-02-25T02:12:33.655Z | [ recovery-image] Feb 25 02:12:31.694 INFO O| Feb 25 02:12:31.694 INFO STEP 513 (remove_files) COMPLETE |
6200 | 2025-02-25T02:12:33.655Z | [ recovery-image] Feb 25 02:12:31.694 INFO O| Feb 25 02:12:31.694 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2025-02-25T02:12:33.712Z | [ recovery-image] Feb 25 02:12:31.754 INFO O| Feb 25 02:12:31.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6202 | 2025-02-25T02:12:33.715Z | [ recovery-image] Feb 25 02:12:31.754 INFO O| Feb 25 02:12:31.754 INFO STEP 514 (remove_files) COMPLETE |
6203 | 2025-02-25T02:12:33.715Z | [ recovery-image] Feb 25 02:12:31.754 INFO O| Feb 25 02:12:31.754 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2025-02-25T02:12:33.759Z | [ recovery-image] Feb 25 02:12:31.802 INFO O| Feb 25 02:12:31.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6205 | 2025-02-25T02:12:33.764Z | [ recovery-image] Feb 25 02:12:31.802 INFO O| Feb 25 02:12:31.802 INFO STEP 515 (remove_files) COMPLETE |
6206 | 2025-02-25T02:12:33.764Z | [ recovery-image] Feb 25 02:12:31.802 INFO O| Feb 25 02:12:31.802 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2025-02-25T02:12:33.784Z | [ recovery-image] Feb 25 02:12:31.826 INFO O| Feb 25 02:12:31.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6208 | 2025-02-25T02:12:33.784Z | [ recovery-image] Feb 25 02:12:31.826 INFO O| Feb 25 02:12:31.826 INFO STEP 516 (remove_files) COMPLETE |
6209 | 2025-02-25T02:12:33.784Z | [ recovery-image] Feb 25 02:12:31.826 INFO O| Feb 25 02:12:31.826 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2025-02-25T02:12:33.807Z | [ recovery-image] Feb 25 02:12:31.849 INFO O| Feb 25 02:12:31.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6211 | 2025-02-25T02:12:33.807Z | [ recovery-image] Feb 25 02:12:31.849 INFO O| Feb 25 02:12:31.849 INFO STEP 517 (remove_files) COMPLETE |
6212 | 2025-02-25T02:12:33.807Z | [ recovery-image] Feb 25 02:12:31.849 INFO O| Feb 25 02:12:31.849 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2025-02-25T02:12:33.828Z | [ recovery-image] Feb 25 02:12:31.871 INFO O| Feb 25 02:12:31.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6214 | 2025-02-25T02:12:33.828Z | [ recovery-image] Feb 25 02:12:31.871 INFO O| Feb 25 02:12:31.871 INFO STEP 518 (remove_files) COMPLETE |
6215 | 2025-02-25T02:12:33.831Z | [ recovery-image] Feb 25 02:12:31.871 INFO O| Feb 25 02:12:31.871 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2025-02-25T02:12:33.852Z | [ recovery-image] Feb 25 02:12:31.890 INFO O| Feb 25 02:12:31.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6217 | 2025-02-25T02:12:33.852Z | [ recovery-image] Feb 25 02:12:31.890 INFO O| Feb 25 02:12:31.890 INFO STEP 519 (remove_files) COMPLETE |
6218 | 2025-02-25T02:12:33.854Z | [ recovery-image] Feb 25 02:12:31.890 INFO O| Feb 25 02:12:31.890 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2025-02-25T02:12:33.867Z | [ recovery-image] Feb 25 02:12:31.910 INFO O| Feb 25 02:12:31.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6220 | 2025-02-25T02:12:33.867Z | [ recovery-image] Feb 25 02:12:31.910 INFO O| Feb 25 02:12:31.910 INFO STEP 520 (remove_files) COMPLETE |
6221 | 2025-02-25T02:12:33.870Z | [ recovery-image] Feb 25 02:12:31.910 INFO O| Feb 25 02:12:31.910 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2025-02-25T02:12:33.888Z | [ recovery-image] Feb 25 02:12:31.931 INFO O| Feb 25 02:12:31.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6223 | 2025-02-25T02:12:33.891Z | [ recovery-image] Feb 25 02:12:31.931 INFO O| Feb 25 02:12:31.931 INFO STEP 521 (remove_files) COMPLETE |
6224 | 2025-02-25T02:12:33.891Z | [ recovery-image] Feb 25 02:12:31.931 INFO O| Feb 25 02:12:31.931 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2025-02-25T02:12:33.944Z | [ recovery-image] Feb 25 02:12:31.985 INFO O| Feb 25 02:12:31.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6226 | 2025-02-25T02:12:33.947Z | [ recovery-image] Feb 25 02:12:31.985 INFO O| Feb 25 02:12:31.985 INFO STEP 522 (remove_files) COMPLETE |
6227 | 2025-02-25T02:12:33.947Z | [ recovery-image] Feb 25 02:12:31.985 INFO O| Feb 25 02:12:31.985 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2025-02-25T02:12:33.988Z | [ recovery-image] Feb 25 02:12:32.030 INFO O| Feb 25 02:12:32.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6229 | 2025-02-25T02:12:34.013Z | [ recovery-image] Feb 25 02:12:32.055 INFO O| Feb 25 02:12:32.055 INFO STEP 523 (remove_files) COMPLETE |
6230 | 2025-02-25T02:12:34.015Z | [ recovery-image] Feb 25 02:12:32.055 INFO O| Feb 25 02:12:32.055 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2025-02-25T02:12:34.046Z | [ recovery-image] Feb 25 02:12:32.089 INFO O| Feb 25 02:12:32.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6232 | 2025-02-25T02:12:34.046Z | [ recovery-image] Feb 25 02:12:32.089 INFO O| Feb 25 02:12:32.089 INFO STEP 524 (remove_files) COMPLETE |
6233 | 2025-02-25T02:12:34.046Z | [ recovery-image] Feb 25 02:12:32.089 INFO O| Feb 25 02:12:32.089 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2025-02-25T02:12:34.068Z | [ recovery-image] Feb 25 02:12:32.110 INFO O| Feb 25 02:12:32.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6235 | 2025-02-25T02:12:34.070Z | [ recovery-image] Feb 25 02:12:32.110 INFO O| Feb 25 02:12:32.110 INFO STEP 525 (remove_files) COMPLETE |
6236 | 2025-02-25T02:12:34.070Z | [ recovery-image] Feb 25 02:12:32.110 INFO O| Feb 25 02:12:32.110 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2025-02-25T02:12:34.088Z | [ recovery-image] Feb 25 02:12:32.131 INFO O| Feb 25 02:12:32.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6238 | 2025-02-25T02:12:34.088Z | [ recovery-image] Feb 25 02:12:32.131 INFO O| Feb 25 02:12:32.131 INFO STEP 526 (remove_files) COMPLETE |
6239 | 2025-02-25T02:12:34.091Z | [ recovery-image] Feb 25 02:12:32.131 INFO O| Feb 25 02:12:32.131 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2025-02-25T02:12:34.209Z | [ recovery-image] Feb 25 02:12:32.251 INFO O| Feb 25 02:12:32.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6241 | 2025-02-25T02:12:34.211Z | [ recovery-image] Feb 25 02:12:32.251 INFO O| Feb 25 02:12:32.251 INFO STEP 527 (remove_files) COMPLETE |
6242 | 2025-02-25T02:12:34.211Z | [ recovery-image] Feb 25 02:12:32.251 INFO O| Feb 25 02:12:32.251 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2025-02-25T02:12:34.228Z | [ recovery-image] Feb 25 02:12:32.270 INFO O| Feb 25 02:12:32.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6244 | 2025-02-25T02:12:34.231Z | [ recovery-image] Feb 25 02:12:32.271 INFO O| Feb 25 02:12:32.271 INFO STEP 528 (remove_files) COMPLETE |
6245 | 2025-02-25T02:12:34.231Z | [ recovery-image] Feb 25 02:12:32.271 INFO O| Feb 25 02:12:32.271 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2025-02-25T02:12:34.259Z | [ recovery-image] Feb 25 02:12:32.301 INFO O| Feb 25 02:12:32.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6247 | 2025-02-25T02:12:34.261Z | [ recovery-image] Feb 25 02:12:32.301 INFO O| Feb 25 02:12:32.301 INFO STEP 529 (remove_files) COMPLETE |
6248 | 2025-02-25T02:12:34.262Z | [ recovery-image] Feb 25 02:12:32.302 INFO O| Feb 25 02:12:32.301 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2025-02-25T02:12:34.279Z | [ recovery-image] Feb 25 02:12:32.321 INFO O| Feb 25 02:12:32.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6250 | 2025-02-25T02:12:34.282Z | [ recovery-image] Feb 25 02:12:32.321 INFO O| Feb 25 02:12:32.321 INFO STEP 530 (remove_files) COMPLETE |
6251 | 2025-02-25T02:12:34.282Z | [ recovery-image] Feb 25 02:12:32.321 INFO O| Feb 25 02:12:32.321 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2025-02-25T02:12:34.297Z | [ recovery-image] Feb 25 02:12:32.339 INFO O| Feb 25 02:12:32.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6253 | 2025-02-25T02:12:34.301Z | [ recovery-image] Feb 25 02:12:32.340 INFO O| Feb 25 02:12:32.340 INFO STEP 531 (remove_files) COMPLETE |
6254 | 2025-02-25T02:12:34.301Z | [ recovery-image] Feb 25 02:12:32.340 INFO O| Feb 25 02:12:32.340 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2025-02-25T02:12:34.321Z | [ recovery-image] Feb 25 02:12:32.363 INFO O| Feb 25 02:12:32.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6256 | 2025-02-25T02:12:34.321Z | [ recovery-image] Feb 25 02:12:32.363 INFO O| Feb 25 02:12:32.363 INFO STEP 532 (remove_files) COMPLETE |
6257 | 2025-02-25T02:12:34.321Z | [ recovery-image] Feb 25 02:12:32.363 INFO O| Feb 25 02:12:32.363 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2025-02-25T02:12:34.343Z | [ recovery-image] Feb 25 02:12:32.384 INFO O| Feb 25 02:12:32.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6259 | 2025-02-25T02:12:34.343Z | [ recovery-image] Feb 25 02:12:32.384 INFO O| Feb 25 02:12:32.384 INFO STEP 533 (remove_files) COMPLETE |
6260 | 2025-02-25T02:12:34.343Z | [ recovery-image] Feb 25 02:12:32.384 INFO O| Feb 25 02:12:32.384 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2025-02-25T02:12:34.361Z | [ recovery-image] Feb 25 02:12:32.403 INFO O| Feb 25 02:12:32.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6262 | 2025-02-25T02:12:34.364Z | [ recovery-image] Feb 25 02:12:32.403 INFO O| Feb 25 02:12:32.403 INFO STEP 534 (remove_files) COMPLETE |
6263 | 2025-02-25T02:12:34.364Z | [ recovery-image] Feb 25 02:12:32.403 INFO O| Feb 25 02:12:32.403 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2025-02-25T02:12:34.381Z | [ recovery-image] Feb 25 02:12:32.423 INFO O| Feb 25 02:12:32.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6265 | 2025-02-25T02:12:34.381Z | [ recovery-image] Feb 25 02:12:32.423 INFO O| Feb 25 02:12:32.423 INFO STEP 535 (remove_files) COMPLETE |
6266 | 2025-02-25T02:12:34.384Z | [ recovery-image] Feb 25 02:12:32.424 INFO O| Feb 25 02:12:32.423 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2025-02-25T02:12:34.405Z | [ recovery-image] Feb 25 02:12:32.443 INFO O| Feb 25 02:12:32.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6268 | 2025-02-25T02:12:34.405Z | [ recovery-image] Feb 25 02:12:32.443 INFO O| Feb 25 02:12:32.443 INFO STEP 536 (remove_files) COMPLETE |
6269 | 2025-02-25T02:12:34.411Z | [ recovery-image] Feb 25 02:12:32.443 INFO O| Feb 25 02:12:32.443 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2025-02-25T02:12:34.421Z | [ recovery-image] Feb 25 02:12:32.463 INFO O| Feb 25 02:12:32.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6271 | 2025-02-25T02:12:34.441Z | [ recovery-image] Feb 25 02:12:32.483 INFO O| Feb 25 02:12:32.483 INFO STEP 537 (remove_files) COMPLETE |
6272 | 2025-02-25T02:12:34.441Z | [ recovery-image] Feb 25 02:12:32.483 INFO O| Feb 25 02:12:32.483 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2025-02-25T02:12:34.475Z | [ recovery-image] Feb 25 02:12:32.517 INFO O| Feb 25 02:12:32.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6274 | 2025-02-25T02:12:34.475Z | [ recovery-image] Feb 25 02:12:32.517 INFO O| Feb 25 02:12:32.517 INFO STEP 538 (remove_files) COMPLETE |
6275 | 2025-02-25T02:12:34.475Z | [ recovery-image] Feb 25 02:12:32.517 INFO O| Feb 25 02:12:32.517 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2025-02-25T02:12:34.498Z | [ recovery-image] Feb 25 02:12:32.538 INFO O| Feb 25 02:12:32.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6277 | 2025-02-25T02:12:34.498Z | [ recovery-image] Feb 25 02:12:32.538 INFO O| Feb 25 02:12:32.538 INFO STEP 539 (remove_files) COMPLETE |
6278 | 2025-02-25T02:12:34.498Z | [ recovery-image] Feb 25 02:12:32.538 INFO O| Feb 25 02:12:32.538 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2025-02-25T02:12:34.516Z | [ recovery-image] Feb 25 02:12:32.557 INFO O| Feb 25 02:12:32.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6280 | 2025-02-25T02:12:34.516Z | [ recovery-image] Feb 25 02:12:32.557 INFO O| Feb 25 02:12:32.557 INFO STEP 540 (remove_files) COMPLETE |
6281 | 2025-02-25T02:12:34.518Z | [ recovery-image] Feb 25 02:12:32.557 INFO O| Feb 25 02:12:32.557 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2025-02-25T02:12:34.534Z | [ recovery-image] Feb 25 02:12:32.576 INFO O| Feb 25 02:12:32.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6283 | 2025-02-25T02:12:34.534Z | [ recovery-image] Feb 25 02:12:32.577 INFO O| Feb 25 02:12:32.576 INFO STEP 541 (remove_files) COMPLETE |
6284 | 2025-02-25T02:12:34.538Z | [ recovery-image] Feb 25 02:12:32.577 INFO O| Feb 25 02:12:32.577 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2025-02-25T02:12:34.553Z | [ recovery-image] Feb 25 02:12:32.595 INFO O| Feb 25 02:12:32.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6286 | 2025-02-25T02:12:34.555Z | [ recovery-image] Feb 25 02:12:32.595 INFO O| Feb 25 02:12:32.595 INFO STEP 542 (remove_files) COMPLETE |
6287 | 2025-02-25T02:12:34.555Z | [ recovery-image] Feb 25 02:12:32.596 INFO O| Feb 25 02:12:32.595 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2025-02-25T02:12:34.584Z | [ recovery-image] Feb 25 02:12:32.626 INFO O| Feb 25 02:12:32.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6289 | 2025-02-25T02:12:34.587Z | [ recovery-image] Feb 25 02:12:32.626 INFO O| Feb 25 02:12:32.626 INFO STEP 543 (remove_files) COMPLETE |
6290 | 2025-02-25T02:12:34.587Z | [ recovery-image] Feb 25 02:12:32.627 INFO O| Feb 25 02:12:32.627 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2025-02-25T02:12:34.605Z | [ recovery-image] Feb 25 02:12:32.647 INFO O| Feb 25 02:12:32.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6292 | 2025-02-25T02:12:34.608Z | [ recovery-image] Feb 25 02:12:32.647 INFO O| Feb 25 02:12:32.647 INFO STEP 544 (remove_files) COMPLETE |
6293 | 2025-02-25T02:12:34.608Z | [ recovery-image] Feb 25 02:12:32.648 INFO O| Feb 25 02:12:32.647 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2025-02-25T02:12:34.627Z | [ recovery-image] Feb 25 02:12:32.669 INFO O| Feb 25 02:12:32.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6295 | 2025-02-25T02:12:34.652Z | [ recovery-image] Feb 25 02:12:32.694 INFO O| Feb 25 02:12:32.694 INFO STEP 545 (remove_files) COMPLETE |
6296 | 2025-02-25T02:12:34.652Z | [ recovery-image] Feb 25 02:12:32.694 INFO O| Feb 25 02:12:32.694 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2025-02-25T02:12:34.709Z | [ recovery-image] Feb 25 02:12:32.752 INFO O| Feb 25 02:12:32.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6298 | 2025-02-25T02:12:34.712Z | [ recovery-image] Feb 25 02:12:32.752 INFO O| Feb 25 02:12:32.752 INFO STEP 546 (remove_files) COMPLETE |
6299 | 2025-02-25T02:12:34.712Z | [ recovery-image] Feb 25 02:12:32.752 INFO O| Feb 25 02:12:32.752 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2025-02-25T02:12:34.743Z | [ recovery-image] Feb 25 02:12:32.785 INFO O| Feb 25 02:12:32.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6301 | 2025-02-25T02:12:34.743Z | [ recovery-image] Feb 25 02:12:32.785 INFO O| Feb 25 02:12:32.785 INFO STEP 547 (remove_files) COMPLETE |
6302 | 2025-02-25T02:12:34.743Z | [ recovery-image] Feb 25 02:12:32.785 INFO O| Feb 25 02:12:32.785 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2025-02-25T02:12:34.763Z | [ recovery-image] Feb 25 02:12:32.805 INFO O| Feb 25 02:12:32.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6304 | 2025-02-25T02:12:34.763Z | [ recovery-image] Feb 25 02:12:32.806 INFO O| Feb 25 02:12:32.806 INFO STEP 548 (remove_files) COMPLETE |
6305 | 2025-02-25T02:12:34.766Z | [ recovery-image] Feb 25 02:12:32.806 INFO O| Feb 25 02:12:32.806 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2025-02-25T02:12:34.796Z | [ recovery-image] Feb 25 02:12:32.838 INFO O| Feb 25 02:12:32.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6307 | 2025-02-25T02:12:34.799Z | [ recovery-image] Feb 25 02:12:32.838 INFO O| Feb 25 02:12:32.838 INFO STEP 549 (remove_files) COMPLETE |
6308 | 2025-02-25T02:12:34.799Z | [ recovery-image] Feb 25 02:12:32.838 INFO O| Feb 25 02:12:32.838 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2025-02-25T02:12:34.818Z | [ recovery-image] Feb 25 02:12:32.861 INFO O| Feb 25 02:12:32.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6310 | 2025-02-25T02:12:34.818Z | [ recovery-image] Feb 25 02:12:32.861 INFO O| Feb 25 02:12:32.861 INFO STEP 550 (remove_files) COMPLETE |
6311 | 2025-02-25T02:12:34.821Z | [ recovery-image] Feb 25 02:12:32.861 INFO O| Feb 25 02:12:32.861 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2025-02-25T02:12:34.839Z | [ recovery-image] Feb 25 02:12:32.881 INFO O| Feb 25 02:12:32.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6313 | 2025-02-25T02:12:34.841Z | [ recovery-image] Feb 25 02:12:32.881 INFO O| Feb 25 02:12:32.881 INFO STEP 551 (remove_files) COMPLETE |
6314 | 2025-02-25T02:12:34.841Z | [ recovery-image] Feb 25 02:12:32.881 INFO O| Feb 25 02:12:32.881 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2025-02-25T02:12:34.874Z | [ recovery-image] Feb 25 02:12:32.917 INFO O| Feb 25 02:12:32.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6316 | 2025-02-25T02:12:34.874Z | [ recovery-image] Feb 25 02:12:32.917 INFO O| Feb 25 02:12:32.917 INFO STEP 552 (remove_files) COMPLETE |
6317 | 2025-02-25T02:12:34.875Z | [ recovery-image] Feb 25 02:12:32.917 INFO O| Feb 25 02:12:32.917 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2025-02-25T02:12:34.895Z | [ recovery-image] Feb 25 02:12:32.936 INFO O| Feb 25 02:12:32.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6319 | 2025-02-25T02:12:34.895Z | [ recovery-image] Feb 25 02:12:32.936 INFO O| Feb 25 02:12:32.936 INFO STEP 553 (remove_files) COMPLETE |
6320 | 2025-02-25T02:12:34.897Z | [ recovery-image] Feb 25 02:12:32.936 INFO O| Feb 25 02:12:32.936 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2025-02-25T02:12:34.913Z | [ recovery-image] Feb 25 02:12:32.955 INFO O| Feb 25 02:12:32.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6322 | 2025-02-25T02:12:34.913Z | [ recovery-image] Feb 25 02:12:32.956 INFO O| Feb 25 02:12:32.955 INFO STEP 554 (remove_files) COMPLETE |
6323 | 2025-02-25T02:12:34.913Z | [ recovery-image] Feb 25 02:12:32.956 INFO O| Feb 25 02:12:32.955 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2025-02-25T02:12:34.942Z | [ recovery-image] Feb 25 02:12:32.984 INFO O| Feb 25 02:12:32.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6325 | 2025-02-25T02:12:34.942Z | [ recovery-image] Feb 25 02:12:32.984 INFO O| Feb 25 02:12:32.984 INFO STEP 555 (remove_files) COMPLETE |
6326 | 2025-02-25T02:12:34.942Z | [ recovery-image] Feb 25 02:12:32.984 INFO O| Feb 25 02:12:32.984 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2025-02-25T02:12:34.963Z | [ recovery-image] Feb 25 02:12:33.005 INFO O| Feb 25 02:12:33.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6328 | 2025-02-25T02:12:34.963Z | [ recovery-image] Feb 25 02:12:33.005 INFO O| Feb 25 02:12:33.005 INFO STEP 556 (remove_files) COMPLETE |
6329 | 2025-02-25T02:12:34.965Z | [ recovery-image] Feb 25 02:12:33.005 INFO O| Feb 25 02:12:33.005 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2025-02-25T02:12:34.983Z | [ recovery-image] Feb 25 02:12:33.025 INFO O| Feb 25 02:12:33.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6331 | 2025-02-25T02:12:34.986Z | [ recovery-image] Feb 25 02:12:33.026 INFO O| Feb 25 02:12:33.026 INFO STEP 557 (remove_files) COMPLETE |
6332 | 2025-02-25T02:12:34.986Z | [ recovery-image] Feb 25 02:12:33.026 INFO O| Feb 25 02:12:33.026 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2025-02-25T02:12:35.028Z | [ recovery-image] Feb 25 02:12:33.071 INFO O| Feb 25 02:12:33.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6334 | 2025-02-25T02:12:35.031Z | [ recovery-image] Feb 25 02:12:33.071 INFO O| Feb 25 02:12:33.071 INFO STEP 558 (remove_files) COMPLETE |
6335 | 2025-02-25T02:12:35.031Z | [ recovery-image] Feb 25 02:12:33.071 INFO O| Feb 25 02:12:33.071 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2025-02-25T02:12:35.066Z | [ recovery-image] Feb 25 02:12:33.108 INFO O| Feb 25 02:12:33.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6337 | 2025-02-25T02:12:35.066Z | [ recovery-image] Feb 25 02:12:33.108 INFO O| Feb 25 02:12:33.108 INFO STEP 559 (remove_files) COMPLETE |
6338 | 2025-02-25T02:12:35.066Z | [ recovery-image] Feb 25 02:12:33.108 INFO O| Feb 25 02:12:33.108 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2025-02-25T02:12:35.106Z | [ recovery-image] Feb 25 02:12:33.148 INFO O| Feb 25 02:12:33.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6340 | 2025-02-25T02:12:35.106Z | [ recovery-image] Feb 25 02:12:33.148 INFO O| Feb 25 02:12:33.148 INFO STEP 560 (remove_files) COMPLETE |
6341 | 2025-02-25T02:12:35.109Z | [ recovery-image] Feb 25 02:12:33.148 INFO O| Feb 25 02:12:33.148 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2025-02-25T02:12:35.169Z | [ recovery-image] Feb 25 02:12:33.212 INFO O| Feb 25 02:12:33.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6343 | 2025-02-25T02:12:35.169Z | [ recovery-image] Feb 25 02:12:33.212 INFO O| Feb 25 02:12:33.212 INFO STEP 561 (remove_files) COMPLETE |
6344 | 2025-02-25T02:12:35.172Z | [ recovery-image] Feb 25 02:12:33.212 INFO O| Feb 25 02:12:33.212 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2025-02-25T02:12:35.206Z | [ recovery-image] Feb 25 02:12:33.248 INFO O| Feb 25 02:12:33.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6346 | 2025-02-25T02:12:35.206Z | [ recovery-image] Feb 25 02:12:33.248 INFO O| Feb 25 02:12:33.248 INFO STEP 562 (remove_files) COMPLETE |
6347 | 2025-02-25T02:12:35.206Z | [ recovery-image] Feb 25 02:12:33.248 INFO O| Feb 25 02:12:33.248 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2025-02-25T02:12:35.226Z | [ recovery-image] Feb 25 02:12:33.268 INFO O| Feb 25 02:12:33.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6349 | 2025-02-25T02:12:35.226Z | [ recovery-image] Feb 25 02:12:33.268 INFO O| Feb 25 02:12:33.268 INFO STEP 563 (remove_files) COMPLETE |
6350 | 2025-02-25T02:12:35.228Z | [ recovery-image] Feb 25 02:12:33.268 INFO O| Feb 25 02:12:33.268 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2025-02-25T02:12:35.331Z | [ recovery-image] Feb 25 02:12:33.372 INFO O| Feb 25 02:12:33.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6352 | 2025-02-25T02:12:35.334Z | [ recovery-image] Feb 25 02:12:33.373 INFO O| Feb 25 02:12:33.373 INFO STEP 564 (remove_files) COMPLETE |
6353 | 2025-02-25T02:12:35.334Z | [ recovery-image] Feb 25 02:12:33.373 INFO O| Feb 25 02:12:33.373 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2025-02-25T02:12:35.355Z | [ recovery-image] Feb 25 02:12:33.397 INFO O| Feb 25 02:12:33.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6355 | 2025-02-25T02:12:35.355Z | [ recovery-image] Feb 25 02:12:33.397 INFO O| Feb 25 02:12:33.397 INFO STEP 565 (remove_files) COMPLETE |
6356 | 2025-02-25T02:12:35.358Z | [ recovery-image] Feb 25 02:12:33.397 INFO O| Feb 25 02:12:33.397 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2025-02-25T02:12:35.377Z | [ recovery-image] Feb 25 02:12:33.419 INFO O| Feb 25 02:12:33.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6358 | 2025-02-25T02:12:35.377Z | [ recovery-image] Feb 25 02:12:33.419 INFO O| Feb 25 02:12:33.419 INFO STEP 566 (remove_files) COMPLETE |
6359 | 2025-02-25T02:12:35.379Z | [ recovery-image] Feb 25 02:12:33.419 INFO O| Feb 25 02:12:33.419 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2025-02-25T02:12:35.397Z | [ recovery-image] Feb 25 02:12:33.439 INFO O| Feb 25 02:12:33.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6361 | 2025-02-25T02:12:35.397Z | [ recovery-image] Feb 25 02:12:33.439 INFO O| Feb 25 02:12:33.439 INFO STEP 567 (remove_files) COMPLETE |
6362 | 2025-02-25T02:12:35.397Z | [ recovery-image] Feb 25 02:12:33.439 INFO O| Feb 25 02:12:33.439 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2025-02-25T02:12:35.417Z | [ recovery-image] Feb 25 02:12:33.459 INFO O| Feb 25 02:12:33.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6364 | 2025-02-25T02:12:35.419Z | [ recovery-image] Feb 25 02:12:33.459 INFO O| Feb 25 02:12:33.459 INFO STEP 568 (remove_files) COMPLETE |
6365 | 2025-02-25T02:12:35.420Z | [ recovery-image] Feb 25 02:12:33.459 INFO O| Feb 25 02:12:33.459 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2025-02-25T02:12:35.444Z | [ recovery-image] Feb 25 02:12:33.482 INFO O| Feb 25 02:12:33.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6367 | 2025-02-25T02:12:35.464Z | [ recovery-image] Feb 25 02:12:33.506 INFO O| Feb 25 02:12:33.506 INFO STEP 569 (remove_files) COMPLETE |
6368 | 2025-02-25T02:12:35.464Z | [ recovery-image] Feb 25 02:12:33.506 INFO O| Feb 25 02:12:33.506 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2025-02-25T02:12:35.504Z | [ recovery-image] Feb 25 02:12:33.546 INFO O| Feb 25 02:12:33.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6370 | 2025-02-25T02:12:35.504Z | [ recovery-image] Feb 25 02:12:33.546 INFO O| Feb 25 02:12:33.546 INFO STEP 570 (remove_files) COMPLETE |
6371 | 2025-02-25T02:12:35.504Z | [ recovery-image] Feb 25 02:12:33.546 INFO O| Feb 25 02:12:33.546 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2025-02-25T02:12:35.525Z | [ recovery-image] Feb 25 02:12:33.568 INFO O| Feb 25 02:12:33.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6373 | 2025-02-25T02:12:35.525Z | [ recovery-image] Feb 25 02:12:33.568 INFO O| Feb 25 02:12:33.568 INFO STEP 571 (remove_files) COMPLETE |
6374 | 2025-02-25T02:12:35.525Z | [ recovery-image] Feb 25 02:12:33.568 INFO O| Feb 25 02:12:33.568 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2025-02-25T02:12:35.566Z | [ recovery-image] Feb 25 02:12:33.608 INFO O| Feb 25 02:12:33.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6376 | 2025-02-25T02:12:35.566Z | [ recovery-image] Feb 25 02:12:33.608 INFO O| Feb 25 02:12:33.608 INFO STEP 572 (remove_files) COMPLETE |
6377 | 2025-02-25T02:12:35.566Z | [ recovery-image] Feb 25 02:12:33.608 INFO O| Feb 25 02:12:33.608 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2025-02-25T02:12:35.592Z | [ recovery-image] Feb 25 02:12:33.634 INFO O| Feb 25 02:12:33.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6379 | 2025-02-25T02:12:35.592Z | [ recovery-image] Feb 25 02:12:33.634 INFO O| Feb 25 02:12:33.634 INFO STEP 573 (remove_files) COMPLETE |
6380 | 2025-02-25T02:12:35.592Z | [ recovery-image] Feb 25 02:12:33.634 INFO O| Feb 25 02:12:33.634 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2025-02-25T02:12:35.611Z | [ recovery-image] Feb 25 02:12:33.653 INFO O| Feb 25 02:12:33.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6382 | 2025-02-25T02:12:35.611Z | [ recovery-image] Feb 25 02:12:33.653 INFO O| Feb 25 02:12:33.653 INFO STEP 574 (remove_files) COMPLETE |
6383 | 2025-02-25T02:12:35.611Z | [ recovery-image] Feb 25 02:12:33.653 INFO O| Feb 25 02:12:33.653 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2025-02-25T02:12:35.628Z | [ recovery-image] Feb 25 02:12:33.670 INFO O| Feb 25 02:12:33.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6385 | 2025-02-25T02:12:35.628Z | [ recovery-image] Feb 25 02:12:33.671 INFO O| Feb 25 02:12:33.671 INFO STEP 575 (remove_files) COMPLETE |
6386 | 2025-02-25T02:12:35.628Z | [ recovery-image] Feb 25 02:12:33.671 INFO O| Feb 25 02:12:33.671 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2025-02-25T02:12:35.646Z | [ recovery-image] Feb 25 02:12:33.688 INFO O| Feb 25 02:12:33.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6388 | 2025-02-25T02:12:35.646Z | [ recovery-image] Feb 25 02:12:33.688 INFO O| Feb 25 02:12:33.688 INFO STEP 576 (remove_files) COMPLETE |
6389 | 2025-02-25T02:12:35.649Z | [ recovery-image] Feb 25 02:12:33.688 INFO O| Feb 25 02:12:33.688 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2025-02-25T02:12:35.665Z | [ recovery-image] Feb 25 02:12:33.708 INFO O| Feb 25 02:12:33.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6391 | 2025-02-25T02:12:35.665Z | [ recovery-image] Feb 25 02:12:33.708 INFO O| Feb 25 02:12:33.708 INFO STEP 577 (remove_files) COMPLETE |
6392 | 2025-02-25T02:12:35.668Z | [ recovery-image] Feb 25 02:12:33.708 INFO O| Feb 25 02:12:33.708 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2025-02-25T02:12:35.685Z | [ recovery-image] Feb 25 02:12:33.727 INFO O| Feb 25 02:12:33.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6394 | 2025-02-25T02:12:35.685Z | [ recovery-image] Feb 25 02:12:33.727 INFO O| Feb 25 02:12:33.727 INFO STEP 578 (remove_files) COMPLETE |
6395 | 2025-02-25T02:12:35.685Z | [ recovery-image] Feb 25 02:12:33.727 INFO O| Feb 25 02:12:33.727 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2025-02-25T02:12:35.704Z | [ recovery-image] Feb 25 02:12:33.746 INFO O| Feb 25 02:12:33.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6397 | 2025-02-25T02:12:35.707Z | [ recovery-image] Feb 25 02:12:33.746 INFO O| Feb 25 02:12:33.746 INFO STEP 579 (remove_files) COMPLETE |
6398 | 2025-02-25T02:12:35.707Z | [ recovery-image] Feb 25 02:12:33.747 INFO O| Feb 25 02:12:33.746 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2025-02-25T02:12:35.723Z | [ recovery-image] Feb 25 02:12:33.766 INFO O| Feb 25 02:12:33.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6400 | 2025-02-25T02:12:35.804Z | [ recovery-image] Feb 25 02:12:33.846 INFO O| Feb 25 02:12:33.846 INFO STEP 580 (remove_files) COMPLETE |
6401 | 2025-02-25T02:12:35.804Z | [ recovery-image] Feb 25 02:12:33.846 INFO O| Feb 25 02:12:33.846 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2025-02-25T02:12:35.896Z | [ recovery-image] Feb 25 02:12:33.938 INFO O| Feb 25 02:12:33.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6403 | 2025-02-25T02:12:35.896Z | [ recovery-image] Feb 25 02:12:33.938 INFO O| Feb 25 02:12:33.938 INFO STEP 581 (remove_files) COMPLETE |
6404 | 2025-02-25T02:12:35.899Z | [ recovery-image] Feb 25 02:12:33.938 INFO O| Feb 25 02:12:33.938 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2025-02-25T02:12:35.913Z | [ recovery-image] Feb 25 02:12:33.955 INFO O| Feb 25 02:12:33.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6406 | 2025-02-25T02:12:35.913Z | [ recovery-image] Feb 25 02:12:33.955 INFO O| Feb 25 02:12:33.955 INFO STEP 582 (remove_files) COMPLETE |
6407 | 2025-02-25T02:12:35.913Z | [ recovery-image] Feb 25 02:12:33.955 INFO O| Feb 25 02:12:33.955 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2025-02-25T02:12:35.929Z | [ recovery-image] Feb 25 02:12:33.972 INFO O| Feb 25 02:12:33.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6409 | 2025-02-25T02:12:35.929Z | [ recovery-image] Feb 25 02:12:33.972 INFO O| Feb 25 02:12:33.972 INFO STEP 583 (remove_files) COMPLETE |
6410 | 2025-02-25T02:12:35.932Z | [ recovery-image] Feb 25 02:12:33.972 INFO O| Feb 25 02:12:33.972 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2025-02-25T02:12:35.947Z | [ recovery-image] Feb 25 02:12:33.989 INFO O| Feb 25 02:12:33.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6412 | 2025-02-25T02:12:35.947Z | [ recovery-image] Feb 25 02:12:33.989 INFO O| Feb 25 02:12:33.989 INFO STEP 584 (remove_files) COMPLETE |
6413 | 2025-02-25T02:12:35.947Z | [ recovery-image] Feb 25 02:12:33.989 INFO O| Feb 25 02:12:33.989 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2025-02-25T02:12:35.968Z | [ recovery-image] Feb 25 02:12:34.009 INFO O| Feb 25 02:12:34.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6415 | 2025-02-25T02:12:35.968Z | [ recovery-image] Feb 25 02:12:34.009 INFO O| Feb 25 02:12:34.009 INFO STEP 585 (remove_files) COMPLETE |
6416 | 2025-02-25T02:12:35.968Z | [ recovery-image] Feb 25 02:12:34.009 INFO O| Feb 25 02:12:34.009 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2025-02-25T02:12:35.998Z | [ recovery-image] Feb 25 02:12:34.039 INFO O| Feb 25 02:12:34.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6418 | 2025-02-25T02:12:36.002Z | [ recovery-image] Feb 25 02:12:34.039 INFO O| Feb 25 02:12:34.039 INFO STEP 586 (remove_files) COMPLETE |
6419 | 2025-02-25T02:12:36.002Z | [ recovery-image] Feb 25 02:12:34.040 INFO O| Feb 25 02:12:34.039 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2025-02-25T02:12:36.031Z | [ recovery-image] Feb 25 02:12:34.072 INFO O| Feb 25 02:12:34.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6421 | 2025-02-25T02:12:36.031Z | [ recovery-image] Feb 25 02:12:34.072 INFO O| Feb 25 02:12:34.072 INFO STEP 587 (remove_files) COMPLETE |
6422 | 2025-02-25T02:12:36.031Z | [ recovery-image] Feb 25 02:12:34.072 INFO O| Feb 25 02:12:34.072 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2025-02-25T02:12:36.052Z | [ recovery-image] Feb 25 02:12:34.093 INFO O| Feb 25 02:12:34.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6424 | 2025-02-25T02:12:36.052Z | [ recovery-image] Feb 25 02:12:34.093 INFO O| Feb 25 02:12:34.093 INFO STEP 588 (remove_files) COMPLETE |
6425 | 2025-02-25T02:12:36.052Z | [ recovery-image] Feb 25 02:12:34.093 INFO O| Feb 25 02:12:34.093 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2025-02-25T02:12:36.086Z | [ recovery-image] Feb 25 02:12:34.128 INFO O| Feb 25 02:12:34.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6427 | 2025-02-25T02:12:36.089Z | [ recovery-image] Feb 25 02:12:34.129 INFO O| Feb 25 02:12:34.128 INFO STEP 589 (remove_files) COMPLETE |
6428 | 2025-02-25T02:12:36.089Z | [ recovery-image] Feb 25 02:12:34.129 INFO O| Feb 25 02:12:34.129 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2025-02-25T02:12:36.122Z | [ recovery-image] Feb 25 02:12:34.163 INFO O| Feb 25 02:12:34.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6430 | 2025-02-25T02:12:36.122Z | [ recovery-image] Feb 25 02:12:34.164 INFO O| Feb 25 02:12:34.164 INFO STEP 590 (remove_files) COMPLETE |
6431 | 2025-02-25T02:12:36.122Z | [ recovery-image] Feb 25 02:12:34.164 INFO O| Feb 25 02:12:34.164 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2025-02-25T02:12:36.142Z | [ recovery-image] Feb 25 02:12:34.184 INFO O| Feb 25 02:12:34.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6433 | 2025-02-25T02:12:36.142Z | [ recovery-image] Feb 25 02:12:34.184 INFO O| Feb 25 02:12:34.184 INFO STEP 591 (remove_files) COMPLETE |
6434 | 2025-02-25T02:12:36.142Z | [ recovery-image] Feb 25 02:12:34.184 INFO O| Feb 25 02:12:34.184 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2025-02-25T02:12:36.173Z | [ recovery-image] Feb 25 02:12:34.215 INFO O| Feb 25 02:12:34.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6436 | 2025-02-25T02:12:36.175Z | [ recovery-image] Feb 25 02:12:34.215 INFO O| Feb 25 02:12:34.205 INFO STEP 592 (remove_files) COMPLETE |
6437 | 2025-02-25T02:12:36.176Z | [ recovery-image] Feb 25 02:12:34.215 INFO O| Feb 25 02:12:34.205 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2025-02-25T02:12:36.183Z | [ recovery-image] Feb 25 02:12:34.226 INFO O| Feb 25 02:12:34.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6439 | 2025-02-25T02:12:36.186Z | [ recovery-image] Feb 25 02:12:34.226 INFO O| Feb 25 02:12:34.226 INFO STEP 593 (remove_files) COMPLETE |
6440 | 2025-02-25T02:12:36.186Z | [ recovery-image] Feb 25 02:12:34.226 INFO O| Feb 25 02:12:34.226 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2025-02-25T02:12:36.203Z | [ recovery-image] Feb 25 02:12:34.245 INFO O| Feb 25 02:12:34.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6442 | 2025-02-25T02:12:36.208Z | [ recovery-image] Feb 25 02:12:34.246 INFO O| Feb 25 02:12:34.246 INFO STEP 594 (remove_files) COMPLETE |
6443 | 2025-02-25T02:12:36.208Z | [ recovery-image] Feb 25 02:12:34.246 INFO O| Feb 25 02:12:34.246 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2025-02-25T02:12:36.223Z | [ recovery-image] Feb 25 02:12:34.266 INFO O| Feb 25 02:12:34.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6445 | 2025-02-25T02:12:36.227Z | [ recovery-image] Feb 25 02:12:34.266 INFO O| Feb 25 02:12:34.266 INFO STEP 595 (remove_files) COMPLETE |
6446 | 2025-02-25T02:12:36.227Z | [ recovery-image] Feb 25 02:12:34.266 INFO O| Feb 25 02:12:34.266 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2025-02-25T02:12:36.244Z | [ recovery-image] Feb 25 02:12:34.286 INFO O| Feb 25 02:12:34.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6448 | 2025-02-25T02:12:36.244Z | [ recovery-image] Feb 25 02:12:34.286 INFO O| Feb 25 02:12:34.286 INFO STEP 596 (remove_files) COMPLETE |
6449 | 2025-02-25T02:12:36.247Z | [ recovery-image] Feb 25 02:12:34.287 INFO O| Feb 25 02:12:34.286 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2025-02-25T02:12:36.265Z | [ recovery-image] Feb 25 02:12:34.307 INFO O| Feb 25 02:12:34.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6451 | 2025-02-25T02:12:36.265Z | [ recovery-image] Feb 25 02:12:34.307 INFO O| Feb 25 02:12:34.307 INFO STEP 597 (remove_files) COMPLETE |
6452 | 2025-02-25T02:12:36.269Z | [ recovery-image] Feb 25 02:12:34.308 INFO O| Feb 25 02:12:34.307 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2025-02-25T02:12:36.297Z | [ recovery-image] Feb 25 02:12:34.340 INFO O| Feb 25 02:12:34.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6454 | 2025-02-25T02:12:36.297Z | [ recovery-image] Feb 25 02:12:34.340 INFO O| Feb 25 02:12:34.340 INFO STEP 598 (remove_files) COMPLETE |
6455 | 2025-02-25T02:12:36.301Z | [ recovery-image] Feb 25 02:12:34.340 INFO O| Feb 25 02:12:34.340 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2025-02-25T02:12:36.318Z | [ recovery-image] Feb 25 02:12:34.360 INFO O| Feb 25 02:12:34.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6457 | 2025-02-25T02:12:36.318Z | [ recovery-image] Feb 25 02:12:34.360 INFO O| Feb 25 02:12:34.360 INFO STEP 599 (remove_files) COMPLETE |
6458 | 2025-02-25T02:12:36.318Z | [ recovery-image] Feb 25 02:12:34.360 INFO O| Feb 25 02:12:34.360 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2025-02-25T02:12:36.336Z | [ recovery-image] Feb 25 02:12:34.379 INFO O| Feb 25 02:12:34.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6460 | 2025-02-25T02:12:36.336Z | [ recovery-image] Feb 25 02:12:34.379 INFO O| Feb 25 02:12:34.379 INFO STEP 600 (remove_files) COMPLETE |
6461 | 2025-02-25T02:12:36.340Z | [ recovery-image] Feb 25 02:12:34.379 INFO O| Feb 25 02:12:34.379 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2025-02-25T02:12:36.355Z | [ recovery-image] Feb 25 02:12:34.398 INFO O| Feb 25 02:12:34.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6463 | 2025-02-25T02:12:36.376Z | [ recovery-image] Feb 25 02:12:34.418 INFO O| Feb 25 02:12:34.418 INFO STEP 601 (remove_files) COMPLETE |
6464 | 2025-02-25T02:12:36.376Z | [ recovery-image] Feb 25 02:12:34.418 INFO O| Feb 25 02:12:34.418 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2025-02-25T02:12:36.414Z | [ recovery-image] Feb 25 02:12:34.454 INFO O| Feb 25 02:12:34.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6466 | 2025-02-25T02:12:36.414Z | [ recovery-image] Feb 25 02:12:34.455 INFO O| Feb 25 02:12:34.455 INFO STEP 602 (remove_files) COMPLETE |
6467 | 2025-02-25T02:12:36.414Z | [ recovery-image] Feb 25 02:12:34.455 INFO O| Feb 25 02:12:34.455 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2025-02-25T02:12:36.434Z | [ recovery-image] Feb 25 02:12:34.475 INFO O| Feb 25 02:12:34.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6469 | 2025-02-25T02:12:36.434Z | [ recovery-image] Feb 25 02:12:34.476 INFO O| Feb 25 02:12:34.475 INFO STEP 603 (remove_files) COMPLETE |
6470 | 2025-02-25T02:12:36.434Z | [ recovery-image] Feb 25 02:12:34.476 INFO O| Feb 25 02:12:34.476 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2025-02-25T02:12:36.473Z | [ recovery-image] Feb 25 02:12:34.515 INFO O| Feb 25 02:12:34.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6472 | 2025-02-25T02:12:36.476Z | [ recovery-image] Feb 25 02:12:34.515 INFO O| Feb 25 02:12:34.515 INFO STEP 604 (remove_files) COMPLETE |
6473 | 2025-02-25T02:12:36.476Z | [ recovery-image] Feb 25 02:12:34.515 INFO O| Feb 25 02:12:34.515 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2025-02-25T02:12:36.494Z | [ recovery-image] Feb 25 02:12:34.535 INFO O| Feb 25 02:12:34.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6475 | 2025-02-25T02:12:36.494Z | [ recovery-image] Feb 25 02:12:34.535 INFO O| Feb 25 02:12:34.535 INFO STEP 605 (remove_files) COMPLETE |
6476 | 2025-02-25T02:12:36.494Z | [ recovery-image] Feb 25 02:12:34.535 INFO O| Feb 25 02:12:34.535 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2025-02-25T02:12:36.547Z | [ recovery-image] Feb 25 02:12:34.589 INFO O| Feb 25 02:12:34.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6478 | 2025-02-25T02:12:36.547Z | [ recovery-image] Feb 25 02:12:34.589 INFO O| Feb 25 02:12:34.589 INFO STEP 606 (remove_files) COMPLETE |
6479 | 2025-02-25T02:12:36.547Z | [ recovery-image] Feb 25 02:12:34.589 INFO O| Feb 25 02:12:34.589 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2025-02-25T02:12:36.570Z | [ recovery-image] Feb 25 02:12:34.609 INFO O| Feb 25 02:12:34.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6481 | 2025-02-25T02:12:36.570Z | [ recovery-image] Feb 25 02:12:34.609 INFO O| Feb 25 02:12:34.609 INFO STEP 607 (remove_files) COMPLETE |
6482 | 2025-02-25T02:12:36.570Z | [ recovery-image] Feb 25 02:12:34.609 INFO O| Feb 25 02:12:34.609 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2025-02-25T02:12:36.600Z | [ recovery-image] Feb 25 02:12:34.640 INFO O| Feb 25 02:12:34.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6484 | 2025-02-25T02:12:36.601Z | [ recovery-image] Feb 25 02:12:34.640 INFO O| Feb 25 02:12:34.640 INFO STEP 608 (remove_files) COMPLETE |
6485 | 2025-02-25T02:12:36.603Z | [ recovery-image] Feb 25 02:12:34.640 INFO O| Feb 25 02:12:34.640 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2025-02-25T02:12:36.654Z | [ recovery-image] Feb 25 02:12:34.695 INFO O| Feb 25 02:12:34.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6487 | 2025-02-25T02:12:36.655Z | [ recovery-image] Feb 25 02:12:34.695 INFO O| Feb 25 02:12:34.695 INFO STEP 609 (remove_files) COMPLETE |
6488 | 2025-02-25T02:12:36.655Z | [ recovery-image] Feb 25 02:12:34.695 INFO O| Feb 25 02:12:34.695 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2025-02-25T02:12:36.671Z | [ recovery-image] Feb 25 02:12:34.714 INFO O| Feb 25 02:12:34.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6490 | 2025-02-25T02:12:36.671Z | [ recovery-image] Feb 25 02:12:34.714 INFO O| Feb 25 02:12:34.714 INFO STEP 610 (remove_files) COMPLETE |
6491 | 2025-02-25T02:12:36.674Z | [ recovery-image] Feb 25 02:12:34.714 INFO O| Feb 25 02:12:34.714 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2025-02-25T02:12:36.701Z | [ recovery-image] Feb 25 02:12:34.743 INFO O| Feb 25 02:12:34.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6493 | 2025-02-25T02:12:36.701Z | [ recovery-image] Feb 25 02:12:34.743 INFO O| Feb 25 02:12:34.743 INFO STEP 611 (remove_files) COMPLETE |
6494 | 2025-02-25T02:12:36.704Z | [ recovery-image] Feb 25 02:12:34.743 INFO O| Feb 25 02:12:34.743 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2025-02-25T02:12:36.757Z | [ recovery-image] Feb 25 02:12:34.799 INFO O| Feb 25 02:12:34.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6496 | 2025-02-25T02:12:36.757Z | [ recovery-image] Feb 25 02:12:34.799 INFO O| Feb 25 02:12:34.799 INFO STEP 612 (remove_files) COMPLETE |
6497 | 2025-02-25T02:12:36.757Z | [ recovery-image] Feb 25 02:12:34.799 INFO O| Feb 25 02:12:34.799 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2025-02-25T02:12:36.779Z | [ recovery-image] Feb 25 02:12:34.819 INFO O| Feb 25 02:12:34.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6499 | 2025-02-25T02:12:36.779Z | [ recovery-image] Feb 25 02:12:34.819 INFO O| Feb 25 02:12:34.819 INFO STEP 613 (remove_files) COMPLETE |
6500 | 2025-02-25T02:12:36.779Z | [ recovery-image] Feb 25 02:12:34.819 INFO O| Feb 25 02:12:34.819 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2025-02-25T02:12:36.795Z | [ recovery-image] Feb 25 02:12:34.837 INFO O| Feb 25 02:12:34.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6502 | 2025-02-25T02:12:36.795Z | [ recovery-image] Feb 25 02:12:34.837 INFO O| Feb 25 02:12:34.837 INFO STEP 614 (remove_files) COMPLETE |
6503 | 2025-02-25T02:12:36.797Z | [ recovery-image] Feb 25 02:12:34.837 INFO O| Feb 25 02:12:34.837 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2025-02-25T02:12:36.856Z | [ recovery-image] Feb 25 02:12:34.888 INFO O| Feb 25 02:12:34.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6505 | 2025-02-25T02:12:36.856Z | [ recovery-image] Feb 25 02:12:34.888 INFO O| Feb 25 02:12:34.888 INFO STEP 615 (remove_files) COMPLETE |
6506 | 2025-02-25T02:12:36.856Z | [ recovery-image] Feb 25 02:12:34.888 INFO O| Feb 25 02:12:34.888 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2025-02-25T02:12:36.863Z | [ recovery-image] Feb 25 02:12:34.905 INFO O| Feb 25 02:12:34.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6508 | 2025-02-25T02:12:36.863Z | [ recovery-image] Feb 25 02:12:34.905 INFO O| Feb 25 02:12:34.905 INFO STEP 616 (remove_files) COMPLETE |
6509 | 2025-02-25T02:12:36.866Z | [ recovery-image] Feb 25 02:12:34.905 INFO O| Feb 25 02:12:34.905 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2025-02-25T02:12:36.925Z | [ recovery-image] Feb 25 02:12:34.967 INFO O| Feb 25 02:12:34.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6511 | 2025-02-25T02:12:36.928Z | [ recovery-image] Feb 25 02:12:34.968 INFO O| Feb 25 02:12:34.967 INFO STEP 617 (remove_files) COMPLETE |
6512 | 2025-02-25T02:12:36.928Z | [ recovery-image] Feb 25 02:12:34.968 INFO O| Feb 25 02:12:34.968 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2025-02-25T02:12:36.947Z | [ recovery-image] Feb 25 02:12:34.989 INFO O| Feb 25 02:12:34.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6514 | 2025-02-25T02:12:36.947Z | [ recovery-image] Feb 25 02:12:34.990 INFO O| Feb 25 02:12:34.990 INFO STEP 618 (remove_files) COMPLETE |
6515 | 2025-02-25T02:12:36.950Z | [ recovery-image] Feb 25 02:12:34.990 INFO O| Feb 25 02:12:34.990 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2025-02-25T02:12:37.012Z | [ recovery-image] Feb 25 02:12:35.054 INFO O| Feb 25 02:12:35.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6517 | 2025-02-25T02:12:37.015Z | [ recovery-image] Feb 25 02:12:35.054 INFO O| Feb 25 02:12:35.054 INFO STEP 619 (remove_files) COMPLETE |
6518 | 2025-02-25T02:12:37.015Z | [ recovery-image] Feb 25 02:12:35.054 INFO O| Feb 25 02:12:35.054 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2025-02-25T02:12:37.068Z | [ recovery-image] Feb 25 02:12:35.110 INFO O| Feb 25 02:12:35.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6520 | 2025-02-25T02:12:37.072Z | [ recovery-image] Feb 25 02:12:35.111 INFO O| Feb 25 02:12:35.111 INFO STEP 620 (remove_files) COMPLETE |
6521 | 2025-02-25T02:12:37.072Z | [ recovery-image] Feb 25 02:12:35.111 INFO O| Feb 25 02:12:35.111 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2025-02-25T02:12:37.103Z | [ recovery-image] Feb 25 02:12:35.145 INFO O| Feb 25 02:12:35.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6523 | 2025-02-25T02:12:37.103Z | [ recovery-image] Feb 25 02:12:35.145 INFO O| Feb 25 02:12:35.145 INFO STEP 621 (remove_files) COMPLETE |
6524 | 2025-02-25T02:12:37.103Z | [ recovery-image] Feb 25 02:12:35.145 INFO O| Feb 25 02:12:35.145 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2025-02-25T02:12:37.132Z | [ recovery-image] Feb 25 02:12:35.174 INFO O| Feb 25 02:12:35.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6526 | 2025-02-25T02:12:37.135Z | [ recovery-image] Feb 25 02:12:35.174 INFO O| Feb 25 02:12:35.174 INFO STEP 622 (remove_files) COMPLETE |
6527 | 2025-02-25T02:12:37.135Z | [ recovery-image] Feb 25 02:12:35.175 INFO O| Feb 25 02:12:35.174 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2025-02-25T02:12:37.151Z | [ recovery-image] Feb 25 02:12:35.193 INFO O| Feb 25 02:12:35.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6529 | 2025-02-25T02:12:37.154Z | [ recovery-image] Feb 25 02:12:35.193 INFO O| Feb 25 02:12:35.193 INFO STEP 623 (remove_files) COMPLETE |
6530 | 2025-02-25T02:12:37.154Z | [ recovery-image] Feb 25 02:12:35.193 INFO O| Feb 25 02:12:35.193 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2025-02-25T02:12:37.169Z | [ recovery-image] Feb 25 02:12:35.211 INFO O| Feb 25 02:12:35.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6532 | 2025-02-25T02:12:37.172Z | [ recovery-image] Feb 25 02:12:35.211 INFO O| Feb 25 02:12:35.211 INFO STEP 624 (remove_files) COMPLETE |
6533 | 2025-02-25T02:12:37.172Z | [ recovery-image] Feb 25 02:12:35.212 INFO O| Feb 25 02:12:35.212 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2025-02-25T02:12:37.186Z | [ recovery-image] Feb 25 02:12:35.228 INFO O| Feb 25 02:12:35.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6535 | 2025-02-25T02:12:37.189Z | [ recovery-image] Feb 25 02:12:35.228 INFO O| Feb 25 02:12:35.228 INFO STEP 625 (remove_files) COMPLETE |
6536 | 2025-02-25T02:12:37.189Z | [ recovery-image] Feb 25 02:12:35.228 INFO O| Feb 25 02:12:35.228 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2025-02-25T02:12:37.218Z | [ recovery-image] Feb 25 02:12:35.260 INFO O| Feb 25 02:12:35.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6538 | 2025-02-25T02:12:37.218Z | [ recovery-image] Feb 25 02:12:35.260 INFO O| Feb 25 02:12:35.260 INFO STEP 626 (remove_files) COMPLETE |
6539 | 2025-02-25T02:12:37.221Z | [ recovery-image] Feb 25 02:12:35.261 INFO O| Feb 25 02:12:35.260 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2025-02-25T02:12:37.272Z | [ recovery-image] Feb 25 02:12:35.314 INFO O| Feb 25 02:12:35.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6541 | 2025-02-25T02:12:37.272Z | [ recovery-image] Feb 25 02:12:35.314 INFO O| Feb 25 02:12:35.314 INFO STEP 627 (remove_files) COMPLETE |
6542 | 2025-02-25T02:12:37.272Z | [ recovery-image] Feb 25 02:12:35.314 INFO O| Feb 25 02:12:35.314 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2025-02-25T02:12:37.289Z | [ recovery-image] Feb 25 02:12:35.331 INFO O| Feb 25 02:12:35.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6544 | 2025-02-25T02:12:37.289Z | [ recovery-image] Feb 25 02:12:35.331 INFO O| Feb 25 02:12:35.331 INFO STEP 628 (remove_files) COMPLETE |
6545 | 2025-02-25T02:12:37.289Z | [ recovery-image] Feb 25 02:12:35.331 INFO O| Feb 25 02:12:35.331 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2025-02-25T02:12:37.324Z | [ recovery-image] Feb 25 02:12:35.367 INFO O| Feb 25 02:12:35.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6547 | 2025-02-25T02:12:37.324Z | [ recovery-image] Feb 25 02:12:35.367 INFO O| Feb 25 02:12:35.367 INFO STEP 629 (remove_files) COMPLETE |
6548 | 2025-02-25T02:12:37.324Z | [ recovery-image] Feb 25 02:12:35.367 INFO O| Feb 25 02:12:35.367 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2025-02-25T02:12:37.363Z | [ recovery-image] Feb 25 02:12:35.405 INFO O| Feb 25 02:12:35.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6550 | 2025-02-25T02:12:37.363Z | [ recovery-image] Feb 25 02:12:35.405 INFO O| Feb 25 02:12:35.405 INFO STEP 630 (remove_files) COMPLETE |
6551 | 2025-02-25T02:12:37.363Z | [ recovery-image] Feb 25 02:12:35.405 INFO O| Feb 25 02:12:35.405 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2025-02-25T02:12:37.381Z | [ recovery-image] Feb 25 02:12:35.424 INFO O| Feb 25 02:12:35.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6553 | 2025-02-25T02:12:37.381Z | [ recovery-image] Feb 25 02:12:35.424 INFO O| Feb 25 02:12:35.424 INFO STEP 631 (remove_files) COMPLETE |
6554 | 2025-02-25T02:12:37.381Z | [ recovery-image] Feb 25 02:12:35.424 INFO O| Feb 25 02:12:35.424 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2025-02-25T02:12:37.419Z | [ recovery-image] Feb 25 02:12:35.459 INFO O| Feb 25 02:12:35.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6556 | 2025-02-25T02:12:37.419Z | [ recovery-image] Feb 25 02:12:35.459 INFO O| Feb 25 02:12:35.459 INFO STEP 632 (remove_files) COMPLETE |
6557 | 2025-02-25T02:12:37.422Z | [ recovery-image] Feb 25 02:12:35.459 INFO O| Feb 25 02:12:35.459 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2025-02-25T02:12:37.437Z | [ recovery-image] Feb 25 02:12:35.479 INFO O| Feb 25 02:12:35.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6559 | 2025-02-25T02:12:37.437Z | [ recovery-image] Feb 25 02:12:35.479 INFO O| Feb 25 02:12:35.479 INFO STEP 633 (remove_files) COMPLETE |
6560 | 2025-02-25T02:12:37.440Z | [ recovery-image] Feb 25 02:12:35.479 INFO O| Feb 25 02:12:35.479 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2025-02-25T02:12:37.470Z | [ recovery-image] Feb 25 02:12:35.512 INFO O| Feb 25 02:12:35.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6562 | 2025-02-25T02:12:37.470Z | [ recovery-image] Feb 25 02:12:35.512 INFO O| Feb 25 02:12:35.512 INFO STEP 634 (remove_files) COMPLETE |
6563 | 2025-02-25T02:12:37.472Z | [ recovery-image] Feb 25 02:12:35.512 INFO O| Feb 25 02:12:35.512 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2025-02-25T02:12:37.513Z | [ recovery-image] Feb 25 02:12:35.554 INFO O| Feb 25 02:12:35.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6565 | 2025-02-25T02:12:37.513Z | [ recovery-image] Feb 25 02:12:35.554 INFO O| Feb 25 02:12:35.554 INFO STEP 635 (remove_files) COMPLETE |
6566 | 2025-02-25T02:12:37.513Z | [ recovery-image] Feb 25 02:12:35.554 INFO O| Feb 25 02:12:35.554 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2025-02-25T02:12:37.549Z | [ recovery-image] Feb 25 02:12:35.591 INFO O| Feb 25 02:12:35.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6568 | 2025-02-25T02:12:37.549Z | [ recovery-image] Feb 25 02:12:35.591 INFO O| Feb 25 02:12:35.591 INFO STEP 636 (remove_files) COMPLETE |
6569 | 2025-02-25T02:12:37.549Z | [ recovery-image] Feb 25 02:12:35.591 INFO O| Feb 25 02:12:35.591 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2025-02-25T02:12:37.570Z | [ recovery-image] Feb 25 02:12:35.612 INFO O| Feb 25 02:12:35.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6571 | 2025-02-25T02:12:37.570Z | [ recovery-image] Feb 25 02:12:35.612 INFO O| Feb 25 02:12:35.612 INFO STEP 637 (remove_files) COMPLETE |
6572 | 2025-02-25T02:12:37.570Z | [ recovery-image] Feb 25 02:12:35.612 INFO O| Feb 25 02:12:35.612 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2025-02-25T02:12:37.614Z | [ recovery-image] Feb 25 02:12:35.656 INFO O| Feb 25 02:12:35.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6574 | 2025-02-25T02:12:37.628Z | [ recovery-image] Feb 25 02:12:35.656 INFO O| Feb 25 02:12:35.656 INFO STEP 638 (remove_files) COMPLETE |
6575 | 2025-02-25T02:12:37.628Z | [ recovery-image] Feb 25 02:12:35.656 INFO O| Feb 25 02:12:35.656 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2025-02-25T02:12:37.633Z | [ recovery-image] Feb 25 02:12:35.675 INFO O| Feb 25 02:12:35.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6577 | 2025-02-25T02:12:37.635Z | [ recovery-image] Feb 25 02:12:35.675 INFO O| Feb 25 02:12:35.675 INFO STEP 639 (remove_files) COMPLETE |
6578 | 2025-02-25T02:12:37.636Z | [ recovery-image] Feb 25 02:12:35.675 INFO O| Feb 25 02:12:35.675 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2025-02-25T02:12:37.653Z | [ recovery-image] Feb 25 02:12:35.694 INFO O| Feb 25 02:12:35.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6580 | 2025-02-25T02:12:37.653Z | [ recovery-image] Feb 25 02:12:35.694 INFO O| Feb 25 02:12:35.694 INFO STEP 640 (remove_files) COMPLETE |
6581 | 2025-02-25T02:12:37.653Z | [ recovery-image] Feb 25 02:12:35.694 INFO O| Feb 25 02:12:35.694 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2025-02-25T02:12:37.670Z | [ recovery-image] Feb 25 02:12:35.712 INFO O| Feb 25 02:12:35.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6583 | 2025-02-25T02:12:37.670Z | [ recovery-image] Feb 25 02:12:35.712 INFO O| Feb 25 02:12:35.712 INFO STEP 641 (remove_files) COMPLETE |
6584 | 2025-02-25T02:12:37.670Z | [ recovery-image] Feb 25 02:12:35.712 INFO O| Feb 25 02:12:35.712 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2025-02-25T02:12:37.688Z | [ recovery-image] Feb 25 02:12:35.730 INFO O| Feb 25 02:12:35.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6586 | 2025-02-25T02:12:37.688Z | [ recovery-image] Feb 25 02:12:35.730 INFO O| Feb 25 02:12:35.730 INFO STEP 642 (remove_files) COMPLETE |
6587 | 2025-02-25T02:12:37.688Z | [ recovery-image] Feb 25 02:12:35.730 INFO O| Feb 25 02:12:35.730 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2025-02-25T02:12:37.709Z | [ recovery-image] Feb 25 02:12:35.751 INFO O| Feb 25 02:12:35.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6589 | 2025-02-25T02:12:37.709Z | [ recovery-image] Feb 25 02:12:35.751 INFO O| Feb 25 02:12:35.751 INFO STEP 643 (remove_files) COMPLETE |
6590 | 2025-02-25T02:12:37.709Z | [ recovery-image] Feb 25 02:12:35.751 INFO O| Feb 25 02:12:35.751 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2025-02-25T02:12:37.728Z | [ recovery-image] Feb 25 02:12:35.770 INFO O| Feb 25 02:12:35.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6592 | 2025-02-25T02:12:37.728Z | [ recovery-image] Feb 25 02:12:35.770 INFO O| Feb 25 02:12:35.770 INFO STEP 644 (remove_files) COMPLETE |
6593 | 2025-02-25T02:12:37.728Z | [ recovery-image] Feb 25 02:12:35.770 INFO O| Feb 25 02:12:35.770 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2025-02-25T02:12:37.749Z | [ recovery-image] Feb 25 02:12:35.790 INFO O| Feb 25 02:12:35.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6595 | 2025-02-25T02:12:37.749Z | [ recovery-image] Feb 25 02:12:35.790 INFO O| Feb 25 02:12:35.790 INFO STEP 645 (remove_files) COMPLETE |
6596 | 2025-02-25T02:12:37.749Z | [ recovery-image] Feb 25 02:12:35.790 INFO O| Feb 25 02:12:35.790 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2025-02-25T02:12:37.766Z | [ recovery-image] Feb 25 02:12:35.809 INFO O| Feb 25 02:12:35.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6598 | 2025-02-25T02:12:37.766Z | [ recovery-image] Feb 25 02:12:35.809 INFO O| Feb 25 02:12:35.809 INFO STEP 646 (remove_files) COMPLETE |
6599 | 2025-02-25T02:12:37.766Z | [ recovery-image] Feb 25 02:12:35.809 INFO O| Feb 25 02:12:35.809 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2025-02-25T02:12:37.786Z | [ recovery-image] Feb 25 02:12:35.828 INFO O| Feb 25 02:12:35.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6601 | 2025-02-25T02:12:37.786Z | [ recovery-image] Feb 25 02:12:35.828 INFO O| Feb 25 02:12:35.828 INFO STEP 647 (remove_files) COMPLETE |
6602 | 2025-02-25T02:12:37.786Z | [ recovery-image] Feb 25 02:12:35.828 INFO O| Feb 25 02:12:35.828 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2025-02-25T02:12:37.806Z | [ recovery-image] Feb 25 02:12:35.847 INFO O| Feb 25 02:12:35.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6604 | 2025-02-25T02:12:37.806Z | [ recovery-image] Feb 25 02:12:35.847 INFO O| Feb 25 02:12:35.847 INFO STEP 648 (remove_files) COMPLETE |
6605 | 2025-02-25T02:12:37.806Z | [ recovery-image] Feb 25 02:12:35.847 INFO O| Feb 25 02:12:35.847 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2025-02-25T02:12:37.827Z | [ recovery-image] Feb 25 02:12:35.869 INFO O| Feb 25 02:12:35.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6607 | 2025-02-25T02:12:37.827Z | [ recovery-image] Feb 25 02:12:35.869 INFO O| Feb 25 02:12:35.869 INFO STEP 649 (remove_files) COMPLETE |
6608 | 2025-02-25T02:12:37.827Z | [ recovery-image] Feb 25 02:12:35.869 INFO O| Feb 25 02:12:35.869 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2025-02-25T02:12:37.849Z | [ recovery-image] Feb 25 02:12:35.891 INFO O| Feb 25 02:12:35.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6610 | 2025-02-25T02:12:37.849Z | [ recovery-image] Feb 25 02:12:35.891 INFO O| Feb 25 02:12:35.891 INFO STEP 650 (remove_files) COMPLETE |
6611 | 2025-02-25T02:12:37.852Z | [ recovery-image] Feb 25 02:12:35.891 INFO O| Feb 25 02:12:35.891 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2025-02-25T02:12:37.870Z | [ recovery-image] Feb 25 02:12:35.913 INFO O| Feb 25 02:12:35.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6613 | 2025-02-25T02:12:37.870Z | [ recovery-image] Feb 25 02:12:35.913 INFO O| Feb 25 02:12:35.913 INFO STEP 651 (remove_files) COMPLETE |
6614 | 2025-02-25T02:12:37.871Z | [ recovery-image] Feb 25 02:12:35.913 INFO O| Feb 25 02:12:35.913 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2025-02-25T02:12:37.897Z | [ recovery-image] Feb 25 02:12:35.939 INFO O| Feb 25 02:12:35.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6616 | 2025-02-25T02:12:37.900Z | [ recovery-image] Feb 25 02:12:35.940 INFO O| Feb 25 02:12:35.940 INFO STEP 652 (remove_files) COMPLETE |
6617 | 2025-02-25T02:12:37.900Z | [ recovery-image] Feb 25 02:12:35.940 INFO O| Feb 25 02:12:35.940 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2025-02-25T02:12:37.918Z | [ recovery-image] Feb 25 02:12:35.960 INFO O| Feb 25 02:12:35.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6619 | 2025-02-25T02:12:37.920Z | [ recovery-image] Feb 25 02:12:35.960 INFO O| Feb 25 02:12:35.960 INFO STEP 653 (remove_files) COMPLETE |
6620 | 2025-02-25T02:12:37.920Z | [ recovery-image] Feb 25 02:12:35.960 INFO O| Feb 25 02:12:35.960 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2025-02-25T02:12:37.940Z | [ recovery-image] Feb 25 02:12:35.981 INFO O| Feb 25 02:12:35.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6622 | 2025-02-25T02:12:37.940Z | [ recovery-image] Feb 25 02:12:35.981 INFO O| Feb 25 02:12:35.981 INFO STEP 654 (remove_files) COMPLETE |
6623 | 2025-02-25T02:12:37.942Z | [ recovery-image] Feb 25 02:12:35.981 INFO O| Feb 25 02:12:35.981 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2025-02-25T02:12:37.969Z | [ recovery-image] Feb 25 02:12:36.011 INFO O| Feb 25 02:12:36.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6625 | 2025-02-25T02:12:37.972Z | [ recovery-image] Feb 25 02:12:36.012 INFO O| Feb 25 02:12:36.011 INFO STEP 655 (remove_files) COMPLETE |
6626 | 2025-02-25T02:12:37.972Z | [ recovery-image] Feb 25 02:12:36.012 INFO O| Feb 25 02:12:36.011 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2025-02-25T02:12:37.990Z | [ recovery-image] Feb 25 02:12:36.032 INFO O| Feb 25 02:12:36.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6628 | 2025-02-25T02:12:37.991Z | [ recovery-image] Feb 25 02:12:36.032 INFO O| Feb 25 02:12:36.032 INFO STEP 656 (remove_files) COMPLETE |
6629 | 2025-02-25T02:12:37.993Z | [ recovery-image] Feb 25 02:12:36.032 INFO O| Feb 25 02:12:36.032 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2025-02-25T02:12:38.028Z | [ recovery-image] Feb 25 02:12:36.070 INFO O| Feb 25 02:12:36.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6631 | 2025-02-25T02:12:38.033Z | [ recovery-image] Feb 25 02:12:36.075 INFO O| Feb 25 02:12:36.075 INFO STEP 657 (remove_files) COMPLETE |
6632 | 2025-02-25T02:12:38.033Z | [ recovery-image] Feb 25 02:12:36.075 INFO O| Feb 25 02:12:36.075 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2025-02-25T02:12:38.054Z | [ recovery-image] Feb 25 02:12:36.095 INFO O| Feb 25 02:12:36.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6634 | 2025-02-25T02:12:38.054Z | [ recovery-image] Feb 25 02:12:36.095 INFO O| Feb 25 02:12:36.095 INFO STEP 658 (remove_files) COMPLETE |
6635 | 2025-02-25T02:12:38.054Z | [ recovery-image] Feb 25 02:12:36.095 INFO O| Feb 25 02:12:36.095 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2025-02-25T02:12:38.072Z | [ recovery-image] Feb 25 02:12:36.114 INFO O| Feb 25 02:12:36.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6637 | 2025-02-25T02:12:38.072Z | [ recovery-image] Feb 25 02:12:36.114 INFO O| Feb 25 02:12:36.114 INFO STEP 659 (remove_files) COMPLETE |
6638 | 2025-02-25T02:12:38.072Z | [ recovery-image] Feb 25 02:12:36.114 INFO O| Feb 25 02:12:36.114 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2025-02-25T02:12:38.090Z | [ recovery-image] Feb 25 02:12:36.132 INFO O| Feb 25 02:12:36.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6640 | 2025-02-25T02:12:38.090Z | [ recovery-image] Feb 25 02:12:36.132 INFO O| Feb 25 02:12:36.132 INFO STEP 660 (remove_files) COMPLETE |
6641 | 2025-02-25T02:12:38.092Z | [ recovery-image] Feb 25 02:12:36.133 INFO O| Feb 25 02:12:36.132 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2025-02-25T02:12:38.122Z | [ recovery-image] Feb 25 02:12:36.163 INFO O| Feb 25 02:12:36.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6643 | 2025-02-25T02:12:38.122Z | [ recovery-image] Feb 25 02:12:36.163 INFO O| Feb 25 02:12:36.163 INFO STEP 661 (remove_files) COMPLETE |
6644 | 2025-02-25T02:12:38.122Z | [ recovery-image] Feb 25 02:12:36.163 INFO O| Feb 25 02:12:36.163 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2025-02-25T02:12:38.161Z | [ recovery-image] Feb 25 02:12:36.203 INFO O| Feb 25 02:12:36.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6646 | 2025-02-25T02:12:38.163Z | [ recovery-image] Feb 25 02:12:36.203 INFO O| Feb 25 02:12:36.203 INFO STEP 662 (remove_files) COMPLETE |
6647 | 2025-02-25T02:12:38.164Z | [ recovery-image] Feb 25 02:12:36.203 INFO O| Feb 25 02:12:36.203 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2025-02-25T02:12:38.182Z | [ recovery-image] Feb 25 02:12:36.223 INFO O| Feb 25 02:12:36.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6649 | 2025-02-25T02:12:38.182Z | [ recovery-image] Feb 25 02:12:36.224 INFO O| Feb 25 02:12:36.224 INFO STEP 663 (remove_files) COMPLETE |
6650 | 2025-02-25T02:12:38.182Z | [ recovery-image] Feb 25 02:12:36.224 INFO O| Feb 25 02:12:36.224 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2025-02-25T02:12:38.246Z | [ recovery-image] Feb 25 02:12:36.287 INFO O| Feb 25 02:12:36.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6652 | 2025-02-25T02:12:38.246Z | [ recovery-image] Feb 25 02:12:36.287 INFO O| Feb 25 02:12:36.287 INFO STEP 664 (remove_files) COMPLETE |
6653 | 2025-02-25T02:12:38.248Z | [ recovery-image] Feb 25 02:12:36.287 INFO O| Feb 25 02:12:36.287 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2025-02-25T02:12:38.266Z | [ recovery-image] Feb 25 02:12:36.307 INFO O| Feb 25 02:12:36.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6655 | 2025-02-25T02:12:38.266Z | [ recovery-image] Feb 25 02:12:36.307 INFO O| Feb 25 02:12:36.307 INFO STEP 665 (remove_files) COMPLETE |
6656 | 2025-02-25T02:12:38.266Z | [ recovery-image] Feb 25 02:12:36.307 INFO O| Feb 25 02:12:36.307 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2025-02-25T02:12:38.283Z | [ recovery-image] Feb 25 02:12:36.325 INFO O| Feb 25 02:12:36.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6658 | 2025-02-25T02:12:38.283Z | [ recovery-image] Feb 25 02:12:36.326 INFO O| Feb 25 02:12:36.325 INFO STEP 666 (remove_files) COMPLETE |
6659 | 2025-02-25T02:12:38.286Z | [ recovery-image] Feb 25 02:12:36.326 INFO O| Feb 25 02:12:36.326 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2025-02-25T02:12:38.302Z | [ recovery-image] Feb 25 02:12:36.344 INFO O| Feb 25 02:12:36.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6661 | 2025-02-25T02:12:38.304Z | [ recovery-image] Feb 25 02:12:36.344 INFO O| Feb 25 02:12:36.344 INFO STEP 667 (remove_files) COMPLETE |
6662 | 2025-02-25T02:12:38.304Z | [ recovery-image] Feb 25 02:12:36.344 INFO O| Feb 25 02:12:36.344 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2025-02-25T02:12:38.325Z | [ recovery-image] Feb 25 02:12:36.365 INFO O| Feb 25 02:12:36.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6664 | 2025-02-25T02:12:38.328Z | [ recovery-image] Feb 25 02:12:36.365 INFO O| Feb 25 02:12:36.365 INFO STEP 668 (remove_files) COMPLETE |
6665 | 2025-02-25T02:12:38.328Z | [ recovery-image] Feb 25 02:12:36.365 INFO O| Feb 25 02:12:36.365 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2025-02-25T02:12:38.355Z | [ recovery-image] Feb 25 02:12:36.397 INFO O| Feb 25 02:12:36.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6667 | 2025-02-25T02:12:38.358Z | [ recovery-image] Feb 25 02:12:36.397 INFO O| Feb 25 02:12:36.397 INFO STEP 669 (remove_files) COMPLETE |
6668 | 2025-02-25T02:12:38.358Z | [ recovery-image] Feb 25 02:12:36.398 INFO O| Feb 25 02:12:36.397 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2025-02-25T02:12:38.375Z | [ recovery-image] Feb 25 02:12:36.417 INFO O| Feb 25 02:12:36.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6670 | 2025-02-25T02:12:38.378Z | [ recovery-image] Feb 25 02:12:36.417 INFO O| Feb 25 02:12:36.417 INFO STEP 670 (remove_files) COMPLETE |
6671 | 2025-02-25T02:12:38.378Z | [ recovery-image] Feb 25 02:12:36.417 INFO O| Feb 25 02:12:36.417 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2025-02-25T02:12:38.395Z | [ recovery-image] Feb 25 02:12:36.437 INFO O| Feb 25 02:12:36.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6673 | 2025-02-25T02:12:38.398Z | [ recovery-image] Feb 25 02:12:36.437 INFO O| Feb 25 02:12:36.437 INFO STEP 671 (remove_files) COMPLETE |
6674 | 2025-02-25T02:12:38.398Z | [ recovery-image] Feb 25 02:12:36.437 INFO O| Feb 25 02:12:36.437 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2025-02-25T02:12:38.432Z | [ recovery-image] Feb 25 02:12:36.474 INFO O| Feb 25 02:12:36.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6676 | 2025-02-25T02:12:38.434Z | [ recovery-image] Feb 25 02:12:36.474 INFO O| Feb 25 02:12:36.474 INFO STEP 672 (remove_files) COMPLETE |
6677 | 2025-02-25T02:12:38.434Z | [ recovery-image] Feb 25 02:12:36.474 INFO O| Feb 25 02:12:36.474 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2025-02-25T02:12:38.453Z | [ recovery-image] Feb 25 02:12:36.495 INFO O| Feb 25 02:12:36.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6679 | 2025-02-25T02:12:38.456Z | [ recovery-image] Feb 25 02:12:36.495 INFO O| Feb 25 02:12:36.495 INFO STEP 673 (remove_files) COMPLETE |
6680 | 2025-02-25T02:12:38.456Z | [ recovery-image] Feb 25 02:12:36.495 INFO O| Feb 25 02:12:36.495 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2025-02-25T02:12:38.500Z | [ recovery-image] Feb 25 02:12:36.542 INFO O| Feb 25 02:12:36.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6682 | 2025-02-25T02:12:38.500Z | [ recovery-image] Feb 25 02:12:36.543 INFO O| Feb 25 02:12:36.543 INFO STEP 674 (remove_files) COMPLETE |
6683 | 2025-02-25T02:12:38.503Z | [ recovery-image] Feb 25 02:12:36.543 INFO O| Feb 25 02:12:36.543 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2025-02-25T02:12:38.534Z | [ recovery-image] Feb 25 02:12:36.577 INFO O| Feb 25 02:12:36.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6685 | 2025-02-25T02:12:38.535Z | [ recovery-image] Feb 25 02:12:36.577 INFO O| Feb 25 02:12:36.577 INFO STEP 675 (remove_files) COMPLETE |
6686 | 2025-02-25T02:12:38.535Z | [ recovery-image] Feb 25 02:12:36.577 INFO O| Feb 25 02:12:36.577 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2025-02-25T02:12:38.554Z | [ recovery-image] Feb 25 02:12:36.596 INFO O| Feb 25 02:12:36.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6688 | 2025-02-25T02:12:38.554Z | [ recovery-image] Feb 25 02:12:36.596 INFO O| Feb 25 02:12:36.596 INFO STEP 676 (remove_files) COMPLETE |
6689 | 2025-02-25T02:12:38.557Z | [ recovery-image] Feb 25 02:12:36.596 INFO O| Feb 25 02:12:36.596 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2025-02-25T02:12:38.593Z | [ recovery-image] Feb 25 02:12:36.635 INFO O| Feb 25 02:12:36.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6691 | 2025-02-25T02:12:38.593Z | [ recovery-image] Feb 25 02:12:36.635 INFO O| Feb 25 02:12:36.635 INFO STEP 677 (remove_files) COMPLETE |
6692 | 2025-02-25T02:12:38.596Z | [ recovery-image] Feb 25 02:12:36.635 INFO O| Feb 25 02:12:36.635 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2025-02-25T02:12:38.660Z | [ recovery-image] Feb 25 02:12:36.702 INFO O| Feb 25 02:12:36.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6694 | 2025-02-25T02:12:38.660Z | [ recovery-image] Feb 25 02:12:36.702 INFO O| Feb 25 02:12:36.702 INFO STEP 678 (remove_files) COMPLETE |
6695 | 2025-02-25T02:12:38.663Z | [ recovery-image] Feb 25 02:12:36.702 INFO O| Feb 25 02:12:36.702 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2025-02-25T02:12:38.720Z | [ recovery-image] Feb 25 02:12:36.762 INFO O| Feb 25 02:12:36.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6697 | 2025-02-25T02:12:38.720Z | [ recovery-image] Feb 25 02:12:36.762 INFO O| Feb 25 02:12:36.762 INFO STEP 679 (remove_files) COMPLETE |
6698 | 2025-02-25T02:12:38.720Z | [ recovery-image] Feb 25 02:12:36.762 INFO O| Feb 25 02:12:36.762 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2025-02-25T02:12:38.750Z | [ recovery-image] Feb 25 02:12:36.792 INFO O| Feb 25 02:12:36.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6700 | 2025-02-25T02:12:38.753Z | [ recovery-image] Feb 25 02:12:36.792 INFO O| Feb 25 02:12:36.792 INFO STEP 680 (remove_files) COMPLETE |
6701 | 2025-02-25T02:12:38.753Z | [ recovery-image] Feb 25 02:12:36.792 INFO O| Feb 25 02:12:36.792 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2025-02-25T02:12:38.772Z | [ recovery-image] Feb 25 02:12:36.813 INFO O| Feb 25 02:12:36.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6703 | 2025-02-25T02:12:38.772Z | [ recovery-image] Feb 25 02:12:36.813 INFO O| Feb 25 02:12:36.813 INFO STEP 681 (remove_files) COMPLETE |
6704 | 2025-02-25T02:12:38.772Z | [ recovery-image] Feb 25 02:12:36.813 INFO O| Feb 25 02:12:36.813 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2025-02-25T02:12:38.805Z | [ recovery-image] Feb 25 02:12:36.847 INFO O| Feb 25 02:12:36.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6706 | 2025-02-25T02:12:38.805Z | [ recovery-image] Feb 25 02:12:36.847 INFO O| Feb 25 02:12:36.847 INFO STEP 682 (remove_files) COMPLETE |
6707 | 2025-02-25T02:12:38.805Z | [ recovery-image] Feb 25 02:12:36.847 INFO O| Feb 25 02:12:36.847 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2025-02-25T02:12:38.844Z | [ recovery-image] Feb 25 02:12:36.886 INFO O| Feb 25 02:12:36.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6709 | 2025-02-25T02:12:38.844Z | [ recovery-image] Feb 25 02:12:36.886 INFO O| Feb 25 02:12:36.886 INFO STEP 683 (remove_files) COMPLETE |
6710 | 2025-02-25T02:12:38.844Z | [ recovery-image] Feb 25 02:12:36.886 INFO O| Feb 25 02:12:36.886 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2025-02-25T02:12:38.905Z | [ recovery-image] Feb 25 02:12:36.947 INFO O| Feb 25 02:12:36.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6712 | 2025-02-25T02:12:38.905Z | [ recovery-image] Feb 25 02:12:36.947 INFO O| Feb 25 02:12:36.947 INFO STEP 684 (remove_files) COMPLETE |
6713 | 2025-02-25T02:12:38.905Z | [ recovery-image] Feb 25 02:12:36.947 INFO O| Feb 25 02:12:36.947 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2025-02-25T02:12:38.925Z | [ recovery-image] Feb 25 02:12:36.967 INFO O| Feb 25 02:12:36.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6715 | 2025-02-25T02:12:38.925Z | [ recovery-image] Feb 25 02:12:36.967 INFO O| Feb 25 02:12:36.967 INFO STEP 685 (remove_files) COMPLETE |
6716 | 2025-02-25T02:12:38.928Z | [ recovery-image] Feb 25 02:12:36.967 INFO O| Feb 25 02:12:36.967 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2025-02-25T02:12:38.958Z | [ recovery-image] Feb 25 02:12:37.000 INFO O| Feb 25 02:12:37.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6718 | 2025-02-25T02:12:38.961Z | [ recovery-image] Feb 25 02:12:37.000 INFO O| Feb 25 02:12:37.000 INFO STEP 686 (remove_files) COMPLETE |
6719 | 2025-02-25T02:12:38.961Z | [ recovery-image] Feb 25 02:12:37.001 INFO O| Feb 25 02:12:37.000 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2025-02-25T02:12:38.979Z | [ recovery-image] Feb 25 02:12:37.021 INFO O| Feb 25 02:12:37.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6721 | 2025-02-25T02:12:38.979Z | [ recovery-image] Feb 25 02:12:37.021 INFO O| Feb 25 02:12:37.021 INFO STEP 687 (remove_files) COMPLETE |
6722 | 2025-02-25T02:12:38.979Z | [ recovery-image] Feb 25 02:12:37.021 INFO O| Feb 25 02:12:37.021 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2025-02-25T02:12:39.012Z | [ recovery-image] Feb 25 02:12:37.054 INFO O| Feb 25 02:12:37.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6724 | 2025-02-25T02:12:39.015Z | [ recovery-image] Feb 25 02:12:37.054 INFO O| Feb 25 02:12:37.054 INFO STEP 688 (remove_files) COMPLETE |
6725 | 2025-02-25T02:12:39.015Z | [ recovery-image] Feb 25 02:12:37.055 INFO O| Feb 25 02:12:37.054 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2025-02-25T02:12:39.034Z | [ recovery-image] Feb 25 02:12:37.075 INFO O| Feb 25 02:12:37.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6727 | 2025-02-25T02:12:39.037Z | [ recovery-image] Feb 25 02:12:37.075 INFO O| Feb 25 02:12:37.075 INFO STEP 689 (remove_files) COMPLETE |
6728 | 2025-02-25T02:12:39.037Z | [ recovery-image] Feb 25 02:12:37.075 INFO O| Feb 25 02:12:37.075 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2025-02-25T02:12:39.053Z | [ recovery-image] Feb 25 02:12:37.096 INFO O| Feb 25 02:12:37.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6730 | 2025-02-25T02:12:39.056Z | [ recovery-image] Feb 25 02:12:37.096 INFO O| Feb 25 02:12:37.096 INFO STEP 690 (remove_files) COMPLETE |
6731 | 2025-02-25T02:12:39.056Z | [ recovery-image] Feb 25 02:12:37.096 INFO O| Feb 25 02:12:37.096 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2025-02-25T02:12:39.083Z | [ recovery-image] Feb 25 02:12:37.125 INFO O| Feb 25 02:12:37.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6733 | 2025-02-25T02:12:39.083Z | [ recovery-image] Feb 25 02:12:37.125 INFO O| Feb 25 02:12:37.125 INFO STEP 691 (remove_files) COMPLETE |
6734 | 2025-02-25T02:12:39.083Z | [ recovery-image] Feb 25 02:12:37.125 INFO O| Feb 25 02:12:37.125 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2025-02-25T02:12:39.117Z | [ recovery-image] Feb 25 02:12:37.159 INFO O| Feb 25 02:12:37.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6736 | 2025-02-25T02:12:39.117Z | [ recovery-image] Feb 25 02:12:37.159 INFO O| Feb 25 02:12:37.159 INFO STEP 692 (remove_files) COMPLETE |
6737 | 2025-02-25T02:12:39.117Z | [ recovery-image] Feb 25 02:12:37.159 INFO O| Feb 25 02:12:37.159 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2025-02-25T02:12:39.137Z | [ recovery-image] Feb 25 02:12:37.180 INFO O| Feb 25 02:12:37.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6739 | 2025-02-25T02:12:39.137Z | [ recovery-image] Feb 25 02:12:37.180 INFO O| Feb 25 02:12:37.180 INFO STEP 693 (remove_files) COMPLETE |
6740 | 2025-02-25T02:12:39.137Z | [ recovery-image] Feb 25 02:12:37.180 INFO O| Feb 25 02:12:37.180 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2025-02-25T02:12:39.178Z | [ recovery-image] Feb 25 02:12:37.220 INFO O| Feb 25 02:12:37.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6742 | 2025-02-25T02:12:39.178Z | [ recovery-image] Feb 25 02:12:37.220 INFO O| Feb 25 02:12:37.220 INFO STEP 694 (remove_files) COMPLETE |
6743 | 2025-02-25T02:12:39.178Z | [ recovery-image] Feb 25 02:12:37.220 INFO O| Feb 25 02:12:37.220 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2025-02-25T02:12:39.198Z | [ recovery-image] Feb 25 02:12:37.240 INFO O| Feb 25 02:12:37.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6745 | 2025-02-25T02:12:39.198Z | [ recovery-image] Feb 25 02:12:37.240 INFO O| Feb 25 02:12:37.240 INFO STEP 695 (remove_files) COMPLETE |
6746 | 2025-02-25T02:12:39.198Z | [ recovery-image] Feb 25 02:12:37.240 INFO O| Feb 25 02:12:37.240 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2025-02-25T02:12:39.218Z | [ recovery-image] Feb 25 02:12:37.260 INFO O| Feb 25 02:12:37.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6748 | 2025-02-25T02:12:39.218Z | [ recovery-image] Feb 25 02:12:37.260 INFO O| Feb 25 02:12:37.260 INFO STEP 696 (remove_files) COMPLETE |
6749 | 2025-02-25T02:12:39.218Z | [ recovery-image] Feb 25 02:12:37.260 INFO O| Feb 25 02:12:37.260 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2025-02-25T02:12:39.237Z | [ recovery-image] Feb 25 02:12:37.279 INFO O| Feb 25 02:12:37.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6751 | 2025-02-25T02:12:39.297Z | [ recovery-image] Feb 25 02:12:37.339 INFO O| Feb 25 02:12:37.339 INFO STEP 697 (remove_files) COMPLETE |
6752 | 2025-02-25T02:12:39.297Z | [ recovery-image] Feb 25 02:12:37.339 INFO O| Feb 25 02:12:37.339 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2025-02-25T02:12:39.317Z | [ recovery-image] Feb 25 02:12:37.359 INFO O| Feb 25 02:12:37.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6754 | 2025-02-25T02:12:39.389Z | [ recovery-image] Feb 25 02:12:37.431 INFO O| Feb 25 02:12:37.431 INFO STEP 698 (remove_files) COMPLETE |
6755 | 2025-02-25T02:12:39.389Z | [ recovery-image] Feb 25 02:12:37.431 INFO O| Feb 25 02:12:37.431 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2025-02-25T02:12:39.410Z | [ recovery-image] Feb 25 02:12:37.452 INFO O| Feb 25 02:12:37.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6757 | 2025-02-25T02:12:39.413Z | [ recovery-image] Feb 25 02:12:37.452 INFO O| Feb 25 02:12:37.452 INFO STEP 699 (remove_files) COMPLETE |
6758 | 2025-02-25T02:12:39.413Z | [ recovery-image] Feb 25 02:12:37.452 INFO O| Feb 25 02:12:37.452 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2025-02-25T02:12:39.442Z | [ recovery-image] Feb 25 02:12:37.484 INFO O| Feb 25 02:12:37.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6760 | 2025-02-25T02:12:39.442Z | [ recovery-image] Feb 25 02:12:37.484 INFO O| Feb 25 02:12:37.484 INFO STEP 700 (remove_files) COMPLETE |
6761 | 2025-02-25T02:12:39.442Z | [ recovery-image] Feb 25 02:12:37.484 INFO O| Feb 25 02:12:37.484 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2025-02-25T02:12:39.477Z | [ recovery-image] Feb 25 02:12:37.519 INFO O| Feb 25 02:12:37.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6763 | 2025-02-25T02:12:39.481Z | [ recovery-image] Feb 25 02:12:37.519 INFO O| Feb 25 02:12:37.519 INFO STEP 701 (remove_files) COMPLETE |
6764 | 2025-02-25T02:12:39.481Z | [ recovery-image] Feb 25 02:12:37.519 INFO O| Feb 25 02:12:37.519 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2025-02-25T02:12:39.538Z | [ recovery-image] Feb 25 02:12:37.580 INFO O| Feb 25 02:12:37.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6766 | 2025-02-25T02:12:39.542Z | [ recovery-image] Feb 25 02:12:37.581 INFO O| Feb 25 02:12:37.581 INFO STEP 702 (remove_files) COMPLETE |
6767 | 2025-02-25T02:12:39.542Z | [ recovery-image] Feb 25 02:12:37.581 INFO O| Feb 25 02:12:37.581 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2025-02-25T02:12:39.557Z | [ recovery-image] Feb 25 02:12:37.599 INFO O| Feb 25 02:12:37.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6769 | 2025-02-25T02:12:39.557Z | [ recovery-image] Feb 25 02:12:37.600 INFO O| Feb 25 02:12:37.599 INFO STEP 703 (remove_files) COMPLETE |
6770 | 2025-02-25T02:12:39.557Z | [ recovery-image] Feb 25 02:12:37.600 INFO O| Feb 25 02:12:37.600 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2025-02-25T02:12:39.577Z | [ recovery-image] Feb 25 02:12:37.618 INFO O| Feb 25 02:12:37.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6772 | 2025-02-25T02:12:39.577Z | [ recovery-image] Feb 25 02:12:37.618 INFO O| Feb 25 02:12:37.618 INFO STEP 704 (remove_files) COMPLETE |
6773 | 2025-02-25T02:12:39.581Z | [ recovery-image] Feb 25 02:12:37.618 INFO O| Feb 25 02:12:37.618 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2025-02-25T02:12:39.618Z | [ recovery-image] Feb 25 02:12:37.660 INFO O| Feb 25 02:12:37.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6775 | 2025-02-25T02:12:39.618Z | [ recovery-image] Feb 25 02:12:37.660 INFO O| Feb 25 02:12:37.660 INFO STEP 705 (remove_files) COMPLETE |
6776 | 2025-02-25T02:12:39.618Z | [ recovery-image] Feb 25 02:12:37.660 INFO O| Feb 25 02:12:37.660 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2025-02-25T02:12:39.639Z | [ recovery-image] Feb 25 02:12:37.680 INFO O| Feb 25 02:12:37.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6778 | 2025-02-25T02:12:39.639Z | [ recovery-image] Feb 25 02:12:37.680 INFO O| Feb 25 02:12:37.680 INFO STEP 706 (remove_files) COMPLETE |
6779 | 2025-02-25T02:12:39.639Z | [ recovery-image] Feb 25 02:12:37.680 INFO O| Feb 25 02:12:37.680 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2025-02-25T02:12:39.695Z | [ recovery-image] Feb 25 02:12:37.737 INFO O| Feb 25 02:12:37.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6781 | 2025-02-25T02:12:39.695Z | [ recovery-image] Feb 25 02:12:37.737 INFO O| Feb 25 02:12:37.737 INFO STEP 707 (remove_files) COMPLETE |
6782 | 2025-02-25T02:12:39.695Z | [ recovery-image] Feb 25 02:12:37.737 INFO O| Feb 25 02:12:37.737 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2025-02-25T02:12:39.754Z | [ recovery-image] Feb 25 02:12:37.794 INFO O| Feb 25 02:12:37.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6784 | 2025-02-25T02:12:39.754Z | [ recovery-image] Feb 25 02:12:37.794 INFO O| Feb 25 02:12:37.794 INFO STEP 708 (remove_files) COMPLETE |
6785 | 2025-02-25T02:12:39.754Z | [ recovery-image] Feb 25 02:12:37.794 INFO O| Feb 25 02:12:37.794 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2025-02-25T02:12:39.777Z | [ recovery-image] Feb 25 02:12:37.818 INFO O| Feb 25 02:12:37.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6787 | 2025-02-25T02:12:39.779Z | [ recovery-image] Feb 25 02:12:37.818 INFO O| Feb 25 02:12:37.818 INFO STEP 709 (remove_files) COMPLETE |
6788 | 2025-02-25T02:12:39.780Z | [ recovery-image] Feb 25 02:12:37.818 INFO O| Feb 25 02:12:37.818 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2025-02-25T02:12:39.796Z | [ recovery-image] Feb 25 02:12:37.838 INFO O| Feb 25 02:12:37.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6790 | 2025-02-25T02:12:39.796Z | [ recovery-image] Feb 25 02:12:37.838 INFO O| Feb 25 02:12:37.838 INFO STEP 710 (remove_files) COMPLETE |
6791 | 2025-02-25T02:12:39.796Z | [ recovery-image] Feb 25 02:12:37.838 INFO O| Feb 25 02:12:37.838 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2025-02-25T02:12:39.815Z | [ recovery-image] Feb 25 02:12:37.856 INFO O| Feb 25 02:12:37.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6793 | 2025-02-25T02:12:39.817Z | [ recovery-image] Feb 25 02:12:37.856 INFO O| Feb 25 02:12:37.856 INFO STEP 711 (remove_files) COMPLETE |
6794 | 2025-02-25T02:12:39.817Z | [ recovery-image] Feb 25 02:12:37.856 INFO O| Feb 25 02:12:37.856 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2025-02-25T02:12:39.843Z | [ recovery-image] Feb 25 02:12:37.885 INFO O| Feb 25 02:12:37.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6796 | 2025-02-25T02:12:39.843Z | [ recovery-image] Feb 25 02:12:37.885 INFO O| Feb 25 02:12:37.876 INFO STEP 712 (remove_files) COMPLETE |
6797 | 2025-02-25T02:12:39.845Z | [ recovery-image] Feb 25 02:12:37.885 INFO O| Feb 25 02:12:37.876 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2025-02-25T02:12:39.859Z | [ recovery-image] Feb 25 02:12:37.901 INFO O| Feb 25 02:12:37.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6799 | 2025-02-25T02:12:39.859Z | [ recovery-image] Feb 25 02:12:37.901 INFO O| Feb 25 02:12:37.901 INFO STEP 713 (remove_files) COMPLETE |
6800 | 2025-02-25T02:12:39.862Z | [ recovery-image] Feb 25 02:12:37.901 INFO O| Feb 25 02:12:37.901 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2025-02-25T02:12:39.879Z | [ recovery-image] Feb 25 02:12:37.920 INFO O| Feb 25 02:12:37.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6802 | 2025-02-25T02:12:39.879Z | [ recovery-image] Feb 25 02:12:37.920 INFO O| Feb 25 02:12:37.920 INFO STEP 714 (remove_files) COMPLETE |
6803 | 2025-02-25T02:12:39.879Z | [ recovery-image] Feb 25 02:12:37.920 INFO O| Feb 25 02:12:37.920 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2025-02-25T02:12:39.915Z | [ recovery-image] Feb 25 02:12:37.956 INFO O| Feb 25 02:12:37.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6805 | 2025-02-25T02:12:39.915Z | [ recovery-image] Feb 25 02:12:37.956 INFO O| Feb 25 02:12:37.956 INFO STEP 715 (remove_files) COMPLETE |
6806 | 2025-02-25T02:12:39.915Z | [ recovery-image] Feb 25 02:12:37.956 INFO O| Feb 25 02:12:37.956 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2025-02-25T02:12:39.932Z | [ recovery-image] Feb 25 02:12:37.973 INFO O| Feb 25 02:12:37.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6808 | 2025-02-25T02:12:39.932Z | [ recovery-image] Feb 25 02:12:37.973 INFO O| Feb 25 02:12:37.973 INFO STEP 716 (remove_files) COMPLETE |
6809 | 2025-02-25T02:12:39.932Z | [ recovery-image] Feb 25 02:12:37.973 INFO O| Feb 25 02:12:37.973 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2025-02-25T02:12:39.951Z | [ recovery-image] Feb 25 02:12:37.993 INFO O| Feb 25 02:12:37.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6811 | 2025-02-25T02:12:39.951Z | [ recovery-image] Feb 25 02:12:37.993 INFO O| Feb 25 02:12:37.993 INFO STEP 717 (remove_files) COMPLETE |
6812 | 2025-02-25T02:12:39.951Z | [ recovery-image] Feb 25 02:12:37.993 INFO O| Feb 25 02:12:37.993 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2025-02-25T02:12:39.973Z | [ recovery-image] Feb 25 02:12:38.013 INFO O| Feb 25 02:12:38.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6814 | 2025-02-25T02:12:39.973Z | [ recovery-image] Feb 25 02:12:38.014 INFO O| Feb 25 02:12:38.014 INFO STEP 718 (remove_files) COMPLETE |
6815 | 2025-02-25T02:12:39.973Z | [ recovery-image] Feb 25 02:12:38.014 INFO O| Feb 25 02:12:38.014 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2025-02-25T02:12:40.008Z | [ recovery-image] Feb 25 02:12:38.050 INFO O| Feb 25 02:12:38.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6817 | 2025-02-25T02:12:40.008Z | [ recovery-image] Feb 25 02:12:38.050 INFO O| Feb 25 02:12:38.050 INFO STEP 719 (remove_files) COMPLETE |
6818 | 2025-02-25T02:12:40.008Z | [ recovery-image] Feb 25 02:12:38.050 INFO O| Feb 25 02:12:38.050 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2025-02-25T02:12:40.029Z | [ recovery-image] Feb 25 02:12:38.071 INFO O| Feb 25 02:12:38.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6820 | 2025-02-25T02:12:40.029Z | [ recovery-image] Feb 25 02:12:38.071 INFO O| Feb 25 02:12:38.071 INFO STEP 720 (remove_files) COMPLETE |
6821 | 2025-02-25T02:12:40.031Z | [ recovery-image] Feb 25 02:12:38.071 INFO O| Feb 25 02:12:38.071 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2025-02-25T02:12:40.067Z | [ recovery-image] Feb 25 02:12:38.109 INFO O| Feb 25 02:12:38.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6823 | 2025-02-25T02:12:40.092Z | [ recovery-image] Feb 25 02:12:38.134 INFO O| Feb 25 02:12:38.134 INFO STEP 721 (remove_files) COMPLETE |
6824 | 2025-02-25T02:12:40.092Z | [ recovery-image] Feb 25 02:12:38.134 INFO O| Feb 25 02:12:38.134 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2025-02-25T02:12:40.153Z | [ recovery-image] Feb 25 02:12:38.195 INFO O| Feb 25 02:12:38.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6826 | 2025-02-25T02:12:40.179Z | [ recovery-image] Feb 25 02:12:38.221 INFO O| Feb 25 02:12:38.221 INFO STEP 722 (remove_files) COMPLETE |
6827 | 2025-02-25T02:12:40.179Z | [ recovery-image] Feb 25 02:12:38.221 INFO O| Feb 25 02:12:38.221 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2025-02-25T02:12:40.212Z | [ recovery-image] Feb 25 02:12:38.253 INFO O| Feb 25 02:12:38.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6829 | 2025-02-25T02:12:40.212Z | [ recovery-image] Feb 25 02:12:38.254 INFO O| Feb 25 02:12:38.254 INFO STEP 723 (remove_files) COMPLETE |
6830 | 2025-02-25T02:12:40.212Z | [ recovery-image] Feb 25 02:12:38.254 INFO O| Feb 25 02:12:38.254 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2025-02-25T02:12:40.236Z | [ recovery-image] Feb 25 02:12:38.278 INFO O| Feb 25 02:12:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6832 | 2025-02-25T02:12:40.236Z | [ recovery-image] Feb 25 02:12:38.278 INFO O| Feb 25 02:12:38.278 INFO STEP 724 (remove_files) COMPLETE |
6833 | 2025-02-25T02:12:40.236Z | [ recovery-image] Feb 25 02:12:38.278 INFO O| Feb 25 02:12:38.278 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2025-02-25T02:12:40.255Z | [ recovery-image] Feb 25 02:12:38.297 INFO O| Feb 25 02:12:38.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6835 | 2025-02-25T02:12:40.257Z | [ recovery-image] Feb 25 02:12:38.297 INFO O| Feb 25 02:12:38.297 INFO STEP 725 (remove_files) COMPLETE |
6836 | 2025-02-25T02:12:40.257Z | [ recovery-image] Feb 25 02:12:38.297 INFO O| Feb 25 02:12:38.297 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2025-02-25T02:12:40.291Z | [ recovery-image] Feb 25 02:12:38.332 INFO O| Feb 25 02:12:38.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6838 | 2025-02-25T02:12:40.313Z | [ recovery-image] Feb 25 02:12:38.355 INFO O| Feb 25 02:12:38.355 INFO STEP 726 (remove_files) COMPLETE |
6839 | 2025-02-25T02:12:40.313Z | [ recovery-image] Feb 25 02:12:38.355 INFO O| Feb 25 02:12:38.355 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2025-02-25T02:12:40.382Z | [ recovery-image] Feb 25 02:12:38.424 INFO O| Feb 25 02:12:38.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6841 | 2025-02-25T02:12:40.384Z | [ recovery-image] Feb 25 02:12:38.424 INFO O| Feb 25 02:12:38.424 INFO STEP 727 (remove_files) COMPLETE |
6842 | 2025-02-25T02:12:40.384Z | [ recovery-image] Feb 25 02:12:38.424 INFO O| Feb 25 02:12:38.424 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2025-02-25T02:12:40.418Z | [ recovery-image] Feb 25 02:12:38.461 INFO O| Feb 25 02:12:38.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6844 | 2025-02-25T02:12:40.421Z | [ recovery-image] Feb 25 02:12:38.461 INFO O| Feb 25 02:12:38.461 INFO STEP 728 (remove_files) COMPLETE |
6845 | 2025-02-25T02:12:40.421Z | [ recovery-image] Feb 25 02:12:38.461 INFO O| Feb 25 02:12:38.461 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2025-02-25T02:12:40.443Z | [ recovery-image] Feb 25 02:12:38.482 INFO O| Feb 25 02:12:38.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6847 | 2025-02-25T02:12:40.443Z | [ recovery-image] Feb 25 02:12:38.482 INFO O| Feb 25 02:12:38.482 INFO STEP 729 (remove_files) COMPLETE |
6848 | 2025-02-25T02:12:40.443Z | [ recovery-image] Feb 25 02:12:38.482 INFO O| Feb 25 02:12:38.482 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2025-02-25T02:12:40.463Z | [ recovery-image] Feb 25 02:12:38.503 INFO O| Feb 25 02:12:38.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6850 | 2025-02-25T02:12:40.465Z | [ recovery-image] Feb 25 02:12:38.504 INFO O| Feb 25 02:12:38.504 INFO STEP 730 (remove_files) COMPLETE |
6851 | 2025-02-25T02:12:40.465Z | [ recovery-image] Feb 25 02:12:38.504 INFO O| Feb 25 02:12:38.504 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2025-02-25T02:12:40.489Z | [ recovery-image] Feb 25 02:12:38.523 INFO O| Feb 25 02:12:38.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6853 | 2025-02-25T02:12:40.489Z | [ recovery-image] Feb 25 02:12:38.523 INFO O| Feb 25 02:12:38.523 INFO STEP 731 (remove_files) COMPLETE |
6854 | 2025-02-25T02:12:40.489Z | [ recovery-image] Feb 25 02:12:38.524 INFO O| Feb 25 02:12:38.523 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2025-02-25T02:12:40.522Z | [ recovery-image] Feb 25 02:12:38.564 INFO O| Feb 25 02:12:38.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6856 | 2025-02-25T02:12:40.522Z | [ recovery-image] Feb 25 02:12:38.564 INFO O| Feb 25 02:12:38.564 INFO STEP 732 (remove_files) COMPLETE |
6857 | 2025-02-25T02:12:40.522Z | [ recovery-image] Feb 25 02:12:38.564 INFO O| Feb 25 02:12:38.564 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2025-02-25T02:12:40.541Z | [ recovery-image] Feb 25 02:12:38.583 INFO O| Feb 25 02:12:38.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6859 | 2025-02-25T02:12:40.544Z | [ recovery-image] Feb 25 02:12:38.584 INFO O| Feb 25 02:12:38.584 INFO STEP 733 (remove_files) COMPLETE |
6860 | 2025-02-25T02:12:40.544Z | [ recovery-image] Feb 25 02:12:38.584 INFO O| Feb 25 02:12:38.584 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2025-02-25T02:12:40.577Z | [ recovery-image] Feb 25 02:12:38.619 INFO O| Feb 25 02:12:38.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6862 | 2025-02-25T02:12:40.577Z | [ recovery-image] Feb 25 02:12:38.619 INFO O| Feb 25 02:12:38.619 INFO STEP 734 (remove_files) COMPLETE |
6863 | 2025-02-25T02:12:40.580Z | [ recovery-image] Feb 25 02:12:38.619 INFO O| Feb 25 02:12:38.619 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2025-02-25T02:12:40.582Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
6865 | 2025-02-25T02:12:40.656Z | [ recovery-image] Feb 25 02:12:38.698 INFO O| Feb 25 02:12:38.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6866 | 2025-02-25T02:12:40.656Z | [ recovery-image] Feb 25 02:12:38.698 INFO O| Feb 25 02:12:38.698 INFO STEP 735 (remove_files) COMPLETE |
6867 | 2025-02-25T02:12:40.660Z | [ recovery-image] Feb 25 02:12:38.698 INFO O| Feb 25 02:12:38.698 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2025-02-25T02:12:40.700Z | [ recovery-image] Feb 25 02:12:38.742 INFO O| Feb 25 02:12:38.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6869 | 2025-02-25T02:12:40.700Z | [ recovery-image] Feb 25 02:12:38.742 INFO O| Feb 25 02:12:38.742 INFO STEP 736 (remove_files) COMPLETE |
6870 | 2025-02-25T02:12:40.700Z | [ recovery-image] Feb 25 02:12:38.742 INFO O| Feb 25 02:12:38.742 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2025-02-25T02:12:40.722Z | [ recovery-image] Feb 25 02:12:38.764 INFO O| Feb 25 02:12:38.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6872 | 2025-02-25T02:12:40.722Z | [ recovery-image] Feb 25 02:12:38.765 INFO O| Feb 25 02:12:38.765 INFO STEP 737 (remove_files) COMPLETE |
6873 | 2025-02-25T02:12:40.725Z | [ recovery-image] Feb 25 02:12:38.765 INFO O| Feb 25 02:12:38.765 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2025-02-25T02:12:40.743Z | [ recovery-image] Feb 25 02:12:38.785 INFO O| Feb 25 02:12:38.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6875 | 2025-02-25T02:12:40.743Z | [ recovery-image] Feb 25 02:12:38.785 INFO O| Feb 25 02:12:38.785 INFO STEP 738 (remove_files) COMPLETE |
6876 | 2025-02-25T02:12:40.746Z | [ recovery-image] Feb 25 02:12:38.785 INFO O| Feb 25 02:12:38.785 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2025-02-25T02:12:40.762Z | [ recovery-image] Feb 25 02:12:38.804 INFO O| Feb 25 02:12:38.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6878 | 2025-02-25T02:12:40.762Z | [ recovery-image] Feb 25 02:12:38.805 INFO O| Feb 25 02:12:38.805 INFO STEP 739 (remove_files) COMPLETE |
6879 | 2025-02-25T02:12:40.762Z | [ recovery-image] Feb 25 02:12:38.805 INFO O| Feb 25 02:12:38.805 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2025-02-25T02:12:40.780Z | [ recovery-image] Feb 25 02:12:38.823 INFO O| Feb 25 02:12:38.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6881 | 2025-02-25T02:12:40.780Z | [ recovery-image] Feb 25 02:12:38.823 INFO O| Feb 25 02:12:38.823 INFO STEP 740 (remove_files) COMPLETE |
6882 | 2025-02-25T02:12:40.780Z | [ recovery-image] Feb 25 02:12:38.823 INFO O| Feb 25 02:12:38.823 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2025-02-25T02:12:40.798Z | [ recovery-image] Feb 25 02:12:38.840 INFO O| Feb 25 02:12:38.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6884 | 2025-02-25T02:12:40.798Z | [ recovery-image] Feb 25 02:12:38.840 INFO O| Feb 25 02:12:38.840 INFO STEP 741 (remove_files) COMPLETE |
6885 | 2025-02-25T02:12:40.801Z | [ recovery-image] Feb 25 02:12:38.840 INFO O| Feb 25 02:12:38.840 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2025-02-25T02:12:40.816Z | [ recovery-image] Feb 25 02:12:38.858 INFO O| Feb 25 02:12:38.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6887 | 2025-02-25T02:12:40.816Z | [ recovery-image] Feb 25 02:12:38.858 INFO O| Feb 25 02:12:38.858 INFO STEP 742 (remove_files) COMPLETE |
6888 | 2025-02-25T02:12:40.816Z | [ recovery-image] Feb 25 02:12:38.858 INFO O| Feb 25 02:12:38.858 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2025-02-25T02:12:40.834Z | [ recovery-image] Feb 25 02:12:38.876 INFO O| Feb 25 02:12:38.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6890 | 2025-02-25T02:12:40.834Z | [ recovery-image] Feb 25 02:12:38.876 INFO O| Feb 25 02:12:38.876 INFO STEP 743 (remove_files) COMPLETE |
6891 | 2025-02-25T02:12:40.834Z | [ recovery-image] Feb 25 02:12:38.876 INFO O| Feb 25 02:12:38.876 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2025-02-25T02:12:40.853Z | [ recovery-image] Feb 25 02:12:38.895 INFO O| Feb 25 02:12:38.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6893 | 2025-02-25T02:12:40.853Z | [ recovery-image] Feb 25 02:12:38.895 INFO O| Feb 25 02:12:38.895 INFO STEP 744 (remove_files) COMPLETE |
6894 | 2025-02-25T02:12:40.856Z | [ recovery-image] Feb 25 02:12:38.895 INFO O| Feb 25 02:12:38.895 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2025-02-25T02:12:40.877Z | [ recovery-image] Feb 25 02:12:38.919 INFO O| Feb 25 02:12:38.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6896 | 2025-02-25T02:12:40.877Z | [ recovery-image] Feb 25 02:12:38.919 INFO O| Feb 25 02:12:38.919 INFO STEP 745 (remove_files) COMPLETE |
6897 | 2025-02-25T02:12:40.877Z | [ recovery-image] Feb 25 02:12:38.919 INFO O| Feb 25 02:12:38.919 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2025-02-25T02:12:40.897Z | [ recovery-image] Feb 25 02:12:38.939 INFO O| Feb 25 02:12:38.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6899 | 2025-02-25T02:12:40.901Z | [ recovery-image] Feb 25 02:12:38.939 INFO O| Feb 25 02:12:38.939 INFO STEP 746 (remove_files) COMPLETE |
6900 | 2025-02-25T02:12:40.901Z | [ recovery-image] Feb 25 02:12:38.939 INFO O| Feb 25 02:12:38.939 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2025-02-25T02:12:40.916Z | [ recovery-image] Feb 25 02:12:38.957 INFO O| Feb 25 02:12:38.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6902 | 2025-02-25T02:12:40.916Z | [ recovery-image] Feb 25 02:12:38.957 INFO O| Feb 25 02:12:38.957 INFO STEP 747 (remove_files) COMPLETE |
6903 | 2025-02-25T02:12:40.919Z | [ recovery-image] Feb 25 02:12:38.957 INFO O| Feb 25 02:12:38.957 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2025-02-25T02:12:40.934Z | [ recovery-image] Feb 25 02:12:38.976 INFO O| Feb 25 02:12:38.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6905 | 2025-02-25T02:12:40.934Z | [ recovery-image] Feb 25 02:12:38.977 INFO O| Feb 25 02:12:38.977 INFO STEP 748 (remove_files) COMPLETE |
6906 | 2025-02-25T02:12:40.937Z | [ recovery-image] Feb 25 02:12:38.977 INFO O| Feb 25 02:12:38.977 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2025-02-25T02:12:40.965Z | [ recovery-image] Feb 25 02:12:39.006 INFO O| Feb 25 02:12:39.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6908 | 2025-02-25T02:12:40.965Z | [ recovery-image] Feb 25 02:12:39.006 INFO O| Feb 25 02:12:39.006 INFO STEP 749 (remove_files) COMPLETE |
6909 | 2025-02-25T02:12:40.965Z | [ recovery-image] Feb 25 02:12:39.006 INFO O| Feb 25 02:12:39.006 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2025-02-25T02:12:41.005Z | [ recovery-image] Feb 25 02:12:39.046 INFO O| Feb 25 02:12:39.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6911 | 2025-02-25T02:12:41.008Z | [ recovery-image] Feb 25 02:12:39.046 INFO O| Feb 25 02:12:39.046 INFO STEP 750 (remove_files) COMPLETE |
6912 | 2025-02-25T02:12:41.008Z | [ recovery-image] Feb 25 02:12:39.046 INFO O| Feb 25 02:12:39.046 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2025-02-25T02:12:41.024Z | [ recovery-image] Feb 25 02:12:39.066 INFO O| Feb 25 02:12:39.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6914 | 2025-02-25T02:12:41.027Z | [ recovery-image] Feb 25 02:12:39.067 INFO O| Feb 25 02:12:39.066 INFO STEP 751 (remove_files) COMPLETE |
6915 | 2025-02-25T02:12:41.027Z | [ recovery-image] Feb 25 02:12:39.067 INFO O| Feb 25 02:12:39.067 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2025-02-25T02:12:41.044Z | [ recovery-image] Feb 25 02:12:39.085 INFO O| Feb 25 02:12:39.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6917 | 2025-02-25T02:12:41.047Z | [ recovery-image] Feb 25 02:12:39.085 INFO O| Feb 25 02:12:39.085 INFO STEP 752 (remove_files) COMPLETE |
6918 | 2025-02-25T02:12:41.047Z | [ recovery-image] Feb 25 02:12:39.086 INFO O| Feb 25 02:12:39.086 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2025-02-25T02:12:41.086Z | [ recovery-image] Feb 25 02:12:39.128 INFO O| Feb 25 02:12:39.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6920 | 2025-02-25T02:12:41.088Z | [ recovery-image] Feb 25 02:12:39.128 INFO O| Feb 25 02:12:39.128 INFO STEP 753 (remove_files) COMPLETE |
6921 | 2025-02-25T02:12:41.089Z | [ recovery-image] Feb 25 02:12:39.128 INFO O| Feb 25 02:12:39.128 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2025-02-25T02:12:41.128Z | [ recovery-image] Feb 25 02:12:39.168 INFO O| Feb 25 02:12:39.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6923 | 2025-02-25T02:12:41.131Z | [ recovery-image] Feb 25 02:12:39.168 INFO O| Feb 25 02:12:39.168 INFO STEP 754 (remove_files) COMPLETE |
6924 | 2025-02-25T02:12:41.131Z | [ recovery-image] Feb 25 02:12:39.168 INFO O| Feb 25 02:12:39.168 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2025-02-25T02:12:41.147Z | [ recovery-image] Feb 25 02:12:39.189 INFO O| Feb 25 02:12:39.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6926 | 2025-02-25T02:12:41.150Z | [ recovery-image] Feb 25 02:12:39.189 INFO O| Feb 25 02:12:39.189 INFO STEP 755 (remove_files) COMPLETE |
6927 | 2025-02-25T02:12:41.150Z | [ recovery-image] Feb 25 02:12:39.189 INFO O| Feb 25 02:12:39.189 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2025-02-25T02:12:41.188Z | [ recovery-image] Feb 25 02:12:39.230 INFO O| Feb 25 02:12:39.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6929 | 2025-02-25T02:12:41.188Z | [ recovery-image] Feb 25 02:12:39.230 INFO O| Feb 25 02:12:39.230 INFO STEP 756 (remove_files) COMPLETE |
6930 | 2025-02-25T02:12:41.188Z | [ recovery-image] Feb 25 02:12:39.230 INFO O| Feb 25 02:12:39.230 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2025-02-25T02:12:41.221Z | [ recovery-image] Feb 25 02:12:39.263 INFO O| Feb 25 02:12:39.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6932 | 2025-02-25T02:12:41.221Z | [ recovery-image] Feb 25 02:12:39.264 INFO O| Feb 25 02:12:39.263 INFO STEP 757 (remove_files) COMPLETE |
6933 | 2025-02-25T02:12:41.221Z | [ recovery-image] Feb 25 02:12:39.264 INFO O| Feb 25 02:12:39.263 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2025-02-25T02:12:41.267Z | [ recovery-image] Feb 25 02:12:39.306 INFO O| Feb 25 02:12:39.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6935 | 2025-02-25T02:12:41.270Z | [ recovery-image] Feb 25 02:12:39.307 INFO O| Feb 25 02:12:39.306 INFO STEP 758 (remove_files) COMPLETE |
6936 | 2025-02-25T02:12:41.270Z | [ recovery-image] Feb 25 02:12:39.307 INFO O| Feb 25 02:12:39.307 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2025-02-25T02:12:41.285Z | [ recovery-image] Feb 25 02:12:39.326 INFO O| Feb 25 02:12:39.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6938 | 2025-02-25T02:12:41.290Z | [ recovery-image] Feb 25 02:12:39.327 INFO O| Feb 25 02:12:39.327 INFO STEP 759 (remove_files) COMPLETE |
6939 | 2025-02-25T02:12:41.290Z | [ recovery-image] Feb 25 02:12:39.327 INFO O| Feb 25 02:12:39.327 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2025-02-25T02:12:41.305Z | [ recovery-image] Feb 25 02:12:39.346 INFO O| Feb 25 02:12:39.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6941 | 2025-02-25T02:12:41.308Z | [ recovery-image] Feb 25 02:12:39.346 INFO O| Feb 25 02:12:39.346 INFO STEP 760 (remove_files) COMPLETE |
6942 | 2025-02-25T02:12:41.308Z | [ recovery-image] Feb 25 02:12:39.346 INFO O| Feb 25 02:12:39.346 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2025-02-25T02:12:41.323Z | [ recovery-image] Feb 25 02:12:39.366 INFO O| Feb 25 02:12:39.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6944 | 2025-02-25T02:12:41.326Z | [ recovery-image] Feb 25 02:12:39.366 INFO O| Feb 25 02:12:39.366 INFO STEP 761 (remove_files) COMPLETE |
6945 | 2025-02-25T02:12:41.326Z | [ recovery-image] Feb 25 02:12:39.366 INFO O| Feb 25 02:12:39.366 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2025-02-25T02:12:41.343Z | [ recovery-image] Feb 25 02:12:39.385 INFO O| Feb 25 02:12:39.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6947 | 2025-02-25T02:12:41.368Z | [ recovery-image] Feb 25 02:12:39.409 INFO O| Feb 25 02:12:39.409 INFO STEP 762 (remove_files) COMPLETE |
6948 | 2025-02-25T02:12:41.369Z | [ recovery-image] Feb 25 02:12:39.409 INFO O| Feb 25 02:12:39.409 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2025-02-25T02:12:41.388Z | [ recovery-image] Feb 25 02:12:39.430 INFO O| Feb 25 02:12:39.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6950 | 2025-02-25T02:12:41.414Z | [ recovery-image] Feb 25 02:12:39.456 INFO O| Feb 25 02:12:39.456 INFO STEP 763 (remove_files) COMPLETE |
6951 | 2025-02-25T02:12:41.414Z | [ recovery-image] Feb 25 02:12:39.456 INFO O| Feb 25 02:12:39.456 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2025-02-25T02:12:41.461Z | [ recovery-image] Feb 25 02:12:39.503 INFO O| Feb 25 02:12:39.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6953 | 2025-02-25T02:12:41.462Z | [ recovery-image] Feb 25 02:12:39.503 INFO O| Feb 25 02:12:39.503 INFO STEP 764 (remove_files) COMPLETE |
6954 | 2025-02-25T02:12:41.464Z | [ recovery-image] Feb 25 02:12:39.503 INFO O| Feb 25 02:12:39.503 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2025-02-25T02:12:41.484Z | [ recovery-image] Feb 25 02:12:39.525 INFO O| Feb 25 02:12:39.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6956 | 2025-02-25T02:12:41.486Z | [ recovery-image] Feb 25 02:12:39.525 INFO O| Feb 25 02:12:39.525 INFO STEP 765 (remove_files) COMPLETE |
6957 | 2025-02-25T02:12:41.487Z | [ recovery-image] Feb 25 02:12:39.525 INFO O| Feb 25 02:12:39.525 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2025-02-25T02:12:41.516Z | [ recovery-image] Feb 25 02:12:39.558 INFO O| Feb 25 02:12:39.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6959 | 2025-02-25T02:12:41.516Z | [ recovery-image] Feb 25 02:12:39.558 INFO O| Feb 25 02:12:39.558 INFO STEP 766 (remove_files) COMPLETE |
6960 | 2025-02-25T02:12:41.519Z | [ recovery-image] Feb 25 02:12:39.558 INFO O| Feb 25 02:12:39.558 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2025-02-25T02:12:41.550Z | [ recovery-image] Feb 25 02:12:39.592 INFO O| Feb 25 02:12:39.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6962 | 2025-02-25T02:12:41.550Z | [ recovery-image] Feb 25 02:12:39.592 INFO O| Feb 25 02:12:39.592 INFO STEP 767 (remove_files) COMPLETE |
6963 | 2025-02-25T02:12:41.550Z | [ recovery-image] Feb 25 02:12:39.592 INFO O| Feb 25 02:12:39.592 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2025-02-25T02:12:41.582Z | [ recovery-image] Feb 25 02:12:39.624 INFO O| Feb 25 02:12:39.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6965 | 2025-02-25T02:12:41.582Z | [ recovery-image] Feb 25 02:12:39.624 INFO O| Feb 25 02:12:39.624 INFO STEP 768 (remove_files) COMPLETE |
6966 | 2025-02-25T02:12:41.582Z | [ recovery-image] Feb 25 02:12:39.624 INFO O| Feb 25 02:12:39.624 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2025-02-25T02:12:41.627Z | [ recovery-image] Feb 25 02:12:39.670 INFO O| Feb 25 02:12:39.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6968 | 2025-02-25T02:12:41.630Z | [ recovery-image] Feb 25 02:12:39.670 INFO O| Feb 25 02:12:39.670 INFO STEP 769 (remove_files) COMPLETE |
6969 | 2025-02-25T02:12:41.630Z | [ recovery-image] Feb 25 02:12:39.670 INFO O| Feb 25 02:12:39.670 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2025-02-25T02:12:41.649Z | [ recovery-image] Feb 25 02:12:39.691 INFO O| Feb 25 02:12:39.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6971 | 2025-02-25T02:12:41.652Z | [ recovery-image] Feb 25 02:12:39.691 INFO O| Feb 25 02:12:39.691 INFO STEP 770 (remove_files) COMPLETE |
6972 | 2025-02-25T02:12:41.652Z | [ recovery-image] Feb 25 02:12:39.692 INFO O| Feb 25 02:12:39.691 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2025-02-25T02:12:41.671Z | [ recovery-image] Feb 25 02:12:39.712 INFO O| Feb 25 02:12:39.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6974 | 2025-02-25T02:12:41.673Z | [ recovery-image] Feb 25 02:12:39.712 INFO O| Feb 25 02:12:39.712 INFO STEP 771 (remove_files) COMPLETE |
6975 | 2025-02-25T02:12:41.673Z | [ recovery-image] Feb 25 02:12:39.712 INFO O| Feb 25 02:12:39.712 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2025-02-25T02:12:41.691Z | [ recovery-image] Feb 25 02:12:39.733 INFO O| Feb 25 02:12:39.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6977 | 2025-02-25T02:12:41.693Z | [ recovery-image] Feb 25 02:12:39.733 INFO O| Feb 25 02:12:39.733 INFO STEP 772 (remove_files) COMPLETE |
6978 | 2025-02-25T02:12:41.694Z | [ recovery-image] Feb 25 02:12:39.733 INFO O| Feb 25 02:12:39.733 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2025-02-25T02:12:41.728Z | [ recovery-image] Feb 25 02:12:39.771 INFO O| Feb 25 02:12:39.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6980 | 2025-02-25T02:12:41.728Z | [ recovery-image] Feb 25 02:12:39.771 INFO O| Feb 25 02:12:39.771 INFO STEP 773 (remove_files) COMPLETE |
6981 | 2025-02-25T02:12:41.729Z | [ recovery-image] Feb 25 02:12:39.771 INFO O| Feb 25 02:12:39.771 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2025-02-25T02:12:41.803Z | [ recovery-image] Feb 25 02:12:39.845 INFO O| Feb 25 02:12:39.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6983 | 2025-02-25T02:12:41.806Z | [ recovery-image] Feb 25 02:12:39.845 INFO O| Feb 25 02:12:39.845 INFO STEP 774 (remove_files) COMPLETE |
6984 | 2025-02-25T02:12:41.806Z | [ recovery-image] Feb 25 02:12:39.846 INFO O| Feb 25 02:12:39.845 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2025-02-25T02:12:41.828Z | [ recovery-image] Feb 25 02:12:39.869 INFO O| Feb 25 02:12:39.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6986 | 2025-02-25T02:12:41.832Z | [ recovery-image] Feb 25 02:12:39.870 INFO O| Feb 25 02:12:39.869 INFO STEP 775 (remove_files) COMPLETE |
6987 | 2025-02-25T02:12:41.832Z | [ recovery-image] Feb 25 02:12:39.870 INFO O| Feb 25 02:12:39.870 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2025-02-25T02:12:41.863Z | [ recovery-image] Feb 25 02:12:39.905 INFO O| Feb 25 02:12:39.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6989 | 2025-02-25T02:12:41.866Z | [ recovery-image] Feb 25 02:12:39.905 INFO O| Feb 25 02:12:39.905 INFO STEP 776 (remove_files) COMPLETE |
6990 | 2025-02-25T02:12:41.866Z | [ recovery-image] Feb 25 02:12:39.906 INFO O| Feb 25 02:12:39.905 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2025-02-25T02:12:41.885Z | [ recovery-image] Feb 25 02:12:39.927 INFO O| Feb 25 02:12:39.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6992 | 2025-02-25T02:12:41.885Z | [ recovery-image] Feb 25 02:12:39.927 INFO O| Feb 25 02:12:39.927 INFO STEP 777 (remove_files) COMPLETE |
6993 | 2025-02-25T02:12:41.887Z | [ recovery-image] Feb 25 02:12:39.927 INFO O| Feb 25 02:12:39.927 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2025-02-25T02:12:41.905Z | [ recovery-image] Feb 25 02:12:39.947 INFO O| Feb 25 02:12:39.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6995 | 2025-02-25T02:12:41.905Z | [ recovery-image] Feb 25 02:12:39.947 INFO O| Feb 25 02:12:39.947 INFO STEP 778 (remove_files) COMPLETE |
6996 | 2025-02-25T02:12:41.912Z | [ recovery-image] Feb 25 02:12:39.947 INFO O| Feb 25 02:12:39.947 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2025-02-25T02:12:41.924Z | [ recovery-image] Feb 25 02:12:39.965 INFO O| Feb 25 02:12:39.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6998 | 2025-02-25T02:12:41.927Z | [ recovery-image] Feb 25 02:12:39.966 INFO O| Feb 25 02:12:39.966 INFO STEP 779 (remove_files) COMPLETE |
6999 | 2025-02-25T02:12:41.927Z | [ recovery-image] Feb 25 02:12:39.966 INFO O| Feb 25 02:12:39.966 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2025-02-25T02:12:41.941Z | [ recovery-image] Feb 25 02:12:39.984 INFO O| Feb 25 02:12:39.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
7001 | 2025-02-25T02:12:41.944Z | [ recovery-image] Feb 25 02:12:39.984 INFO O| Feb 25 02:12:39.984 INFO STEP 780 (remove_files) COMPLETE |
7002 | 2025-02-25T02:12:41.944Z | [ recovery-image] Feb 25 02:12:39.984 INFO O| Feb 25 02:12:39.984 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2025-02-25T02:12:41.993Z | [ recovery-image] Feb 25 02:12:40.035 INFO O| Feb 25 02:12:40.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
7004 | 2025-02-25T02:12:41.993Z | [ recovery-image] Feb 25 02:12:40.035 INFO O| Feb 25 02:12:40.035 INFO STEP 781 (remove_files) COMPLETE |
7005 | 2025-02-25T02:12:41.997Z | [ recovery-image] Feb 25 02:12:40.035 INFO O| Feb 25 02:12:40.035 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2025-02-25T02:12:42.013Z | [ recovery-image] Feb 25 02:12:40.054 INFO O| Feb 25 02:12:40.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
7007 | 2025-02-25T02:12:42.013Z | [ recovery-image] Feb 25 02:12:40.054 INFO O| Feb 25 02:12:40.054 INFO STEP 782 (remove_files) COMPLETE |
7008 | 2025-02-25T02:12:42.017Z | [ recovery-image] Feb 25 02:12:40.054 INFO O| Feb 25 02:12:40.054 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2025-02-25T02:12:42.030Z | [ recovery-image] Feb 25 02:12:40.072 INFO O| Feb 25 02:12:40.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
7010 | 2025-02-25T02:12:42.030Z | [ recovery-image] Feb 25 02:12:40.072 INFO O| Feb 25 02:12:40.072 INFO STEP 783 (remove_files) COMPLETE |
7011 | 2025-02-25T02:12:42.030Z | [ recovery-image] Feb 25 02:12:40.072 INFO O| Feb 25 02:12:40.072 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2025-02-25T02:12:42.065Z | [ recovery-image] Feb 25 02:12:40.107 INFO O| Feb 25 02:12:40.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
7013 | 2025-02-25T02:12:42.068Z | [ recovery-image] Feb 25 02:12:40.107 INFO O| Feb 25 02:12:40.107 INFO STEP 784 (remove_files) COMPLETE |
7014 | 2025-02-25T02:12:42.068Z | [ recovery-image] Feb 25 02:12:40.107 INFO O| Feb 25 02:12:40.107 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2025-02-25T02:12:42.087Z | [ recovery-image] Feb 25 02:12:40.129 INFO O| Feb 25 02:12:40.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
7016 | 2025-02-25T02:12:42.090Z | [ recovery-image] Feb 25 02:12:40.129 INFO O| Feb 25 02:12:40.129 INFO STEP 785 (remove_files) COMPLETE |
7017 | 2025-02-25T02:12:42.090Z | [ recovery-image] Feb 25 02:12:40.129 INFO O| Feb 25 02:12:40.129 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2025-02-25T02:12:42.107Z | [ recovery-image] Feb 25 02:12:40.149 INFO O| Feb 25 02:12:40.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
7019 | 2025-02-25T02:12:42.107Z | [ recovery-image] Feb 25 02:12:40.150 INFO O| Feb 25 02:12:40.149 INFO STEP 786 (remove_files) COMPLETE |
7020 | 2025-02-25T02:12:42.110Z | [ recovery-image] Feb 25 02:12:40.150 INFO O| Feb 25 02:12:40.150 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2025-02-25T02:12:42.127Z | [ recovery-image] Feb 25 02:12:40.169 INFO O| Feb 25 02:12:40.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
7022 | 2025-02-25T02:12:42.127Z | [ recovery-image] Feb 25 02:12:40.169 INFO O| Feb 25 02:12:40.169 INFO STEP 787 (remove_files) COMPLETE |
7023 | 2025-02-25T02:12:42.131Z | [ recovery-image] Feb 25 02:12:40.169 INFO O| Feb 25 02:12:40.169 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2025-02-25T02:12:42.145Z | [ recovery-image] Feb 25 02:12:40.188 INFO O| Feb 25 02:12:40.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
7025 | 2025-02-25T02:12:42.146Z | [ recovery-image] Feb 25 02:12:40.188 INFO O| Feb 25 02:12:40.188 INFO STEP 788 (remove_files) COMPLETE |
7026 | 2025-02-25T02:12:42.148Z | [ recovery-image] Feb 25 02:12:40.188 INFO O| Feb 25 02:12:40.188 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2025-02-25T02:12:42.164Z | [ recovery-image] Feb 25 02:12:40.206 INFO O| Feb 25 02:12:40.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
7028 | 2025-02-25T02:12:42.166Z | [ recovery-image] Feb 25 02:12:40.206 INFO O| Feb 25 02:12:40.206 INFO STEP 789 (remove_files) COMPLETE |
7029 | 2025-02-25T02:12:42.166Z | [ recovery-image] Feb 25 02:12:40.206 INFO O| Feb 25 02:12:40.206 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2025-02-25T02:12:42.205Z | [ recovery-image] Feb 25 02:12:40.247 INFO O| Feb 25 02:12:40.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
7031 | 2025-02-25T02:12:42.205Z | [ recovery-image] Feb 25 02:12:40.247 INFO O| Feb 25 02:12:40.247 INFO STEP 790 (remove_files) COMPLETE |
7032 | 2025-02-25T02:12:42.205Z | [ recovery-image] Feb 25 02:12:40.247 INFO O| Feb 25 02:12:40.247 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2025-02-25T02:12:42.227Z | [ recovery-image] Feb 25 02:12:40.269 INFO O| Feb 25 02:12:40.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
7034 | 2025-02-25T02:12:42.227Z | [ recovery-image] Feb 25 02:12:40.269 INFO O| Feb 25 02:12:40.269 INFO STEP 791 (remove_files) COMPLETE |
7035 | 2025-02-25T02:12:42.227Z | [ recovery-image] Feb 25 02:12:40.269 INFO O| Feb 25 02:12:40.269 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2025-02-25T02:12:42.250Z | [ recovery-image] Feb 25 02:12:40.292 INFO O| Feb 25 02:12:40.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
7037 | 2025-02-25T02:12:42.250Z | [ recovery-image] Feb 25 02:12:40.293 INFO O| Feb 25 02:12:40.292 INFO STEP 792 (remove_files) COMPLETE |
7038 | 2025-02-25T02:12:42.254Z | [ recovery-image] Feb 25 02:12:40.293 INFO O| Feb 25 02:12:40.293 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2025-02-25T02:12:42.274Z | [ recovery-image] Feb 25 02:12:40.315 INFO O| Feb 25 02:12:40.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
7040 | 2025-02-25T02:12:42.274Z | [ recovery-image] Feb 25 02:12:40.315 INFO O| Feb 25 02:12:40.315 INFO STEP 793 (remove_files) COMPLETE |
7041 | 2025-02-25T02:12:42.274Z | [ recovery-image] Feb 25 02:12:40.315 INFO O| Feb 25 02:12:40.315 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2025-02-25T02:12:42.306Z | [ recovery-image] Feb 25 02:12:40.348 INFO O| Feb 25 02:12:40.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
7043 | 2025-02-25T02:12:42.306Z | [ recovery-image] Feb 25 02:12:40.348 INFO O| Feb 25 02:12:40.348 INFO STEP 794 (remove_files) COMPLETE |
7044 | 2025-02-25T02:12:42.308Z | [ recovery-image] Feb 25 02:12:40.348 INFO O| Feb 25 02:12:40.348 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2025-02-25T02:12:42.349Z | [ recovery-image] Feb 25 02:12:40.391 INFO O| Feb 25 02:12:40.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
7046 | 2025-02-25T02:12:42.349Z | [ recovery-image] Feb 25 02:12:40.391 INFO O| Feb 25 02:12:40.391 INFO STEP 795 (remove_files) COMPLETE |
7047 | 2025-02-25T02:12:42.352Z | [ recovery-image] Feb 25 02:12:40.391 INFO O| Feb 25 02:12:40.391 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2025-02-25T02:12:42.414Z | [ recovery-image] Feb 25 02:12:40.456 INFO O| Feb 25 02:12:40.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
7049 | 2025-02-25T02:12:42.417Z | [ recovery-image] Feb 25 02:12:40.456 INFO O| Feb 25 02:12:40.456 INFO STEP 796 (remove_files) COMPLETE |
7050 | 2025-02-25T02:12:42.417Z | [ recovery-image] Feb 25 02:12:40.456 INFO O| Feb 25 02:12:40.456 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2025-02-25T02:12:42.449Z | [ recovery-image] Feb 25 02:12:40.491 INFO O| Feb 25 02:12:40.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
7052 | 2025-02-25T02:12:42.452Z | [ recovery-image] Feb 25 02:12:40.491 INFO O| Feb 25 02:12:40.491 INFO STEP 797 (remove_files) COMPLETE |
7053 | 2025-02-25T02:12:42.452Z | [ recovery-image] Feb 25 02:12:40.492 INFO O| Feb 25 02:12:40.492 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2025-02-25T02:12:42.472Z | [ recovery-image] Feb 25 02:12:40.512 INFO O| Feb 25 02:12:40.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
7055 | 2025-02-25T02:12:42.489Z | [ recovery-image] Feb 25 02:12:40.512 INFO O| Feb 25 02:12:40.512 INFO STEP 798 (remove_files) COMPLETE |
7056 | 2025-02-25T02:12:42.489Z | [ recovery-image] Feb 25 02:12:40.512 INFO O| Feb 25 02:12:40.512 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2025-02-25T02:12:42.494Z | [ recovery-image] Feb 25 02:12:40.535 INFO O| Feb 25 02:12:40.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
7058 | 2025-02-25T02:12:42.497Z | [ recovery-image] Feb 25 02:12:40.535 INFO O| Feb 25 02:12:40.535 INFO STEP 799 (remove_files) COMPLETE |
7059 | 2025-02-25T02:12:42.497Z | [ recovery-image] Feb 25 02:12:40.535 INFO O| Feb 25 02:12:40.535 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2025-02-25T02:12:42.515Z | [ recovery-image] Feb 25 02:12:40.556 INFO O| Feb 25 02:12:40.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
7061 | 2025-02-25T02:12:42.515Z | [ recovery-image] Feb 25 02:12:40.556 INFO O| Feb 25 02:12:40.556 INFO STEP 800 (remove_files) COMPLETE |
7062 | 2025-02-25T02:12:42.518Z | [ recovery-image] Feb 25 02:12:40.556 INFO O| Feb 25 02:12:40.556 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2025-02-25T02:12:42.542Z | [ recovery-image] Feb 25 02:12:40.584 INFO O| Feb 25 02:12:40.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
7064 | 2025-02-25T02:12:42.542Z | [ recovery-image] Feb 25 02:12:40.584 INFO O| Feb 25 02:12:40.584 INFO STEP 801 (remove_files) COMPLETE |
7065 | 2025-02-25T02:12:42.545Z | [ recovery-image] Feb 25 02:12:40.584 INFO O| Feb 25 02:12:40.584 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2025-02-25T02:12:42.565Z | [ recovery-image] Feb 25 02:12:40.605 INFO O| Feb 25 02:12:40.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
7067 | 2025-02-25T02:12:42.565Z | [ recovery-image] Feb 25 02:12:40.605 INFO O| Feb 25 02:12:40.605 INFO STEP 802 (remove_files) COMPLETE |
7068 | 2025-02-25T02:12:42.565Z | [ recovery-image] Feb 25 02:12:40.605 INFO O| Feb 25 02:12:40.605 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2025-02-25T02:12:42.595Z | [ recovery-image] Feb 25 02:12:40.638 INFO O| Feb 25 02:12:40.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
7070 | 2025-02-25T02:12:42.598Z | [ recovery-image] Feb 25 02:12:40.638 INFO O| Feb 25 02:12:40.638 INFO STEP 803 (remove_files) COMPLETE |
7071 | 2025-02-25T02:12:42.598Z | [ recovery-image] Feb 25 02:12:40.638 INFO O| Feb 25 02:12:40.638 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2025-02-25T02:12:42.658Z | [ recovery-image] Feb 25 02:12:40.698 INFO O| Feb 25 02:12:40.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
7073 | 2025-02-25T02:12:42.658Z | [ recovery-image] Feb 25 02:12:40.698 INFO O| Feb 25 02:12:40.698 INFO STEP 804 (remove_files) COMPLETE |
7074 | 2025-02-25T02:12:42.658Z | [ recovery-image] Feb 25 02:12:40.698 INFO O| Feb 25 02:12:40.698 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2025-02-25T02:12:42.698Z | [ recovery-image] Feb 25 02:12:40.740 INFO O| Feb 25 02:12:40.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
7076 | 2025-02-25T02:12:42.700Z | [ recovery-image] Feb 25 02:12:40.740 INFO O| Feb 25 02:12:40.740 INFO STEP 805 (remove_files) COMPLETE |
7077 | 2025-02-25T02:12:42.700Z | [ recovery-image] Feb 25 02:12:40.740 INFO O| Feb 25 02:12:40.740 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2025-02-25T02:12:42.721Z | [ recovery-image] Feb 25 02:12:40.763 INFO O| Feb 25 02:12:40.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
7079 | 2025-02-25T02:12:42.721Z | [ recovery-image] Feb 25 02:12:40.763 INFO O| Feb 25 02:12:40.763 INFO STEP 806 (remove_files) COMPLETE |
7080 | 2025-02-25T02:12:42.724Z | [ recovery-image] Feb 25 02:12:40.763 INFO O| Feb 25 02:12:40.763 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2025-02-25T02:12:42.743Z | [ recovery-image] Feb 25 02:12:40.784 INFO O| Feb 25 02:12:40.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
7082 | 2025-02-25T02:12:42.743Z | [ recovery-image] Feb 25 02:12:40.784 INFO O| Feb 25 02:12:40.784 INFO STEP 807 (remove_files) COMPLETE |
7083 | 2025-02-25T02:12:42.743Z | [ recovery-image] Feb 25 02:12:40.784 INFO O| Feb 25 02:12:40.784 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2025-02-25T02:12:42.775Z | [ recovery-image] Feb 25 02:12:40.817 INFO O| Feb 25 02:12:40.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
7085 | 2025-02-25T02:12:42.779Z | [ recovery-image] Feb 25 02:12:40.817 INFO O| Feb 25 02:12:40.817 INFO STEP 808 (remove_files) COMPLETE |
7086 | 2025-02-25T02:12:42.779Z | [ recovery-image] Feb 25 02:12:40.817 INFO O| Feb 25 02:12:40.817 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2025-02-25T02:12:42.797Z | [ recovery-image] Feb 25 02:12:40.839 INFO O| Feb 25 02:12:40.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
7088 | 2025-02-25T02:12:42.800Z | [ recovery-image] Feb 25 02:12:40.840 INFO O| Feb 25 02:12:40.840 INFO STEP 809 (remove_files) COMPLETE |
7089 | 2025-02-25T02:12:42.800Z | [ recovery-image] Feb 25 02:12:40.840 INFO O| Feb 25 02:12:40.840 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2025-02-25T02:12:42.818Z | [ recovery-image] Feb 25 02:12:40.860 INFO O| Feb 25 02:12:40.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
7091 | 2025-02-25T02:12:42.820Z | [ recovery-image] Feb 25 02:12:40.860 INFO O| Feb 25 02:12:40.860 INFO STEP 810 (remove_files) COMPLETE |
7092 | 2025-02-25T02:12:42.820Z | [ recovery-image] Feb 25 02:12:40.860 INFO O| Feb 25 02:12:40.860 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2025-02-25T02:12:42.837Z | [ recovery-image] Feb 25 02:12:40.878 INFO O| Feb 25 02:12:40.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
7094 | 2025-02-25T02:12:42.840Z | [ recovery-image] Feb 25 02:12:40.878 INFO O| Feb 25 02:12:40.878 INFO STEP 811 (remove_files) COMPLETE |
7095 | 2025-02-25T02:12:42.840Z | [ recovery-image] Feb 25 02:12:40.879 INFO O| Feb 25 02:12:40.878 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2025-02-25T02:12:42.855Z | [ recovery-image] Feb 25 02:12:40.897 INFO O| Feb 25 02:12:40.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
7097 | 2025-02-25T02:12:42.858Z | [ recovery-image] Feb 25 02:12:40.897 INFO O| Feb 25 02:12:40.897 INFO STEP 812 (remove_files) COMPLETE |
7098 | 2025-02-25T02:12:42.858Z | [ recovery-image] Feb 25 02:12:40.897 INFO O| Feb 25 02:12:40.897 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2025-02-25T02:12:42.879Z | [ recovery-image] Feb 25 02:12:40.921 INFO O| Feb 25 02:12:40.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
7100 | 2025-02-25T02:12:42.879Z | [ recovery-image] Feb 25 02:12:40.921 INFO O| Feb 25 02:12:40.921 INFO STEP 813 (remove_files) COMPLETE |
7101 | 2025-02-25T02:12:42.879Z | [ recovery-image] Feb 25 02:12:40.921 INFO O| Feb 25 02:12:40.921 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2025-02-25T02:12:42.936Z | [ recovery-image] Feb 25 02:12:40.978 INFO O| Feb 25 02:12:40.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
7103 | 2025-02-25T02:12:42.936Z | [ recovery-image] Feb 25 02:12:40.978 INFO O| Feb 25 02:12:40.978 INFO STEP 814 (remove_files) COMPLETE |
7104 | 2025-02-25T02:12:42.936Z | [ recovery-image] Feb 25 02:12:40.978 INFO O| Feb 25 02:12:40.978 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2025-02-25T02:12:42.977Z | [ recovery-image] Feb 25 02:12:41.019 INFO O| Feb 25 02:12:41.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
7106 | 2025-02-25T02:12:42.977Z | [ recovery-image] Feb 25 02:12:41.019 INFO O| Feb 25 02:12:41.019 INFO STEP 815 (remove_files) COMPLETE |
7107 | 2025-02-25T02:12:42.977Z | [ recovery-image] Feb 25 02:12:41.019 INFO O| Feb 25 02:12:41.019 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2025-02-25T02:12:42.996Z | [ recovery-image] Feb 25 02:12:41.039 INFO O| Feb 25 02:12:41.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
7109 | 2025-02-25T02:12:42.996Z | [ recovery-image] Feb 25 02:12:41.039 INFO O| Feb 25 02:12:41.039 INFO STEP 816 (remove_files) COMPLETE |
7110 | 2025-02-25T02:12:43.002Z | [ recovery-image] Feb 25 02:12:41.039 INFO O| Feb 25 02:12:41.039 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2025-02-25T02:12:43.016Z | [ recovery-image] Feb 25 02:12:41.058 INFO O| Feb 25 02:12:41.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
7112 | 2025-02-25T02:12:43.016Z | [ recovery-image] Feb 25 02:12:41.058 INFO O| Feb 25 02:12:41.058 INFO STEP 817 (remove_files) COMPLETE |
7113 | 2025-02-25T02:12:43.016Z | [ recovery-image] Feb 25 02:12:41.058 INFO O| Feb 25 02:12:41.058 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2025-02-25T02:12:43.055Z | [ recovery-image] Feb 25 02:12:41.097 INFO O| Feb 25 02:12:41.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
7115 | 2025-02-25T02:12:43.058Z | [ recovery-image] Feb 25 02:12:41.097 INFO O| Feb 25 02:12:41.097 INFO STEP 818 (remove_files) COMPLETE |
7116 | 2025-02-25T02:12:43.058Z | [ recovery-image] Feb 25 02:12:41.097 INFO O| Feb 25 02:12:41.097 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2025-02-25T02:12:43.081Z | [ recovery-image] Feb 25 02:12:41.119 INFO O| Feb 25 02:12:41.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
7118 | 2025-02-25T02:12:43.084Z | [ recovery-image] Feb 25 02:12:41.120 INFO O| Feb 25 02:12:41.120 INFO STEP 819 (remove_files) COMPLETE |
7119 | 2025-02-25T02:12:43.084Z | [ recovery-image] Feb 25 02:12:41.120 INFO O| Feb 25 02:12:41.120 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2025-02-25T02:12:43.106Z | [ recovery-image] Feb 25 02:12:41.148 INFO O| Feb 25 02:12:41.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
7121 | 2025-02-25T02:12:43.106Z | [ recovery-image] Feb 25 02:12:41.148 INFO O| Feb 25 02:12:41.148 INFO STEP 820 (remove_files) COMPLETE |
7122 | 2025-02-25T02:12:43.108Z | [ recovery-image] Feb 25 02:12:41.148 INFO O| Feb 25 02:12:41.148 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2025-02-25T02:12:43.126Z | [ recovery-image] Feb 25 02:12:41.168 INFO O| Feb 25 02:12:41.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
7124 | 2025-02-25T02:12:43.126Z | [ recovery-image] Feb 25 02:12:41.168 INFO O| Feb 25 02:12:41.168 INFO STEP 821 (remove_files) COMPLETE |
7125 | 2025-02-25T02:12:43.126Z | [ recovery-image] Feb 25 02:12:41.168 INFO O| Feb 25 02:12:41.168 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2025-02-25T02:12:43.186Z | [ recovery-image] Feb 25 02:12:41.228 INFO O| Feb 25 02:12:41.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
7127 | 2025-02-25T02:12:43.186Z | [ recovery-image] Feb 25 02:12:41.228 INFO O| Feb 25 02:12:41.228 INFO STEP 822 (remove_files) COMPLETE |
7128 | 2025-02-25T02:12:43.186Z | [ recovery-image] Feb 25 02:12:41.228 INFO O| Feb 25 02:12:41.228 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2025-02-25T02:12:43.207Z | [ recovery-image] Feb 25 02:12:41.249 INFO O| Feb 25 02:12:41.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
7130 | 2025-02-25T02:12:43.207Z | [ recovery-image] Feb 25 02:12:41.249 INFO O| Feb 25 02:12:41.249 INFO STEP 823 (remove_files) COMPLETE |
7131 | 2025-02-25T02:12:43.209Z | [ recovery-image] Feb 25 02:12:41.249 INFO O| Feb 25 02:12:41.249 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2025-02-25T02:12:43.228Z | [ recovery-image] Feb 25 02:12:41.270 INFO O| Feb 25 02:12:41.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
7133 | 2025-02-25T02:12:43.228Z | [ recovery-image] Feb 25 02:12:41.270 INFO O| Feb 25 02:12:41.270 INFO STEP 824 (remove_files) COMPLETE |
7134 | 2025-02-25T02:12:43.231Z | [ recovery-image] Feb 25 02:12:41.270 INFO O| Feb 25 02:12:41.270 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2025-02-25T02:12:43.255Z | [ recovery-image] Feb 25 02:12:41.297 INFO O| Feb 25 02:12:41.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
7136 | 2025-02-25T02:12:43.255Z | [ recovery-image] Feb 25 02:12:41.297 INFO O| Feb 25 02:12:41.297 INFO STEP 825 (remove_files) COMPLETE |
7137 | 2025-02-25T02:12:43.258Z | [ recovery-image] Feb 25 02:12:41.297 INFO O| Feb 25 02:12:41.297 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2025-02-25T02:12:43.304Z | [ recovery-image] Feb 25 02:12:41.346 INFO O| Feb 25 02:12:41.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
7139 | 2025-02-25T02:12:43.304Z | [ recovery-image] Feb 25 02:12:41.346 INFO O| Feb 25 02:12:41.346 INFO STEP 826 (remove_files) COMPLETE |
7140 | 2025-02-25T02:12:43.306Z | [ recovery-image] Feb 25 02:12:41.346 INFO O| Feb 25 02:12:41.346 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2025-02-25T02:12:43.324Z | [ recovery-image] Feb 25 02:12:41.366 INFO O| Feb 25 02:12:41.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
7142 | 2025-02-25T02:12:43.326Z | [ recovery-image] Feb 25 02:12:41.366 INFO O| Feb 25 02:12:41.366 INFO STEP 827 (remove_files) COMPLETE |
7143 | 2025-02-25T02:12:43.326Z | [ recovery-image] Feb 25 02:12:41.366 INFO O| Feb 25 02:12:41.366 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2025-02-25T02:12:43.344Z | [ recovery-image] Feb 25 02:12:41.386 INFO O| Feb 25 02:12:41.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
7145 | 2025-02-25T02:12:43.347Z | [ recovery-image] Feb 25 02:12:41.386 INFO O| Feb 25 02:12:41.386 INFO STEP 828 (remove_files) COMPLETE |
7146 | 2025-02-25T02:12:43.347Z | [ recovery-image] Feb 25 02:12:41.386 INFO O| Feb 25 02:12:41.386 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2025-02-25T02:12:43.365Z | [ recovery-image] Feb 25 02:12:41.407 INFO O| Feb 25 02:12:41.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
7148 | 2025-02-25T02:12:43.368Z | [ recovery-image] Feb 25 02:12:41.407 INFO O| Feb 25 02:12:41.407 INFO STEP 829 (remove_files) COMPLETE |
7149 | 2025-02-25T02:12:43.368Z | [ recovery-image] Feb 25 02:12:41.407 INFO O| Feb 25 02:12:41.407 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2025-02-25T02:12:43.387Z | [ recovery-image] Feb 25 02:12:41.427 INFO O| Feb 25 02:12:41.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
7151 | 2025-02-25T02:12:43.389Z | [ recovery-image] Feb 25 02:12:41.428 INFO O| Feb 25 02:12:41.428 INFO STEP 830 (remove_files) COMPLETE |
7152 | 2025-02-25T02:12:43.389Z | [ recovery-image] Feb 25 02:12:41.428 INFO O| Feb 25 02:12:41.428 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2025-02-25T02:12:43.406Z | [ recovery-image] Feb 25 02:12:41.449 INFO O| Feb 25 02:12:41.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
7154 | 2025-02-25T02:12:43.406Z | [ recovery-image] Feb 25 02:12:41.449 INFO O| Feb 25 02:12:41.449 INFO STEP 831 (remove_files) COMPLETE |
7155 | 2025-02-25T02:12:43.409Z | [ recovery-image] Feb 25 02:12:41.449 INFO O| Feb 25 02:12:41.449 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2025-02-25T02:12:43.452Z | [ recovery-image] Feb 25 02:12:41.493 INFO O| Feb 25 02:12:41.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
7157 | 2025-02-25T02:12:43.452Z | [ recovery-image] Feb 25 02:12:41.493 INFO O| Feb 25 02:12:41.493 INFO STEP 832 (remove_files) COMPLETE |
7158 | 2025-02-25T02:12:43.455Z | [ recovery-image] Feb 25 02:12:41.493 INFO O| Feb 25 02:12:41.493 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2025-02-25T02:12:43.472Z | [ recovery-image] Feb 25 02:12:41.514 INFO O| Feb 25 02:12:41.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
7160 | 2025-02-25T02:12:43.472Z | [ recovery-image] Feb 25 02:12:41.514 INFO O| Feb 25 02:12:41.514 INFO STEP 833 (remove_files) COMPLETE |
7161 | 2025-02-25T02:12:43.475Z | [ recovery-image] Feb 25 02:12:41.514 INFO O| Feb 25 02:12:41.514 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2025-02-25T02:12:43.509Z | [ recovery-image] Feb 25 02:12:41.551 INFO O| Feb 25 02:12:41.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
7163 | 2025-02-25T02:12:43.509Z | [ recovery-image] Feb 25 02:12:41.552 INFO O| Feb 25 02:12:41.552 INFO STEP 834 (remove_files) COMPLETE |
7164 | 2025-02-25T02:12:43.510Z | [ recovery-image] Feb 25 02:12:41.552 INFO O| Feb 25 02:12:41.552 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2025-02-25T02:12:43.544Z | [ recovery-image] Feb 25 02:12:41.584 INFO O| Feb 25 02:12:41.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7166 | 2025-02-25T02:12:43.544Z | [ recovery-image] Feb 25 02:12:41.584 INFO O| Feb 25 02:12:41.584 INFO STEP 835 (remove_files) COMPLETE |
7167 | 2025-02-25T02:12:43.547Z | [ recovery-image] Feb 25 02:12:41.584 INFO O| Feb 25 02:12:41.584 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2025-02-25T02:12:43.562Z | [ recovery-image] Feb 25 02:12:41.603 INFO O| Feb 25 02:12:41.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7169 | 2025-02-25T02:12:43.562Z | [ recovery-image] Feb 25 02:12:41.604 INFO O| Feb 25 02:12:41.604 INFO STEP 836 (remove_files) COMPLETE |
7170 | 2025-02-25T02:12:43.563Z | [ recovery-image] Feb 25 02:12:41.604 INFO O| Feb 25 02:12:41.604 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2025-02-25T02:12:43.612Z | [ recovery-image] Feb 25 02:12:41.654 INFO O| Feb 25 02:12:41.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7172 | 2025-02-25T02:12:43.612Z | [ recovery-image] Feb 25 02:12:41.654 INFO O| Feb 25 02:12:41.654 INFO STEP 837 (remove_files) COMPLETE |
7173 | 2025-02-25T02:12:43.615Z | [ recovery-image] Feb 25 02:12:41.654 INFO O| Feb 25 02:12:41.654 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2025-02-25T02:12:43.634Z | [ recovery-image] Feb 25 02:12:41.676 INFO O| Feb 25 02:12:41.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7175 | 2025-02-25T02:12:43.637Z | [ recovery-image] Feb 25 02:12:41.676 INFO O| Feb 25 02:12:41.676 INFO STEP 838 (remove_files) COMPLETE |
7176 | 2025-02-25T02:12:43.637Z | [ recovery-image] Feb 25 02:12:41.676 INFO O| Feb 25 02:12:41.676 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2025-02-25T02:12:43.652Z | [ recovery-image] Feb 25 02:12:41.694 INFO O| Feb 25 02:12:41.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7178 | 2025-02-25T02:12:43.652Z | [ recovery-image] Feb 25 02:12:41.694 INFO O| Feb 25 02:12:41.694 INFO STEP 839 (remove_files) COMPLETE |
7179 | 2025-02-25T02:12:43.655Z | [ recovery-image] Feb 25 02:12:41.694 INFO O| Feb 25 02:12:41.694 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2025-02-25T02:12:43.677Z | [ recovery-image] Feb 25 02:12:41.718 INFO O| Feb 25 02:12:41.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7181 | 2025-02-25T02:12:43.677Z | [ recovery-image] Feb 25 02:12:41.718 INFO O| Feb 25 02:12:41.718 INFO STEP 840 (remove_files) COMPLETE |
7182 | 2025-02-25T02:12:43.677Z | [ recovery-image] Feb 25 02:12:41.718 INFO O| Feb 25 02:12:41.718 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2025-02-25T02:12:43.698Z | [ recovery-image] Feb 25 02:12:41.739 INFO O| Feb 25 02:12:41.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7184 | 2025-02-25T02:12:43.698Z | [ recovery-image] Feb 25 02:12:41.739 INFO O| Feb 25 02:12:41.739 INFO STEP 841 (remove_files) COMPLETE |
7185 | 2025-02-25T02:12:43.698Z | [ recovery-image] Feb 25 02:12:41.739 INFO O| Feb 25 02:12:41.739 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2025-02-25T02:12:43.770Z | [ recovery-image] Feb 25 02:12:41.811 INFO O| Feb 25 02:12:41.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7187 | 2025-02-25T02:12:43.770Z | [ recovery-image] Feb 25 02:12:41.811 INFO O| Feb 25 02:12:41.811 INFO STEP 842 (remove_files) COMPLETE |
7188 | 2025-02-25T02:12:43.770Z | [ recovery-image] Feb 25 02:12:41.811 INFO O| Feb 25 02:12:41.811 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2025-02-25T02:12:43.800Z | [ recovery-image] Feb 25 02:12:41.842 INFO O| Feb 25 02:12:41.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7190 | 2025-02-25T02:12:43.800Z | [ recovery-image] Feb 25 02:12:41.842 INFO O| Feb 25 02:12:41.842 INFO STEP 843 (remove_files) COMPLETE |
7191 | 2025-02-25T02:12:43.800Z | [ recovery-image] Feb 25 02:12:41.842 INFO O| Feb 25 02:12:41.842 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2025-02-25T02:12:43.824Z | [ recovery-image] Feb 25 02:12:41.866 INFO O| Feb 25 02:12:41.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7193 | 2025-02-25T02:12:43.824Z | [ recovery-image] Feb 25 02:12:41.866 INFO O| Feb 25 02:12:41.866 INFO STEP 844 (remove_files) COMPLETE |
7194 | 2025-02-25T02:12:43.824Z | [ recovery-image] Feb 25 02:12:41.866 INFO O| Feb 25 02:12:41.866 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2025-02-25T02:12:43.847Z | [ recovery-image] Feb 25 02:12:41.888 INFO O| Feb 25 02:12:41.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7196 | 2025-02-25T02:12:43.847Z | [ recovery-image] Feb 25 02:12:41.888 INFO O| Feb 25 02:12:41.888 INFO STEP 845 (remove_files) COMPLETE |
7197 | 2025-02-25T02:12:43.847Z | [ recovery-image] Feb 25 02:12:41.888 INFO O| Feb 25 02:12:41.888 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2025-02-25T02:12:43.865Z | [ recovery-image] Feb 25 02:12:41.907 INFO O| Feb 25 02:12:41.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7199 | 2025-02-25T02:12:43.865Z | [ recovery-image] Feb 25 02:12:41.907 INFO O| Feb 25 02:12:41.907 INFO STEP 846 (remove_files) COMPLETE |
7200 | 2025-02-25T02:12:43.865Z | [ recovery-image] Feb 25 02:12:41.907 INFO O| Feb 25 02:12:41.907 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2025-02-25T02:12:43.889Z | [ recovery-image] Feb 25 02:12:41.930 INFO O| Feb 25 02:12:41.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7202 | 2025-02-25T02:12:43.889Z | [ recovery-image] Feb 25 02:12:41.930 INFO O| Feb 25 02:12:41.930 INFO STEP 847 (remove_files) COMPLETE |
7203 | 2025-02-25T02:12:43.889Z | [ recovery-image] Feb 25 02:12:41.930 INFO O| Feb 25 02:12:41.930 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2025-02-25T02:12:44.003Z | [ recovery-image] Feb 25 02:12:42.043 INFO O| Feb 25 02:12:42.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7205 | 2025-02-25T02:12:44.006Z | [ recovery-image] Feb 25 02:12:42.043 INFO O| Feb 25 02:12:42.043 INFO STEP 848 (remove_files) COMPLETE |
7206 | 2025-02-25T02:12:44.006Z | [ recovery-image] Feb 25 02:12:42.043 INFO O| Feb 25 02:12:42.043 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2025-02-25T02:12:44.037Z | [ recovery-image] Feb 25 02:12:42.078 INFO O| Feb 25 02:12:42.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7208 | 2025-02-25T02:12:44.040Z | [ recovery-image] Feb 25 02:12:42.078 INFO O| Feb 25 02:12:42.078 INFO STEP 849 (remove_files) COMPLETE |
7209 | 2025-02-25T02:12:44.040Z | [ recovery-image] Feb 25 02:12:42.078 INFO O| Feb 25 02:12:42.078 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2025-02-25T02:12:44.073Z | [ recovery-image] Feb 25 02:12:42.114 INFO O| Feb 25 02:12:42.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7211 | 2025-02-25T02:12:44.073Z | [ recovery-image] Feb 25 02:12:42.114 INFO O| Feb 25 02:12:42.114 INFO STEP 850 (remove_files) COMPLETE |
7212 | 2025-02-25T02:12:44.073Z | [ recovery-image] Feb 25 02:12:42.114 INFO O| Feb 25 02:12:42.114 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2025-02-25T02:12:44.091Z | [ recovery-image] Feb 25 02:12:42.133 INFO O| Feb 25 02:12:42.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7214 | 2025-02-25T02:12:44.091Z | [ recovery-image] Feb 25 02:12:42.133 INFO O| Feb 25 02:12:42.133 INFO STEP 851 (remove_files) COMPLETE |
7215 | 2025-02-25T02:12:44.093Z | [ recovery-image] Feb 25 02:12:42.133 INFO O| Feb 25 02:12:42.133 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2025-02-25T02:12:44.120Z | [ recovery-image] Feb 25 02:12:42.162 INFO O| Feb 25 02:12:42.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7217 | 2025-02-25T02:12:44.120Z | [ recovery-image] Feb 25 02:12:42.162 INFO O| Feb 25 02:12:42.162 INFO STEP 852 (remove_files) COMPLETE |
7218 | 2025-02-25T02:12:44.120Z | [ recovery-image] Feb 25 02:12:42.162 INFO O| Feb 25 02:12:42.162 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2025-02-25T02:12:44.140Z | [ recovery-image] Feb 25 02:12:42.182 INFO O| Feb 25 02:12:42.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7220 | 2025-02-25T02:12:44.153Z | [ recovery-image] Feb 25 02:12:42.195 INFO O| Feb 25 02:12:42.195 INFO STEP 853 (remove_files) COMPLETE |
7221 | 2025-02-25T02:12:44.153Z | [ recovery-image] Feb 25 02:12:42.195 INFO O| Feb 25 02:12:42.195 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2025-02-25T02:12:44.173Z | [ recovery-image] Feb 25 02:12:42.215 INFO O| Feb 25 02:12:42.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7223 | 2025-02-25T02:12:44.173Z | [ recovery-image] Feb 25 02:12:42.215 INFO O| Feb 25 02:12:42.215 INFO STEP 854 (remove_files) COMPLETE |
7224 | 2025-02-25T02:12:44.178Z | [ recovery-image] Feb 25 02:12:42.215 INFO O| Feb 25 02:12:42.215 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2025-02-25T02:12:44.192Z | [ recovery-image] Feb 25 02:12:42.234 INFO O| Feb 25 02:12:42.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7226 | 2025-02-25T02:12:44.192Z | [ recovery-image] Feb 25 02:12:42.234 INFO O| Feb 25 02:12:42.234 INFO STEP 855 (remove_files) COMPLETE |
7227 | 2025-02-25T02:12:44.193Z | [ recovery-image] Feb 25 02:12:42.234 INFO O| Feb 25 02:12:42.234 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2025-02-25T02:12:44.210Z | [ recovery-image] Feb 25 02:12:42.252 INFO O| Feb 25 02:12:42.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7229 | 2025-02-25T02:12:44.210Z | [ recovery-image] Feb 25 02:12:42.252 INFO O| Feb 25 02:12:42.252 INFO STEP 856 (remove_files) COMPLETE |
7230 | 2025-02-25T02:12:44.210Z | [ recovery-image] Feb 25 02:12:42.252 INFO O| Feb 25 02:12:42.252 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2025-02-25T02:12:44.229Z | [ recovery-image] Feb 25 02:12:42.270 INFO O| Feb 25 02:12:42.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7232 | 2025-02-25T02:12:44.229Z | [ recovery-image] Feb 25 02:12:42.270 INFO O| Feb 25 02:12:42.270 INFO STEP 857 (remove_files) COMPLETE |
7233 | 2025-02-25T02:12:44.229Z | [ recovery-image] Feb 25 02:12:42.270 INFO O| Feb 25 02:12:42.270 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2025-02-25T02:12:44.247Z | [ recovery-image] Feb 25 02:12:42.289 INFO O| Feb 25 02:12:42.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7235 | 2025-02-25T02:12:44.247Z | [ recovery-image] Feb 25 02:12:42.289 INFO O| Feb 25 02:12:42.289 INFO STEP 858 (remove_files) COMPLETE |
7236 | 2025-02-25T02:12:44.249Z | [ recovery-image] Feb 25 02:12:42.289 INFO O| Feb 25 02:12:42.289 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2025-02-25T02:12:44.298Z | [ recovery-image] Feb 25 02:12:42.340 INFO O| Feb 25 02:12:42.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7238 | 2025-02-25T02:12:44.298Z | [ recovery-image] Feb 25 02:12:42.340 INFO O| Feb 25 02:12:42.340 INFO STEP 859 (remove_files) COMPLETE |
7239 | 2025-02-25T02:12:44.298Z | [ recovery-image] Feb 25 02:12:42.340 INFO O| Feb 25 02:12:42.340 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2025-02-25T02:12:44.325Z | [ recovery-image] Feb 25 02:12:42.367 INFO O| Feb 25 02:12:42.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7241 | 2025-02-25T02:12:44.325Z | [ recovery-image] Feb 25 02:12:42.367 INFO O| Feb 25 02:12:42.367 INFO STEP 860 (remove_files) COMPLETE |
7242 | 2025-02-25T02:12:44.328Z | [ recovery-image] Feb 25 02:12:42.367 INFO O| Feb 25 02:12:42.367 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2025-02-25T02:12:44.347Z | [ recovery-image] Feb 25 02:12:42.388 INFO O| Feb 25 02:12:42.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7244 | 2025-02-25T02:12:44.347Z | [ recovery-image] Feb 25 02:12:42.388 INFO O| Feb 25 02:12:42.388 INFO STEP 861 (remove_files) COMPLETE |
7245 | 2025-02-25T02:12:44.347Z | [ recovery-image] Feb 25 02:12:42.388 INFO O| Feb 25 02:12:42.388 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2025-02-25T02:12:44.366Z | [ recovery-image] Feb 25 02:12:42.407 INFO O| Feb 25 02:12:42.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7247 | 2025-02-25T02:12:44.366Z | [ recovery-image] Feb 25 02:12:42.407 INFO O| Feb 25 02:12:42.407 INFO STEP 862 (remove_files) COMPLETE |
7248 | 2025-02-25T02:12:44.366Z | [ recovery-image] Feb 25 02:12:42.407 INFO O| Feb 25 02:12:42.407 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2025-02-25T02:12:44.406Z | [ recovery-image] Feb 25 02:12:42.448 INFO O| Feb 25 02:12:42.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7250 | 2025-02-25T02:12:44.409Z | [ recovery-image] Feb 25 02:12:42.449 INFO O| Feb 25 02:12:42.449 INFO STEP 863 (remove_files) COMPLETE |
7251 | 2025-02-25T02:12:44.409Z | [ recovery-image] Feb 25 02:12:42.449 INFO O| Feb 25 02:12:42.449 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2025-02-25T02:12:44.450Z | [ recovery-image] Feb 25 02:12:42.489 INFO O| Feb 25 02:12:42.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7253 | 2025-02-25T02:12:44.453Z | [ recovery-image] Feb 25 02:12:42.489 INFO O| Feb 25 02:12:42.489 INFO STEP 864 (remove_files) COMPLETE |
7254 | 2025-02-25T02:12:44.453Z | [ recovery-image] Feb 25 02:12:42.489 INFO O| Feb 25 02:12:42.489 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2025-02-25T02:12:44.516Z | [ recovery-image] Feb 25 02:12:42.558 INFO O| Feb 25 02:12:42.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7256 | 2025-02-25T02:12:44.519Z | [ recovery-image] Feb 25 02:12:42.558 INFO O| Feb 25 02:12:42.558 INFO STEP 865 (remove_files) COMPLETE |
7257 | 2025-02-25T02:12:44.519Z | [ recovery-image] Feb 25 02:12:42.558 INFO O| Feb 25 02:12:42.558 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2025-02-25T02:12:44.536Z | [ recovery-image] Feb 25 02:12:42.578 INFO O| Feb 25 02:12:42.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7259 | 2025-02-25T02:12:44.536Z | [ recovery-image] Feb 25 02:12:42.578 INFO O| Feb 25 02:12:42.578 INFO STEP 866 (remove_files) COMPLETE |
7260 | 2025-02-25T02:12:44.539Z | [ recovery-image] Feb 25 02:12:42.578 INFO O| Feb 25 02:12:42.578 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2025-02-25T02:12:44.575Z | [ recovery-image] Feb 25 02:12:42.617 INFO O| Feb 25 02:12:42.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7262 | 2025-02-25T02:12:44.578Z | [ recovery-image] Feb 25 02:12:42.617 INFO O| Feb 25 02:12:42.617 INFO STEP 867 (remove_files) COMPLETE |
7263 | 2025-02-25T02:12:44.578Z | [ recovery-image] Feb 25 02:12:42.617 INFO O| Feb 25 02:12:42.617 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2025-02-25T02:12:44.610Z | [ recovery-image] Feb 25 02:12:42.652 INFO O| Feb 25 02:12:42.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7265 | 2025-02-25T02:12:44.610Z | [ recovery-image] Feb 25 02:12:42.652 INFO O| Feb 25 02:12:42.652 INFO STEP 868 (remove_files) COMPLETE |
7266 | 2025-02-25T02:12:44.613Z | [ recovery-image] Feb 25 02:12:42.652 INFO O| Feb 25 02:12:42.652 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2025-02-25T02:12:44.640Z | [ recovery-image] Feb 25 02:12:42.682 INFO O| Feb 25 02:12:42.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7268 | 2025-02-25T02:12:44.640Z | [ recovery-image] Feb 25 02:12:42.682 INFO O| Feb 25 02:12:42.682 INFO STEP 869 (remove_files) COMPLETE |
7269 | 2025-02-25T02:12:44.643Z | [ recovery-image] Feb 25 02:12:42.682 INFO O| Feb 25 02:12:42.682 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2025-02-25T02:12:44.702Z | [ recovery-image] Feb 25 02:12:42.744 INFO O| Feb 25 02:12:42.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7271 | 2025-02-25T02:12:44.702Z | [ recovery-image] Feb 25 02:12:42.744 INFO O| Feb 25 02:12:42.744 INFO STEP 870 (remove_files) COMPLETE |
7272 | 2025-02-25T02:12:44.702Z | [ recovery-image] Feb 25 02:12:42.744 INFO O| Feb 25 02:12:42.744 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2025-02-25T02:12:44.721Z | [ recovery-image] Feb 25 02:12:42.763 INFO O| Feb 25 02:12:42.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7274 | 2025-02-25T02:12:44.721Z | [ recovery-image] Feb 25 02:12:42.763 INFO O| Feb 25 02:12:42.763 INFO STEP 871 (remove_files) COMPLETE |
7275 | 2025-02-25T02:12:44.721Z | [ recovery-image] Feb 25 02:12:42.763 INFO O| Feb 25 02:12:42.763 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2025-02-25T02:12:44.756Z | [ recovery-image] Feb 25 02:12:42.798 INFO O| Feb 25 02:12:42.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7277 | 2025-02-25T02:12:44.756Z | [ recovery-image] Feb 25 02:12:42.798 INFO O| Feb 25 02:12:42.798 INFO STEP 872 (remove_files) COMPLETE |
7278 | 2025-02-25T02:12:44.756Z | [ recovery-image] Feb 25 02:12:42.798 INFO O| Feb 25 02:12:42.798 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2025-02-25T02:12:44.781Z | [ recovery-image] Feb 25 02:12:42.823 INFO O| Feb 25 02:12:42.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7280 | 2025-02-25T02:12:44.781Z | [ recovery-image] Feb 25 02:12:42.823 INFO O| Feb 25 02:12:42.823 INFO STEP 873 (remove_files) COMPLETE |
7281 | 2025-02-25T02:12:44.781Z | [ recovery-image] Feb 25 02:12:42.823 INFO O| Feb 25 02:12:42.823 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2025-02-25T02:12:44.814Z | [ recovery-image] Feb 25 02:12:42.856 INFO O| Feb 25 02:12:42.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7283 | 2025-02-25T02:12:44.814Z | [ recovery-image] Feb 25 02:12:42.856 INFO O| Feb 25 02:12:42.856 INFO STEP 874 (remove_files) COMPLETE |
7284 | 2025-02-25T02:12:44.814Z | [ recovery-image] Feb 25 02:12:42.856 INFO O| Feb 25 02:12:42.856 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2025-02-25T02:12:44.860Z | [ recovery-image] Feb 25 02:12:42.902 INFO O| Feb 25 02:12:42.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7286 | 2025-02-25T02:12:44.862Z | [ recovery-image] Feb 25 02:12:42.902 INFO O| Feb 25 02:12:42.902 INFO STEP 875 (remove_files) COMPLETE |
7287 | 2025-02-25T02:12:44.862Z | [ recovery-image] Feb 25 02:12:42.902 INFO O| Feb 25 02:12:42.902 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2025-02-25T02:12:44.880Z | [ recovery-image] Feb 25 02:12:42.922 INFO O| Feb 25 02:12:42.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7289 | 2025-02-25T02:12:44.880Z | [ recovery-image] Feb 25 02:12:42.922 INFO O| Feb 25 02:12:42.922 INFO STEP 876 (remove_files) COMPLETE |
7290 | 2025-02-25T02:12:44.883Z | [ recovery-image] Feb 25 02:12:42.922 INFO O| Feb 25 02:12:42.922 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2025-02-25T02:12:44.899Z | [ recovery-image] Feb 25 02:12:42.941 INFO O| Feb 25 02:12:42.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7292 | 2025-02-25T02:12:44.899Z | [ recovery-image] Feb 25 02:12:42.941 INFO O| Feb 25 02:12:42.941 INFO STEP 877 (remove_files) COMPLETE |
7293 | 2025-02-25T02:12:44.902Z | [ recovery-image] Feb 25 02:12:42.941 INFO O| Feb 25 02:12:42.941 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2025-02-25T02:12:44.917Z | [ recovery-image] Feb 25 02:12:42.959 INFO O| Feb 25 02:12:42.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7295 | 2025-02-25T02:12:44.917Z | [ recovery-image] Feb 25 02:12:42.959 INFO O| Feb 25 02:12:42.959 INFO STEP 878 (remove_files) COMPLETE |
7296 | 2025-02-25T02:12:44.920Z | [ recovery-image] Feb 25 02:12:42.959 INFO O| Feb 25 02:12:42.959 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2025-02-25T02:12:44.953Z | [ recovery-image] Feb 25 02:12:42.995 INFO O| Feb 25 02:12:42.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7298 | 2025-02-25T02:12:44.953Z | [ recovery-image] Feb 25 02:12:42.995 INFO O| Feb 25 02:12:42.995 INFO STEP 879 (remove_files) COMPLETE |
7299 | 2025-02-25T02:12:44.953Z | [ recovery-image] Feb 25 02:12:42.995 INFO O| Feb 25 02:12:42.995 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2025-02-25T02:12:44.980Z | [ recovery-image] Feb 25 02:12:43.022 INFO O| Feb 25 02:12:43.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7301 | 2025-02-25T02:12:44.983Z | [ recovery-image] Feb 25 02:12:43.022 INFO O| Feb 25 02:12:43.022 INFO STEP 880 (remove_files) COMPLETE |
7302 | 2025-02-25T02:12:44.983Z | [ recovery-image] Feb 25 02:12:43.023 INFO O| Feb 25 02:12:43.022 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2025-02-25T02:12:45.001Z | [ recovery-image] Feb 25 02:12:43.042 INFO O| Feb 25 02:12:43.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7304 | 2025-02-25T02:12:45.004Z | [ recovery-image] Feb 25 02:12:43.042 INFO O| Feb 25 02:12:43.042 INFO STEP 881 (remove_files) COMPLETE |
7305 | 2025-02-25T02:12:45.004Z | [ recovery-image] Feb 25 02:12:43.042 INFO O| Feb 25 02:12:43.042 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2025-02-25T02:12:45.019Z | [ recovery-image] Feb 25 02:12:43.061 INFO O| Feb 25 02:12:43.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7307 | 2025-02-25T02:12:45.022Z | [ recovery-image] Feb 25 02:12:43.061 INFO O| Feb 25 02:12:43.061 INFO STEP 882 (remove_files) COMPLETE |
7308 | 2025-02-25T02:12:45.022Z | [ recovery-image] Feb 25 02:12:43.061 INFO O| Feb 25 02:12:43.061 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2025-02-25T02:12:45.037Z | [ recovery-image] Feb 25 02:12:43.079 INFO O| Feb 25 02:12:43.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7310 | 2025-02-25T02:12:45.039Z | [ recovery-image] Feb 25 02:12:43.079 INFO O| Feb 25 02:12:43.079 INFO STEP 883 (remove_files) COMPLETE |
7311 | 2025-02-25T02:12:45.039Z | [ recovery-image] Feb 25 02:12:43.079 INFO O| Feb 25 02:12:43.079 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2025-02-25T02:12:45.054Z | [ recovery-image] Feb 25 02:12:43.097 INFO O| Feb 25 02:12:43.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7313 | 2025-02-25T02:12:45.057Z | [ recovery-image] Feb 25 02:12:43.097 INFO O| Feb 25 02:12:43.097 INFO STEP 884 (remove_files) COMPLETE |
7314 | 2025-02-25T02:12:45.057Z | [ recovery-image] Feb 25 02:12:43.097 INFO O| Feb 25 02:12:43.097 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2025-02-25T02:12:45.085Z | [ recovery-image] Feb 25 02:12:43.127 INFO O| Feb 25 02:12:43.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7316 | 2025-02-25T02:12:45.089Z | [ recovery-image] Feb 25 02:12:43.127 INFO O| Feb 25 02:12:43.127 INFO STEP 885 (remove_files) COMPLETE |
7317 | 2025-02-25T02:12:45.089Z | [ recovery-image] Feb 25 02:12:43.127 INFO O| Feb 25 02:12:43.127 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2025-02-25T02:12:45.187Z | [ recovery-image] Feb 25 02:12:43.229 INFO O| Feb 25 02:12:43.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7319 | 2025-02-25T02:12:45.187Z | [ recovery-image] Feb 25 02:12:43.229 INFO O| Feb 25 02:12:43.229 INFO STEP 886 (remove_files) COMPLETE |
7320 | 2025-02-25T02:12:45.190Z | [ recovery-image] Feb 25 02:12:43.229 INFO O| Feb 25 02:12:43.229 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2025-02-25T02:12:45.208Z | [ recovery-image] Feb 25 02:12:43.250 INFO O| Feb 25 02:12:43.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7322 | 2025-02-25T02:12:45.212Z | [ recovery-image] Feb 25 02:12:43.251 INFO O| Feb 25 02:12:43.251 INFO STEP 887 (remove_files) COMPLETE |
7323 | 2025-02-25T02:12:45.212Z | [ recovery-image] Feb 25 02:12:43.251 INFO O| Feb 25 02:12:43.251 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2025-02-25T02:12:45.258Z | [ recovery-image] Feb 25 02:12:43.300 INFO O| Feb 25 02:12:43.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7325 | 2025-02-25T02:12:45.258Z | [ recovery-image] Feb 25 02:12:43.300 INFO O| Feb 25 02:12:43.300 INFO STEP 888 (remove_files) COMPLETE |
7326 | 2025-02-25T02:12:45.262Z | [ recovery-image] Feb 25 02:12:43.300 INFO O| Feb 25 02:12:43.300 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2025-02-25T02:12:45.280Z | [ recovery-image] Feb 25 02:12:43.322 INFO O| Feb 25 02:12:43.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7328 | 2025-02-25T02:12:45.305Z | [ recovery-image] Feb 25 02:12:43.346 INFO O| Feb 25 02:12:43.346 INFO STEP 889 (remove_files) COMPLETE |
7329 | 2025-02-25T02:12:45.305Z | [ recovery-image] Feb 25 02:12:43.346 INFO O| Feb 25 02:12:43.346 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2025-02-25T02:12:45.344Z | [ recovery-image] Feb 25 02:12:43.386 INFO O| Feb 25 02:12:43.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7331 | 2025-02-25T02:12:45.344Z | [ recovery-image] Feb 25 02:12:43.386 INFO O| Feb 25 02:12:43.386 INFO STEP 890 (remove_files) COMPLETE |
7332 | 2025-02-25T02:12:45.347Z | [ recovery-image] Feb 25 02:12:43.386 INFO O| Feb 25 02:12:43.386 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2025-02-25T02:12:45.379Z | [ recovery-image] Feb 25 02:12:43.421 INFO O| Feb 25 02:12:43.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7334 | 2025-02-25T02:12:45.379Z | [ recovery-image] Feb 25 02:12:43.421 INFO O| Feb 25 02:12:43.421 INFO STEP 891 (remove_files) COMPLETE |
7335 | 2025-02-25T02:12:45.383Z | [ recovery-image] Feb 25 02:12:43.421 INFO O| Feb 25 02:12:43.421 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2025-02-25T02:12:45.398Z | [ recovery-image] Feb 25 02:12:43.440 INFO O| Feb 25 02:12:43.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7337 | 2025-02-25T02:12:45.422Z | [ recovery-image] Feb 25 02:12:43.464 INFO O| Feb 25 02:12:43.464 INFO STEP 892 (remove_files) COMPLETE |
7338 | 2025-02-25T02:12:45.422Z | [ recovery-image] Feb 25 02:12:43.464 INFO O| Feb 25 02:12:43.464 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2025-02-25T02:12:45.456Z | [ recovery-image] Feb 25 02:12:43.497 INFO O| Feb 25 02:12:43.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7340 | 2025-02-25T02:12:45.456Z | [ recovery-image] Feb 25 02:12:43.497 INFO O| Feb 25 02:12:43.497 INFO STEP 893 (remove_files) COMPLETE |
7341 | 2025-02-25T02:12:45.456Z | [ recovery-image] Feb 25 02:12:43.497 INFO O| Feb 25 02:12:43.497 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2025-02-25T02:12:45.474Z | [ recovery-image] Feb 25 02:12:43.516 INFO O| Feb 25 02:12:43.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7343 | 2025-02-25T02:12:45.474Z | [ recovery-image] Feb 25 02:12:43.516 INFO O| Feb 25 02:12:43.516 INFO STEP 894 (remove_files) COMPLETE |
7344 | 2025-02-25T02:12:45.474Z | [ recovery-image] Feb 25 02:12:43.516 INFO O| Feb 25 02:12:43.516 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2025-02-25T02:12:45.508Z | [ recovery-image] Feb 25 02:12:43.550 INFO O| Feb 25 02:12:43.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7346 | 2025-02-25T02:12:45.508Z | [ recovery-image] Feb 25 02:12:43.550 INFO O| Feb 25 02:12:43.550 INFO STEP 895 (remove_files) COMPLETE |
7347 | 2025-02-25T02:12:45.508Z | [ recovery-image] Feb 25 02:12:43.550 INFO O| Feb 25 02:12:43.550 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2025-02-25T02:12:45.538Z | [ recovery-image] Feb 25 02:12:43.580 INFO O| Feb 25 02:12:43.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7349 | 2025-02-25T02:12:45.538Z | [ recovery-image] Feb 25 02:12:43.580 INFO O| Feb 25 02:12:43.580 INFO STEP 896 (remove_files) COMPLETE |
7350 | 2025-02-25T02:12:45.538Z | [ recovery-image] Feb 25 02:12:43.580 INFO O| Feb 25 02:12:43.580 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2025-02-25T02:12:45.556Z | [ recovery-image] Feb 25 02:12:43.598 INFO O| Feb 25 02:12:43.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7352 | 2025-02-25T02:12:45.556Z | [ recovery-image] Feb 25 02:12:43.598 INFO O| Feb 25 02:12:43.598 INFO STEP 897 (remove_files) COMPLETE |
7353 | 2025-02-25T02:12:45.556Z | [ recovery-image] Feb 25 02:12:43.598 INFO O| Feb 25 02:12:43.598 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2025-02-25T02:12:45.584Z | [ recovery-image] Feb 25 02:12:43.626 INFO O| Feb 25 02:12:43.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7355 | 2025-02-25T02:12:45.584Z | [ recovery-image] Feb 25 02:12:43.626 INFO O| Feb 25 02:12:43.626 INFO STEP 898 (remove_files) COMPLETE |
7356 | 2025-02-25T02:12:45.587Z | [ recovery-image] Feb 25 02:12:43.626 INFO O| Feb 25 02:12:43.626 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2025-02-25T02:12:45.606Z | [ recovery-image] Feb 25 02:12:43.648 INFO O| Feb 25 02:12:43.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7358 | 2025-02-25T02:12:45.606Z | [ recovery-image] Feb 25 02:12:43.648 INFO O| Feb 25 02:12:43.648 INFO STEP 899 (remove_files) COMPLETE |
7359 | 2025-02-25T02:12:45.606Z | [ recovery-image] Feb 25 02:12:43.648 INFO O| Feb 25 02:12:43.648 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2025-02-25T02:12:45.624Z | [ recovery-image] Feb 25 02:12:43.666 INFO O| Feb 25 02:12:43.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7361 | 2025-02-25T02:12:45.624Z | [ recovery-image] Feb 25 02:12:43.666 INFO O| Feb 25 02:12:43.666 INFO STEP 900 (remove_files) COMPLETE |
7362 | 2025-02-25T02:12:45.624Z | [ recovery-image] Feb 25 02:12:43.666 INFO O| Feb 25 02:12:43.666 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2025-02-25T02:12:45.642Z | [ recovery-image] Feb 25 02:12:43.683 INFO O| Feb 25 02:12:43.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7364 | 2025-02-25T02:12:45.642Z | [ recovery-image] Feb 25 02:12:43.683 INFO O| Feb 25 02:12:43.683 INFO STEP 901 (remove_files) COMPLETE |
7365 | 2025-02-25T02:12:45.642Z | [ recovery-image] Feb 25 02:12:43.683 INFO O| Feb 25 02:12:43.683 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2025-02-25T02:12:45.683Z | [ recovery-image] Feb 25 02:12:43.725 INFO O| Feb 25 02:12:43.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7367 | 2025-02-25T02:12:45.685Z | [ recovery-image] Feb 25 02:12:43.725 INFO O| Feb 25 02:12:43.725 INFO STEP 902 (remove_files) COMPLETE |
7368 | 2025-02-25T02:12:45.685Z | [ recovery-image] Feb 25 02:12:43.725 INFO O| Feb 25 02:12:43.725 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2025-02-25T02:12:45.703Z | [ recovery-image] Feb 25 02:12:43.745 INFO O| Feb 25 02:12:43.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7370 | 2025-02-25T02:12:45.703Z | [ recovery-image] Feb 25 02:12:43.745 INFO O| Feb 25 02:12:43.745 INFO STEP 903 (remove_files) COMPLETE |
7371 | 2025-02-25T02:12:45.705Z | [ recovery-image] Feb 25 02:12:43.745 INFO O| Feb 25 02:12:43.745 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2025-02-25T02:12:45.722Z | [ recovery-image] Feb 25 02:12:43.764 INFO O| Feb 25 02:12:43.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7373 | 2025-02-25T02:12:45.722Z | [ recovery-image] Feb 25 02:12:43.764 INFO O| Feb 25 02:12:43.764 INFO STEP 904 (remove_files) COMPLETE |
7374 | 2025-02-25T02:12:45.722Z | [ recovery-image] Feb 25 02:12:43.764 INFO O| Feb 25 02:12:43.764 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2025-02-25T02:12:45.751Z | [ recovery-image] Feb 25 02:12:43.793 INFO O| Feb 25 02:12:43.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7376 | 2025-02-25T02:12:45.754Z | [ recovery-image] Feb 25 02:12:43.793 INFO O| Feb 25 02:12:43.793 INFO STEP 905 (remove_files) COMPLETE |
7377 | 2025-02-25T02:12:45.754Z | [ recovery-image] Feb 25 02:12:43.793 INFO O| Feb 25 02:12:43.793 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2025-02-25T02:12:45.783Z | [ recovery-image] Feb 25 02:12:43.825 INFO O| Feb 25 02:12:43.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7379 | 2025-02-25T02:12:45.783Z | [ recovery-image] Feb 25 02:12:43.826 INFO O| Feb 25 02:12:43.826 INFO STEP 906 (remove_files) COMPLETE |
7380 | 2025-02-25T02:12:45.783Z | [ recovery-image] Feb 25 02:12:43.826 INFO O| Feb 25 02:12:43.826 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2025-02-25T02:12:45.820Z | [ recovery-image] Feb 25 02:12:43.862 INFO O| Feb 25 02:12:43.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7382 | 2025-02-25T02:12:45.820Z | [ recovery-image] Feb 25 02:12:43.862 INFO O| Feb 25 02:12:43.862 INFO STEP 907 (remove_files) COMPLETE |
7383 | 2025-02-25T02:12:45.823Z | [ recovery-image] Feb 25 02:12:43.862 INFO O| Feb 25 02:12:43.862 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2025-02-25T02:12:45.852Z | [ recovery-image] Feb 25 02:12:43.893 INFO O| Feb 25 02:12:43.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7385 | 2025-02-25T02:12:45.852Z | [ recovery-image] Feb 25 02:12:43.893 INFO O| Feb 25 02:12:43.893 INFO STEP 908 (remove_files) COMPLETE |
7386 | 2025-02-25T02:12:45.857Z | [ recovery-image] Feb 25 02:12:43.893 INFO O| Feb 25 02:12:43.893 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2025-02-25T02:12:45.909Z | [ recovery-image] Feb 25 02:12:43.951 INFO O| Feb 25 02:12:43.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7388 | 2025-02-25T02:12:45.909Z | [ recovery-image] Feb 25 02:12:43.951 INFO O| Feb 25 02:12:43.951 INFO STEP 909 (remove_files) COMPLETE |
7389 | 2025-02-25T02:12:45.912Z | [ recovery-image] Feb 25 02:12:43.951 INFO O| Feb 25 02:12:43.951 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2025-02-25T02:12:45.954Z | [ recovery-image] Feb 25 02:12:43.997 INFO O| Feb 25 02:12:43.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7391 | 2025-02-25T02:12:45.988Z | [ recovery-image] Feb 25 02:12:44.023 INFO O| Feb 25 02:12:44.023 INFO STEP 910 (remove_files) COMPLETE |
7392 | 2025-02-25T02:12:45.988Z | [ recovery-image] Feb 25 02:12:44.023 INFO O| Feb 25 02:12:44.023 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2025-02-25T02:12:46.002Z | [ recovery-image] Feb 25 02:12:44.043 INFO O| Feb 25 02:12:44.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7394 | 2025-02-25T02:12:46.006Z | [ recovery-image] Feb 25 02:12:44.044 INFO O| Feb 25 02:12:44.044 INFO STEP 911 (remove_files) COMPLETE |
7395 | 2025-02-25T02:12:46.006Z | [ recovery-image] Feb 25 02:12:44.044 INFO O| Feb 25 02:12:44.044 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2025-02-25T02:12:46.021Z | [ recovery-image] Feb 25 02:12:44.063 INFO O| Feb 25 02:12:44.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7397 | 2025-02-25T02:12:46.024Z | [ recovery-image] Feb 25 02:12:44.063 INFO O| Feb 25 02:12:44.063 INFO STEP 912 (remove_files) COMPLETE |
7398 | 2025-02-25T02:12:46.024Z | [ recovery-image] Feb 25 02:12:44.063 INFO O| Feb 25 02:12:44.063 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2025-02-25T02:12:46.040Z | [ recovery-image] Feb 25 02:12:44.082 INFO O| Feb 25 02:12:44.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7400 | 2025-02-25T02:12:46.043Z | [ recovery-image] Feb 25 02:12:44.082 INFO O| Feb 25 02:12:44.082 INFO STEP 913 (remove_files) COMPLETE |
7401 | 2025-02-25T02:12:46.043Z | [ recovery-image] Feb 25 02:12:44.083 INFO O| Feb 25 02:12:44.083 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2025-02-25T02:12:46.059Z | [ recovery-image] Feb 25 02:12:44.101 INFO O| Feb 25 02:12:44.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7403 | 2025-02-25T02:12:46.062Z | [ recovery-image] Feb 25 02:12:44.102 INFO O| Feb 25 02:12:44.102 INFO STEP 914 (remove_files) COMPLETE |
7404 | 2025-02-25T02:12:46.062Z | [ recovery-image] Feb 25 02:12:44.102 INFO O| Feb 25 02:12:44.102 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2025-02-25T02:12:46.078Z | [ recovery-image] Feb 25 02:12:44.120 INFO O| Feb 25 02:12:44.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7406 | 2025-02-25T02:12:46.081Z | [ recovery-image] Feb 25 02:12:44.121 INFO O| Feb 25 02:12:44.121 INFO STEP 915 (remove_files) COMPLETE |
7407 | 2025-02-25T02:12:46.081Z | [ recovery-image] Feb 25 02:12:44.121 INFO O| Feb 25 02:12:44.121 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2025-02-25T02:12:46.109Z | [ recovery-image] Feb 25 02:12:44.151 INFO O| Feb 25 02:12:44.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7409 | 2025-02-25T02:12:46.112Z | [ recovery-image] Feb 25 02:12:44.151 INFO O| Feb 25 02:12:44.151 INFO STEP 916 (remove_files) COMPLETE |
7410 | 2025-02-25T02:12:46.112Z | [ recovery-image] Feb 25 02:12:44.152 INFO O| Feb 25 02:12:44.151 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2025-02-25T02:12:46.170Z | [ recovery-image] Feb 25 02:12:44.210 INFO O| Feb 25 02:12:44.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7412 | 2025-02-25T02:12:46.170Z | [ recovery-image] Feb 25 02:12:44.210 INFO O| Feb 25 02:12:44.210 INFO STEP 917 (remove_files) COMPLETE |
7413 | 2025-02-25T02:12:46.170Z | [ recovery-image] Feb 25 02:12:44.210 INFO O| Feb 25 02:12:44.210 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2025-02-25T02:12:46.226Z | [ recovery-image] Feb 25 02:12:44.268 INFO O| Feb 25 02:12:44.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7415 | 2025-02-25T02:12:46.228Z | [ recovery-image] Feb 25 02:12:44.268 INFO O| Feb 25 02:12:44.268 INFO STEP 918 (remove_files) COMPLETE |
7416 | 2025-02-25T02:12:46.228Z | [ recovery-image] Feb 25 02:12:44.268 INFO O| Feb 25 02:12:44.268 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2025-02-25T02:12:46.275Z | [ recovery-image] Feb 25 02:12:44.317 INFO O| Feb 25 02:12:44.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7418 | 2025-02-25T02:12:46.278Z | [ recovery-image] Feb 25 02:12:44.317 INFO O| Feb 25 02:12:44.317 INFO STEP 919 (remove_files) COMPLETE |
7419 | 2025-02-25T02:12:46.278Z | [ recovery-image] Feb 25 02:12:44.317 INFO O| Feb 25 02:12:44.317 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2025-02-25T02:12:46.294Z | [ recovery-image] Feb 25 02:12:44.335 INFO O| Feb 25 02:12:44.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7421 | 2025-02-25T02:12:46.296Z | [ recovery-image] Feb 25 02:12:44.335 INFO O| Feb 25 02:12:44.335 INFO STEP 920 (remove_files) COMPLETE |
7422 | 2025-02-25T02:12:46.296Z | [ recovery-image] Feb 25 02:12:44.336 INFO O| Feb 25 02:12:44.335 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2025-02-25T02:12:46.311Z | [ recovery-image] Feb 25 02:12:44.353 INFO O| Feb 25 02:12:44.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7424 | 2025-02-25T02:12:46.313Z | [ recovery-image] Feb 25 02:12:44.353 INFO O| Feb 25 02:12:44.353 INFO STEP 921 (remove_files) COMPLETE |
7425 | 2025-02-25T02:12:46.313Z | [ recovery-image] Feb 25 02:12:44.353 INFO O| Feb 25 02:12:44.353 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2025-02-25T02:12:46.350Z | [ recovery-image] Feb 25 02:12:44.392 INFO O| Feb 25 02:12:44.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7427 | 2025-02-25T02:12:46.350Z | [ recovery-image] Feb 25 02:12:44.392 INFO O| Feb 25 02:12:44.392 INFO STEP 922 (remove_files) COMPLETE |
7428 | 2025-02-25T02:12:46.353Z | [ recovery-image] Feb 25 02:12:44.392 INFO O| Feb 25 02:12:44.392 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2025-02-25T02:12:46.466Z | [ recovery-image] Feb 25 02:12:44.508 INFO O| Feb 25 02:12:44.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7430 | 2025-02-25T02:12:46.466Z | [ recovery-image] Feb 25 02:12:44.508 INFO O| Feb 25 02:12:44.508 INFO STEP 923 (remove_files) COMPLETE |
7431 | 2025-02-25T02:12:46.469Z | [ recovery-image] Feb 25 02:12:44.508 INFO O| Feb 25 02:12:44.508 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2025-02-25T02:12:46.486Z | [ recovery-image] Feb 25 02:12:44.528 INFO O| Feb 25 02:12:44.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7433 | 2025-02-25T02:12:46.486Z | [ recovery-image] Feb 25 02:12:44.529 INFO O| Feb 25 02:12:44.528 INFO STEP 924 (remove_files) COMPLETE |
7434 | 2025-02-25T02:12:46.486Z | [ recovery-image] Feb 25 02:12:44.529 INFO O| Feb 25 02:12:44.529 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2025-02-25T02:12:46.505Z | [ recovery-image] Feb 25 02:12:44.548 INFO O| Feb 25 02:12:44.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7436 | 2025-02-25T02:12:46.506Z | [ recovery-image] Feb 25 02:12:44.548 INFO O| Feb 25 02:12:44.548 INFO STEP 925 (remove_files) COMPLETE |
7437 | 2025-02-25T02:12:46.506Z | [ recovery-image] Feb 25 02:12:44.548 INFO O| Feb 25 02:12:44.548 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2025-02-25T02:12:46.527Z | [ recovery-image] Feb 25 02:12:44.569 INFO O| Feb 25 02:12:44.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7439 | 2025-02-25T02:12:46.527Z | [ recovery-image] Feb 25 02:12:44.569 INFO O| Feb 25 02:12:44.569 INFO STEP 926 (remove_files) COMPLETE |
7440 | 2025-02-25T02:12:46.527Z | [ recovery-image] Feb 25 02:12:44.569 INFO O| Feb 25 02:12:44.569 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2025-02-25T02:12:46.559Z | [ recovery-image] Feb 25 02:12:44.601 INFO O| Feb 25 02:12:44.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7442 | 2025-02-25T02:12:46.559Z | [ recovery-image] Feb 25 02:12:44.601 INFO O| Feb 25 02:12:44.601 INFO STEP 927 (remove_files) COMPLETE |
7443 | 2025-02-25T02:12:46.559Z | [ recovery-image] Feb 25 02:12:44.601 INFO O| Feb 25 02:12:44.601 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2025-02-25T02:12:46.601Z | [ recovery-image] Feb 25 02:12:44.642 INFO O| Feb 25 02:12:44.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7445 | 2025-02-25T02:12:46.601Z | [ recovery-image] Feb 25 02:12:44.642 INFO O| Feb 25 02:12:44.642 INFO STEP 928 (remove_files) COMPLETE |
7446 | 2025-02-25T02:12:46.601Z | [ recovery-image] Feb 25 02:12:44.642 INFO O| Feb 25 02:12:44.642 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2025-02-25T02:12:46.680Z | [ recovery-image] Feb 25 02:12:44.722 INFO O| Feb 25 02:12:44.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7448 | 2025-02-25T02:12:46.680Z | [ recovery-image] Feb 25 02:12:44.722 INFO O| Feb 25 02:12:44.722 INFO STEP 929 (remove_files) COMPLETE |
7449 | 2025-02-25T02:12:46.680Z | [ recovery-image] Feb 25 02:12:44.722 INFO O| Feb 25 02:12:44.722 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2025-02-25T02:12:46.700Z | [ recovery-image] Feb 25 02:12:44.742 INFO O| Feb 25 02:12:44.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7451 | 2025-02-25T02:12:46.700Z | [ recovery-image] Feb 25 02:12:44.742 INFO O| Feb 25 02:12:44.742 INFO STEP 930 (remove_files) COMPLETE |
7452 | 2025-02-25T02:12:46.703Z | [ recovery-image] Feb 25 02:12:44.742 INFO O| Feb 25 02:12:44.742 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2025-02-25T02:12:46.720Z | [ recovery-image] Feb 25 02:12:44.762 INFO O| Feb 25 02:12:44.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7454 | 2025-02-25T02:12:46.720Z | [ recovery-image] Feb 25 02:12:44.762 INFO O| Feb 25 02:12:44.762 INFO STEP 931 (remove_files) COMPLETE |
7455 | 2025-02-25T02:12:46.720Z | [ recovery-image] Feb 25 02:12:44.762 INFO O| Feb 25 02:12:44.762 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2025-02-25T02:12:46.739Z | [ recovery-image] Feb 25 02:12:44.781 INFO O| Feb 25 02:12:44.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7457 | 2025-02-25T02:12:46.739Z | [ recovery-image] Feb 25 02:12:44.781 INFO O| Feb 25 02:12:44.781 INFO STEP 932 (remove_files) COMPLETE |
7458 | 2025-02-25T02:12:46.739Z | [ recovery-image] Feb 25 02:12:44.781 INFO O| Feb 25 02:12:44.781 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2025-02-25T02:12:46.757Z | [ recovery-image] Feb 25 02:12:44.799 INFO O| Feb 25 02:12:44.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7460 | 2025-02-25T02:12:46.757Z | [ recovery-image] Feb 25 02:12:44.799 INFO O| Feb 25 02:12:44.799 INFO STEP 933 (remove_files) COMPLETE |
7461 | 2025-02-25T02:12:46.759Z | [ recovery-image] Feb 25 02:12:44.799 INFO O| Feb 25 02:12:44.799 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2025-02-25T02:12:46.774Z | [ recovery-image] Feb 25 02:12:44.816 INFO O| Feb 25 02:12:44.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7463 | 2025-02-25T02:12:46.777Z | [ recovery-image] Feb 25 02:12:44.817 INFO O| Feb 25 02:12:44.816 INFO STEP 934 (remove_files) COMPLETE |
7464 | 2025-02-25T02:12:46.777Z | [ recovery-image] Feb 25 02:12:44.817 INFO O| Feb 25 02:12:44.817 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2025-02-25T02:12:46.799Z | [ recovery-image] Feb 25 02:12:44.841 INFO O| Feb 25 02:12:44.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7466 | 2025-02-25T02:12:46.802Z | [ recovery-image] Feb 25 02:12:44.841 INFO O| Feb 25 02:12:44.841 INFO STEP 935 (remove_files) COMPLETE |
7467 | 2025-02-25T02:12:46.820Z | [ recovery-image] Feb 25 02:12:44.862 INFO O| Feb 25 02:12:44.862 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2025-02-25T02:12:46.885Z | [ recovery-image] Feb 25 02:12:44.927 INFO O| Feb 25 02:12:44.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7469 | 2025-02-25T02:12:46.885Z | [ recovery-image] Feb 25 02:12:44.927 INFO O| Feb 25 02:12:44.927 INFO STEP 936 (remove_files) COMPLETE |
7470 | 2025-02-25T02:12:46.889Z | [ recovery-image] Feb 25 02:12:44.927 INFO O| Feb 25 02:12:44.927 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2025-02-25T02:12:46.905Z | [ recovery-image] Feb 25 02:12:44.947 INFO O| Feb 25 02:12:44.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7472 | 2025-02-25T02:12:46.907Z | [ recovery-image] Feb 25 02:12:44.947 INFO O| Feb 25 02:12:44.947 INFO STEP 937 (remove_files) COMPLETE |
7473 | 2025-02-25T02:12:46.907Z | [ recovery-image] Feb 25 02:12:44.947 INFO O| Feb 25 02:12:44.947 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2025-02-25T02:12:46.925Z | [ recovery-image] Feb 25 02:12:44.967 INFO O| Feb 25 02:12:44.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7475 | 2025-02-25T02:12:46.925Z | [ recovery-image] Feb 25 02:12:44.967 INFO O| Feb 25 02:12:44.967 INFO STEP 938 (remove_files) COMPLETE |
7476 | 2025-02-25T02:12:46.925Z | [ recovery-image] Feb 25 02:12:44.967 INFO O| Feb 25 02:12:44.967 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2025-02-25T02:12:46.946Z | [ recovery-image] Feb 25 02:12:44.988 INFO O| Feb 25 02:12:44.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7478 | 2025-02-25T02:12:46.946Z | [ recovery-image] Feb 25 02:12:44.988 INFO O| Feb 25 02:12:44.988 INFO STEP 939 (remove_files) COMPLETE |
7479 | 2025-02-25T02:12:46.948Z | [ recovery-image] Feb 25 02:12:44.988 INFO O| Feb 25 02:12:44.988 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2025-02-25T02:12:46.965Z | [ recovery-image] Feb 25 02:12:45.007 INFO O| Feb 25 02:12:45.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7481 | 2025-02-25T02:12:46.969Z | [ recovery-image] Feb 25 02:12:45.007 INFO O| Feb 25 02:12:45.007 INFO STEP 940 (remove_files) COMPLETE |
7482 | 2025-02-25T02:12:46.969Z | [ recovery-image] Feb 25 02:12:45.008 INFO O| Feb 25 02:12:45.007 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2025-02-25T02:12:47.023Z | [ recovery-image] Feb 25 02:12:45.065 INFO O| Feb 25 02:12:45.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7484 | 2025-02-25T02:12:47.023Z | [ recovery-image] Feb 25 02:12:45.065 INFO O| Feb 25 02:12:45.065 INFO STEP 941 (remove_files) COMPLETE |
7485 | 2025-02-25T02:12:47.025Z | [ recovery-image] Feb 25 02:12:45.065 INFO O| Feb 25 02:12:45.065 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2025-02-25T02:12:47.047Z | [ recovery-image] Feb 25 02:12:45.089 INFO O| Feb 25 02:12:45.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7487 | 2025-02-25T02:12:47.047Z | [ recovery-image] Feb 25 02:12:45.089 INFO O| Feb 25 02:12:45.089 INFO STEP 942 (remove_files) COMPLETE |
7488 | 2025-02-25T02:12:47.050Z | [ recovery-image] Feb 25 02:12:45.089 INFO O| Feb 25 02:12:45.089 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2025-02-25T02:12:47.068Z | [ recovery-image] Feb 25 02:12:45.109 INFO O| Feb 25 02:12:45.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7490 | 2025-02-25T02:12:47.070Z | [ recovery-image] Feb 25 02:12:45.109 INFO O| Feb 25 02:12:45.109 INFO STEP 943 (remove_files) COMPLETE |
7491 | 2025-02-25T02:12:47.070Z | [ recovery-image] Feb 25 02:12:45.109 INFO O| Feb 25 02:12:45.109 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2025-02-25T02:12:47.086Z | [ recovery-image] Feb 25 02:12:45.128 INFO O| Feb 25 02:12:45.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7493 | 2025-02-25T02:12:47.087Z | [ recovery-image] Feb 25 02:12:45.128 INFO O| Feb 25 02:12:45.128 INFO STEP 944 (remove_files) COMPLETE |
7494 | 2025-02-25T02:12:47.089Z | [ recovery-image] Feb 25 02:12:45.128 INFO O| Feb 25 02:12:45.128 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2025-02-25T02:12:47.106Z | [ recovery-image] Feb 25 02:12:45.147 INFO O| Feb 25 02:12:45.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7496 | 2025-02-25T02:12:47.106Z | [ recovery-image] Feb 25 02:12:45.147 INFO O| Feb 25 02:12:45.147 INFO STEP 945 (remove_files) COMPLETE |
7497 | 2025-02-25T02:12:47.106Z | [ recovery-image] Feb 25 02:12:45.147 INFO O| Feb 25 02:12:45.147 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2025-02-25T02:12:47.126Z | [ recovery-image] Feb 25 02:12:45.166 INFO O| Feb 25 02:12:45.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7499 | 2025-02-25T02:12:47.126Z | [ recovery-image] Feb 25 02:12:45.167 INFO O| Feb 25 02:12:45.166 INFO STEP 946 (remove_files) COMPLETE |
7500 | 2025-02-25T02:12:47.126Z | [ recovery-image] Feb 25 02:12:45.167 INFO O| Feb 25 02:12:45.167 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2025-02-25T02:12:47.144Z | [ recovery-image] Feb 25 02:12:45.186 INFO O| Feb 25 02:12:45.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7502 | 2025-02-25T02:12:47.144Z | [ recovery-image] Feb 25 02:12:45.186 INFO O| Feb 25 02:12:45.186 INFO STEP 947 (remove_files) COMPLETE |
7503 | 2025-02-25T02:12:47.144Z | [ recovery-image] Feb 25 02:12:45.186 INFO O| Feb 25 02:12:45.186 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2025-02-25T02:12:47.179Z | [ recovery-image] Feb 25 02:12:45.221 INFO O| Feb 25 02:12:45.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7505 | 2025-02-25T02:12:47.179Z | [ recovery-image] Feb 25 02:12:45.221 INFO O| Feb 25 02:12:45.221 INFO STEP 948 (remove_files) COMPLETE |
7506 | 2025-02-25T02:12:47.179Z | [ recovery-image] Feb 25 02:12:45.222 INFO O| Feb 25 02:12:45.221 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2025-02-25T02:12:47.241Z | [ recovery-image] Feb 25 02:12:45.283 INFO O| Feb 25 02:12:45.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7508 | 2025-02-25T02:12:47.241Z | [ recovery-image] Feb 25 02:12:45.283 INFO O| Feb 25 02:12:45.283 INFO STEP 949 (remove_files) COMPLETE |
7509 | 2025-02-25T02:12:47.241Z | [ recovery-image] Feb 25 02:12:45.283 INFO O| Feb 25 02:12:45.283 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2025-02-25T02:12:47.303Z | [ recovery-image] Feb 25 02:12:45.345 INFO O| Feb 25 02:12:45.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7511 | 2025-02-25T02:12:47.303Z | [ recovery-image] Feb 25 02:12:45.345 INFO O| Feb 25 02:12:45.345 INFO STEP 950 (remove_files) COMPLETE |
7512 | 2025-02-25T02:12:47.303Z | [ recovery-image] Feb 25 02:12:45.345 INFO O| Feb 25 02:12:45.345 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2025-02-25T02:12:47.324Z | [ recovery-image] Feb 25 02:12:45.365 INFO O| Feb 25 02:12:45.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7514 | 2025-02-25T02:12:47.324Z | [ recovery-image] Feb 25 02:12:45.365 INFO O| Feb 25 02:12:45.365 INFO STEP 951 (remove_files) COMPLETE |
7515 | 2025-02-25T02:12:47.325Z | [ recovery-image] Feb 25 02:12:45.365 INFO O| Feb 25 02:12:45.365 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2025-02-25T02:12:47.345Z | [ recovery-image] Feb 25 02:12:45.386 INFO O| Feb 25 02:12:45.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7517 | 2025-02-25T02:12:47.345Z | [ recovery-image] Feb 25 02:12:45.387 INFO O| Feb 25 02:12:45.386 INFO STEP 952 (remove_files) COMPLETE |
7518 | 2025-02-25T02:12:47.345Z | [ recovery-image] Feb 25 02:12:45.387 INFO O| Feb 25 02:12:45.387 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2025-02-25T02:12:47.377Z | [ recovery-image] Feb 25 02:12:45.418 INFO O| Feb 25 02:12:45.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7520 | 2025-02-25T02:12:47.377Z | [ recovery-image] Feb 25 02:12:45.418 INFO O| Feb 25 02:12:45.418 INFO STEP 953 (remove_files) COMPLETE |
7521 | 2025-02-25T02:12:47.377Z | [ recovery-image] Feb 25 02:12:45.418 INFO O| Feb 25 02:12:45.418 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2025-02-25T02:12:47.438Z | [ recovery-image] Feb 25 02:12:45.480 INFO O| Feb 25 02:12:45.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7523 | 2025-02-25T02:12:47.438Z | [ recovery-image] Feb 25 02:12:45.480 INFO O| Feb 25 02:12:45.480 INFO STEP 954 (remove_files) COMPLETE |
7524 | 2025-02-25T02:12:47.438Z | [ recovery-image] Feb 25 02:12:45.480 INFO O| Feb 25 02:12:45.480 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2025-02-25T02:12:47.466Z | [ recovery-image] Feb 25 02:12:45.504 INFO O| Feb 25 02:12:45.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7526 | 2025-02-25T02:12:47.466Z | [ recovery-image] Feb 25 02:12:45.504 INFO O| Feb 25 02:12:45.504 INFO STEP 955 (remove_files) COMPLETE |
7527 | 2025-02-25T02:12:47.467Z | [ recovery-image] Feb 25 02:12:45.504 INFO O| Feb 25 02:12:45.504 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2025-02-25T02:12:47.483Z | [ recovery-image] Feb 25 02:12:45.525 INFO O| Feb 25 02:12:45.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7529 | 2025-02-25T02:12:47.483Z | [ recovery-image] Feb 25 02:12:45.525 INFO O| Feb 25 02:12:45.525 INFO STEP 956 (remove_files) COMPLETE |
7530 | 2025-02-25T02:12:47.485Z | [ recovery-image] Feb 25 02:12:45.525 INFO O| Feb 25 02:12:45.525 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2025-02-25T02:12:47.501Z | [ recovery-image] Feb 25 02:12:45.543 INFO O| Feb 25 02:12:45.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7532 | 2025-02-25T02:12:47.501Z | [ recovery-image] Feb 25 02:12:45.543 INFO O| Feb 25 02:12:45.543 INFO STEP 957 (remove_files) COMPLETE |
7533 | 2025-02-25T02:12:47.504Z | [ recovery-image] Feb 25 02:12:45.543 INFO O| Feb 25 02:12:45.543 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2025-02-25T02:12:47.521Z | [ recovery-image] Feb 25 02:12:45.563 INFO O| Feb 25 02:12:45.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7535 | 2025-02-25T02:12:47.521Z | [ recovery-image] Feb 25 02:12:45.563 INFO O| Feb 25 02:12:45.563 INFO STEP 958 (remove_files) COMPLETE |
7536 | 2025-02-25T02:12:47.521Z | [ recovery-image] Feb 25 02:12:45.563 INFO O| Feb 25 02:12:45.563 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2025-02-25T02:12:47.539Z | [ recovery-image] Feb 25 02:12:45.581 INFO O| Feb 25 02:12:45.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7538 | 2025-02-25T02:12:47.539Z | [ recovery-image] Feb 25 02:12:45.581 INFO O| Feb 25 02:12:45.581 INFO STEP 959 (remove_files) COMPLETE |
7539 | 2025-02-25T02:12:47.543Z | [ recovery-image] Feb 25 02:12:45.581 INFO O| Feb 25 02:12:45.581 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2025-02-25T02:12:47.573Z | [ recovery-image] Feb 25 02:12:45.614 INFO O| Feb 25 02:12:45.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7541 | 2025-02-25T02:12:47.573Z | [ recovery-image] Feb 25 02:12:45.614 INFO O| Feb 25 02:12:45.614 INFO STEP 960 (remove_files) COMPLETE |
7542 | 2025-02-25T02:12:47.573Z | [ recovery-image] Feb 25 02:12:45.614 INFO O| Feb 25 02:12:45.614 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2025-02-25T02:12:47.614Z | [ recovery-image] Feb 25 02:12:45.656 INFO O| Feb 25 02:12:45.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7544 | 2025-02-25T02:12:47.617Z | [ recovery-image] Feb 25 02:12:45.657 INFO O| Feb 25 02:12:45.657 INFO STEP 961 (remove_files) COMPLETE |
7545 | 2025-02-25T02:12:47.617Z | [ recovery-image] Feb 25 02:12:45.657 INFO O| Feb 25 02:12:45.657 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2025-02-25T02:12:47.633Z | [ recovery-image] Feb 25 02:12:45.675 INFO O| Feb 25 02:12:45.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7547 | 2025-02-25T02:12:47.636Z | [ recovery-image] Feb 25 02:12:45.676 INFO O| Feb 25 02:12:45.675 INFO STEP 962 (remove_files) COMPLETE |
7548 | 2025-02-25T02:12:47.636Z | [ recovery-image] Feb 25 02:12:45.676 INFO O| Feb 25 02:12:45.676 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2025-02-25T02:12:47.674Z | [ recovery-image] Feb 25 02:12:45.716 INFO O| Feb 25 02:12:45.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7550 | 2025-02-25T02:12:47.676Z | [ recovery-image] Feb 25 02:12:45.716 INFO O| Feb 25 02:12:45.716 INFO STEP 963 (remove_files) COMPLETE |
7551 | 2025-02-25T02:12:47.677Z | [ recovery-image] Feb 25 02:12:45.716 INFO O| Feb 25 02:12:45.716 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2025-02-25T02:12:47.850Z | [ recovery-image] Feb 25 02:12:45.892 INFO O| Feb 25 02:12:45.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7553 | 2025-02-25T02:12:47.850Z | [ recovery-image] Feb 25 02:12:45.892 INFO O| Feb 25 02:12:45.892 INFO STEP 964 (remove_files) COMPLETE |
7554 | 2025-02-25T02:12:47.854Z | [ recovery-image] Feb 25 02:12:45.892 INFO O| Feb 25 02:12:45.892 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2025-02-25T02:12:47.890Z | [ recovery-image] Feb 25 02:12:45.932 INFO O| Feb 25 02:12:45.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7556 | 2025-02-25T02:12:47.890Z | [ recovery-image] Feb 25 02:12:45.933 INFO O| Feb 25 02:12:45.933 INFO STEP 965 (remove_files) COMPLETE |
7557 | 2025-02-25T02:12:47.890Z | [ recovery-image] Feb 25 02:12:45.933 INFO O| Feb 25 02:12:45.933 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2025-02-25T02:12:47.965Z | [ recovery-image] Feb 25 02:12:46.007 INFO O| Feb 25 02:12:46.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7559 | 2025-02-25T02:12:47.965Z | [ recovery-image] Feb 25 02:12:46.007 INFO O| Feb 25 02:12:46.007 INFO STEP 966 (remove_files) COMPLETE |
7560 | 2025-02-25T02:12:47.965Z | [ recovery-image] Feb 25 02:12:46.007 INFO O| Feb 25 02:12:46.007 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2025-02-25T02:12:47.987Z | [ recovery-image] Feb 25 02:12:46.029 INFO O| Feb 25 02:12:46.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7562 | 2025-02-25T02:12:47.987Z | [ recovery-image] Feb 25 02:12:46.029 INFO O| Feb 25 02:12:46.029 INFO STEP 967 (remove_files) COMPLETE |
7563 | 2025-02-25T02:12:47.987Z | [ recovery-image] Feb 25 02:12:46.029 INFO O| Feb 25 02:12:46.029 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2025-02-25T02:12:48.084Z | [ recovery-image] Feb 25 02:12:46.126 INFO O| Feb 25 02:12:46.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7565 | 2025-02-25T02:12:48.084Z | [ recovery-image] Feb 25 02:12:46.126 INFO O| Feb 25 02:12:46.126 INFO STEP 968 (remove_files) COMPLETE |
7566 | 2025-02-25T02:12:48.084Z | [ recovery-image] Feb 25 02:12:46.126 INFO O| Feb 25 02:12:46.126 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2025-02-25T02:12:48.161Z | [ recovery-image] Feb 25 02:12:46.203 INFO O| Feb 25 02:12:46.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7568 | 2025-02-25T02:12:48.161Z | [ recovery-image] Feb 25 02:12:46.203 INFO O| Feb 25 02:12:46.203 INFO STEP 969 (remove_files) COMPLETE |
7569 | 2025-02-25T02:12:48.161Z | [ recovery-image] Feb 25 02:12:46.203 INFO O| Feb 25 02:12:46.203 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2025-02-25T02:12:48.182Z | [ recovery-image] Feb 25 02:12:46.224 INFO O| Feb 25 02:12:46.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7571 | 2025-02-25T02:12:48.182Z | [ recovery-image] Feb 25 02:12:46.224 INFO O| Feb 25 02:12:46.224 INFO STEP 970 (remove_files) COMPLETE |
7572 | 2025-02-25T02:12:48.182Z | [ recovery-image] Feb 25 02:12:46.224 INFO O| Feb 25 02:12:46.224 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2025-02-25T02:12:48.202Z | [ recovery-image] Feb 25 02:12:46.244 INFO O| Feb 25 02:12:46.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7574 | 2025-02-25T02:12:48.202Z | [ recovery-image] Feb 25 02:12:46.244 INFO O| Feb 25 02:12:46.244 INFO STEP 971 (remove_files) COMPLETE |
7575 | 2025-02-25T02:12:48.202Z | [ recovery-image] Feb 25 02:12:46.244 INFO O| Feb 25 02:12:46.244 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2025-02-25T02:12:48.233Z | [ recovery-image] Feb 25 02:12:46.275 INFO O| Feb 25 02:12:46.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7577 | 2025-02-25T02:12:48.233Z | [ recovery-image] Feb 25 02:12:46.275 INFO O| Feb 25 02:12:46.275 INFO STEP 972 (remove_files) COMPLETE |
7578 | 2025-02-25T02:12:48.233Z | [ recovery-image] Feb 25 02:12:46.275 INFO O| Feb 25 02:12:46.275 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2025-02-25T02:12:48.253Z | [ recovery-image] Feb 25 02:12:46.295 INFO O| Feb 25 02:12:46.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7580 | 2025-02-25T02:12:48.253Z | [ recovery-image] Feb 25 02:12:46.295 INFO O| Feb 25 02:12:46.295 INFO STEP 973 (remove_files) COMPLETE |
7581 | 2025-02-25T02:12:48.255Z | [ recovery-image] Feb 25 02:12:46.295 INFO O| Feb 25 02:12:46.295 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2025-02-25T02:12:48.272Z | [ recovery-image] Feb 25 02:12:46.314 INFO O| Feb 25 02:12:46.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7583 | 2025-02-25T02:12:48.272Z | [ recovery-image] Feb 25 02:12:46.314 INFO O| Feb 25 02:12:46.314 INFO STEP 974 (remove_files) COMPLETE |
7584 | 2025-02-25T02:12:48.275Z | [ recovery-image] Feb 25 02:12:46.314 INFO O| Feb 25 02:12:46.314 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2025-02-25T02:12:48.291Z | [ recovery-image] Feb 25 02:12:46.333 INFO O| Feb 25 02:12:46.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7586 | 2025-02-25T02:12:48.291Z | [ recovery-image] Feb 25 02:12:46.334 INFO O| Feb 25 02:12:46.334 INFO STEP 975 (remove_files) COMPLETE |
7587 | 2025-02-25T02:12:48.294Z | [ recovery-image] Feb 25 02:12:46.334 INFO O| Feb 25 02:12:46.334 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2025-02-25T02:12:48.310Z | [ recovery-image] Feb 25 02:12:46.352 INFO O| Feb 25 02:12:46.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7589 | 2025-02-25T02:12:48.310Z | [ recovery-image] Feb 25 02:12:46.352 INFO O| Feb 25 02:12:46.352 INFO STEP 976 (remove_files) COMPLETE |
7590 | 2025-02-25T02:12:48.313Z | [ recovery-image] Feb 25 02:12:46.352 INFO O| Feb 25 02:12:46.352 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2025-02-25T02:12:48.329Z | [ recovery-image] Feb 25 02:12:46.371 INFO O| Feb 25 02:12:46.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7592 | 2025-02-25T02:12:48.329Z | [ recovery-image] Feb 25 02:12:46.371 INFO O| Feb 25 02:12:46.371 INFO STEP 977 (remove_files) COMPLETE |
7593 | 2025-02-25T02:12:48.329Z | [ recovery-image] Feb 25 02:12:46.371 INFO O| Feb 25 02:12:46.371 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2025-02-25T02:12:48.347Z | [ recovery-image] Feb 25 02:12:46.389 INFO O| Feb 25 02:12:46.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7595 | 2025-02-25T02:12:48.347Z | [ recovery-image] Feb 25 02:12:46.389 INFO O| Feb 25 02:12:46.389 INFO STEP 978 (remove_files) COMPLETE |
7596 | 2025-02-25T02:12:48.350Z | [ recovery-image] Feb 25 02:12:46.389 INFO O| Feb 25 02:12:46.389 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2025-02-25T02:12:48.394Z | [ recovery-image] Feb 25 02:12:46.436 INFO O| Feb 25 02:12:46.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7598 | 2025-02-25T02:12:48.397Z | [ recovery-image] Feb 25 02:12:46.436 INFO O| Feb 25 02:12:46.436 INFO STEP 979 (remove_files) COMPLETE |
7599 | 2025-02-25T02:12:48.397Z | [ recovery-image] Feb 25 02:12:46.436 INFO O| Feb 25 02:12:46.436 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2025-02-25T02:12:48.434Z | [ recovery-image] Feb 25 02:12:46.475 INFO O| Feb 25 02:12:46.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7601 | 2025-02-25T02:12:48.434Z | [ recovery-image] Feb 25 02:12:46.475 INFO O| Feb 25 02:12:46.475 INFO STEP 980 (remove_files) COMPLETE |
7602 | 2025-02-25T02:12:48.436Z | [ recovery-image] Feb 25 02:12:46.475 INFO O| Feb 25 02:12:46.475 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2025-02-25T02:12:48.530Z | [ recovery-image] Feb 25 02:12:46.572 INFO O| Feb 25 02:12:46.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7604 | 2025-02-25T02:12:48.530Z | [ recovery-image] Feb 25 02:12:46.572 INFO O| Feb 25 02:12:46.572 INFO STEP 981 (remove_files) COMPLETE |
7605 | 2025-02-25T02:12:48.530Z | [ recovery-image] Feb 25 02:12:46.572 INFO O| Feb 25 02:12:46.572 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2025-02-25T02:12:48.549Z | [ recovery-image] Feb 25 02:12:46.591 INFO O| Feb 25 02:12:46.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7607 | 2025-02-25T02:12:48.552Z | [ recovery-image] Feb 25 02:12:46.591 INFO O| Feb 25 02:12:46.591 INFO STEP 982 (remove_files) COMPLETE |
7608 | 2025-02-25T02:12:48.552Z | [ recovery-image] Feb 25 02:12:46.591 INFO O| Feb 25 02:12:46.591 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2025-02-25T02:12:48.595Z | [ recovery-image] Feb 25 02:12:46.637 INFO O| Feb 25 02:12:46.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7610 | 2025-02-25T02:12:48.595Z | [ recovery-image] Feb 25 02:12:46.637 INFO O| Feb 25 02:12:46.637 INFO STEP 983 (remove_files) COMPLETE |
7611 | 2025-02-25T02:12:48.595Z | [ recovery-image] Feb 25 02:12:46.637 INFO O| Feb 25 02:12:46.637 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2025-02-25T02:12:48.648Z | [ recovery-image] Feb 25 02:12:46.689 INFO O| Feb 25 02:12:46.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7613 | 2025-02-25T02:12:48.648Z | [ recovery-image] Feb 25 02:12:46.689 INFO O| Feb 25 02:12:46.689 INFO STEP 984 (remove_files) COMPLETE |
7614 | 2025-02-25T02:12:48.648Z | [ recovery-image] Feb 25 02:12:46.689 INFO O| Feb 25 02:12:46.689 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2025-02-25T02:12:48.667Z | [ recovery-image] Feb 25 02:12:46.709 INFO O| Feb 25 02:12:46.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7616 | 2025-02-25T02:12:48.667Z | [ recovery-image] Feb 25 02:12:46.709 INFO O| Feb 25 02:12:46.709 INFO STEP 985 (remove_files) COMPLETE |
7617 | 2025-02-25T02:12:48.667Z | [ recovery-image] Feb 25 02:12:46.709 INFO O| Feb 25 02:12:46.709 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2025-02-25T02:12:48.685Z | [ recovery-image] Feb 25 02:12:46.727 INFO O| Feb 25 02:12:46.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7619 | 2025-02-25T02:12:48.685Z | [ recovery-image] Feb 25 02:12:46.727 INFO O| Feb 25 02:12:46.727 INFO STEP 986 (remove_files) COMPLETE |
7620 | 2025-02-25T02:12:48.685Z | [ recovery-image] Feb 25 02:12:46.727 INFO O| Feb 25 02:12:46.727 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2025-02-25T02:12:48.747Z | [ recovery-image] Feb 25 02:12:46.789 INFO O| Feb 25 02:12:46.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7622 | 2025-02-25T02:12:48.750Z | [ recovery-image] Feb 25 02:12:46.789 INFO O| Feb 25 02:12:46.789 INFO STEP 987 (remove_files) COMPLETE |
7623 | 2025-02-25T02:12:48.750Z | [ recovery-image] Feb 25 02:12:46.789 INFO O| Feb 25 02:12:46.789 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2025-02-25T02:12:48.775Z | [ recovery-image] Feb 25 02:12:46.817 INFO O| Feb 25 02:12:46.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7625 | 2025-02-25T02:12:48.775Z | [ recovery-image] Feb 25 02:12:46.817 INFO O| Feb 25 02:12:46.812 INFO STEP 988 (remove_files) COMPLETE |
7626 | 2025-02-25T02:12:48.777Z | [ recovery-image] Feb 25 02:12:46.817 INFO O| Feb 25 02:12:46.812 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2025-02-25T02:12:48.811Z | [ recovery-image] Feb 25 02:12:46.853 INFO O| Feb 25 02:12:46.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7628 | 2025-02-25T02:12:48.814Z | [ recovery-image] Feb 25 02:12:46.853 INFO O| Feb 25 02:12:46.853 INFO STEP 989 (remove_files) COMPLETE |
7629 | 2025-02-25T02:12:48.814Z | [ recovery-image] Feb 25 02:12:46.853 INFO O| Feb 25 02:12:46.853 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2025-02-25T02:12:48.830Z | [ recovery-image] Feb 25 02:12:46.872 INFO O| Feb 25 02:12:46.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7631 | 2025-02-25T02:12:48.833Z | [ recovery-image] Feb 25 02:12:46.873 INFO O| Feb 25 02:12:46.872 INFO STEP 990 (remove_files) COMPLETE |
7632 | 2025-02-25T02:12:48.833Z | [ recovery-image] Feb 25 02:12:46.873 INFO O| Feb 25 02:12:46.873 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2025-02-25T02:12:48.849Z | [ recovery-image] Feb 25 02:12:46.891 INFO O| Feb 25 02:12:46.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7634 | 2025-02-25T02:12:48.852Z | [ recovery-image] Feb 25 02:12:46.891 INFO O| Feb 25 02:12:46.891 INFO STEP 991 (remove_files) COMPLETE |
7635 | 2025-02-25T02:12:48.852Z | [ recovery-image] Feb 25 02:12:46.891 INFO O| Feb 25 02:12:46.891 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2025-02-25T02:12:48.872Z | [ recovery-image] Feb 25 02:12:46.913 INFO O| Feb 25 02:12:46.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7637 | 2025-02-25T02:12:48.886Z | [ recovery-image] Feb 25 02:12:46.927 INFO O| Feb 25 02:12:46.927 INFO STEP 992 (remove_files) COMPLETE |
7638 | 2025-02-25T02:12:48.886Z | [ recovery-image] Feb 25 02:12:46.927 INFO O| Feb 25 02:12:46.927 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2025-02-25T02:12:48.918Z | [ recovery-image] Feb 25 02:12:46.959 INFO O| Feb 25 02:12:46.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7640 | 2025-02-25T02:12:48.918Z | [ recovery-image] Feb 25 02:12:46.959 INFO O| Feb 25 02:12:46.959 INFO STEP 993 (remove_files) COMPLETE |
7641 | 2025-02-25T02:12:48.918Z | [ recovery-image] Feb 25 02:12:46.960 INFO O| Feb 25 02:12:46.959 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2025-02-25T02:12:48.939Z | [ recovery-image] Feb 25 02:12:46.981 INFO O| Feb 25 02:12:46.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7643 | 2025-02-25T02:12:48.939Z | [ recovery-image] Feb 25 02:12:46.981 INFO O| Feb 25 02:12:46.981 INFO STEP 994 (remove_files) COMPLETE |
7644 | 2025-02-25T02:12:48.939Z | [ recovery-image] Feb 25 02:12:46.981 INFO O| Feb 25 02:12:46.981 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2025-02-25T02:12:48.964Z | [ recovery-image] Feb 25 02:12:47.006 INFO O| Feb 25 02:12:47.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7646 | 2025-02-25T02:12:48.964Z | [ recovery-image] Feb 25 02:12:47.006 INFO O| Feb 25 02:12:47.006 INFO STEP 995 (remove_files) COMPLETE |
7647 | 2025-02-25T02:12:48.964Z | [ recovery-image] Feb 25 02:12:47.006 INFO O| Feb 25 02:12:47.006 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2025-02-25T02:12:48.991Z | [ recovery-image] Feb 25 02:12:47.033 INFO O| Feb 25 02:12:47.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7649 | 2025-02-25T02:12:48.991Z | [ recovery-image] Feb 25 02:12:47.033 INFO O| Feb 25 02:12:47.033 INFO STEP 996 (remove_files) COMPLETE |
7650 | 2025-02-25T02:12:48.991Z | [ recovery-image] Feb 25 02:12:47.033 INFO O| Feb 25 02:12:47.033 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2025-02-25T02:12:49.013Z | [ recovery-image] Feb 25 02:12:47.055 INFO O| Feb 25 02:12:47.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7652 | 2025-02-25T02:12:49.013Z | [ recovery-image] Feb 25 02:12:47.055 INFO O| Feb 25 02:12:47.055 INFO STEP 997 (remove_files) COMPLETE |
7653 | 2025-02-25T02:12:49.015Z | [ recovery-image] Feb 25 02:12:47.055 INFO O| Feb 25 02:12:47.055 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2025-02-25T02:12:49.033Z | [ recovery-image] Feb 25 02:12:47.075 INFO O| Feb 25 02:12:47.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7655 | 2025-02-25T02:12:49.033Z | [ recovery-image] Feb 25 02:12:47.076 INFO O| Feb 25 02:12:47.076 INFO STEP 998 (remove_files) COMPLETE |
7656 | 2025-02-25T02:12:49.033Z | [ recovery-image] Feb 25 02:12:47.076 INFO O| Feb 25 02:12:47.076 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2025-02-25T02:12:49.073Z | [ recovery-image] Feb 25 02:12:47.115 INFO O| Feb 25 02:12:47.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7658 | 2025-02-25T02:12:49.073Z | [ recovery-image] Feb 25 02:12:47.115 INFO O| Feb 25 02:12:47.115 INFO STEP 999 (remove_files) COMPLETE |
7659 | 2025-02-25T02:12:49.073Z | [ recovery-image] Feb 25 02:12:47.115 INFO O| Feb 25 02:12:47.115 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2025-02-25T02:12:49.096Z | [ recovery-image] Feb 25 02:12:47.138 INFO O| Feb 25 02:12:47.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7661 | 2025-02-25T02:12:49.096Z | [ recovery-image] Feb 25 02:12:47.138 INFO O| Feb 25 02:12:47.138 INFO STEP 1000 (remove_files) COMPLETE |
7662 | 2025-02-25T02:12:49.096Z | [ recovery-image] Feb 25 02:12:47.138 INFO O| Feb 25 02:12:47.138 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2025-02-25T02:12:49.120Z | [ recovery-image] Feb 25 02:12:47.161 INFO O| Feb 25 02:12:47.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7664 | 2025-02-25T02:12:49.120Z | [ recovery-image] Feb 25 02:12:47.161 INFO O| Feb 25 02:12:47.161 INFO STEP 1001 (remove_files) COMPLETE |
7665 | 2025-02-25T02:12:49.124Z | [ recovery-image] Feb 25 02:12:47.161 INFO O| Feb 25 02:12:47.161 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2025-02-25T02:12:49.185Z | [ recovery-image] Feb 25 02:12:47.227 INFO O| Feb 25 02:12:47.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7667 | 2025-02-25T02:12:49.185Z | [ recovery-image] Feb 25 02:12:47.227 INFO O| Feb 25 02:12:47.227 INFO STEP 1002 (remove_files) COMPLETE |
7668 | 2025-02-25T02:12:49.185Z | [ recovery-image] Feb 25 02:12:47.227 INFO O| Feb 25 02:12:47.227 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2025-02-25T02:12:49.206Z | [ recovery-image] Feb 25 02:12:47.248 INFO O| Feb 25 02:12:47.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7670 | 2025-02-25T02:12:49.206Z | [ recovery-image] Feb 25 02:12:47.248 INFO O| Feb 25 02:12:47.248 INFO STEP 1003 (remove_files) COMPLETE |
7671 | 2025-02-25T02:12:49.206Z | [ recovery-image] Feb 25 02:12:47.248 INFO O| Feb 25 02:12:47.248 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2025-02-25T02:12:49.289Z | [ recovery-image] Feb 25 02:12:47.331 INFO O| Feb 25 02:12:47.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7673 | 2025-02-25T02:12:49.289Z | [ recovery-image] Feb 25 02:12:47.331 INFO O| Feb 25 02:12:47.331 INFO STEP 1004 (remove_files) COMPLETE |
7674 | 2025-02-25T02:12:49.292Z | [ recovery-image] Feb 25 02:12:47.331 INFO O| Feb 25 02:12:47.331 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2025-02-25T02:12:49.308Z | [ recovery-image] Feb 25 02:12:47.348 INFO O| Feb 25 02:12:47.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7676 | 2025-02-25T02:12:49.308Z | [ recovery-image] Feb 25 02:12:47.348 INFO O| Feb 25 02:12:47.348 INFO STEP 1005 (remove_files) COMPLETE |
7677 | 2025-02-25T02:12:49.308Z | [ recovery-image] Feb 25 02:12:47.349 INFO O| Feb 25 02:12:47.348 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2025-02-25T02:12:49.325Z | [ recovery-image] Feb 25 02:12:47.367 INFO O| Feb 25 02:12:47.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7679 | 2025-02-25T02:12:49.326Z | [ recovery-image] Feb 25 02:12:47.367 INFO O| Feb 25 02:12:47.367 INFO STEP 1006 (remove_files) COMPLETE |
7680 | 2025-02-25T02:12:49.326Z | [ recovery-image] Feb 25 02:12:47.367 INFO O| Feb 25 02:12:47.367 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2025-02-25T02:12:49.344Z | [ recovery-image] Feb 25 02:12:47.385 INFO O| Feb 25 02:12:47.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7682 | 2025-02-25T02:12:49.344Z | [ recovery-image] Feb 25 02:12:47.385 INFO O| Feb 25 02:12:47.385 INFO STEP 1007 (remove_files) COMPLETE |
7683 | 2025-02-25T02:12:49.344Z | [ recovery-image] Feb 25 02:12:47.385 INFO O| Feb 25 02:12:47.385 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2025-02-25T02:12:49.363Z | [ recovery-image] Feb 25 02:12:47.404 INFO O| Feb 25 02:12:47.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7685 | 2025-02-25T02:12:49.363Z | [ recovery-image] Feb 25 02:12:47.405 INFO O| Feb 25 02:12:47.404 INFO STEP 1008 (remove_files) COMPLETE |
7686 | 2025-02-25T02:12:49.363Z | [ recovery-image] Feb 25 02:12:47.405 INFO O| Feb 25 02:12:47.404 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7687 | 2025-02-25T02:12:49.382Z | [ recovery-image] Feb 25 02:12:47.423 INFO O| Feb 25 02:12:47.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7688 | 2025-02-25T02:12:49.382Z | [ recovery-image] Feb 25 02:12:47.423 INFO O| Feb 25 02:12:47.423 INFO STEP 1009 (remove_files) COMPLETE |
7689 | 2025-02-25T02:12:49.382Z | [ recovery-image] Feb 25 02:12:47.423 INFO O| Feb 25 02:12:47.423 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7690 | 2025-02-25T02:12:49.411Z | [ recovery-image] Feb 25 02:12:47.453 INFO O| Feb 25 02:12:47.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7691 | 2025-02-25T02:12:49.414Z | [ recovery-image] Feb 25 02:12:47.453 INFO O| Feb 25 02:12:47.453 INFO STEP 1010 (remove_files) COMPLETE |
7692 | 2025-02-25T02:12:49.414Z | [ recovery-image] Feb 25 02:12:47.453 INFO O| Feb 25 02:12:47.453 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7693 | 2025-02-25T02:12:49.434Z | [ recovery-image] Feb 25 02:12:47.475 INFO O| Feb 25 02:12:47.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7694 | 2025-02-25T02:12:49.434Z | [ recovery-image] Feb 25 02:12:47.476 INFO O| Feb 25 02:12:47.476 INFO STEP 1011 (remove_files) COMPLETE |
7695 | 2025-02-25T02:12:49.436Z | [ recovery-image] Feb 25 02:12:47.476 INFO O| Feb 25 02:12:47.476 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2025-02-25T02:12:49.478Z | [ recovery-image] Feb 25 02:12:47.519 INFO O| Feb 25 02:12:47.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7697 | 2025-02-25T02:12:49.486Z | [ recovery-image] Feb 25 02:12:47.519 INFO O| Feb 25 02:12:47.519 INFO STEP 1012 (remove_files) COMPLETE |
7698 | 2025-02-25T02:12:49.486Z | [ recovery-image] Feb 25 02:12:47.519 INFO O| Feb 25 02:12:47.519 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2025-02-25T02:12:49.499Z | [ recovery-image] Feb 25 02:12:47.539 INFO O| Feb 25 02:12:47.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7700 | 2025-02-25T02:12:49.499Z | [ recovery-image] Feb 25 02:12:47.539 INFO O| Feb 25 02:12:47.539 INFO STEP 1013 (remove_files) COMPLETE |
7701 | 2025-02-25T02:12:49.499Z | [ recovery-image] Feb 25 02:12:47.539 INFO O| Feb 25 02:12:47.539 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2025-02-25T02:12:49.523Z | [ recovery-image] Feb 25 02:12:47.565 INFO O| Feb 25 02:12:47.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7703 | 2025-02-25T02:12:49.523Z | [ recovery-image] Feb 25 02:12:47.565 INFO O| Feb 25 02:12:47.559 INFO STEP 1014 (remove_files) COMPLETE |
7704 | 2025-02-25T02:12:49.523Z | [ recovery-image] Feb 25 02:12:47.565 INFO O| Feb 25 02:12:47.559 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2025-02-25T02:12:49.545Z | [ recovery-image] Feb 25 02:12:47.585 INFO O| Feb 25 02:12:47.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7706 | 2025-02-25T02:12:49.545Z | [ recovery-image] Feb 25 02:12:47.586 INFO O| Feb 25 02:12:47.585 INFO STEP 1015 (remove_files) COMPLETE |
7707 | 2025-02-25T02:12:49.548Z | [ recovery-image] Feb 25 02:12:47.586 INFO O| Feb 25 02:12:47.585 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2025-02-25T02:12:49.563Z | [ recovery-image] Feb 25 02:12:47.605 INFO O| Feb 25 02:12:47.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7709 | 2025-02-25T02:12:49.563Z | [ recovery-image] Feb 25 02:12:47.605 INFO O| Feb 25 02:12:47.605 INFO STEP 1016 (remove_files) COMPLETE |
7710 | 2025-02-25T02:12:49.563Z | [ recovery-image] Feb 25 02:12:47.605 INFO O| Feb 25 02:12:47.605 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2025-02-25T02:12:49.613Z | [ recovery-image] Feb 25 02:12:47.654 INFO O| Feb 25 02:12:47.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7712 | 2025-02-25T02:12:49.613Z | [ recovery-image] Feb 25 02:12:47.655 INFO O| Feb 25 02:12:47.654 INFO STEP 1017 (remove_files) COMPLETE |
7713 | 2025-02-25T02:12:49.613Z | [ recovery-image] Feb 25 02:12:47.655 INFO O| Feb 25 02:12:47.655 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2025-02-25T02:12:49.632Z | [ recovery-image] Feb 25 02:12:47.674 INFO O| Feb 25 02:12:47.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7715 | 2025-02-25T02:12:49.632Z | [ recovery-image] Feb 25 02:12:47.675 INFO O| Feb 25 02:12:47.675 INFO STEP 1018 (remove_files) COMPLETE |
7716 | 2025-02-25T02:12:49.635Z | [ recovery-image] Feb 25 02:12:47.675 INFO O| Feb 25 02:12:47.675 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2025-02-25T02:12:49.652Z | [ recovery-image] Feb 25 02:12:47.694 INFO O| Feb 25 02:12:47.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7718 | 2025-02-25T02:12:49.652Z | [ recovery-image] Feb 25 02:12:47.694 INFO O| Feb 25 02:12:47.694 INFO STEP 1019 (remove_files) COMPLETE |
7719 | 2025-02-25T02:12:49.652Z | [ recovery-image] Feb 25 02:12:47.694 INFO O| Feb 25 02:12:47.694 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2025-02-25T02:12:49.674Z | [ recovery-image] Feb 25 02:12:47.714 INFO O| Feb 25 02:12:47.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7721 | 2025-02-25T02:12:49.674Z | [ recovery-image] Feb 25 02:12:47.714 INFO O| Feb 25 02:12:47.714 INFO STEP 1020 (remove_files) COMPLETE |
7722 | 2025-02-25T02:12:49.676Z | [ recovery-image] Feb 25 02:12:47.714 INFO O| Feb 25 02:12:47.714 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2025-02-25T02:12:49.692Z | [ recovery-image] Feb 25 02:12:47.733 INFO O| Feb 25 02:12:47.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7724 | 2025-02-25T02:12:49.692Z | [ recovery-image] Feb 25 02:12:47.734 INFO O| Feb 25 02:12:47.734 INFO STEP 1021 (remove_files) COMPLETE |
7725 | 2025-02-25T02:12:49.692Z | [ recovery-image] Feb 25 02:12:47.734 INFO O| Feb 25 02:12:47.734 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2025-02-25T02:12:49.743Z | [ recovery-image] Feb 25 02:12:47.785 INFO O| Feb 25 02:12:47.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7727 | 2025-02-25T02:12:49.743Z | [ recovery-image] Feb 25 02:12:47.785 INFO O| Feb 25 02:12:47.785 INFO STEP 1022 (remove_files) COMPLETE |
7728 | 2025-02-25T02:12:49.743Z | [ recovery-image] Feb 25 02:12:47.785 INFO O| Feb 25 02:12:47.785 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2025-02-25T02:12:49.762Z | [ recovery-image] Feb 25 02:12:47.804 INFO O| Feb 25 02:12:47.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7730 | 2025-02-25T02:12:49.762Z | [ recovery-image] Feb 25 02:12:47.805 INFO O| Feb 25 02:12:47.805 INFO STEP 1023 (remove_files) COMPLETE |
7731 | 2025-02-25T02:12:49.765Z | [ recovery-image] Feb 25 02:12:47.805 INFO O| Feb 25 02:12:47.805 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2025-02-25T02:12:49.804Z | [ recovery-image] Feb 25 02:12:47.846 INFO O| Feb 25 02:12:47.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7733 | 2025-02-25T02:12:49.804Z | [ recovery-image] Feb 25 02:12:47.846 INFO O| Feb 25 02:12:47.846 INFO STEP 1024 (remove_files) COMPLETE |
7734 | 2025-02-25T02:12:49.807Z | [ recovery-image] Feb 25 02:12:47.846 INFO O| Feb 25 02:12:47.846 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2025-02-25T02:12:49.863Z | [ recovery-image] Feb 25 02:12:47.905 INFO O| Feb 25 02:12:47.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7736 | 2025-02-25T02:12:49.863Z | [ recovery-image] Feb 25 02:12:47.905 INFO O| Feb 25 02:12:47.905 INFO STEP 1025 (remove_files) COMPLETE |
7737 | 2025-02-25T02:12:49.866Z | [ recovery-image] Feb 25 02:12:47.905 INFO O| Feb 25 02:12:47.905 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2025-02-25T02:12:49.906Z | [ recovery-image] Feb 25 02:12:47.947 INFO O| Feb 25 02:12:47.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7739 | 2025-02-25T02:12:49.906Z | [ recovery-image] Feb 25 02:12:47.947 INFO O| Feb 25 02:12:47.947 INFO STEP 1026 (remove_files) COMPLETE |
7740 | 2025-02-25T02:12:49.906Z | [ recovery-image] Feb 25 02:12:47.947 INFO O| Feb 25 02:12:47.947 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2025-02-25T02:12:49.927Z | [ recovery-image] Feb 25 02:12:47.968 INFO O| Feb 25 02:12:47.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7742 | 2025-02-25T02:12:49.927Z | [ recovery-image] Feb 25 02:12:47.968 INFO O| Feb 25 02:12:47.968 INFO STEP 1027 (remove_files) COMPLETE |
7743 | 2025-02-25T02:12:49.927Z | [ recovery-image] Feb 25 02:12:47.969 INFO O| Feb 25 02:12:47.968 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2025-02-25T02:12:49.946Z | [ recovery-image] Feb 25 02:12:47.988 INFO O| Feb 25 02:12:47.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7745 | 2025-02-25T02:12:49.946Z | [ recovery-image] Feb 25 02:12:47.988 INFO O| Feb 25 02:12:47.988 INFO STEP 1028 (remove_files) COMPLETE |
7746 | 2025-02-25T02:12:49.946Z | [ recovery-image] Feb 25 02:12:47.988 INFO O| Feb 25 02:12:47.988 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2025-02-25T02:12:49.965Z | [ recovery-image] Feb 25 02:12:48.007 INFO O| Feb 25 02:12:48.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7748 | 2025-02-25T02:12:49.965Z | [ recovery-image] Feb 25 02:12:48.007 INFO O| Feb 25 02:12:48.007 INFO STEP 1029 (remove_files) COMPLETE |
7749 | 2025-02-25T02:12:49.965Z | [ recovery-image] Feb 25 02:12:48.007 INFO O| Feb 25 02:12:48.007 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2025-02-25T02:12:49.983Z | [ recovery-image] Feb 25 02:12:48.025 INFO O| Feb 25 02:12:48.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7751 | 2025-02-25T02:12:49.983Z | [ recovery-image] Feb 25 02:12:48.025 INFO O| Feb 25 02:12:48.025 INFO STEP 1030 (remove_files) COMPLETE |
7752 | 2025-02-25T02:12:49.983Z | [ recovery-image] Feb 25 02:12:48.025 INFO O| Feb 25 02:12:48.025 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2025-02-25T02:12:50.001Z | [ recovery-image] Feb 25 02:12:48.043 INFO O| Feb 25 02:12:48.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7754 | 2025-02-25T02:12:50.001Z | [ recovery-image] Feb 25 02:12:48.043 INFO O| Feb 25 02:12:48.043 INFO STEP 1031 (remove_files) COMPLETE |
7755 | 2025-02-25T02:12:50.001Z | [ recovery-image] Feb 25 02:12:48.043 INFO O| Feb 25 02:12:48.043 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2025-02-25T02:12:50.021Z | [ recovery-image] Feb 25 02:12:48.062 INFO O| Feb 25 02:12:48.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7757 | 2025-02-25T02:12:50.021Z | [ recovery-image] Feb 25 02:12:48.062 INFO O| Feb 25 02:12:48.062 INFO STEP 1032 (remove_files) COMPLETE |
7758 | 2025-02-25T02:12:50.021Z | [ recovery-image] Feb 25 02:12:48.062 INFO O| Feb 25 02:12:48.062 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2025-02-25T02:12:50.040Z | [ recovery-image] Feb 25 02:12:48.082 INFO O| Feb 25 02:12:48.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7760 | 2025-02-25T02:12:50.040Z | [ recovery-image] Feb 25 02:12:48.082 INFO O| Feb 25 02:12:48.082 INFO STEP 1033 (remove_files) COMPLETE |
7761 | 2025-02-25T02:12:50.040Z | [ recovery-image] Feb 25 02:12:48.082 INFO O| Feb 25 02:12:48.082 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7762 | 2025-02-25T02:12:50.060Z | [ recovery-image] Feb 25 02:12:48.102 INFO O| Feb 25 02:12:48.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7763 | 2025-02-25T02:12:50.060Z | [ recovery-image] Feb 25 02:12:48.102 INFO O| Feb 25 02:12:48.102 INFO STEP 1034 (remove_files) COMPLETE |
7764 | 2025-02-25T02:12:50.063Z | [ recovery-image] Feb 25 02:12:48.102 INFO O| Feb 25 02:12:48.102 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7765 | 2025-02-25T02:12:50.080Z | [ recovery-image] Feb 25 02:12:48.122 INFO O| Feb 25 02:12:48.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7766 | 2025-02-25T02:12:50.080Z | [ recovery-image] Feb 25 02:12:48.123 INFO O| Feb 25 02:12:48.122 INFO STEP 1035 (remove_files) COMPLETE |
7767 | 2025-02-25T02:12:50.083Z | [ recovery-image] Feb 25 02:12:48.123 INFO O| Feb 25 02:12:48.123 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7768 | 2025-02-25T02:12:50.134Z | [ recovery-image] Feb 25 02:12:48.176 INFO O| Feb 25 02:12:48.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7769 | 2025-02-25T02:12:50.137Z | [ recovery-image] Feb 25 02:12:48.176 INFO O| Feb 25 02:12:48.176 INFO STEP 1036 (remove_files) COMPLETE |
7770 | 2025-02-25T02:12:50.137Z | [ recovery-image] Feb 25 02:12:48.176 INFO O| Feb 25 02:12:48.176 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7771 | 2025-02-25T02:12:50.198Z | [ recovery-image] Feb 25 02:12:48.239 INFO O| Feb 25 02:12:48.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7772 | 2025-02-25T02:12:50.198Z | [ recovery-image] Feb 25 02:12:48.239 INFO O| Feb 25 02:12:48.239 INFO STEP 1037 (remove_files) COMPLETE |
7773 | 2025-02-25T02:12:50.198Z | [ recovery-image] Feb 25 02:12:48.239 INFO O| Feb 25 02:12:48.239 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7774 | 2025-02-25T02:12:50.261Z | [ recovery-image] Feb 25 02:12:48.302 INFO O| Feb 25 02:12:48.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7775 | 2025-02-25T02:12:50.261Z | [ recovery-image] Feb 25 02:12:48.302 INFO O| Feb 25 02:12:48.302 INFO STEP 1038 (remove_files) COMPLETE |
7776 | 2025-02-25T02:12:50.264Z | [ recovery-image] Feb 25 02:12:48.302 INFO O| Feb 25 02:12:48.302 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7777 | 2025-02-25T02:12:50.281Z | [ recovery-image] Feb 25 02:12:48.322 INFO O| Feb 25 02:12:48.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7778 | 2025-02-25T02:12:50.281Z | [ recovery-image] Feb 25 02:12:48.322 INFO O| Feb 25 02:12:48.322 INFO STEP 1039 (remove_files) COMPLETE |
7779 | 2025-02-25T02:12:50.281Z | [ recovery-image] Feb 25 02:12:48.322 INFO O| Feb 25 02:12:48.322 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7780 | 2025-02-25T02:12:50.320Z | [ recovery-image] Feb 25 02:12:48.362 INFO O| Feb 25 02:12:48.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7781 | 2025-02-25T02:12:50.323Z | [ recovery-image] Feb 25 02:12:48.362 INFO O| Feb 25 02:12:48.362 INFO STEP 1040 (remove_files) COMPLETE |
7782 | 2025-02-25T02:12:50.323Z | [ recovery-image] Feb 25 02:12:48.362 INFO O| Feb 25 02:12:48.362 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7783 | 2025-02-25T02:12:50.384Z | [ recovery-image] Feb 25 02:12:48.426 INFO O| Feb 25 02:12:48.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7784 | 2025-02-25T02:12:50.384Z | [ recovery-image] Feb 25 02:12:48.426 INFO O| Feb 25 02:12:48.426 INFO STEP 1041 (remove_files) COMPLETE |
7785 | 2025-02-25T02:12:50.384Z | [ recovery-image] Feb 25 02:12:48.426 INFO O| Feb 25 02:12:48.426 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7786 | 2025-02-25T02:12:50.422Z | [ recovery-image] Feb 25 02:12:48.464 INFO O| Feb 25 02:12:48.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7787 | 2025-02-25T02:12:50.422Z | [ recovery-image] Feb 25 02:12:48.464 INFO O| Feb 25 02:12:48.464 INFO STEP 1042 (remove_files) COMPLETE |
7788 | 2025-02-25T02:12:50.422Z | [ recovery-image] Feb 25 02:12:48.464 INFO O| Feb 25 02:12:48.464 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7789 | 2025-02-25T02:12:50.512Z | [ recovery-image] Feb 25 02:12:48.554 INFO O| Feb 25 02:12:48.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7790 | 2025-02-25T02:12:50.512Z | [ recovery-image] Feb 25 02:12:48.554 INFO O| Feb 25 02:12:48.554 INFO STEP 1043 (remove_files) COMPLETE |
7791 | 2025-02-25T02:12:50.512Z | [ recovery-image] Feb 25 02:12:48.554 INFO O| Feb 25 02:12:48.554 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7792 | 2025-02-25T02:12:50.550Z | [ recovery-image] Feb 25 02:12:48.592 INFO O| Feb 25 02:12:48.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7793 | 2025-02-25T02:12:50.550Z | [ recovery-image] Feb 25 02:12:48.592 INFO O| Feb 25 02:12:48.592 INFO STEP 1044 (remove_files) COMPLETE |
7794 | 2025-02-25T02:12:50.552Z | [ recovery-image] Feb 25 02:12:48.592 INFO O| Feb 25 02:12:48.592 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7795 | 2025-02-25T02:12:50.586Z | [ recovery-image] Feb 25 02:12:48.628 INFO O| Feb 25 02:12:48.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7796 | 2025-02-25T02:12:50.589Z | [ recovery-image] Feb 25 02:12:48.628 INFO O| Feb 25 02:12:48.628 INFO STEP 1045 (remove_files) COMPLETE |
7797 | 2025-02-25T02:12:50.589Z | [ recovery-image] Feb 25 02:12:48.628 INFO O| Feb 25 02:12:48.628 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7798 | 2025-02-25T02:12:50.610Z | [ recovery-image] Feb 25 02:12:48.651 INFO O| Feb 25 02:12:48.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7799 | 2025-02-25T02:12:50.613Z | [ recovery-image] Feb 25 02:12:48.651 INFO O| Feb 25 02:12:48.651 INFO STEP 1046 (remove_files) COMPLETE |
7800 | 2025-02-25T02:12:50.613Z | [ recovery-image] Feb 25 02:12:48.651 INFO O| Feb 25 02:12:48.651 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7801 | 2025-02-25T02:12:50.672Z | [ recovery-image] Feb 25 02:12:48.714 INFO O| Feb 25 02:12:48.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7802 | 2025-02-25T02:12:50.675Z | [ recovery-image] Feb 25 02:12:48.714 INFO O| Feb 25 02:12:48.714 INFO STEP 1047 (remove_files) COMPLETE |
7803 | 2025-02-25T02:12:50.675Z | [ recovery-image] Feb 25 02:12:48.714 INFO O| Feb 25 02:12:48.714 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7804 | 2025-02-25T02:12:50.693Z | [ recovery-image] Feb 25 02:12:48.735 INFO O| Feb 25 02:12:48.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7805 | 2025-02-25T02:12:50.696Z | [ recovery-image] Feb 25 02:12:48.736 INFO O| Feb 25 02:12:48.736 INFO STEP 1048 (remove_files) COMPLETE |
7806 | 2025-02-25T02:12:50.696Z | [ recovery-image] Feb 25 02:12:48.736 INFO O| Feb 25 02:12:48.736 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2025-02-25T02:12:50.715Z | [ recovery-image] Feb 25 02:12:48.757 INFO O| Feb 25 02:12:48.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7808 | 2025-02-25T02:12:50.717Z | [ recovery-image] Feb 25 02:12:48.757 INFO O| Feb 25 02:12:48.757 INFO STEP 1049 (remove_files) COMPLETE |
7809 | 2025-02-25T02:12:50.717Z | [ recovery-image] Feb 25 02:12:48.757 INFO O| Feb 25 02:12:48.757 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2025-02-25T02:12:50.736Z | [ recovery-image] Feb 25 02:12:48.778 INFO O| Feb 25 02:12:48.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7811 | 2025-02-25T02:12:50.739Z | [ recovery-image] Feb 25 02:12:48.778 INFO O| Feb 25 02:12:48.778 INFO STEP 1050 (remove_files) COMPLETE |
7812 | 2025-02-25T02:12:50.739Z | [ recovery-image] Feb 25 02:12:48.778 INFO O| Feb 25 02:12:48.778 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7813 | 2025-02-25T02:12:50.756Z | [ recovery-image] Feb 25 02:12:48.798 INFO O| Feb 25 02:12:48.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7814 | 2025-02-25T02:12:50.759Z | [ recovery-image] Feb 25 02:12:48.798 INFO O| Feb 25 02:12:48.798 INFO STEP 1051 (remove_files) COMPLETE |
7815 | 2025-02-25T02:12:50.759Z | [ recovery-image] Feb 25 02:12:48.798 INFO O| Feb 25 02:12:48.798 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7816 | 2025-02-25T02:12:50.774Z | [ recovery-image] Feb 25 02:12:48.816 INFO O| Feb 25 02:12:48.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7817 | 2025-02-25T02:12:50.777Z | [ recovery-image] Feb 25 02:12:48.816 INFO O| Feb 25 02:12:48.816 INFO STEP 1052 (remove_files) COMPLETE |
7818 | 2025-02-25T02:12:50.777Z | [ recovery-image] Feb 25 02:12:48.816 INFO O| Feb 25 02:12:48.816 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7819 | 2025-02-25T02:12:50.836Z | [ recovery-image] Feb 25 02:12:48.878 INFO O| Feb 25 02:12:48.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7820 | 2025-02-25T02:12:50.837Z | [ recovery-image] Feb 25 02:12:48.879 INFO O| Feb 25 02:12:48.879 INFO STEP 1053 (remove_files) COMPLETE |
7821 | 2025-02-25T02:12:50.839Z | [ recovery-image] Feb 25 02:12:48.879 INFO O| Feb 25 02:12:48.879 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7822 | 2025-02-25T02:12:50.872Z | [ recovery-image] Feb 25 02:12:48.914 INFO O| Feb 25 02:12:48.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7823 | 2025-02-25T02:12:50.872Z | [ recovery-image] Feb 25 02:12:48.914 INFO O| Feb 25 02:12:48.914 INFO STEP 1054 (remove_files) COMPLETE |
7824 | 2025-02-25T02:12:50.872Z | [ recovery-image] Feb 25 02:12:48.914 INFO O| Feb 25 02:12:48.914 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7825 | 2025-02-25T02:12:50.928Z | [ recovery-image] Feb 25 02:12:48.970 INFO O| Feb 25 02:12:48.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7826 | 2025-02-25T02:12:50.928Z | [ recovery-image] Feb 25 02:12:48.970 INFO O| Feb 25 02:12:48.970 INFO STEP 1055 (remove_files) COMPLETE |
7827 | 2025-02-25T02:12:50.928Z | [ recovery-image] Feb 25 02:12:48.970 INFO O| Feb 25 02:12:48.970 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7828 | 2025-02-25T02:12:50.956Z | [ recovery-image] Feb 25 02:12:48.998 INFO O| Feb 25 02:12:48.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7829 | 2025-02-25T02:12:50.959Z | [ recovery-image] Feb 25 02:12:48.998 INFO O| Feb 25 02:12:48.998 INFO STEP 1056 (remove_files) COMPLETE |
7830 | 2025-02-25T02:12:50.959Z | [ recovery-image] Feb 25 02:12:48.999 INFO O| Feb 25 02:12:48.998 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7831 | 2025-02-25T02:12:50.977Z | [ recovery-image] Feb 25 02:12:49.019 INFO O| Feb 25 02:12:49.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7832 | 2025-02-25T02:12:50.980Z | [ recovery-image] Feb 25 02:12:49.019 INFO O| Feb 25 02:12:49.019 INFO STEP 1057 (remove_files) COMPLETE |
7833 | 2025-02-25T02:12:50.980Z | [ recovery-image] Feb 25 02:12:49.019 INFO O| Feb 25 02:12:49.019 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7834 | 2025-02-25T02:12:50.996Z | [ recovery-image] Feb 25 02:12:49.038 INFO O| Feb 25 02:12:49.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7835 | 2025-02-25T02:12:50.998Z | [ recovery-image] Feb 25 02:12:49.038 INFO O| Feb 25 02:12:49.038 INFO STEP 1058 (remove_files) COMPLETE |
7836 | 2025-02-25T02:12:50.998Z | [ recovery-image] Feb 25 02:12:49.038 INFO O| Feb 25 02:12:49.038 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7837 | 2025-02-25T02:12:51.029Z | [ recovery-image] Feb 25 02:12:49.071 INFO O| Feb 25 02:12:49.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7838 | 2025-02-25T02:12:51.031Z | [ recovery-image] Feb 25 02:12:49.071 INFO O| Feb 25 02:12:49.071 INFO STEP 1059 (remove_files) COMPLETE |
7839 | 2025-02-25T02:12:51.031Z | [ recovery-image] Feb 25 02:12:49.071 INFO O| Feb 25 02:12:49.071 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2025-02-25T02:12:51.048Z | [ recovery-image] Feb 25 02:12:49.090 INFO O| Feb 25 02:12:49.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7841 | 2025-02-25T02:12:51.051Z | [ recovery-image] Feb 25 02:12:49.090 INFO O| Feb 25 02:12:49.090 INFO STEP 1060 (remove_files) COMPLETE |
7842 | 2025-02-25T02:12:51.051Z | [ recovery-image] Feb 25 02:12:49.090 INFO O| Feb 25 02:12:49.090 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2025-02-25T02:12:51.088Z | [ recovery-image] Feb 25 02:12:49.130 INFO O| Feb 25 02:12:49.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7844 | 2025-02-25T02:12:51.088Z | [ recovery-image] Feb 25 02:12:49.130 INFO O| Feb 25 02:12:49.130 INFO STEP 1061 (remove_files) COMPLETE |
7845 | 2025-02-25T02:12:51.088Z | [ recovery-image] Feb 25 02:12:49.130 INFO O| Feb 25 02:12:49.130 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7846 | 2025-02-25T02:12:51.124Z | [ recovery-image] Feb 25 02:12:49.166 INFO O| Feb 25 02:12:49.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7847 | 2025-02-25T02:12:51.124Z | [ recovery-image] Feb 25 02:12:49.166 INFO O| Feb 25 02:12:49.166 INFO STEP 1062 (remove_files) COMPLETE |
7848 | 2025-02-25T02:12:51.127Z | [ recovery-image] Feb 25 02:12:49.166 INFO O| Feb 25 02:12:49.166 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7849 | 2025-02-25T02:12:51.162Z | [ recovery-image] Feb 25 02:12:49.204 INFO O| Feb 25 02:12:49.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7850 | 2025-02-25T02:12:51.162Z | [ recovery-image] Feb 25 02:12:49.205 INFO O| Feb 25 02:12:49.205 INFO STEP 1063 (remove_files) COMPLETE |
7851 | 2025-02-25T02:12:51.167Z | [ recovery-image] Feb 25 02:12:49.205 INFO O| Feb 25 02:12:49.205 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7852 | 2025-02-25T02:12:51.197Z | [ recovery-image] Feb 25 02:12:49.239 INFO O| Feb 25 02:12:49.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7853 | 2025-02-25T02:12:51.197Z | [ recovery-image] Feb 25 02:12:49.239 INFO O| Feb 25 02:12:49.239 INFO STEP 1064 (remove_files) COMPLETE |
7854 | 2025-02-25T02:12:51.197Z | [ recovery-image] Feb 25 02:12:49.239 INFO O| Feb 25 02:12:49.239 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7855 | 2025-02-25T02:12:51.576Z | [ recovery-image] Feb 25 02:12:49.304 INFO O| Feb 25 02:12:49.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7856 | 2025-02-25T02:12:51.576Z | [ recovery-image] Feb 25 02:12:49.304 INFO O| Feb 25 02:12:49.304 INFO STEP 1065 (remove_files) COMPLETE |
7857 | 2025-02-25T02:12:51.576Z | [ recovery-image] Feb 25 02:12:49.304 INFO O| Feb 25 02:12:49.304 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7858 | 2025-02-25T02:12:51.597Z | [ recovery-image] Feb 25 02:12:49.352 INFO O| Feb 25 02:12:49.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7859 | 2025-02-25T02:12:51.597Z | [ recovery-image] Feb 25 02:12:49.352 INFO O| Feb 25 02:12:49.352 INFO STEP 1066 (remove_files) COMPLETE |
7860 | 2025-02-25T02:12:51.597Z | [ recovery-image] Feb 25 02:12:49.352 INFO O| Feb 25 02:12:49.352 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7861 | 2025-02-25T02:12:51.597Z | [ recovery-image] Feb 25 02:12:49.423 INFO O| Feb 25 02:12:49.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7862 | 2025-02-25T02:12:51.597Z | [ recovery-image] Feb 25 02:12:49.423 INFO O| Feb 25 02:12:49.423 INFO STEP 1067 (remove_files) COMPLETE |
7863 | 2025-02-25T02:12:51.597Z | [ recovery-image] Feb 25 02:12:49.423 INFO O| Feb 25 02:12:49.423 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7864 | 2025-02-25T02:12:51.598Z | [ recovery-image] Feb 25 02:12:49.463 INFO O| Feb 25 02:12:49.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7865 | 2025-02-25T02:12:51.598Z | [ recovery-image] Feb 25 02:12:49.464 INFO O| Feb 25 02:12:49.463 INFO STEP 1068 (remove_files) COMPLETE |
7866 | 2025-02-25T02:12:51.598Z | [ recovery-image] Feb 25 02:12:49.464 INFO O| Feb 25 02:12:49.464 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7867 | 2025-02-25T02:12:51.598Z | [ recovery-image] Feb 25 02:12:49.578 INFO O| Feb 25 02:12:49.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7868 | 2025-02-25T02:12:51.598Z | [ recovery-image] Feb 25 02:12:49.578 INFO O| Feb 25 02:12:49.578 INFO STEP 1069 (remove_files) COMPLETE |
7869 | 2025-02-25T02:12:51.598Z | [ recovery-image] Feb 25 02:12:49.578 INFO O| Feb 25 02:12:49.578 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7870 | 2025-02-25T02:12:51.598Z | [ recovery-image] Feb 25 02:12:49.597 INFO O| Feb 25 02:12:49.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7871 | 2025-02-25T02:12:51.598Z | [ recovery-image] Feb 25 02:12:49.597 INFO O| Feb 25 02:12:49.597 INFO STEP 1070 (remove_files) COMPLETE |
7872 | 2025-02-25T02:12:51.598Z | [ recovery-image] Feb 25 02:12:49.597 INFO O| Feb 25 02:12:49.597 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7873 | 2025-02-25T02:12:51.605Z | [ recovery-image] Feb 25 02:12:49.628 INFO O| Feb 25 02:12:49.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7874 | 2025-02-25T02:12:51.605Z | [ recovery-image] Feb 25 02:12:49.628 INFO O| Feb 25 02:12:49.628 INFO STEP 1071 (remove_files) COMPLETE |
7875 | 2025-02-25T02:12:51.605Z | [ recovery-image] Feb 25 02:12:49.628 INFO O| Feb 25 02:12:49.628 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7876 | 2025-02-25T02:12:51.614Z | [ recovery-image] Feb 25 02:12:49.656 INFO O| Feb 25 02:12:49.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7877 | 2025-02-25T02:12:51.618Z | [ recovery-image] Feb 25 02:12:49.656 INFO O| Feb 25 02:12:49.656 INFO STEP 1072 (remove_files) COMPLETE |
7878 | 2025-02-25T02:12:51.618Z | [ recovery-image] Feb 25 02:12:49.656 INFO O| Feb 25 02:12:49.656 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7879 | 2025-02-25T02:12:51.636Z | [ recovery-image] Feb 25 02:12:49.678 INFO O| Feb 25 02:12:49.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7880 | 2025-02-25T02:12:51.636Z | [ recovery-image] Feb 25 02:12:49.678 INFO O| Feb 25 02:12:49.678 INFO STEP 1073 (remove_files) COMPLETE |
7881 | 2025-02-25T02:12:51.636Z | [ recovery-image] Feb 25 02:12:49.678 INFO O| Feb 25 02:12:49.678 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7882 | 2025-02-25T02:12:51.656Z | [ recovery-image] Feb 25 02:12:49.698 INFO O| Feb 25 02:12:49.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7883 | 2025-02-25T02:12:51.656Z | [ recovery-image] Feb 25 02:12:49.698 INFO O| Feb 25 02:12:49.698 INFO STEP 1074 (remove_files) COMPLETE |
7884 | 2025-02-25T02:12:51.656Z | [ recovery-image] Feb 25 02:12:49.698 INFO O| Feb 25 02:12:49.698 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7885 | 2025-02-25T02:12:51.698Z | [ recovery-image] Feb 25 02:12:49.740 INFO O| Feb 25 02:12:49.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7886 | 2025-02-25T02:12:51.701Z | [ recovery-image] Feb 25 02:12:49.740 INFO O| Feb 25 02:12:49.740 INFO STEP 1075 (remove_files) COMPLETE |
7887 | 2025-02-25T02:12:51.701Z | [ recovery-image] Feb 25 02:12:49.741 INFO O| Feb 25 02:12:49.740 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7888 | 2025-02-25T02:12:51.757Z | [ recovery-image] Feb 25 02:12:49.799 INFO O| Feb 25 02:12:49.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7889 | 2025-02-25T02:12:51.759Z | [ recovery-image] Feb 25 02:12:49.799 INFO O| Feb 25 02:12:49.799 INFO STEP 1076 (remove_files) COMPLETE |
7890 | 2025-02-25T02:12:51.759Z | [ recovery-image] Feb 25 02:12:49.799 INFO O| Feb 25 02:12:49.799 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7891 | 2025-02-25T02:12:51.775Z | [ recovery-image] Feb 25 02:12:49.817 INFO O| Feb 25 02:12:49.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7892 | 2025-02-25T02:12:51.775Z | [ recovery-image] Feb 25 02:12:49.817 INFO O| Feb 25 02:12:49.817 INFO STEP 1077 (remove_files) COMPLETE |
7893 | 2025-02-25T02:12:51.778Z | [ recovery-image] Feb 25 02:12:49.817 INFO O| Feb 25 02:12:49.817 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7894 | 2025-02-25T02:12:51.839Z | [ recovery-image] Feb 25 02:12:49.881 INFO O| Feb 25 02:12:49.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7895 | 2025-02-25T02:12:51.839Z | [ recovery-image] Feb 25 02:12:49.881 INFO O| Feb 25 02:12:49.881 INFO STEP 1078 (remove_files) COMPLETE |
7896 | 2025-02-25T02:12:51.843Z | [ recovery-image] Feb 25 02:12:49.881 INFO O| Feb 25 02:12:49.881 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7897 | 2025-02-25T02:12:51.861Z | [ recovery-image] Feb 25 02:12:49.902 INFO O| Feb 25 02:12:49.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7898 | 2025-02-25T02:12:51.861Z | [ recovery-image] Feb 25 02:12:49.902 INFO O| Feb 25 02:12:49.902 INFO STEP 1079 (remove_files) COMPLETE |
7899 | 2025-02-25T02:12:51.861Z | [ recovery-image] Feb 25 02:12:49.902 INFO O| Feb 25 02:12:49.902 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7900 | 2025-02-25T02:12:51.922Z | [ recovery-image] Feb 25 02:12:49.964 INFO O| Feb 25 02:12:49.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7901 | 2025-02-25T02:12:51.947Z | [ recovery-image] Feb 25 02:12:49.988 INFO O| Feb 25 02:12:49.988 INFO STEP 1080 (remove_files) COMPLETE |
7902 | 2025-02-25T02:12:51.947Z | [ recovery-image] Feb 25 02:12:49.988 INFO O| Feb 25 02:12:49.988 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7903 | 2025-02-25T02:12:51.987Z | [ recovery-image] Feb 25 02:12:50.029 INFO O| Feb 25 02:12:50.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7904 | 2025-02-25T02:12:51.991Z | [ recovery-image] Feb 25 02:12:50.029 INFO O| Feb 25 02:12:50.029 INFO STEP 1081 (remove_files) COMPLETE |
7905 | 2025-02-25T02:12:51.991Z | [ recovery-image] Feb 25 02:12:50.029 INFO O| Feb 25 02:12:50.029 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7906 | 2025-02-25T02:12:52.028Z | [ recovery-image] Feb 25 02:12:50.070 INFO O| Feb 25 02:12:50.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7907 | 2025-02-25T02:12:52.028Z | [ recovery-image] Feb 25 02:12:50.070 INFO O| Feb 25 02:12:50.070 INFO STEP 1082 (remove_files) COMPLETE |
7908 | 2025-02-25T02:12:52.028Z | [ recovery-image] Feb 25 02:12:50.070 INFO O| Feb 25 02:12:50.070 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7909 | 2025-02-25T02:12:52.047Z | [ recovery-image] Feb 25 02:12:50.089 INFO O| Feb 25 02:12:50.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7910 | 2025-02-25T02:12:52.047Z | [ recovery-image] Feb 25 02:12:50.089 INFO O| Feb 25 02:12:50.089 INFO STEP 1083 (remove_files) COMPLETE |
7911 | 2025-02-25T02:12:52.050Z | [ recovery-image] Feb 25 02:12:50.089 INFO O| Feb 25 02:12:50.089 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7912 | 2025-02-25T02:12:52.067Z | [ recovery-image] Feb 25 02:12:50.109 INFO O| Feb 25 02:12:50.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7913 | 2025-02-25T02:12:52.067Z | [ recovery-image] Feb 25 02:12:50.110 INFO O| Feb 25 02:12:50.109 INFO STEP 1084 (remove_files) COMPLETE |
7914 | 2025-02-25T02:12:52.070Z | [ recovery-image] Feb 25 02:12:50.110 INFO O| Feb 25 02:12:50.110 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7915 | 2025-02-25T02:12:52.089Z | [ recovery-image] Feb 25 02:12:50.131 INFO O| Feb 25 02:12:50.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7916 | 2025-02-25T02:12:52.089Z | [ recovery-image] Feb 25 02:12:50.131 INFO O| Feb 25 02:12:50.131 INFO STEP 1085 (remove_files) COMPLETE |
7917 | 2025-02-25T02:12:52.093Z | [ recovery-image] Feb 25 02:12:50.131 INFO O| Feb 25 02:12:50.131 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7918 | 2025-02-25T02:12:52.120Z | [ recovery-image] Feb 25 02:12:50.161 INFO O| Feb 25 02:12:50.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7919 | 2025-02-25T02:12:52.126Z | [ recovery-image] Feb 25 02:12:50.167 INFO O| Feb 25 02:12:50.167 INFO STEP 1086 (remove_files) COMPLETE |
7920 | 2025-02-25T02:12:52.126Z | [ recovery-image] Feb 25 02:12:50.167 INFO O| Feb 25 02:12:50.167 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7921 | 2025-02-25T02:12:52.186Z | [ recovery-image] Feb 25 02:12:50.228 INFO O| Feb 25 02:12:50.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7922 | 2025-02-25T02:12:52.187Z | [ recovery-image] Feb 25 02:12:50.229 INFO O| Feb 25 02:12:50.229 INFO STEP 1087 (remove_files) COMPLETE |
7923 | 2025-02-25T02:12:52.187Z | [ recovery-image] Feb 25 02:12:50.229 INFO O| Feb 25 02:12:50.229 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7924 | 2025-02-25T02:12:52.234Z | [ recovery-image] Feb 25 02:12:50.276 INFO O| Feb 25 02:12:50.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7925 | 2025-02-25T02:12:52.237Z | [ recovery-image] Feb 25 02:12:50.276 INFO O| Feb 25 02:12:50.276 INFO STEP 1088 (remove_files) COMPLETE |
7926 | 2025-02-25T02:12:52.237Z | [ recovery-image] Feb 25 02:12:50.276 INFO O| Feb 25 02:12:50.276 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7927 | 2025-02-25T02:12:52.254Z | [ recovery-image] Feb 25 02:12:50.296 INFO O| Feb 25 02:12:50.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7928 | 2025-02-25T02:12:52.257Z | [ recovery-image] Feb 25 02:12:50.296 INFO O| Feb 25 02:12:50.296 INFO STEP 1089 (remove_files) COMPLETE |
7929 | 2025-02-25T02:12:52.257Z | [ recovery-image] Feb 25 02:12:50.297 INFO O| Feb 25 02:12:50.297 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7930 | 2025-02-25T02:12:52.280Z | [ recovery-image] Feb 25 02:12:50.322 INFO O| Feb 25 02:12:50.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7931 | 2025-02-25T02:12:52.283Z | [ recovery-image] Feb 25 02:12:50.322 INFO O| Feb 25 02:12:50.322 INFO STEP 1090 (remove_files) COMPLETE |
7932 | 2025-02-25T02:12:52.283Z | [ recovery-image] Feb 25 02:12:50.322 INFO O| Feb 25 02:12:50.322 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7933 | 2025-02-25T02:12:52.301Z | [ recovery-image] Feb 25 02:12:50.343 INFO O| Feb 25 02:12:50.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7934 | 2025-02-25T02:12:52.304Z | [ recovery-image] Feb 25 02:12:50.343 INFO O| Feb 25 02:12:50.343 INFO STEP 1091 (remove_files) COMPLETE |
7935 | 2025-02-25T02:12:52.304Z | [ recovery-image] Feb 25 02:12:50.343 INFO O| Feb 25 02:12:50.343 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7936 | 2025-02-25T02:12:52.321Z | [ recovery-image] Feb 25 02:12:50.363 INFO O| Feb 25 02:12:50.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7937 | 2025-02-25T02:12:52.321Z | [ recovery-image] Feb 25 02:12:50.363 INFO O| Feb 25 02:12:50.363 INFO STEP 1092 (remove_files) COMPLETE |
7938 | 2025-02-25T02:12:52.321Z | [ recovery-image] Feb 25 02:12:50.363 INFO O| Feb 25 02:12:50.363 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7939 | 2025-02-25T02:12:52.376Z | [ recovery-image] Feb 25 02:12:50.418 INFO O| Feb 25 02:12:50.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7940 | 2025-02-25T02:12:52.376Z | [ recovery-image] Feb 25 02:12:50.418 INFO O| Feb 25 02:12:50.418 INFO STEP 1093 (remove_files) COMPLETE |
7941 | 2025-02-25T02:12:52.376Z | [ recovery-image] Feb 25 02:12:50.418 INFO O| Feb 25 02:12:50.418 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7942 | 2025-02-25T02:12:52.398Z | [ recovery-image] Feb 25 02:12:50.440 INFO O| Feb 25 02:12:50.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7943 | 2025-02-25T02:12:52.398Z | [ recovery-image] Feb 25 02:12:50.440 INFO O| Feb 25 02:12:50.440 INFO STEP 1094 (remove_files) COMPLETE |
7944 | 2025-02-25T02:12:52.401Z | [ recovery-image] Feb 25 02:12:50.440 INFO O| Feb 25 02:12:50.440 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7945 | 2025-02-25T02:12:52.418Z | [ recovery-image] Feb 25 02:12:50.460 INFO O| Feb 25 02:12:50.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7946 | 2025-02-25T02:12:52.418Z | [ recovery-image] Feb 25 02:12:50.460 INFO O| Feb 25 02:12:50.460 INFO STEP 1095 (remove_files) COMPLETE |
7947 | 2025-02-25T02:12:52.421Z | [ recovery-image] Feb 25 02:12:50.460 INFO O| Feb 25 02:12:50.460 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7948 | 2025-02-25T02:12:52.462Z | [ recovery-image] Feb 25 02:12:50.503 INFO O| Feb 25 02:12:50.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7949 | 2025-02-25T02:12:52.462Z | [ recovery-image] Feb 25 02:12:50.503 INFO O| Feb 25 02:12:50.503 INFO STEP 1096 (remove_files) COMPLETE |
7950 | 2025-02-25T02:12:52.462Z | [ recovery-image] Feb 25 02:12:50.503 INFO O| Feb 25 02:12:50.503 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7951 | 2025-02-25T02:12:52.483Z | [ recovery-image] Feb 25 02:12:50.525 INFO O| Feb 25 02:12:50.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7952 | 2025-02-25T02:12:52.483Z | [ recovery-image] Feb 25 02:12:50.525 INFO O| Feb 25 02:12:50.525 INFO STEP 1097 (remove_files) COMPLETE |
7953 | 2025-02-25T02:12:52.486Z | [ recovery-image] Feb 25 02:12:50.525 INFO O| Feb 25 02:12:50.525 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7954 | 2025-02-25T02:12:52.504Z | [ recovery-image] Feb 25 02:12:50.545 INFO O| Feb 25 02:12:50.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7955 | 2025-02-25T02:12:52.504Z | [ recovery-image] Feb 25 02:12:50.545 INFO O| Feb 25 02:12:50.545 INFO STEP 1098 (remove_files) COMPLETE |
7956 | 2025-02-25T02:12:52.504Z | [ recovery-image] Feb 25 02:12:50.545 INFO O| Feb 25 02:12:50.545 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7957 | 2025-02-25T02:12:52.536Z | [ recovery-image] Feb 25 02:12:50.578 INFO O| Feb 25 02:12:50.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7958 | 2025-02-25T02:12:52.536Z | [ recovery-image] Feb 25 02:12:50.578 INFO O| Feb 25 02:12:50.578 INFO STEP 1099 (remove_files) COMPLETE |
7959 | 2025-02-25T02:12:52.536Z | [ recovery-image] Feb 25 02:12:50.578 INFO O| Feb 25 02:12:50.578 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7960 | 2025-02-25T02:12:52.555Z | [ recovery-image] Feb 25 02:12:50.597 INFO O| Feb 25 02:12:50.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7961 | 2025-02-25T02:12:52.555Z | [ recovery-image] Feb 25 02:12:50.597 INFO O| Feb 25 02:12:50.597 INFO STEP 1100 (remove_files) COMPLETE |
7962 | 2025-02-25T02:12:52.558Z | [ recovery-image] Feb 25 02:12:50.597 INFO O| Feb 25 02:12:50.597 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7963 | 2025-02-25T02:12:52.628Z | [ recovery-image] Feb 25 02:12:50.670 INFO O| Feb 25 02:12:50.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7964 | 2025-02-25T02:12:52.628Z | [ recovery-image] Feb 25 02:12:50.670 INFO O| Feb 25 02:12:50.670 INFO STEP 1101 (remove_files) COMPLETE |
7965 | 2025-02-25T02:12:52.628Z | [ recovery-image] Feb 25 02:12:50.670 INFO O| Feb 25 02:12:50.670 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7966 | 2025-02-25T02:12:52.650Z | [ recovery-image] Feb 25 02:12:50.692 INFO O| Feb 25 02:12:50.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7967 | 2025-02-25T02:12:52.650Z | [ recovery-image] Feb 25 02:12:50.692 INFO O| Feb 25 02:12:50.692 INFO STEP 1102 (remove_files) COMPLETE |
7968 | 2025-02-25T02:12:52.650Z | [ recovery-image] Feb 25 02:12:50.692 INFO O| Feb 25 02:12:50.692 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7969 | 2025-02-25T02:12:52.673Z | [ recovery-image] Feb 25 02:12:50.714 INFO O| Feb 25 02:12:50.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7970 | 2025-02-25T02:12:52.673Z | [ recovery-image] Feb 25 02:12:50.714 INFO O| Feb 25 02:12:50.714 INFO STEP 1103 (remove_files) COMPLETE |
7971 | 2025-02-25T02:12:52.673Z | [ recovery-image] Feb 25 02:12:50.714 INFO O| Feb 25 02:12:50.714 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7972 | 2025-02-25T02:12:52.692Z | [ recovery-image] Feb 25 02:12:50.734 INFO O| Feb 25 02:12:50.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7973 | 2025-02-25T02:12:52.692Z | [ recovery-image] Feb 25 02:12:50.734 INFO O| Feb 25 02:12:50.734 INFO STEP 1104 (remove_files) COMPLETE |
7974 | 2025-02-25T02:12:52.692Z | [ recovery-image] Feb 25 02:12:50.734 INFO O| Feb 25 02:12:50.734 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7975 | 2025-02-25T02:12:52.731Z | [ recovery-image] Feb 25 02:12:50.761 INFO O| Feb 25 02:12:50.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7976 | 2025-02-25T02:12:52.731Z | [ recovery-image] Feb 25 02:12:50.761 INFO O| Feb 25 02:12:50.761 INFO STEP 1105 (remove_files) COMPLETE |
7977 | 2025-02-25T02:12:52.732Z | [ recovery-image] Feb 25 02:12:50.762 INFO O| Feb 25 02:12:50.761 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7978 | 2025-02-25T02:12:52.740Z | [ recovery-image] Feb 25 02:12:50.782 INFO O| Feb 25 02:12:50.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7979 | 2025-02-25T02:12:52.743Z | [ recovery-image] Feb 25 02:12:50.782 INFO O| Feb 25 02:12:50.782 INFO STEP 1106 (remove_files) COMPLETE |
7980 | 2025-02-25T02:12:52.743Z | [ recovery-image] Feb 25 02:12:50.782 INFO O| Feb 25 02:12:50.782 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7981 | 2025-02-25T02:12:52.760Z | [ recovery-image] Feb 25 02:12:50.802 INFO O| Feb 25 02:12:50.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7982 | 2025-02-25T02:12:52.763Z | [ recovery-image] Feb 25 02:12:50.802 INFO O| Feb 25 02:12:50.802 INFO STEP 1107 (remove_files) COMPLETE |
7983 | 2025-02-25T02:12:52.763Z | [ recovery-image] Feb 25 02:12:50.802 INFO O| Feb 25 02:12:50.802 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7984 | 2025-02-25T02:12:52.778Z | [ recovery-image] Feb 25 02:12:50.820 INFO O| Feb 25 02:12:50.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7985 | 2025-02-25T02:12:52.781Z | [ recovery-image] Feb 25 02:12:50.820 INFO O| Feb 25 02:12:50.820 INFO STEP 1108 (remove_files) COMPLETE |
7986 | 2025-02-25T02:12:52.781Z | [ recovery-image] Feb 25 02:12:50.820 INFO O| Feb 25 02:12:50.820 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7987 | 2025-02-25T02:12:52.804Z | [ recovery-image] Feb 25 02:12:50.846 INFO O| Feb 25 02:12:50.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7988 | 2025-02-25T02:12:52.806Z | [ recovery-image] Feb 25 02:12:50.846 INFO O| Feb 25 02:12:50.846 INFO STEP 1109 (remove_files) COMPLETE |
7989 | 2025-02-25T02:12:52.806Z | [ recovery-image] Feb 25 02:12:50.846 INFO O| Feb 25 02:12:50.846 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7990 | 2025-02-25T02:12:52.823Z | [ recovery-image] Feb 25 02:12:50.865 INFO O| Feb 25 02:12:50.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7991 | 2025-02-25T02:12:52.826Z | [ recovery-image] Feb 25 02:12:50.866 INFO O| Feb 25 02:12:50.865 INFO STEP 1110 (remove_files) COMPLETE |
7992 | 2025-02-25T02:12:52.826Z | [ recovery-image] Feb 25 02:12:50.866 INFO O| Feb 25 02:12:50.866 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7993 | 2025-02-25T02:12:52.842Z | [ recovery-image] Feb 25 02:12:50.884 INFO O| Feb 25 02:12:50.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7994 | 2025-02-25T02:12:52.847Z | [ recovery-image] Feb 25 02:12:50.885 INFO O| Feb 25 02:12:50.885 INFO STEP 1111 (remove_files) COMPLETE |
7995 | 2025-02-25T02:12:52.847Z | [ recovery-image] Feb 25 02:12:50.885 INFO O| Feb 25 02:12:50.885 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7996 | 2025-02-25T02:12:52.862Z | [ recovery-image] Feb 25 02:12:50.904 INFO O| Feb 25 02:12:50.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7997 | 2025-02-25T02:12:52.865Z | [ recovery-image] Feb 25 02:12:50.904 INFO O| Feb 25 02:12:50.904 INFO STEP 1112 (remove_files) COMPLETE |
7998 | 2025-02-25T02:12:52.865Z | [ recovery-image] Feb 25 02:12:50.904 INFO O| Feb 25 02:12:50.904 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7999 | 2025-02-25T02:12:52.882Z | [ recovery-image] Feb 25 02:12:50.924 INFO O| Feb 25 02:12:50.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
8000 | 2025-02-25T02:12:52.885Z | [ recovery-image] Feb 25 02:12:50.924 INFO O| Feb 25 02:12:50.924 INFO STEP 1113 (remove_files) COMPLETE |
8001 | 2025-02-25T02:12:52.885Z | [ recovery-image] Feb 25 02:12:50.924 INFO O| Feb 25 02:12:50.924 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8002 | 2025-02-25T02:12:52.905Z | [ recovery-image] Feb 25 02:12:50.945 INFO O| Feb 25 02:12:50.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
8003 | 2025-02-25T02:12:52.905Z | [ recovery-image] Feb 25 02:12:50.945 INFO O| Feb 25 02:12:50.945 INFO STEP 1114 (remove_files) COMPLETE |
8004 | 2025-02-25T02:12:52.908Z | [ recovery-image] Feb 25 02:12:50.945 INFO O| Feb 25 02:12:50.945 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8005 | 2025-02-25T02:12:52.982Z | [ recovery-image] Feb 25 02:12:51.022 INFO O| Feb 25 02:12:51.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
8006 | 2025-02-25T02:12:52.982Z | [ recovery-image] Feb 25 02:12:51.022 INFO O| Feb 25 02:12:51.022 INFO STEP 1115 (remove_files) COMPLETE |
8007 | 2025-02-25T02:12:52.982Z | [ recovery-image] Feb 25 02:12:51.023 INFO O| Feb 25 02:12:51.022 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8008 | 2025-02-25T02:12:53.013Z | [ recovery-image] Feb 25 02:12:51.052 INFO O| Feb 25 02:12:51.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
8009 | 2025-02-25T02:12:53.015Z | [ recovery-image] Feb 25 02:12:51.052 INFO O| Feb 25 02:12:51.052 INFO STEP 1116 (remove_files) COMPLETE |
8010 | 2025-02-25T02:12:53.015Z | [ recovery-image] Feb 25 02:12:51.052 INFO O| Feb 25 02:12:51.052 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8011 | 2025-02-25T02:12:53.030Z | [ recovery-image] Feb 25 02:12:51.072 INFO O| Feb 25 02:12:51.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
8012 | 2025-02-25T02:12:53.033Z | [ recovery-image] Feb 25 02:12:51.072 INFO O| Feb 25 02:12:51.072 INFO STEP 1117 (remove_files) COMPLETE |
8013 | 2025-02-25T02:12:53.033Z | [ recovery-image] Feb 25 02:12:51.072 INFO O| Feb 25 02:12:51.072 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8014 | 2025-02-25T02:12:53.049Z | [ recovery-image] Feb 25 02:12:51.091 INFO O| Feb 25 02:12:51.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
8015 | 2025-02-25T02:12:53.052Z | [ recovery-image] Feb 25 02:12:51.091 INFO O| Feb 25 02:12:51.091 INFO STEP 1118 (remove_files) COMPLETE |
8016 | 2025-02-25T02:12:53.052Z | [ recovery-image] Feb 25 02:12:51.091 INFO O| Feb 25 02:12:51.091 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8017 | 2025-02-25T02:12:53.068Z | [ recovery-image] Feb 25 02:12:51.110 INFO O| Feb 25 02:12:51.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
8018 | 2025-02-25T02:12:53.071Z | [ recovery-image] Feb 25 02:12:51.111 INFO O| Feb 25 02:12:51.111 INFO STEP 1119 (remove_files) COMPLETE |
8019 | 2025-02-25T02:12:53.072Z | [ recovery-image] Feb 25 02:12:51.111 INFO O| Feb 25 02:12:51.111 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8020 | 2025-02-25T02:12:53.088Z | [ recovery-image] Feb 25 02:12:51.130 INFO O| Feb 25 02:12:51.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
8021 | 2025-02-25T02:12:53.090Z | [ recovery-image] Feb 25 02:12:51.130 INFO O| Feb 25 02:12:51.130 INFO STEP 1120 (remove_files) COMPLETE |
8022 | 2025-02-25T02:12:53.090Z | [ recovery-image] Feb 25 02:12:51.130 INFO O| Feb 25 02:12:51.130 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8023 | 2025-02-25T02:12:53.107Z | [ recovery-image] Feb 25 02:12:51.149 INFO O| Feb 25 02:12:51.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
8024 | 2025-02-25T02:12:53.109Z | [ recovery-image] Feb 25 02:12:51.149 INFO O| Feb 25 02:12:51.149 INFO STEP 1121 (remove_files) COMPLETE |
8025 | 2025-02-25T02:12:53.109Z | [ recovery-image] Feb 25 02:12:51.149 INFO O| Feb 25 02:12:51.149 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8026 | 2025-02-25T02:12:53.130Z | [ recovery-image] Feb 25 02:12:51.168 INFO O| Feb 25 02:12:51.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
8027 | 2025-02-25T02:12:53.130Z | [ recovery-image] Feb 25 02:12:51.168 INFO O| Feb 25 02:12:51.168 INFO STEP 1122 (remove_files) COMPLETE |
8028 | 2025-02-25T02:12:53.130Z | [ recovery-image] Feb 25 02:12:51.168 INFO O| Feb 25 02:12:51.168 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8029 | 2025-02-25T02:12:53.146Z | [ recovery-image] Feb 25 02:12:51.187 INFO O| Feb 25 02:12:51.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
8030 | 2025-02-25T02:12:53.146Z | [ recovery-image] Feb 25 02:12:51.187 INFO O| Feb 25 02:12:51.187 INFO STEP 1123 (remove_files) COMPLETE |
8031 | 2025-02-25T02:12:53.146Z | [ recovery-image] Feb 25 02:12:51.187 INFO O| Feb 25 02:12:51.187 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8032 | 2025-02-25T02:12:53.165Z | [ recovery-image] Feb 25 02:12:51.206 INFO O| Feb 25 02:12:51.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
8033 | 2025-02-25T02:12:53.165Z | [ recovery-image] Feb 25 02:12:51.206 INFO O| Feb 25 02:12:51.206 INFO STEP 1124 (remove_files) COMPLETE |
8034 | 2025-02-25T02:12:53.165Z | [ recovery-image] Feb 25 02:12:51.206 INFO O| Feb 25 02:12:51.206 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8035 | 2025-02-25T02:12:53.183Z | [ recovery-image] Feb 25 02:12:51.225 INFO O| Feb 25 02:12:51.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
8036 | 2025-02-25T02:12:53.187Z | [ recovery-image] Feb 25 02:12:51.229 INFO O| Feb 25 02:12:51.229 INFO STEP 1125 (remove_files) COMPLETE |
8037 | 2025-02-25T02:12:53.187Z | [ recovery-image] Feb 25 02:12:51.229 INFO O| Feb 25 02:12:51.229 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8038 | 2025-02-25T02:12:53.234Z | [ recovery-image] Feb 25 02:12:51.276 INFO O| Feb 25 02:12:51.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
8039 | 2025-02-25T02:12:53.236Z | [ recovery-image] Feb 25 02:12:51.276 INFO O| Feb 25 02:12:51.276 INFO STEP 1126 (remove_files) COMPLETE |
8040 | 2025-02-25T02:12:53.236Z | [ recovery-image] Feb 25 02:12:51.276 INFO O| Feb 25 02:12:51.276 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8041 | 2025-02-25T02:12:53.252Z | [ recovery-image] Feb 25 02:12:51.293 INFO O| Feb 25 02:12:51.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
8042 | 2025-02-25T02:12:53.252Z | [ recovery-image] Feb 25 02:12:51.293 INFO O| Feb 25 02:12:51.293 INFO STEP 1127 (remove_files) COMPLETE |
8043 | 2025-02-25T02:12:53.252Z | [ recovery-image] Feb 25 02:12:51.293 INFO O| Feb 25 02:12:51.293 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8044 | 2025-02-25T02:12:53.268Z | [ recovery-image] Feb 25 02:12:51.310 INFO O| Feb 25 02:12:51.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
8045 | 2025-02-25T02:12:53.292Z | [ recovery-image] Feb 25 02:12:51.333 INFO O| Feb 25 02:12:51.333 INFO STEP 1128 (remove_files) COMPLETE |
8046 | 2025-02-25T02:12:53.292Z | [ recovery-image] Feb 25 02:12:51.333 INFO O| Feb 25 02:12:51.333 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8047 | 2025-02-25T02:12:53.324Z | [ recovery-image] Feb 25 02:12:51.366 INFO O| Feb 25 02:12:51.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
8048 | 2025-02-25T02:12:53.324Z | [ recovery-image] Feb 25 02:12:51.366 INFO O| Feb 25 02:12:51.366 INFO STEP 1129 (remove_files) COMPLETE |
8049 | 2025-02-25T02:12:53.324Z | [ recovery-image] Feb 25 02:12:51.366 INFO O| Feb 25 02:12:51.366 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8050 | 2025-02-25T02:12:53.380Z | [ recovery-image] Feb 25 02:12:51.421 INFO O| Feb 25 02:12:51.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
8051 | 2025-02-25T02:12:53.380Z | [ recovery-image] Feb 25 02:12:51.421 INFO O| Feb 25 02:12:51.421 INFO STEP 1130 (remove_files) COMPLETE |
8052 | 2025-02-25T02:12:53.380Z | [ recovery-image] Feb 25 02:12:51.421 INFO O| Feb 25 02:12:51.421 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8053 | 2025-02-25T02:12:53.402Z | [ recovery-image] Feb 25 02:12:51.442 INFO O| Feb 25 02:12:51.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
8054 | 2025-02-25T02:12:53.402Z | [ recovery-image] Feb 25 02:12:51.442 INFO O| Feb 25 02:12:51.442 INFO STEP 1131 (remove_files) COMPLETE |
8055 | 2025-02-25T02:12:53.402Z | [ recovery-image] Feb 25 02:12:51.442 INFO O| Feb 25 02:12:51.442 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8056 | 2025-02-25T02:12:53.422Z | [ recovery-image] Feb 25 02:12:51.463 INFO O| Feb 25 02:12:51.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
8057 | 2025-02-25T02:12:53.422Z | [ recovery-image] Feb 25 02:12:51.464 INFO O| Feb 25 02:12:51.463 INFO STEP 1132 (remove_files) COMPLETE |
8058 | 2025-02-25T02:12:53.422Z | [ recovery-image] Feb 25 02:12:51.464 INFO O| Feb 25 02:12:51.464 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8059 | 2025-02-25T02:12:53.441Z | [ recovery-image] Feb 25 02:12:51.482 INFO O| Feb 25 02:12:51.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
8060 | 2025-02-25T02:12:53.441Z | [ recovery-image] Feb 25 02:12:51.482 INFO O| Feb 25 02:12:51.482 INFO STEP 1133 (remove_files) COMPLETE |
8061 | 2025-02-25T02:12:53.441Z | [ recovery-image] Feb 25 02:12:51.482 INFO O| Feb 25 02:12:51.482 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8062 | 2025-02-25T02:12:53.463Z | [ recovery-image] Feb 25 02:12:51.500 INFO O| Feb 25 02:12:51.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
8063 | 2025-02-25T02:12:53.463Z | [ recovery-image] Feb 25 02:12:51.500 INFO O| Feb 25 02:12:51.500 INFO STEP 1134 (remove_files) COMPLETE |
8064 | 2025-02-25T02:12:53.465Z | [ recovery-image] Feb 25 02:12:51.500 INFO O| Feb 25 02:12:51.500 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8065 | 2025-02-25T02:12:53.474Z | [ recovery-image] Feb 25 02:12:51.516 INFO O| Feb 25 02:12:51.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
8066 | 2025-02-25T02:12:53.475Z | [ recovery-image] Feb 25 02:12:51.516 INFO O| Feb 25 02:12:51.516 INFO STEP 1135 (remove_files) COMPLETE |
8067 | 2025-02-25T02:12:53.475Z | [ recovery-image] Feb 25 02:12:51.516 INFO O| Feb 25 02:12:51.516 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8068 | 2025-02-25T02:12:53.516Z | [ recovery-image] Feb 25 02:12:51.558 INFO O| Feb 25 02:12:51.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
8069 | 2025-02-25T02:12:53.516Z | [ recovery-image] Feb 25 02:12:51.558 INFO O| Feb 25 02:12:51.558 INFO STEP 1136 (remove_files) COMPLETE |
8070 | 2025-02-25T02:12:53.516Z | [ recovery-image] Feb 25 02:12:51.558 INFO O| Feb 25 02:12:51.558 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8071 | 2025-02-25T02:12:53.553Z | [ recovery-image] Feb 25 02:12:51.591 INFO O| Feb 25 02:12:51.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
8072 | 2025-02-25T02:12:53.553Z | [ recovery-image] Feb 25 02:12:51.591 INFO O| Feb 25 02:12:51.591 INFO STEP 1137 (remove_files) COMPLETE |
8073 | 2025-02-25T02:12:53.553Z | [ recovery-image] Feb 25 02:12:51.591 INFO O| Feb 25 02:12:51.591 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8074 | 2025-02-25T02:12:53.582Z | [ recovery-image] Feb 25 02:12:51.624 INFO O| Feb 25 02:12:51.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
8075 | 2025-02-25T02:12:53.582Z | [ recovery-image] Feb 25 02:12:51.624 INFO O| Feb 25 02:12:51.624 INFO STEP 1138 (remove_files) COMPLETE |
8076 | 2025-02-25T02:12:53.582Z | [ recovery-image] Feb 25 02:12:51.624 INFO O| Feb 25 02:12:51.624 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8077 | 2025-02-25T02:12:53.615Z | [ recovery-image] Feb 25 02:12:51.657 INFO O| Feb 25 02:12:51.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
8078 | 2025-02-25T02:12:53.618Z | [ recovery-image] Feb 25 02:12:51.657 INFO O| Feb 25 02:12:51.657 INFO STEP 1139 (remove_files) COMPLETE |
8079 | 2025-02-25T02:12:53.618Z | [ recovery-image] Feb 25 02:12:51.658 INFO O| Feb 25 02:12:51.658 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8080 | 2025-02-25T02:12:53.640Z | [ recovery-image] Feb 25 02:12:51.682 INFO O| Feb 25 02:12:51.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
8081 | 2025-02-25T02:12:53.643Z | [ recovery-image] Feb 25 02:12:51.682 INFO O| Feb 25 02:12:51.682 INFO STEP 1140 (remove_files) COMPLETE |
8082 | 2025-02-25T02:12:53.643Z | [ recovery-image] Feb 25 02:12:51.682 INFO O| Feb 25 02:12:51.682 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8083 | 2025-02-25T02:12:53.699Z | [ recovery-image] Feb 25 02:12:51.740 INFO O| Feb 25 02:12:51.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
8084 | 2025-02-25T02:12:53.701Z | [ recovery-image] Feb 25 02:12:51.741 INFO O| Feb 25 02:12:51.741 INFO STEP 1141 (remove_files) COMPLETE |
8085 | 2025-02-25T02:12:53.702Z | [ recovery-image] Feb 25 02:12:51.741 INFO O| Feb 25 02:12:51.741 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8086 | 2025-02-25T02:12:53.720Z | [ recovery-image] Feb 25 02:12:51.762 INFO O| Feb 25 02:12:51.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
8087 | 2025-02-25T02:12:53.723Z | [ recovery-image] Feb 25 02:12:51.762 INFO O| Feb 25 02:12:51.762 INFO STEP 1142 (remove_files) COMPLETE |
8088 | 2025-02-25T02:12:53.723Z | [ recovery-image] Feb 25 02:12:51.762 INFO O| Feb 25 02:12:51.762 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8089 | 2025-02-25T02:12:53.741Z | [ recovery-image] Feb 25 02:12:51.782 INFO O| Feb 25 02:12:51.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
8090 | 2025-02-25T02:12:53.744Z | [ recovery-image] Feb 25 02:12:51.782 INFO O| Feb 25 02:12:51.782 INFO STEP 1143 (remove_files) COMPLETE |
8091 | 2025-02-25T02:12:53.744Z | [ recovery-image] Feb 25 02:12:51.782 INFO O| Feb 25 02:12:51.782 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8092 | 2025-02-25T02:12:53.759Z | [ recovery-image] Feb 25 02:12:51.801 INFO O| Feb 25 02:12:51.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
8093 | 2025-02-25T02:12:53.762Z | [ recovery-image] Feb 25 02:12:51.801 INFO O| Feb 25 02:12:51.801 INFO STEP 1144 (remove_files) COMPLETE |
8094 | 2025-02-25T02:12:53.762Z | [ recovery-image] Feb 25 02:12:51.801 INFO O| Feb 25 02:12:51.801 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8095 | 2025-02-25T02:12:53.778Z | [ recovery-image] Feb 25 02:12:51.820 INFO O| Feb 25 02:12:51.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
8096 | 2025-02-25T02:12:53.782Z | [ recovery-image] Feb 25 02:12:51.820 INFO O| Feb 25 02:12:51.820 INFO STEP 1145 (remove_files) COMPLETE |
8097 | 2025-02-25T02:12:53.783Z | [ recovery-image] Feb 25 02:12:51.820 INFO O| Feb 25 02:12:51.820 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8098 | 2025-02-25T02:12:53.796Z | [ recovery-image] Feb 25 02:12:51.838 INFO O| Feb 25 02:12:51.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
8099 | 2025-02-25T02:12:53.796Z | [ recovery-image] Feb 25 02:12:51.838 INFO O| Feb 25 02:12:51.838 INFO STEP 1146 (remove_files) COMPLETE |
8100 | 2025-02-25T02:12:53.799Z | [ recovery-image] Feb 25 02:12:51.838 INFO O| Feb 25 02:12:51.838 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8101 | 2025-02-25T02:12:53.824Z | [ recovery-image] Feb 25 02:12:51.865 INFO O| Feb 25 02:12:51.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
8102 | 2025-02-25T02:12:53.824Z | [ recovery-image] Feb 25 02:12:51.865 INFO O| Feb 25 02:12:51.865 INFO STEP 1147 (remove_files) COMPLETE |
8103 | 2025-02-25T02:12:53.824Z | [ recovery-image] Feb 25 02:12:51.865 INFO O| Feb 25 02:12:51.865 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8104 | 2025-02-25T02:12:53.897Z | [ recovery-image] Feb 25 02:12:51.939 INFO O| Feb 25 02:12:51.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
8105 | 2025-02-25T02:12:53.897Z | [ recovery-image] Feb 25 02:12:51.939 INFO O| Feb 25 02:12:51.939 INFO STEP 1148 (remove_files) COMPLETE |
8106 | 2025-02-25T02:12:53.897Z | [ recovery-image] Feb 25 02:12:51.939 INFO O| Feb 25 02:12:51.939 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8107 | 2025-02-25T02:12:53.949Z | [ recovery-image] Feb 25 02:12:51.991 INFO O| Feb 25 02:12:51.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
8108 | 2025-02-25T02:12:53.949Z | [ recovery-image] Feb 25 02:12:51.991 INFO O| Feb 25 02:12:51.991 INFO STEP 1149 (remove_files) COMPLETE |
8109 | 2025-02-25T02:12:53.949Z | [ recovery-image] Feb 25 02:12:51.991 INFO O| Feb 25 02:12:51.991 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8110 | 2025-02-25T02:12:53.970Z | [ recovery-image] Feb 25 02:12:52.012 INFO O| Feb 25 02:12:52.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
8111 | 2025-02-25T02:12:53.970Z | [ recovery-image] Feb 25 02:12:52.012 INFO O| Feb 25 02:12:52.012 INFO STEP 1150 (remove_files) COMPLETE |
8112 | 2025-02-25T02:12:53.970Z | [ recovery-image] Feb 25 02:12:52.012 INFO O| Feb 25 02:12:52.012 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8113 | 2025-02-25T02:12:53.989Z | [ recovery-image] Feb 25 02:12:52.031 INFO O| Feb 25 02:12:52.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
8114 | 2025-02-25T02:12:53.989Z | [ recovery-image] Feb 25 02:12:52.031 INFO O| Feb 25 02:12:52.031 INFO STEP 1151 (remove_files) COMPLETE |
8115 | 2025-02-25T02:12:53.989Z | [ recovery-image] Feb 25 02:12:52.031 INFO O| Feb 25 02:12:52.031 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8116 | 2025-02-25T02:12:54.013Z | [ recovery-image] Feb 25 02:12:52.055 INFO O| Feb 25 02:12:52.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
8117 | 2025-02-25T02:12:54.017Z | [ recovery-image] Feb 25 02:12:52.055 INFO O| Feb 25 02:12:52.055 INFO STEP 1152 (remove_files) COMPLETE |
8118 | 2025-02-25T02:12:54.017Z | [ recovery-image] Feb 25 02:12:52.056 INFO O| Feb 25 02:12:52.055 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8119 | 2025-02-25T02:12:54.033Z | [ recovery-image] Feb 25 02:12:52.075 INFO O| Feb 25 02:12:52.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
8120 | 2025-02-25T02:12:54.035Z | [ recovery-image] Feb 25 02:12:52.075 INFO O| Feb 25 02:12:52.075 INFO STEP 1153 (remove_files) COMPLETE |
8121 | 2025-02-25T02:12:54.035Z | [ recovery-image] Feb 25 02:12:52.075 INFO O| Feb 25 02:12:52.075 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8122 | 2025-02-25T02:12:54.053Z | [ recovery-image] Feb 25 02:12:52.094 INFO O| Feb 25 02:12:52.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
8123 | 2025-02-25T02:12:54.055Z | [ recovery-image] Feb 25 02:12:52.095 INFO O| Feb 25 02:12:52.095 INFO STEP 1154 (remove_files) COMPLETE |
8124 | 2025-02-25T02:12:54.055Z | [ recovery-image] Feb 25 02:12:52.095 INFO O| Feb 25 02:12:52.095 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8125 | 2025-02-25T02:12:54.094Z | [ recovery-image] Feb 25 02:12:52.136 INFO O| Feb 25 02:12:52.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
8126 | 2025-02-25T02:12:54.094Z | [ recovery-image] Feb 25 02:12:52.136 INFO O| Feb 25 02:12:52.136 INFO STEP 1155 (remove_files) COMPLETE |
8127 | 2025-02-25T02:12:54.097Z | [ recovery-image] Feb 25 02:12:52.136 INFO O| Feb 25 02:12:52.136 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8128 | 2025-02-25T02:12:54.115Z | [ recovery-image] Feb 25 02:12:52.157 INFO O| Feb 25 02:12:52.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
8129 | 2025-02-25T02:12:54.115Z | [ recovery-image] Feb 25 02:12:52.157 INFO O| Feb 25 02:12:52.157 INFO STEP 1156 (remove_files) COMPLETE |
8130 | 2025-02-25T02:12:54.115Z | [ recovery-image] Feb 25 02:12:52.157 INFO O| Feb 25 02:12:52.157 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8131 | 2025-02-25T02:12:54.135Z | [ recovery-image] Feb 25 02:12:52.176 INFO O| Feb 25 02:12:52.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
8132 | 2025-02-25T02:12:54.135Z | [ recovery-image] Feb 25 02:12:52.176 INFO O| Feb 25 02:12:52.176 INFO STEP 1157 (remove_files) COMPLETE |
8133 | 2025-02-25T02:12:54.135Z | [ recovery-image] Feb 25 02:12:52.176 INFO O| Feb 25 02:12:52.176 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8134 | 2025-02-25T02:12:54.177Z | [ recovery-image] Feb 25 02:12:52.219 INFO O| Feb 25 02:12:52.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
8135 | 2025-02-25T02:12:54.177Z | [ recovery-image] Feb 25 02:12:52.219 INFO O| Feb 25 02:12:52.219 INFO STEP 1158 (remove_files) COMPLETE |
8136 | 2025-02-25T02:12:54.177Z | [ recovery-image] Feb 25 02:12:52.219 INFO O| Feb 25 02:12:52.219 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8137 | 2025-02-25T02:12:54.195Z | [ recovery-image] Feb 25 02:12:52.237 INFO O| Feb 25 02:12:52.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
8138 | 2025-02-25T02:12:54.198Z | [ recovery-image] Feb 25 02:12:52.238 INFO O| Feb 25 02:12:52.238 INFO STEP 1159 (remove_files) COMPLETE |
8139 | 2025-02-25T02:12:54.198Z | [ recovery-image] Feb 25 02:12:52.238 INFO O| Feb 25 02:12:52.238 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8140 | 2025-02-25T02:12:54.215Z | [ recovery-image] Feb 25 02:12:52.256 INFO O| Feb 25 02:12:52.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
8141 | 2025-02-25T02:12:54.215Z | [ recovery-image] Feb 25 02:12:52.256 INFO O| Feb 25 02:12:52.256 INFO STEP 1160 (remove_files) COMPLETE |
8142 | 2025-02-25T02:12:54.215Z | [ recovery-image] Feb 25 02:12:52.256 INFO O| Feb 25 02:12:52.256 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8143 | 2025-02-25T02:12:54.271Z | [ recovery-image] Feb 25 02:12:52.313 INFO O| Feb 25 02:12:52.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8144 | 2025-02-25T02:12:54.271Z | [ recovery-image] Feb 25 02:12:52.313 INFO O| Feb 25 02:12:52.313 INFO STEP 1161 (remove_files) COMPLETE |
8145 | 2025-02-25T02:12:54.271Z | [ recovery-image] Feb 25 02:12:52.313 INFO O| Feb 25 02:12:52.313 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8146 | 2025-02-25T02:12:54.291Z | [ recovery-image] Feb 25 02:12:52.332 INFO O| Feb 25 02:12:52.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8147 | 2025-02-25T02:12:54.293Z | [ recovery-image] Feb 25 02:12:52.333 INFO O| Feb 25 02:12:52.332 INFO STEP 1162 (remove_files) COMPLETE |
8148 | 2025-02-25T02:12:54.293Z | [ recovery-image] Feb 25 02:12:52.333 INFO O| Feb 25 02:12:52.333 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8149 | 2025-02-25T02:12:54.310Z | [ recovery-image] Feb 25 02:12:52.352 INFO O| Feb 25 02:12:52.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8150 | 2025-02-25T02:12:54.310Z | [ recovery-image] Feb 25 02:12:52.352 INFO O| Feb 25 02:12:52.352 INFO STEP 1163 (remove_files) COMPLETE |
8151 | 2025-02-25T02:12:54.310Z | [ recovery-image] Feb 25 02:12:52.352 INFO O| Feb 25 02:12:52.352 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8152 | 2025-02-25T02:12:54.331Z | [ recovery-image] Feb 25 02:12:52.372 INFO O| Feb 25 02:12:52.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8153 | 2025-02-25T02:12:54.334Z | [ recovery-image] Feb 25 02:12:52.372 INFO O| Feb 25 02:12:52.372 INFO STEP 1164 (remove_files) COMPLETE |
8154 | 2025-02-25T02:12:54.334Z | [ recovery-image] Feb 25 02:12:52.373 INFO O| Feb 25 02:12:52.373 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8155 | 2025-02-25T02:12:54.348Z | [ recovery-image] Feb 25 02:12:52.390 INFO O| Feb 25 02:12:52.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8156 | 2025-02-25T02:12:54.352Z | [ recovery-image] Feb 25 02:12:52.390 INFO O| Feb 25 02:12:52.390 INFO STEP 1165 (remove_files) COMPLETE |
8157 | 2025-02-25T02:12:54.352Z | [ recovery-image] Feb 25 02:12:52.390 INFO O| Feb 25 02:12:52.390 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8158 | 2025-02-25T02:12:54.383Z | [ recovery-image] Feb 25 02:12:52.425 INFO O| Feb 25 02:12:52.425 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8159 | 2025-02-25T02:12:54.386Z | [ recovery-image] Feb 25 02:12:52.425 INFO O| Feb 25 02:12:52.425 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8160 | 2025-02-25T02:12:56.217Z | [ recovery-image] Feb 25 02:12:54.259 INFO O| Feb 25 02:12:54.258 INFO STEP 1166 (pack_tar) COMPLETE |
8161 | 2025-02-25T02:12:56.217Z | [ recovery-image] Feb 25 02:12:54.259 INFO O| Feb 25 02:12:54.259 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8162 | 2025-02-25T02:12:56.219Z | [ recovery-image] Feb 25 02:12:54.259 INFO O| Feb 25 02:12:54.259 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8163 | 2025-02-25T02:12:56.421Z | [ recovery-image] Feb 25 02:12:54.463 INFO O| Feb 25 02:12:54.463 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8164 | 2025-02-25T02:12:56.520Z | [ recovery-image] Feb 25 02:12:54.561 INFO O| Feb 25 02:12:54.561 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8165 | 2025-02-25T02:12:56.528Z | [ recovery-image] Feb 25 02:12:54.570 INFO image builder template: zfs-recovery... |
8166 | 2025-02-25T02:12:56.528Z | [ recovery-image] Feb 25 02:12:54.570 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/.tmpZkvLVr/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.334", "-n", "zfs-recovery"], pwd: None |
8167 | 2025-02-25T02:12:56.607Z | [ recovery-image] Feb 25 02:12:54.648 INFO O| Feb 25 02:12:54.648 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8168 | 2025-02-25T02:12:56.627Z | [ recovery-image] Feb 25 02:12:54.669 INFO O| Feb 25 02:12:54.669 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8169 | 2025-02-25T02:12:56.739Z | [ recovery-image] Feb 25 02:12:54.781 INFO O| Feb 25 02:12:54.781 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8170 | 2025-02-25T02:12:56.816Z | [ recovery-image] Feb 25 02:12:54.858 INFO O| Feb 25 02:12:54.857 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8171 | 2025-02-25T02:12:56.818Z | [ recovery-image] Feb 25 02:12:54.858 INFO O| Feb 25 02:12:54.858 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8172 | 2025-02-25T02:12:56.824Z | [ recovery-image] Feb 25 02:12:54.865 INFO O| Feb 25 02:12:54.865 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8173 | 2025-02-25T02:12:56.948Z | [ recovery-image] Feb 25 02:12:54.989 INFO O| Feb 25 02:12:54.989 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8174 | 2025-02-25T02:12:57.041Z | [ recovery-image] Feb 25 02:12:55.082 INFO O| Feb 25 02:12:55.082 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8175 | 2025-02-25T02:12:57.097Z | [ recovery-image] Feb 25 02:12:55.138 INFO O| Feb 25 02:12:55.138 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8176 | 2025-02-25T02:12:57.125Z | [ recovery-image] Feb 25 02:12:55.167 INFO O| Feb 25 02:12:55.167 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8177 | 2025-02-25T02:12:57.229Z | [ recovery-image] Feb 25 02:12:55.271 INFO O| Feb 25 02:12:55.271 INFO no lofi found |
8178 | 2025-02-25T02:12:57.230Z | [ recovery-image] Feb 25 02:12:55.271 INFO O| Feb 25 02:12:55.271 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8179 | 2025-02-25T02:12:57.230Z | [ recovery-image] Feb 25 02:12:55.271 INFO O| Feb 25 02:12:55.271 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8180 | 2025-02-25T02:12:59.656Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
8181 | 2025-02-25T02:12:59.971Z | [ recovery-image] Feb 25 02:12:58.012 INFO O| Feb 25 02:12:58.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
8182 | 2025-02-25T02:12:59.971Z | [ recovery-image] Feb 25 02:12:58.012 INFO O| Feb 25 02:12:58.012 INFO pool device = /dev/dsk/c2t1d0p0 |
8183 | 2025-02-25T02:12:59.973Z | [ recovery-image] Feb 25 02:12:58.013 INFO O| Feb 25 02:12:58.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"] |
8184 | 2025-02-25T02:13:00.225Z | [ recovery-image] Feb 25 02:12:58.267 INFO O| Feb 25 02:12:58.267 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8185 | 2025-02-25T02:13:00.225Z | [ recovery-image] Feb 25 02:12:58.267 INFO O| Feb 25 02:12:58.267 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8186 | 2025-02-25T02:13:00.262Z | [ recovery-image] Feb 25 02:12:58.304 INFO O| Feb 25 02:12:58.304 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8187 | 2025-02-25T02:13:00.568Z | [ recovery-image] Feb 25 02:12:58.610 INFO O| Feb 25 02:12:58.610 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8188 | 2025-02-25T02:13:00.628Z | [ recovery-image] Feb 25 02:12:58.670 INFO O| Feb 25 02:12:58.670 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8189 | 2025-02-25T02:13:00.656Z | [ recovery-image] Feb 25 02:12:58.698 INFO O| Feb 25 02:12:58.698 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8190 | 2025-02-25T02:13:00.679Z | [ recovery-image] Feb 25 02:12:58.720 INFO O| Feb 25 02:12:58.720 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8191 | 2025-02-25T02:13:00.774Z | [ recovery-image] Feb 25 02:12:58.816 INFO O| Feb 25 02:12:58.816 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8192 | 2025-02-25T02:13:00.777Z | [ recovery-image] Feb 25 02:12:58.816 INFO O| Feb 25 02:12:58.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8193 | 2025-02-25T02:13:00.777Z | [ recovery-image] Feb 25 02:12:58.816 INFO O| Feb 25 02:12:58.816 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8194 | 2025-02-25T02:13:00.798Z | [ recovery-image] Feb 25 02:12:58.840 INFO O| Feb 25 02:12:58.840 INFO boot environment UUID: 401f1add-f24a-4c1b-a812-55d4f9e48c1c |
8195 | 2025-02-25T02:13:00.798Z | [ recovery-image] Feb 25 02:12:58.840 INFO O| Feb 25 02:12:58.840 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 401f1add-f24a-4c1b-a812-55d4f9e48c1c |
8196 | 2025-02-25T02:13:00.842Z | [ recovery-image] Feb 25 02:12:58.883 INFO O| Feb 25 02:12:58.883 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8197 | 2025-02-25T02:13:00.886Z | [ recovery-image] Feb 25 02:12:58.928 INFO O| Feb 25 02:12:58.928 INFO STEP 0 (create_be) COMPLETE |
8198 | 2025-02-25T02:13:00.886Z | [ recovery-image] Feb 25 02:12:58.928 INFO O| Feb 25 02:12:58.928 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8199 | 2025-02-25T02:13:00.920Z | [ recovery-image] Feb 25 02:12:58.961 INFO O| Feb 25 02:12:58.961 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"] |
8200 | 2025-02-25T02:13:07.902Z | [ recovery-image] Feb 25 02:13:05.943 INFO O| Feb 25 02:13:05.943 INFO STEP 1 (unpack_tar) COMPLETE |
8201 | 2025-02-25T02:13:07.902Z | [ recovery-image] Feb 25 02:13:05.943 INFO O| Feb 25 02:13:05.943 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8202 | 2025-02-25T02:13:07.923Z | [ recovery-image] Feb 25 02:13:05.965 INFO O| Feb 25 02:13:05.965 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8203 | 2025-02-25T02:13:08.735Z | [ recovery-image] Feb 25 02:13:06.776 INFO O| Feb 25 02:13:06.776 INFO STEP 2 (devfsadm) COMPLETE |
8204 | 2025-02-25T02:13:08.735Z | [ recovery-image] Feb 25 02:13:06.776 INFO O| Feb 25 02:13:06.776 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8205 | 2025-02-25T02:13:08.757Z | [ recovery-image] Feb 25 02:13:06.798 INFO O| Feb 25 02:13:06.798 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8206 | 2025-02-25T02:13:08.757Z | [ recovery-image] Feb 25 02:13:06.798 INFO O| Feb 25 02:13:06.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8207 | 2025-02-25T02:13:08.757Z | [ recovery-image] Feb 25 02:13:06.798 INFO O| Feb 25 02:13:06.798 INFO STEP 3 (ensure_dir) COMPLETE |
8208 | 2025-02-25T02:13:08.759Z | [ recovery-image] Feb 25 02:13:06.798 INFO O| Feb 25 02:13:06.798 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8209 | 2025-02-25T02:13:08.777Z | [ recovery-image] Feb 25 02:13:06.818 INFO O| Feb 25 02:13:06.818 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8210 | 2025-02-25T02:13:08.777Z | [ recovery-image] Feb 25 02:13:06.818 INFO O| Feb 25 02:13:06.818 INFO STEP 4 (ensure_dir) COMPLETE |
8211 | 2025-02-25T02:13:08.779Z | [ recovery-image] Feb 25 02:13:06.818 INFO O| Feb 25 02:13:06.818 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8212 | 2025-02-25T02:13:08.802Z | [ recovery-image] Feb 25 02:13:06.844 INFO O| Feb 25 02:13:06.844 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8213 | 2025-02-25T02:13:08.802Z | [ recovery-image] Feb 25 02:13:06.844 INFO O| Feb 25 02:13:06.844 INFO STEP 5 (ensure_dir) COMPLETE |
8214 | 2025-02-25T02:13:08.805Z | [ recovery-image] Feb 25 02:13:06.844 INFO O| Feb 25 02:13:06.844 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8215 | 2025-02-25T02:13:08.822Z | [ recovery-image] Feb 25 02:13:06.864 INFO O| Feb 25 02:13:06.864 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8216 | 2025-02-25T02:13:08.823Z | [ recovery-image] Feb 25 02:13:06.864 INFO O| Feb 25 02:13:06.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8217 | 2025-02-25T02:13:08.823Z | [ recovery-image] Feb 25 02:13:06.864 INFO O| Feb 25 02:13:06.864 INFO STEP 6 (ensure_dir) COMPLETE |
8218 | 2025-02-25T02:13:08.823Z | [ recovery-image] Feb 25 02:13:06.864 INFO O| Feb 25 02:13:06.864 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8219 | 2025-02-25T02:13:08.956Z | [ recovery-image] Feb 25 02:13:06.998 INFO O| Feb 25 02:13:06.997 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8220 | 2025-02-25T02:13:08.959Z | [ recovery-image] Feb 25 02:13:06.998 INFO O| Feb 25 02:13:06.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8221 | 2025-02-25T02:13:08.959Z | [ recovery-image] Feb 25 02:13:06.998 INFO O| Feb 25 02:13:06.998 INFO STEP 7 (ensure_dir) COMPLETE |
8222 | 2025-02-25T02:13:08.959Z | [ recovery-image] Feb 25 02:13:06.998 INFO O| Feb 25 02:13:06.998 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8223 | 2025-02-25T02:13:08.976Z | [ recovery-image] Feb 25 02:13:07.018 INFO O| Feb 25 02:13:07.018 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8224 | 2025-02-25T02:13:08.979Z | [ recovery-image] Feb 25 02:13:07.018 INFO O| Feb 25 02:13:07.018 INFO STEP 8 (remove_files) COMPLETE |
8225 | 2025-02-25T02:13:08.979Z | [ recovery-image] Feb 25 02:13:07.019 INFO O| Feb 25 02:13:07.019 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8226 | 2025-02-25T02:13:08.996Z | [ recovery-image] Feb 25 02:13:07.038 INFO O| Feb 25 02:13:07.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8227 | 2025-02-25T02:13:08.999Z | [ recovery-image] Feb 25 02:13:07.039 INFO O| Feb 25 02:13:07.039 INFO STEP 9 (remove_files) COMPLETE |
8228 | 2025-02-25T02:13:08.999Z | [ recovery-image] Feb 25 02:13:07.040 INFO O| Feb 25 02:13:07.039 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8229 | 2025-02-25T02:13:09.017Z | [ recovery-image] Feb 25 02:13:07.059 INFO O| Feb 25 02:13:07.059 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8230 | 2025-02-25T02:13:09.020Z | [ recovery-image] Feb 25 02:13:07.060 INFO O| Feb 25 02:13:07.060 INFO STEP 10 (remove_files) COMPLETE |
8231 | 2025-02-25T02:13:09.020Z | [ recovery-image] Feb 25 02:13:07.060 INFO O| Feb 25 02:13:07.060 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8232 | 2025-02-25T02:13:09.059Z | [ recovery-image] Feb 25 02:13:07.100 INFO O| Feb 25 02:13:07.100 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8233 | 2025-02-25T02:13:09.059Z | [ recovery-image] Feb 25 02:13:07.100 INFO O| Feb 25 02:13:07.100 INFO STEP 11 (remove_files) COMPLETE |
8234 | 2025-02-25T02:13:09.059Z | [ recovery-image] Feb 25 02:13:07.100 INFO O| Feb 25 02:13:07.100 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8235 | 2025-02-25T02:13:09.078Z | [ recovery-image] Feb 25 02:13:07.120 INFO O| Feb 25 02:13:07.120 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8236 | 2025-02-25T02:13:09.079Z | [ recovery-image] Feb 25 02:13:07.120 INFO O| Feb 25 02:13:07.120 INFO STEP 12 (remove_files) COMPLETE |
8237 | 2025-02-25T02:13:09.079Z | [ recovery-image] Feb 25 02:13:07.120 INFO O| Feb 25 02:13:07.120 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8238 | 2025-02-25T02:13:09.136Z | [ recovery-image] Feb 25 02:13:07.177 INFO O| Feb 25 02:13:07.177 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8239 | 2025-02-25T02:13:09.136Z | [ recovery-image] Feb 25 02:13:07.178 INFO O| Feb 25 02:13:07.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8240 | 2025-02-25T02:13:09.136Z | [ recovery-image] Feb 25 02:13:07.178 INFO O| Feb 25 02:13:07.178 INFO STEP 13 (ensure_dir) COMPLETE |
8241 | 2025-02-25T02:13:09.139Z | [ recovery-image] Feb 25 02:13:07.178 INFO O| Feb 25 02:13:07.178 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8242 | 2025-02-25T02:13:09.155Z | [ recovery-image] Feb 25 02:13:07.196 INFO O| Feb 25 02:13:07.196 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8243 | 2025-02-25T02:13:09.155Z | [ recovery-image] Feb 25 02:13:07.196 INFO O| Feb 25 02:13:07.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8244 | 2025-02-25T02:13:09.155Z | [ recovery-image] Feb 25 02:13:07.196 INFO O| Feb 25 02:13:07.196 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8245 | 2025-02-25T02:13:09.160Z | [ recovery-image] Feb 25 02:13:07.197 INFO O| Feb 25 02:13:07.196 INFO STEP 14 (ensure_dir) COMPLETE |
8246 | 2025-02-25T02:13:09.160Z | [ recovery-image] Feb 25 02:13:07.197 INFO O| Feb 25 02:13:07.196 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8247 | 2025-02-25T02:13:09.221Z | [ recovery-image] Feb 25 02:13:07.260 INFO O| Feb 25 02:13:07.260 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8248 | 2025-02-25T02:13:09.221Z | [ recovery-image] Feb 25 02:13:07.260 INFO O| Feb 25 02:13:07.260 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8249 | 2025-02-25T02:13:09.224Z | [ recovery-image] Feb 25 02:13:07.260 INFO O| Feb 25 02:13:07.260 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8250 | 2025-02-25T02:13:09.224Z | [ recovery-image] Feb 25 02:13:07.260 INFO O| Feb 25 02:13:07.260 INFO STEP 15 (ensure_dir) COMPLETE |
8251 | 2025-02-25T02:13:09.224Z | [ recovery-image] Feb 25 02:13:07.260 INFO O| Feb 25 02:13:07.260 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8252 | 2025-02-25T02:13:09.239Z | [ recovery-image] Feb 25 02:13:07.281 INFO O| Feb 25 02:13:07.281 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8253 | 2025-02-25T02:13:09.242Z | [ recovery-image] Feb 25 02:13:07.281 INFO O| Feb 25 02:13:07.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8254 | 2025-02-25T02:13:09.242Z | [ recovery-image] Feb 25 02:13:07.281 INFO O| Feb 25 02:13:07.281 INFO STEP 16 (ensure_dir) COMPLETE |
8255 | 2025-02-25T02:13:09.242Z | [ recovery-image] Feb 25 02:13:07.281 INFO O| Feb 25 02:13:07.281 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8256 | 2025-02-25T02:13:09.272Z | [ recovery-image] Feb 25 02:13:07.312 INFO O| Feb 25 02:13:07.312 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8257 | 2025-02-25T02:13:09.275Z | [ recovery-image] Feb 25 02:13:07.312 INFO O| Feb 25 02:13:07.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8258 | 2025-02-25T02:13:09.275Z | [ recovery-image] Feb 25 02:13:07.312 INFO O| Feb 25 02:13:07.312 INFO STEP 17 (ensure_dir) COMPLETE |
8259 | 2025-02-25T02:13:09.275Z | [ recovery-image] Feb 25 02:13:07.312 INFO O| Feb 25 02:13:07.312 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8260 | 2025-02-25T02:13:09.290Z | [ recovery-image] Feb 25 02:13:07.331 INFO O| Feb 25 02:13:07.331 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8261 | 2025-02-25T02:13:09.291Z | [ recovery-image] Feb 25 02:13:07.331 INFO O| Feb 25 02:13:07.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8262 | 2025-02-25T02:13:09.291Z | [ recovery-image] Feb 25 02:13:07.331 INFO O| Feb 25 02:13:07.331 INFO ok! |
8263 | 2025-02-25T02:13:09.291Z | [ recovery-image] Feb 25 02:13:07.331 INFO O| Feb 25 02:13:07.331 INFO STEP 18 (ensure_symlink) COMPLETE |
8264 | 2025-02-25T02:13:09.291Z | [ recovery-image] Feb 25 02:13:07.331 INFO O| Feb 25 02:13:07.331 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8265 | 2025-02-25T02:13:09.309Z | [ recovery-image] Feb 25 02:13:07.350 INFO O| Feb 25 02:13:07.350 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8266 | 2025-02-25T02:13:09.309Z | [ recovery-image] Feb 25 02:13:07.350 INFO O| Feb 25 02:13:07.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8267 | 2025-02-25T02:13:09.309Z | [ recovery-image] Feb 25 02:13:07.350 INFO O| Feb 25 02:13:07.350 INFO ok! |
8268 | 2025-02-25T02:13:09.309Z | [ recovery-image] Feb 25 02:13:07.350 INFO O| Feb 25 02:13:07.350 INFO STEP 19 (ensure_file) COMPLETE |
8269 | 2025-02-25T02:13:09.309Z | [ recovery-image] Feb 25 02:13:07.350 INFO O| Feb 25 02:13:07.350 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8270 | 2025-02-25T02:13:09.347Z | [ recovery-image] Feb 25 02:13:07.389 INFO O| Feb 25 02:13:07.389 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8271 | 2025-02-25T02:13:09.347Z | [ recovery-image] Feb 25 02:13:07.389 INFO O| Feb 25 02:13:07.389 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8272 | 2025-02-25T02:13:09.352Z | [ recovery-image] Feb 25 02:13:07.389 INFO O| Feb 25 02:13:07.389 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8273 | 2025-02-25T02:13:09.352Z | [ recovery-image] Feb 25 02:13:07.389 INFO O| Feb 25 02:13:07.389 INFO ok! |
8274 | 2025-02-25T02:13:09.352Z | [ recovery-image] Feb 25 02:13:07.389 INFO O| Feb 25 02:13:07.389 INFO STEP 20 (ensure_symlink) COMPLETE |
8275 | 2025-02-25T02:13:09.352Z | [ recovery-image] Feb 25 02:13:07.389 INFO O| Feb 25 02:13:07.389 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8276 | 2025-02-25T02:13:09.387Z | [ recovery-image] Feb 25 02:13:07.429 INFO O| Feb 25 02:13:07.429 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8277 | 2025-02-25T02:13:09.387Z | [ recovery-image] Feb 25 02:13:07.429 INFO O| Feb 25 02:13:07.429 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8278 | 2025-02-25T02:13:09.390Z | [ recovery-image] Feb 25 02:13:07.429 INFO O| Feb 25 02:13:07.429 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8279 | 2025-02-25T02:13:09.390Z | [ recovery-image] Feb 25 02:13:07.429 INFO O| Feb 25 02:13:07.429 INFO ok! |
8280 | 2025-02-25T02:13:09.390Z | [ recovery-image] Feb 25 02:13:07.429 INFO O| Feb 25 02:13:07.429 INFO STEP 21 (ensure_symlink) COMPLETE |
8281 | 2025-02-25T02:13:09.390Z | [ recovery-image] Feb 25 02:13:07.429 INFO O| Feb 25 02:13:07.429 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8282 | 2025-02-25T02:13:09.408Z | [ recovery-image] Feb 25 02:13:07.450 INFO O| Feb 25 02:13:07.450 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8283 | 2025-02-25T02:13:09.408Z | [ recovery-image] Feb 25 02:13:07.450 INFO O| Feb 25 02:13:07.450 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8284 | 2025-02-25T02:13:09.411Z | [ recovery-image] Feb 25 02:13:07.450 INFO O| Feb 25 02:13:07.450 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8285 | 2025-02-25T02:13:09.411Z | [ recovery-image] Feb 25 02:13:07.450 INFO O| Feb 25 02:13:07.450 INFO ok! |
8286 | 2025-02-25T02:13:09.411Z | [ recovery-image] Feb 25 02:13:07.450 INFO O| Feb 25 02:13:07.450 INFO STEP 22 (ensure_symlink) COMPLETE |
8287 | 2025-02-25T02:13:09.411Z | [ recovery-image] Feb 25 02:13:07.450 INFO O| Feb 25 02:13:07.450 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8288 | 2025-02-25T02:13:09.429Z | [ recovery-image] Feb 25 02:13:07.470 INFO O| Feb 25 02:13:07.470 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8289 | 2025-02-25T02:13:09.429Z | [ recovery-image] Feb 25 02:13:07.470 INFO O| Feb 25 02:13:07.470 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8290 | 2025-02-25T02:13:09.429Z | [ recovery-image] Feb 25 02:13:07.471 INFO O| Feb 25 02:13:07.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8291 | 2025-02-25T02:13:09.429Z | [ recovery-image] Feb 25 02:13:07.471 INFO O| Feb 25 02:13:07.471 INFO ok! |
8292 | 2025-02-25T02:13:09.429Z | [ recovery-image] Feb 25 02:13:07.471 INFO O| Feb 25 02:13:07.471 INFO STEP 23 (ensure_symlink) COMPLETE |
8293 | 2025-02-25T02:13:09.431Z | [ recovery-image] Feb 25 02:13:07.471 INFO O| Feb 25 02:13:07.471 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8294 | 2025-02-25T02:13:09.449Z | [ recovery-image] Feb 25 02:13:07.491 INFO O| Feb 25 02:13:07.491 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8295 | 2025-02-25T02:13:09.452Z | [ recovery-image] Feb 25 02:13:07.491 INFO O| Feb 25 02:13:07.491 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 ... |
8296 | 2025-02-25T02:13:09.452Z | [ recovery-image] Feb 25 02:13:07.491 INFO O| Feb 25 02:13:07.491 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8297 | 2025-02-25T02:13:09.452Z | [ recovery-image] Feb 25 02:13:07.491 INFO O| Feb 25 02:13:07.491 INFO ok! |
8298 | 2025-02-25T02:13:09.452Z | [ recovery-image] Feb 25 02:13:07.491 INFO O| Feb 25 02:13:07.491 INFO STEP 24 (ensure_file) COMPLETE |
8299 | 2025-02-25T02:13:09.452Z | [ recovery-image] Feb 25 02:13:07.492 INFO O| Feb 25 02:13:07.492 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8300 | 2025-02-25T02:13:09.472Z | [ recovery-image] Feb 25 02:13:07.513 INFO O| Feb 25 02:13:07.513 INFO updating shadow file |
8301 | 2025-02-25T02:13:09.475Z | [ recovery-image] Feb 25 02:13:07.514 INFO O| Feb 25 02:13:07.514 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8302 | 2025-02-25T02:13:09.475Z | [ recovery-image] Feb 25 02:13:07.514 INFO O| Feb 25 02:13:07.514 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8303 | 2025-02-25T02:13:09.475Z | [ recovery-image] Feb 25 02:13:07.514 INFO O| Feb 25 02:13:07.514 INFO STEP 25 (shadow) COMPLETE |
8304 | 2025-02-25T02:13:09.475Z | [ recovery-image] Feb 25 02:13:07.514 INFO O| Feb 25 02:13:07.514 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8305 | 2025-02-25T02:13:09.504Z | [ recovery-image] Feb 25 02:13:07.546 INFO O| Feb 25 02:13:07.545 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8306 | 2025-02-25T02:13:09.504Z | [ recovery-image] Feb 25 02:13:07.546 INFO O| Feb 25 02:13:07.546 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8307 | 2025-02-25T02:13:09.507Z | [ recovery-image] Feb 25 02:13:07.546 INFO O| Feb 25 02:13:07.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8308 | 2025-02-25T02:13:09.507Z | [ recovery-image] Feb 25 02:13:07.546 INFO O| Feb 25 02:13:07.546 INFO ok! |
8309 | 2025-02-25T02:13:09.507Z | [ recovery-image] Feb 25 02:13:07.546 INFO O| Feb 25 02:13:07.546 INFO STEP 26 (ensure_file) COMPLETE |
8310 | 2025-02-25T02:13:09.507Z | [ recovery-image] Feb 25 02:13:07.546 INFO O| Feb 25 02:13:07.546 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8311 | 2025-02-25T02:13:09.552Z | [ recovery-image] Feb 25 02:13:07.593 INFO O| Feb 25 02:13:07.592 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8312 | 2025-02-25T02:13:09.552Z | [ recovery-image] Feb 25 02:13:07.593 INFO O| Feb 25 02:13:07.592 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8313 | 2025-02-25T02:13:09.552Z | [ recovery-image] Feb 25 02:13:07.593 INFO O| Feb 25 02:13:07.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8314 | 2025-02-25T02:13:09.555Z | [ recovery-image] Feb 25 02:13:07.593 INFO O| Feb 25 02:13:07.593 INFO ok! |
8315 | 2025-02-25T02:13:09.555Z | [ recovery-image] Feb 25 02:13:07.593 INFO O| Feb 25 02:13:07.593 INFO STEP 27 (ensure_file) COMPLETE |
8316 | 2025-02-25T02:13:09.555Z | [ recovery-image] Feb 25 02:13:07.593 INFO O| Feb 25 02:13:07.593 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8317 | 2025-02-25T02:13:09.572Z | [ recovery-image] Feb 25 02:13:07.613 INFO O| Feb 25 02:13:07.613 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8318 | 2025-02-25T02:13:09.572Z | [ recovery-image] Feb 25 02:13:07.613 INFO O| Feb 25 02:13:07.613 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8319 | 2025-02-25T02:13:09.576Z | [ recovery-image] Feb 25 02:13:07.613 INFO O| Feb 25 02:13:07.613 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8320 | 2025-02-25T02:13:09.576Z | [ recovery-image] Feb 25 02:13:07.614 INFO O| Feb 25 02:13:07.613 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8321 | 2025-02-25T02:13:09.576Z | [ recovery-image] Feb 25 02:13:07.614 INFO O| Feb 25 02:13:07.614 INFO ok! |
8322 | 2025-02-25T02:13:09.576Z | [ recovery-image] Feb 25 02:13:07.614 INFO O| Feb 25 02:13:07.614 INFO STEP 28 (ensure_file) COMPLETE |
8323 | 2025-02-25T02:13:09.576Z | [ recovery-image] Feb 25 02:13:07.614 INFO O| Feb 25 02:13:07.614 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8324 | 2025-02-25T02:13:09.614Z | [ recovery-image] Feb 25 02:13:07.656 INFO O| Feb 25 02:13:07.656 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8325 | 2025-02-25T02:13:09.614Z | [ recovery-image] Feb 25 02:13:07.656 INFO O| Feb 25 02:13:07.656 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8326 | 2025-02-25T02:13:09.617Z | [ recovery-image] Feb 25 02:13:07.656 INFO O| Feb 25 02:13:07.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8327 | 2025-02-25T02:13:09.617Z | [ recovery-image] Feb 25 02:13:07.656 INFO O| Feb 25 02:13:07.656 INFO ok! |
8328 | 2025-02-25T02:13:09.617Z | [ recovery-image] Feb 25 02:13:07.656 INFO O| Feb 25 02:13:07.656 INFO STEP 29 (ensure_file) COMPLETE |
8329 | 2025-02-25T02:13:09.617Z | [ recovery-image] Feb 25 02:13:07.656 INFO O| Feb 25 02:13:07.656 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8330 | 2025-02-25T02:13:09.636Z | [ recovery-image] Feb 25 02:13:07.678 INFO O| Feb 25 02:13:07.678 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8331 | 2025-02-25T02:13:09.636Z | [ recovery-image] Feb 25 02:13:07.678 INFO O| Feb 25 02:13:07.678 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8332 | 2025-02-25T02:13:09.639Z | [ recovery-image] Feb 25 02:13:07.678 INFO O| Feb 25 02:13:07.678 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8333 | 2025-02-25T02:13:09.639Z | [ recovery-image] Feb 25 02:13:07.678 INFO O| Feb 25 02:13:07.678 INFO ok! |
8334 | 2025-02-25T02:13:09.639Z | [ recovery-image] Feb 25 02:13:07.678 INFO O| Feb 25 02:13:07.678 INFO STEP 30 (ensure_file) COMPLETE |
8335 | 2025-02-25T02:13:09.639Z | [ recovery-image] Feb 25 02:13:07.679 INFO O| Feb 25 02:13:07.679 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8336 | 2025-02-25T02:13:09.657Z | [ recovery-image] Feb 25 02:13:07.699 INFO O| Feb 25 02:13:07.699 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8337 | 2025-02-25T02:13:09.657Z | [ recovery-image] Feb 25 02:13:07.699 INFO O| Feb 25 02:13:07.699 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8338 | 2025-02-25T02:13:09.660Z | [ recovery-image] Feb 25 02:13:07.699 INFO O| Feb 25 02:13:07.699 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8339 | 2025-02-25T02:13:09.660Z | [ recovery-image] Feb 25 02:13:07.700 INFO O| Feb 25 02:13:07.699 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8340 | 2025-02-25T02:13:09.660Z | [ recovery-image] Feb 25 02:13:07.700 INFO O| Feb 25 02:13:07.700 INFO ok! |
8341 | 2025-02-25T02:13:09.660Z | [ recovery-image] Feb 25 02:13:07.700 INFO O| Feb 25 02:13:07.700 INFO STEP 31 (ensure_file) COMPLETE |
8342 | 2025-02-25T02:13:09.660Z | [ recovery-image] Feb 25 02:13:07.700 INFO O| Feb 25 02:13:07.700 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8343 | 2025-02-25T02:13:09.680Z | [ recovery-image] Feb 25 02:13:07.720 INFO O| Feb 25 02:13:07.720 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8344 | 2025-02-25T02:13:09.680Z | [ recovery-image] Feb 25 02:13:07.720 INFO O| Feb 25 02:13:07.720 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8345 | 2025-02-25T02:13:09.684Z | [ recovery-image] Feb 25 02:13:07.720 INFO O| Feb 25 02:13:07.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8346 | 2025-02-25T02:13:09.684Z | [ recovery-image] Feb 25 02:13:07.720 INFO O| Feb 25 02:13:07.720 INFO ok! |
8347 | 2025-02-25T02:13:09.684Z | [ recovery-image] Feb 25 02:13:07.720 INFO O| Feb 25 02:13:07.720 INFO STEP 32 (ensure_file) COMPLETE |
8348 | 2025-02-25T02:13:09.684Z | [ recovery-image] Feb 25 02:13:07.720 INFO O| Feb 25 02:13:07.720 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8349 | 2025-02-25T02:13:09.698Z | [ recovery-image] Feb 25 02:13:07.740 INFO O| Feb 25 02:13:07.740 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8350 | 2025-02-25T02:13:09.698Z | [ recovery-image] Feb 25 02:13:07.740 INFO O| Feb 25 02:13:07.740 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8351 | 2025-02-25T02:13:09.701Z | [ recovery-image] Feb 25 02:13:07.740 INFO O| Feb 25 02:13:07.740 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8352 | 2025-02-25T02:13:09.701Z | [ recovery-image] Feb 25 02:13:07.740 INFO O| Feb 25 02:13:07.740 INFO ok! |
8353 | 2025-02-25T02:13:09.701Z | [ recovery-image] Feb 25 02:13:07.740 INFO O| Feb 25 02:13:07.740 INFO STEP 33 (ensure_file) COMPLETE |
8354 | 2025-02-25T02:13:09.701Z | [ recovery-image] Feb 25 02:13:07.740 INFO O| Feb 25 02:13:07.740 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8355 | 2025-02-25T02:13:09.717Z | [ recovery-image] Feb 25 02:13:07.759 INFO O| Feb 25 02:13:07.759 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8356 | 2025-02-25T02:13:09.717Z | [ recovery-image] Feb 25 02:13:07.759 INFO O| Feb 25 02:13:07.759 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8357 | 2025-02-25T02:13:09.721Z | [ recovery-image] Feb 25 02:13:07.759 INFO O| Feb 25 02:13:07.759 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8358 | 2025-02-25T02:13:09.721Z | [ recovery-image] Feb 25 02:13:07.760 INFO O| Feb 25 02:13:07.759 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8359 | 2025-02-25T02:13:09.721Z | [ recovery-image] Feb 25 02:13:07.760 INFO O| Feb 25 02:13:07.760 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8360 | 2025-02-25T02:13:09.721Z | [ recovery-image] Feb 25 02:13:07.760 INFO O| Feb 25 02:13:07.760 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8361 | 2025-02-25T02:13:09.721Z | [ recovery-image] Feb 25 02:13:07.760 INFO O| Feb 25 02:13:07.760 INFO ok! |
8362 | 2025-02-25T02:13:09.721Z | [ recovery-image] Feb 25 02:13:07.760 INFO O| Feb 25 02:13:07.760 INFO STEP 34 (ensure_file) COMPLETE |
8363 | 2025-02-25T02:13:09.721Z | [ recovery-image] Feb 25 02:13:07.760 INFO O| Feb 25 02:13:07.760 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8364 | 2025-02-25T02:13:09.737Z | [ recovery-image] Feb 25 02:13:07.779 INFO O| Feb 25 02:13:07.779 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8365 | 2025-02-25T02:13:09.741Z | [ recovery-image] Feb 25 02:13:07.779 INFO O| Feb 25 02:13:07.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8366 | 2025-02-25T02:13:09.741Z | [ recovery-image] Feb 25 02:13:07.779 INFO O| Feb 25 02:13:07.779 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8367 | 2025-02-25T02:13:09.741Z | [ recovery-image] Feb 25 02:13:07.779 INFO O| Feb 25 02:13:07.779 INFO STEP 35 (ensure_dir) COMPLETE |
8368 | 2025-02-25T02:13:09.741Z | [ recovery-image] Feb 25 02:13:07.779 INFO O| Feb 25 02:13:07.779 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8369 | 2025-02-25T02:13:09.759Z | [ recovery-image] Feb 25 02:13:07.800 INFO O| Feb 25 02:13:07.800 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 |
8370 | 2025-02-25T02:13:09.759Z | [ recovery-image] Feb 25 02:13:07.800 INFO O| Feb 25 02:13:07.800 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 ... |
8371 | 2025-02-25T02:13:09.764Z | [ recovery-image] Feb 25 02:13:07.800 INFO O| Feb 25 02:13:07.800 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 |
8372 | 2025-02-25T02:13:09.764Z | [ recovery-image] Feb 25 02:13:07.800 INFO O| Feb 25 02:13:07.800 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 |
8373 | 2025-02-25T02:13:09.764Z | [ recovery-image] Feb 25 02:13:07.800 INFO O| Feb 25 02:13:07.800 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 |
8374 | 2025-02-25T02:13:09.764Z | [ recovery-image] Feb 25 02:13:07.800 INFO O| Feb 25 02:13:07.800 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 |
8375 | 2025-02-25T02:13:09.764Z | [ recovery-image] Feb 25 02:13:07.801 INFO O| Feb 25 02:13:07.800 INFO ok! |
8376 | 2025-02-25T02:13:09.764Z | [ recovery-image] Feb 25 02:13:07.801 INFO O| Feb 25 02:13:07.800 INFO STEP 36 (ensure_file) COMPLETE |
8377 | 2025-02-25T02:13:09.764Z | [ recovery-image] Feb 25 02:13:07.801 INFO O| Feb 25 02:13:07.800 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8378 | 2025-02-25T02:13:09.780Z | [ recovery-image] Feb 25 02:13:07.820 INFO O| Feb 25 02:13:07.820 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8379 | 2025-02-25T02:13:09.780Z | [ recovery-image] Feb 25 02:13:07.820 INFO O| Feb 25 02:13:07.820 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 ... |
8380 | 2025-02-25T02:13:09.783Z | [ recovery-image] Feb 25 02:13:07.820 INFO O| Feb 25 02:13:07.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8381 | 2025-02-25T02:13:09.783Z | [ recovery-image] Feb 25 02:13:07.820 INFO O| Feb 25 02:13:07.820 INFO ok! |
8382 | 2025-02-25T02:13:09.783Z | [ recovery-image] Feb 25 02:13:07.820 INFO O| Feb 25 02:13:07.820 INFO STEP 37 (ensure_symlink) COMPLETE |
8383 | 2025-02-25T02:13:09.783Z | [ recovery-image] Feb 25 02:13:07.821 INFO O| Feb 25 02:13:07.820 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8384 | 2025-02-25T02:13:09.837Z | [ recovery-image] Feb 25 02:13:07.878 INFO O| Feb 25 02:13:07.878 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8385 | 2025-02-25T02:13:09.837Z | [ recovery-image] Feb 25 02:13:07.878 INFO O| Feb 25 02:13:07.878 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8386 | 2025-02-25T02:13:09.837Z | [ recovery-image] Feb 25 02:13:07.878 INFO O| Feb 25 02:13:07.878 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8387 | 2025-02-25T02:13:09.839Z | [ recovery-image] Feb 25 02:13:07.878 INFO O| Feb 25 02:13:07.878 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8388 | 2025-02-25T02:13:09.839Z | [ recovery-image] Feb 25 02:13:07.878 INFO O| Feb 25 02:13:07.878 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8389 | 2025-02-25T02:13:09.839Z | [ recovery-image] Feb 25 02:13:07.878 INFO O| Feb 25 02:13:07.878 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8390 | 2025-02-25T02:13:09.839Z | [ recovery-image] Feb 25 02:13:07.879 INFO O| Feb 25 02:13:07.878 INFO ok! |
8391 | 2025-02-25T02:13:09.839Z | [ recovery-image] Feb 25 02:13:07.879 INFO O| Feb 25 02:13:07.879 INFO STEP 38 (ensure_file) COMPLETE |
8392 | 2025-02-25T02:13:09.839Z | [ recovery-image] Feb 25 02:13:07.879 INFO O| Feb 25 02:13:07.879 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8393 | 2025-02-25T02:13:09.858Z | [ recovery-image] Feb 25 02:13:07.898 INFO O| Feb 25 02:13:07.898 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8394 | 2025-02-25T02:13:09.858Z | [ recovery-image] Feb 25 02:13:07.898 INFO O| Feb 25 02:13:07.898 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 ... |
8395 | 2025-02-25T02:13:09.862Z | [ recovery-image] Feb 25 02:13:07.898 INFO O| Feb 25 02:13:07.898 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 |
8396 | 2025-02-25T02:13:09.862Z | [ recovery-image] Feb 25 02:13:07.898 INFO O| Feb 25 02:13:07.898 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8397 | 2025-02-25T02:13:09.862Z | [ recovery-image] Feb 25 02:13:07.898 INFO O| Feb 25 02:13:07.898 INFO ok! |
8398 | 2025-02-25T02:13:09.862Z | [ recovery-image] Feb 25 02:13:07.899 INFO O| Feb 25 02:13:07.898 INFO STEP 39 (ensure_file) COMPLETE |
8399 | 2025-02-25T02:13:09.862Z | [ recovery-image] Feb 25 02:13:07.899 INFO O| Feb 25 02:13:07.899 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8400 | 2025-02-25T02:13:09.891Z | [ recovery-image] Feb 25 02:13:07.932 INFO O| Feb 25 02:13:07.932 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8401 | 2025-02-25T02:13:09.891Z | [ recovery-image] Feb 25 02:13:07.932 INFO O| Feb 25 02:13:07.932 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8402 | 2025-02-25T02:13:09.891Z | [ recovery-image] Feb 25 02:13:07.932 INFO O| Feb 25 02:13:07.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8403 | 2025-02-25T02:13:09.893Z | [ recovery-image] Feb 25 02:13:07.932 INFO O| Feb 25 02:13:07.932 INFO ok! |
8404 | 2025-02-25T02:13:09.893Z | [ recovery-image] Feb 25 02:13:07.932 INFO O| Feb 25 02:13:07.932 INFO STEP 40 (ensure_file) COMPLETE |
8405 | 2025-02-25T02:13:09.893Z | [ recovery-image] Feb 25 02:13:07.932 INFO O| Feb 25 02:13:07.932 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8406 | 2025-02-25T02:13:09.911Z | [ recovery-image] Feb 25 02:13:07.952 INFO O| Feb 25 02:13:07.952 INFO updating shadow file |
8407 | 2025-02-25T02:13:09.911Z | [ recovery-image] Feb 25 02:13:07.953 INFO O| Feb 25 02:13:07.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8408 | 2025-02-25T02:13:09.911Z | [ recovery-image] Feb 25 02:13:07.953 INFO O| Feb 25 02:13:07.953 INFO STEP 41 (shadow) COMPLETE |
8409 | 2025-02-25T02:13:09.914Z | [ recovery-image] Feb 25 02:13:07.953 INFO O| Feb 25 02:13:07.953 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8410 | 2025-02-25T02:13:09.931Z | [ recovery-image] Feb 25 02:13:07.972 INFO O| Feb 25 02:13:07.972 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8411 | 2025-02-25T02:13:09.931Z | [ recovery-image] Feb 25 02:13:07.972 INFO O| Feb 25 02:13:07.972 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8412 | 2025-02-25T02:13:09.931Z | [ recovery-image] Feb 25 02:13:07.973 INFO O| Feb 25 02:13:07.972 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8413 | 2025-02-25T02:13:09.934Z | [ recovery-image] Feb 25 02:13:07.973 INFO O| Feb 25 02:13:07.973 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8414 | 2025-02-25T02:13:09.934Z | [ recovery-image] Feb 25 02:13:07.973 INFO O| Feb 25 02:13:07.973 INFO ok! |
8415 | 2025-02-25T02:13:09.934Z | [ recovery-image] Feb 25 02:13:07.973 INFO O| Feb 25 02:13:07.973 INFO STEP 42 (ensure_file) COMPLETE |
8416 | 2025-02-25T02:13:09.934Z | [ recovery-image] Feb 25 02:13:07.973 INFO O| Feb 25 02:13:07.973 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8417 | 2025-02-25T02:13:09.949Z | [ recovery-image] Feb 25 02:13:07.991 INFO O| Feb 25 02:13:07.991 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8418 | 2025-02-25T02:13:09.949Z | [ recovery-image] Feb 25 02:13:07.991 INFO O| Feb 25 02:13:07.991 INFO STEP 43 (ensure_dir) COMPLETE |
8419 | 2025-02-25T02:13:09.949Z | [ recovery-image] Feb 25 02:13:07.991 INFO O| Feb 25 02:13:07.991 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8420 | 2025-02-25T02:13:09.971Z | [ recovery-image] Feb 25 02:13:08.012 INFO O| Feb 25 02:13:08.012 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8421 | 2025-02-25T02:13:09.971Z | [ recovery-image] Feb 25 02:13:08.012 INFO O| Feb 25 02:13:08.012 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8422 | 2025-02-25T02:13:09.971Z | [ recovery-image] Feb 25 02:13:08.012 INFO O| Feb 25 02:13:08.012 INFO STEP 44 (ensure_dir) COMPLETE |
8423 | 2025-02-25T02:13:09.971Z | [ recovery-image] Feb 25 02:13:08.012 INFO O| Feb 25 02:13:08.012 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8424 | 2025-02-25T02:13:09.990Z | [ recovery-image] Feb 25 02:13:08.031 INFO O| Feb 25 02:13:08.031 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8425 | 2025-02-25T02:13:09.990Z | [ recovery-image] Feb 25 02:13:08.032 INFO O| Feb 25 02:13:08.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8426 | 2025-02-25T02:13:09.990Z | [ recovery-image] Feb 25 02:13:08.032 INFO O| Feb 25 02:13:08.032 INFO STEP 45 (ensure_dir) COMPLETE |
8427 | 2025-02-25T02:13:09.990Z | [ recovery-image] Feb 25 02:13:08.032 INFO O| Feb 25 02:13:08.032 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8428 | 2025-02-25T02:13:10.009Z | [ recovery-image] Feb 25 02:13:08.050 INFO O| Feb 25 02:13:08.050 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8429 | 2025-02-25T02:13:10.009Z | [ recovery-image] Feb 25 02:13:08.050 INFO O| Feb 25 02:13:08.050 INFO copying /tmp/.tmpZkvLVr/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8430 | 2025-02-25T02:13:10.057Z | [ recovery-image] Feb 25 02:13:08.098 INFO O| Feb 25 02:13:08.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8431 | 2025-02-25T02:13:10.057Z | [ recovery-image] Feb 25 02:13:08.098 INFO O| Feb 25 02:13:08.098 INFO ok! |
8432 | 2025-02-25T02:13:10.057Z | [ recovery-image] Feb 25 02:13:08.098 INFO O| Feb 25 02:13:08.098 INFO STEP 46 (ensure_file) COMPLETE |
8433 | 2025-02-25T02:13:10.057Z | [ recovery-image] Feb 25 02:13:08.098 INFO O| Feb 25 02:13:08.098 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8434 | 2025-02-25T02:13:10.074Z | [ recovery-image] Feb 25 02:13:08.115 INFO O| Feb 25 02:13:08.115 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8435 | 2025-02-25T02:13:10.074Z | [ recovery-image] Feb 25 02:13:08.116 INFO O| Feb 25 02:13:08.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8436 | 2025-02-25T02:13:10.074Z | [ recovery-image] Feb 25 02:13:08.116 INFO O| Feb 25 02:13:08.116 INFO STEP 47 (ensure_dir) COMPLETE |
8437 | 2025-02-25T02:13:10.074Z | [ recovery-image] Feb 25 02:13:08.116 INFO O| Feb 25 02:13:08.116 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8438 | 2025-02-25T02:13:10.091Z | [ recovery-image] Feb 25 02:13:08.132 INFO O| Feb 25 02:13:08.132 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8439 | 2025-02-25T02:13:10.091Z | [ recovery-image] Feb 25 02:13:08.132 INFO O| Feb 25 02:13:08.132 INFO copying /tmp/.tmpZkvLVr/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8440 | 2025-02-25T02:13:10.093Z | [ recovery-image] Feb 25 02:13:08.133 INFO O| Feb 25 02:13:08.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8441 | 2025-02-25T02:13:10.094Z | [ recovery-image] Feb 25 02:13:08.133 INFO O| Feb 25 02:13:08.132 INFO ok! |
8442 | 2025-02-25T02:13:10.094Z | [ recovery-image] Feb 25 02:13:08.133 INFO O| Feb 25 02:13:08.133 INFO STEP 48 (ensure_file) COMPLETE |
8443 | 2025-02-25T02:13:10.094Z | [ recovery-image] Feb 25 02:13:08.133 INFO O| Feb 25 02:13:08.133 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8444 | 2025-02-25T02:13:10.108Z | [ recovery-image] Feb 25 02:13:08.150 INFO O| Feb 25 02:13:08.149 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8445 | 2025-02-25T02:13:10.108Z | [ recovery-image] Feb 25 02:13:08.150 INFO O| Feb 25 02:13:08.150 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8446 | 2025-02-25T02:13:10.111Z | [ recovery-image] Feb 25 02:13:08.150 INFO O| Feb 25 02:13:08.150 INFO STEP 49 (ensure_dir) COMPLETE |
8447 | 2025-02-25T02:13:10.111Z | [ recovery-image] Feb 25 02:13:08.150 INFO O| Feb 25 02:13:08.150 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8448 | 2025-02-25T02:13:10.130Z | [ recovery-image] Feb 25 02:13:08.172 INFO O| Feb 25 02:13:08.172 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8449 | 2025-02-25T02:13:10.130Z | [ recovery-image] Feb 25 02:13:08.172 INFO O| Feb 25 02:13:08.172 INFO copying /tmp/.tmpZkvLVr/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8450 | 2025-02-25T02:13:11.520Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
8451 | 2025-02-25T02:13:12.081Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
8452 | 2025-02-25T02:13:12.133Z | [ recovery-image] Feb 25 02:13:10.174 INFO O| Feb 25 02:13:10.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8453 | 2025-02-25T02:13:12.133Z | [ recovery-image] Feb 25 02:13:10.175 INFO O| Feb 25 02:13:10.174 INFO ok! |
8454 | 2025-02-25T02:13:12.136Z | [ recovery-image] Feb 25 02:13:10.175 INFO O| Feb 25 02:13:10.174 INFO STEP 50 (ensure_file) COMPLETE |
8455 | 2025-02-25T02:13:12.136Z | [ recovery-image] Feb 25 02:13:10.175 INFO O| Feb 25 02:13:10.174 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8456 | 2025-02-25T02:13:12.151Z | [ recovery-image] Feb 25 02:13:10.193 INFO O| Feb 25 02:13:10.193 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8457 | 2025-02-25T02:13:12.151Z | [ recovery-image] Feb 25 02:13:10.193 INFO O| Feb 25 02:13:10.193 INFO copying /tmp/.tmpZkvLVr/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8458 | 2025-02-25T02:13:12.198Z | [ recovery-image] Feb 25 02:13:10.240 INFO O| Feb 25 02:13:10.239 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8459 | 2025-02-25T02:13:12.199Z | [ recovery-image] Feb 25 02:13:10.240 INFO O| Feb 25 02:13:10.240 INFO ok! |
8460 | 2025-02-25T02:13:12.199Z | [ recovery-image] Feb 25 02:13:10.240 INFO O| Feb 25 02:13:10.240 INFO STEP 51 (ensure_file) COMPLETE |
8461 | 2025-02-25T02:13:12.199Z | [ recovery-image] Feb 25 02:13:10.240 INFO O| Feb 25 02:13:10.240 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8462 | 2025-02-25T02:13:12.246Z | [ recovery-image] Feb 25 02:13:10.287 INFO O| Feb 25 02:13:10.287 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8463 | 2025-02-25T02:13:12.246Z | [ recovery-image] Feb 25 02:13:10.287 INFO O| Feb 25 02:13:10.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8464 | 2025-02-25T02:13:12.246Z | [ recovery-image] Feb 25 02:13:10.287 INFO O| Feb 25 02:13:10.287 INFO STEP 52 (ensure_dir) COMPLETE |
8465 | 2025-02-25T02:13:12.246Z | [ recovery-image] Feb 25 02:13:10.287 INFO O| Feb 25 02:13:10.287 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8466 | 2025-02-25T02:13:12.288Z | [ recovery-image] Feb 25 02:13:10.329 INFO O| Feb 25 02:13:10.329 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8467 | 2025-02-25T02:13:12.288Z | [ recovery-image] Feb 25 02:13:10.330 INFO O| Feb 25 02:13:10.329 INFO copying /tmp/.tmpZkvLVr/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 ... |
8468 | 2025-02-25T02:13:12.288Z | [ recovery-image] Feb 25 02:13:10.330 INFO O| Feb 25 02:13:10.330 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 |
8469 | 2025-02-25T02:13:12.291Z | [ recovery-image] Feb 25 02:13:10.330 INFO O| Feb 25 02:13:10.330 INFO ok! |
8470 | 2025-02-25T02:13:12.291Z | [ recovery-image] Feb 25 02:13:10.330 INFO O| Feb 25 02:13:10.330 INFO STEP 53 (ensure_file) COMPLETE |
8471 | 2025-02-25T02:13:12.292Z | [ recovery-image] Feb 25 02:13:10.330 INFO O| Feb 25 02:13:10.330 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8472 | 2025-02-25T02:13:12.337Z | [ recovery-image] Feb 25 02:13:10.379 INFO O| Feb 25 02:13:10.379 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8473 | 2025-02-25T02:13:12.337Z | [ recovery-image] Feb 25 02:13:10.379 INFO O| Feb 25 02:13:10.379 INFO copying /tmp/.tmpZkvLVr/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 ... |
8474 | 2025-02-25T02:13:12.340Z | [ recovery-image] Feb 25 02:13:10.379 INFO O| Feb 25 02:13:10.379 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 |
8475 | 2025-02-25T02:13:12.340Z | [ recovery-image] Feb 25 02:13:10.380 INFO O| Feb 25 02:13:10.379 INFO ok! |
8476 | 2025-02-25T02:13:12.340Z | [ recovery-image] Feb 25 02:13:10.380 INFO O| Feb 25 02:13:10.379 INFO STEP 54 (ensure_file) COMPLETE |
8477 | 2025-02-25T02:13:12.340Z | [ recovery-image] Feb 25 02:13:10.380 INFO O| Feb 25 02:13:10.379 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8478 | 2025-02-25T02:13:12.381Z | [ recovery-image] Feb 25 02:13:10.423 INFO O| Feb 25 02:13:10.423 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8479 | 2025-02-25T02:13:12.385Z | [ recovery-image] Feb 25 02:13:10.423 INFO O| Feb 25 02:13:10.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8480 | 2025-02-25T02:13:12.385Z | [ recovery-image] Feb 25 02:13:10.423 INFO O| Feb 25 02:13:10.423 INFO STEP 55 (ensure_dir) COMPLETE |
8481 | 2025-02-25T02:13:12.385Z | [ recovery-image] Feb 25 02:13:10.424 INFO O| Feb 25 02:13:10.423 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8482 | 2025-02-25T02:13:12.423Z | [ recovery-image] Feb 25 02:13:10.464 INFO O| Feb 25 02:13:10.464 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8483 | 2025-02-25T02:13:12.425Z | [ recovery-image] Feb 25 02:13:10.464 INFO O| Feb 25 02:13:10.464 INFO copying /tmp/.tmpZkvLVr/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 ... |
8484 | 2025-02-25T02:13:12.425Z | [ recovery-image] Feb 25 02:13:10.464 INFO O| Feb 25 02:13:10.464 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8485 | 2025-02-25T02:13:12.425Z | [ recovery-image] Feb 25 02:13:10.464 INFO O| Feb 25 02:13:10.464 INFO ok! |
8486 | 2025-02-25T02:13:12.425Z | [ recovery-image] Feb 25 02:13:10.464 INFO O| Feb 25 02:13:10.464 INFO STEP 56 (ensure_file) COMPLETE |
8487 | 2025-02-25T02:13:12.425Z | [ recovery-image] Feb 25 02:13:10.464 INFO O| Feb 25 02:13:10.464 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8488 | 2025-02-25T02:13:12.494Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
8489 | 2025-02-25T02:13:12.539Z | [ recovery-image] Feb 25 02:13:10.580 INFO O| Feb 25 02:13:10.580 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8490 | 2025-02-25T02:13:12.539Z | [ recovery-image] Feb 25 02:13:10.580 INFO O| Feb 25 02:13:10.580 INFO copying /tmp/.tmpZkvLVr/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 ... |
8491 | 2025-02-25T02:13:12.539Z | [ recovery-image] Feb 25 02:13:10.580 INFO O| Feb 25 02:13:10.580 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 |
8492 | 2025-02-25T02:13:12.541Z | [ recovery-image] Feb 25 02:13:10.580 INFO O| Feb 25 02:13:10.580 INFO ok! |
8493 | 2025-02-25T02:13:12.541Z | [ recovery-image] Feb 25 02:13:10.580 INFO O| Feb 25 02:13:10.580 INFO STEP 57 (ensure_file) COMPLETE |
8494 | 2025-02-25T02:13:12.541Z | [ recovery-image] Feb 25 02:13:10.580 INFO O| Feb 25 02:13:10.580 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8495 | 2025-02-25T02:13:12.557Z | [ recovery-image] Feb 25 02:13:10.598 INFO O| Feb 25 02:13:10.598 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8496 | 2025-02-25T02:13:12.557Z | [ recovery-image] Feb 25 02:13:10.598 INFO O| Feb 25 02:13:10.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8497 | 2025-02-25T02:13:12.559Z | [ recovery-image] Feb 25 02:13:10.598 INFO O| Feb 25 02:13:10.598 INFO STEP 58 (ensure_dir) COMPLETE |
8498 | 2025-02-25T02:13:12.559Z | [ recovery-image] Feb 25 02:13:10.598 INFO O| Feb 25 02:13:10.598 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8499 | 2025-02-25T02:13:12.601Z | [ recovery-image] Feb 25 02:13:10.642 INFO O| Feb 25 02:13:10.642 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8500 | 2025-02-25T02:13:12.601Z | [ recovery-image] Feb 25 02:13:10.643 INFO O| Feb 25 02:13:10.642 INFO copying /tmp/.tmpZkvLVr/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 ... |
8501 | 2025-02-25T02:13:12.604Z | [ recovery-image] Feb 25 02:13:10.643 INFO O| Feb 25 02:13:10.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8502 | 2025-02-25T02:13:12.604Z | [ recovery-image] Feb 25 02:13:10.643 INFO O| Feb 25 02:13:10.643 INFO ok! |
8503 | 2025-02-25T02:13:12.604Z | [ recovery-image] Feb 25 02:13:10.643 INFO O| Feb 25 02:13:10.643 INFO STEP 59 (ensure_file) COMPLETE |
8504 | 2025-02-25T02:13:12.604Z | [ recovery-image] Feb 25 02:13:10.643 INFO O| Feb 25 02:13:10.643 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8505 | 2025-02-25T02:13:12.643Z | [ recovery-image] Feb 25 02:13:10.685 INFO O| Feb 25 02:13:10.685 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8506 | 2025-02-25T02:13:12.643Z | [ recovery-image] Feb 25 02:13:10.685 INFO O| Feb 25 02:13:10.685 INFO copying /tmp/.tmpZkvLVr/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8507 | 2025-02-25T02:13:12.646Z | [ recovery-image] Feb 25 02:13:10.685 INFO O| Feb 25 02:13:10.685 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8508 | 2025-02-25T02:13:12.646Z | [ recovery-image] Feb 25 02:13:10.685 INFO O| Feb 25 02:13:10.685 INFO ok! |
8509 | 2025-02-25T02:13:12.646Z | [ recovery-image] Feb 25 02:13:10.685 INFO O| Feb 25 02:13:10.685 INFO STEP 60 (ensure_file) COMPLETE |
8510 | 2025-02-25T02:13:12.646Z | [ recovery-image] Feb 25 02:13:10.685 INFO O| Feb 25 02:13:10.685 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8511 | 2025-02-25T02:13:12.662Z | [ recovery-image] Feb 25 02:13:10.703 INFO O| Feb 25 02:13:10.703 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8512 | 2025-02-25T02:13:12.662Z | [ recovery-image] Feb 25 02:13:10.703 INFO O| Feb 25 02:13:10.703 INFO STEP 61 (ensure_dir) COMPLETE |
8513 | 2025-02-25T02:13:12.662Z | [ recovery-image] Feb 25 02:13:10.703 INFO O| Feb 25 02:13:10.703 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8514 | 2025-02-25T02:13:12.680Z | [ recovery-image] Feb 25 02:13:10.721 INFO O| Feb 25 02:13:10.721 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8515 | 2025-02-25T02:13:12.680Z | [ recovery-image] Feb 25 02:13:10.721 INFO O| Feb 25 02:13:10.721 INFO STEP 62 (ensure_dir) COMPLETE |
8516 | 2025-02-25T02:13:12.680Z | [ recovery-image] Feb 25 02:13:10.721 INFO O| Feb 25 02:13:10.721 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8517 | 2025-02-25T02:13:12.699Z | [ recovery-image] Feb 25 02:13:10.739 INFO O| Feb 25 02:13:10.739 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8518 | 2025-02-25T02:13:12.699Z | [ recovery-image] Feb 25 02:13:10.739 INFO O| Feb 25 02:13:10.739 INFO STEP 63 (ensure_dir) COMPLETE |
8519 | 2025-02-25T02:13:12.699Z | [ recovery-image] Feb 25 02:13:10.739 INFO O| Feb 25 02:13:10.739 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8520 | 2025-02-25T02:13:12.716Z | [ recovery-image] Feb 25 02:13:10.756 INFO O| Feb 25 02:13:10.756 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8521 | 2025-02-25T02:13:12.721Z | [ recovery-image] Feb 25 02:13:10.756 INFO O| Feb 25 02:13:10.756 INFO STEP 64 (ensure_dir) COMPLETE |
8522 | 2025-02-25T02:13:12.721Z | [ recovery-image] Feb 25 02:13:10.756 INFO O| Feb 25 02:13:10.756 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8523 | 2025-02-25T02:13:12.734Z | [ recovery-image] Feb 25 02:13:10.775 INFO O| Feb 25 02:13:10.775 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8524 | 2025-02-25T02:13:12.734Z | [ recovery-image] Feb 25 02:13:10.776 INFO O| Feb 25 02:13:10.775 INFO copying /tmp/.tmpZkvLVr/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8525 | 2025-02-25T02:13:12.737Z | [ recovery-image] Feb 25 02:13:10.776 INFO O| Feb 25 02:13:10.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8526 | 2025-02-25T02:13:12.737Z | [ recovery-image] Feb 25 02:13:10.776 INFO O| Feb 25 02:13:10.776 INFO ok! |
8527 | 2025-02-25T02:13:12.737Z | [ recovery-image] Feb 25 02:13:10.776 INFO O| Feb 25 02:13:10.776 INFO STEP 65 (ensure_file) COMPLETE |
8528 | 2025-02-25T02:13:12.737Z | [ recovery-image] Feb 25 02:13:10.776 INFO O| Feb 25 02:13:10.776 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8529 | 2025-02-25T02:13:12.770Z | [ recovery-image] Feb 25 02:13:10.812 INFO O| Feb 25 02:13:10.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8530 | 2025-02-25T02:13:12.773Z | [ recovery-image] Feb 25 02:13:10.812 INFO O| Feb 25 02:13:10.812 INFO STEP 66 (remove_files) COMPLETE |
8531 | 2025-02-25T02:13:12.773Z | [ recovery-image] Feb 25 02:13:10.813 INFO O| Feb 25 02:13:10.813 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8532 | 2025-02-25T02:13:12.789Z | [ recovery-image] Feb 25 02:13:10.831 INFO O| Feb 25 02:13:10.831 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8533 | 2025-02-25T02:13:12.791Z | [ recovery-image] Feb 25 02:13:10.831 INFO O| Feb 25 02:13:10.831 INFO STEP 67 (remove_files) COMPLETE |
8534 | 2025-02-25T02:13:12.791Z | [ recovery-image] Feb 25 02:13:10.831 INFO O| Feb 25 02:13:10.831 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8535 | 2025-02-25T02:13:12.815Z | [ recovery-image] Feb 25 02:13:10.856 INFO O| Feb 25 02:13:10.856 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8536 | 2025-02-25T02:13:12.818Z | [ recovery-image] Feb 25 02:13:10.856 INFO O| Feb 25 02:13:10.856 INFO STEP 68 (remove_files) COMPLETE |
8537 | 2025-02-25T02:13:12.819Z | [ recovery-image] Feb 25 02:13:10.856 INFO O| Feb 25 02:13:10.856 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8538 | 2025-02-25T02:13:12.834Z | [ recovery-image] Feb 25 02:13:10.876 INFO O| Feb 25 02:13:10.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8539 | 2025-02-25T02:13:12.837Z | [ recovery-image] Feb 25 02:13:10.876 INFO O| Feb 25 02:13:10.876 INFO STEP 69 (remove_files) COMPLETE |
8540 | 2025-02-25T02:13:12.837Z | [ recovery-image] Feb 25 02:13:10.877 INFO O| Feb 25 02:13:10.876 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8541 | 2025-02-25T02:13:12.855Z | [ recovery-image] Feb 25 02:13:10.896 INFO O| Feb 25 02:13:10.896 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8542 | 2025-02-25T02:13:12.857Z | [ recovery-image] Feb 25 02:13:10.897 INFO O| Feb 25 02:13:10.896 INFO STEP 70 (remove_files) COMPLETE |
8543 | 2025-02-25T02:13:12.857Z | [ recovery-image] Feb 25 02:13:10.897 INFO O| Feb 25 02:13:10.897 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8544 | 2025-02-25T02:13:12.873Z | [ recovery-image] Feb 25 02:13:10.914 INFO O| Feb 25 02:13:10.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8545 | 2025-02-25T02:13:12.875Z | [ recovery-image] Feb 25 02:13:10.915 INFO O| Feb 25 02:13:10.915 INFO STEP 71 (remove_files) COMPLETE |
8546 | 2025-02-25T02:13:12.875Z | [ recovery-image] Feb 25 02:13:10.915 INFO O| Feb 25 02:13:10.915 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8547 | 2025-02-25T02:13:12.891Z | [ recovery-image] Feb 25 02:13:10.933 INFO O| Feb 25 02:13:10.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8548 | 2025-02-25T02:13:12.894Z | [ recovery-image] Feb 25 02:13:10.933 INFO O| Feb 25 02:13:10.933 INFO STEP 72 (remove_files) COMPLETE |
8549 | 2025-02-25T02:13:12.894Z | [ recovery-image] Feb 25 02:13:10.933 INFO O| Feb 25 02:13:10.933 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8550 | 2025-02-25T02:13:12.919Z | [ recovery-image] Feb 25 02:13:10.954 INFO O| Feb 25 02:13:10.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8551 | 2025-02-25T02:13:12.920Z | [ recovery-image] Feb 25 02:13:10.955 INFO O| Feb 25 02:13:10.955 INFO STEP 73 (remove_files) COMPLETE |
8552 | 2025-02-25T02:13:12.920Z | [ recovery-image] Feb 25 02:13:10.955 INFO O| Feb 25 02:13:10.955 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8553 | 2025-02-25T02:13:12.936Z | [ recovery-image] Feb 25 02:13:10.977 INFO O| Feb 25 02:13:10.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8554 | 2025-02-25T02:13:12.936Z | [ recovery-image] Feb 25 02:13:10.977 INFO O| Feb 25 02:13:10.977 INFO STEP 74 (remove_files) COMPLETE |
8555 | 2025-02-25T02:13:12.936Z | [ recovery-image] Feb 25 02:13:10.977 INFO O| Feb 25 02:13:10.977 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8556 | 2025-02-25T02:13:12.972Z | [ recovery-image] Feb 25 02:13:11.014 INFO O| Feb 25 02:13:11.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8557 | 2025-02-25T02:13:12.975Z | [ recovery-image] Feb 25 02:13:11.014 INFO O| Feb 25 02:13:11.014 INFO STEP 75 (remove_files) COMPLETE |
8558 | 2025-02-25T02:13:12.975Z | [ recovery-image] Feb 25 02:13:11.014 INFO O| Feb 25 02:13:11.014 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8559 | 2025-02-25T02:13:12.993Z | [ recovery-image] Feb 25 02:13:11.035 INFO O| Feb 25 02:13:11.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8560 | 2025-02-25T02:13:12.993Z | [ recovery-image] Feb 25 02:13:11.035 INFO O| Feb 25 02:13:11.035 INFO STEP 76 (remove_files) COMPLETE |
8561 | 2025-02-25T02:13:12.996Z | [ recovery-image] Feb 25 02:13:11.035 INFO O| Feb 25 02:13:11.035 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8562 | 2025-02-25T02:13:13.014Z | [ recovery-image] Feb 25 02:13:11.055 INFO O| Feb 25 02:13:11.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8563 | 2025-02-25T02:13:13.014Z | [ recovery-image] Feb 25 02:13:11.055 INFO O| Feb 25 02:13:11.055 INFO STEP 77 (remove_files) COMPLETE |
8564 | 2025-02-25T02:13:13.017Z | [ recovery-image] Feb 25 02:13:11.055 INFO O| Feb 25 02:13:11.055 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8565 | 2025-02-25T02:13:13.033Z | [ recovery-image] Feb 25 02:13:11.075 INFO O| Feb 25 02:13:11.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8566 | 2025-02-25T02:13:13.033Z | [ recovery-image] Feb 25 02:13:11.075 INFO O| Feb 25 02:13:11.075 INFO STEP 78 (remove_files) COMPLETE |
8567 | 2025-02-25T02:13:13.033Z | [ recovery-image] Feb 25 02:13:11.075 INFO O| Feb 25 02:13:11.075 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8568 | 2025-02-25T02:13:13.148Z | [ recovery-image] Feb 25 02:13:11.190 INFO O| Feb 25 02:13:11.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8569 | 2025-02-25T02:13:13.148Z | [ recovery-image] Feb 25 02:13:11.190 INFO O| Feb 25 02:13:11.190 INFO STEP 79 (remove_files) COMPLETE |
8570 | 2025-02-25T02:13:13.151Z | [ recovery-image] Feb 25 02:13:11.190 INFO O| Feb 25 02:13:11.190 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8571 | 2025-02-25T02:13:13.179Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
8572 | 2025-02-25T02:13:13.195Z | [ recovery-image] Feb 25 02:13:11.221 INFO O| Feb 25 02:13:11.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8573 | 2025-02-25T02:13:13.195Z | [ recovery-image] Feb 25 02:13:11.221 INFO O| Feb 25 02:13:11.221 INFO STEP 80 (remove_files) COMPLETE |
8574 | 2025-02-25T02:13:13.198Z | [ recovery-image] Feb 25 02:13:11.221 INFO O| Feb 25 02:13:11.221 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8575 | 2025-02-25T02:13:13.201Z | [ recovery-image] Feb 25 02:13:11.239 INFO O| Feb 25 02:13:11.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8576 | 2025-02-25T02:13:13.201Z | [ recovery-image] Feb 25 02:13:11.239 INFO O| Feb 25 02:13:11.239 INFO STEP 81 (remove_files) COMPLETE |
8577 | 2025-02-25T02:13:13.201Z | [ recovery-image] Feb 25 02:13:11.239 INFO O| Feb 25 02:13:11.239 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8578 | 2025-02-25T02:13:13.216Z | [ recovery-image] Feb 25 02:13:11.257 INFO O| Feb 25 02:13:11.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8579 | 2025-02-25T02:13:13.216Z | [ recovery-image] Feb 25 02:13:11.258 INFO O| Feb 25 02:13:11.258 INFO STEP 82 (remove_files) COMPLETE |
8580 | 2025-02-25T02:13:13.216Z | [ recovery-image] Feb 25 02:13:11.258 INFO O| Feb 25 02:13:11.258 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8581 | 2025-02-25T02:13:13.252Z | [ recovery-image] Feb 25 02:13:11.294 INFO O| Feb 25 02:13:11.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8582 | 2025-02-25T02:13:13.252Z | [ recovery-image] Feb 25 02:13:11.294 INFO O| Feb 25 02:13:11.294 INFO STEP 83 (remove_files) COMPLETE |
8583 | 2025-02-25T02:13:13.252Z | [ recovery-image] Feb 25 02:13:11.294 INFO O| Feb 25 02:13:11.294 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8584 | 2025-02-25T02:13:13.298Z | [ recovery-image] Feb 25 02:13:11.339 INFO O| Feb 25 02:13:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8585 | 2025-02-25T02:13:13.298Z | [ recovery-image] Feb 25 02:13:11.339 INFO O| Feb 25 02:13:11.339 INFO STEP 84 (remove_files) COMPLETE |
8586 | 2025-02-25T02:13:13.298Z | [ recovery-image] Feb 25 02:13:11.339 INFO O| Feb 25 02:13:11.339 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8587 | 2025-02-25T02:13:13.349Z | [ recovery-image] Feb 25 02:13:11.391 INFO O| Feb 25 02:13:11.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8588 | 2025-02-25T02:13:13.349Z | [ recovery-image] Feb 25 02:13:11.391 INFO O| Feb 25 02:13:11.391 INFO STEP 85 (remove_files) COMPLETE |
8589 | 2025-02-25T02:13:13.349Z | [ recovery-image] Feb 25 02:13:11.391 INFO O| Feb 25 02:13:11.391 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8590 | 2025-02-25T02:13:13.379Z | [ recovery-image] Feb 25 02:13:11.421 INFO O| Feb 25 02:13:11.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8591 | 2025-02-25T02:13:13.382Z | [ recovery-image] Feb 25 02:13:11.421 INFO O| Feb 25 02:13:11.421 INFO STEP 86 (remove_files) COMPLETE |
8592 | 2025-02-25T02:13:13.382Z | [ recovery-image] Feb 25 02:13:11.421 INFO O| Feb 25 02:13:11.421 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8593 | 2025-02-25T02:13:13.419Z | [ recovery-image] Feb 25 02:13:11.460 INFO O| Feb 25 02:13:11.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8594 | 2025-02-25T02:13:13.429Z | [ recovery-image] Feb 25 02:13:11.470 INFO O| Feb 25 02:13:11.461 INFO STEP 87 (remove_files) COMPLETE |
8595 | 2025-02-25T02:13:13.429Z | [ recovery-image] Feb 25 02:13:11.470 INFO O| Feb 25 02:13:11.470 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8596 | 2025-02-25T02:13:13.488Z | [ recovery-image] Feb 25 02:13:11.530 INFO O| Feb 25 02:13:11.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8597 | 2025-02-25T02:13:13.488Z | [ recovery-image] Feb 25 02:13:11.530 INFO O| Feb 25 02:13:11.530 INFO STEP 88 (remove_files) COMPLETE |
8598 | 2025-02-25T02:13:13.491Z | [ recovery-image] Feb 25 02:13:11.530 INFO O| Feb 25 02:13:11.530 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8599 | 2025-02-25T02:13:13.507Z | [ recovery-image] Feb 25 02:13:11.549 INFO O| Feb 25 02:13:11.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8600 | 2025-02-25T02:13:13.510Z | [ recovery-image] Feb 25 02:13:11.549 INFO O| Feb 25 02:13:11.549 INFO STEP 89 (remove_files) COMPLETE |
8601 | 2025-02-25T02:13:13.510Z | [ recovery-image] Feb 25 02:13:11.549 INFO O| Feb 25 02:13:11.549 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8602 | 2025-02-25T02:13:13.532Z | [ recovery-image] Feb 25 02:13:11.573 INFO O| Feb 25 02:13:11.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8603 | 2025-02-25T02:13:13.532Z | [ recovery-image] Feb 25 02:13:11.574 INFO O| Feb 25 02:13:11.574 INFO STEP 90 (remove_files) COMPLETE |
8604 | 2025-02-25T02:13:13.532Z | [ recovery-image] Feb 25 02:13:11.574 INFO O| Feb 25 02:13:11.574 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8605 | 2025-02-25T02:13:13.563Z | [ recovery-image] Feb 25 02:13:11.604 INFO O| Feb 25 02:13:11.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8606 | 2025-02-25T02:13:13.563Z | [ recovery-image] Feb 25 02:13:11.604 INFO O| Feb 25 02:13:11.604 INFO STEP 91 (remove_files) COMPLETE |
8607 | 2025-02-25T02:13:13.568Z | [ recovery-image] Feb 25 02:13:11.604 INFO O| Feb 25 02:13:11.604 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8608 | 2025-02-25T02:13:13.608Z | [ recovery-image] Feb 25 02:13:11.650 INFO O| Feb 25 02:13:11.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8609 | 2025-02-25T02:13:13.608Z | [ recovery-image] Feb 25 02:13:11.650 INFO O| Feb 25 02:13:11.648 INFO STEP 92 (remove_files) COMPLETE |
8610 | 2025-02-25T02:13:13.608Z | [ recovery-image] Feb 25 02:13:11.650 INFO O| Feb 25 02:13:11.648 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8611 | 2025-02-25T02:13:13.628Z | [ recovery-image] Feb 25 02:13:11.670 INFO O| Feb 25 02:13:11.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8612 | 2025-02-25T02:13:13.628Z | [ recovery-image] Feb 25 02:13:11.670 INFO O| Feb 25 02:13:11.670 INFO STEP 93 (remove_files) COMPLETE |
8613 | 2025-02-25T02:13:13.628Z | [ recovery-image] Feb 25 02:13:11.670 INFO O| Feb 25 02:13:11.670 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8614 | 2025-02-25T02:13:13.652Z | [ recovery-image] Feb 25 02:13:11.694 INFO O| Feb 25 02:13:11.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8615 | 2025-02-25T02:13:13.655Z | [ recovery-image] Feb 25 02:13:11.694 INFO O| Feb 25 02:13:11.694 INFO STEP 94 (remove_files) COMPLETE |
8616 | 2025-02-25T02:13:13.655Z | [ recovery-image] Feb 25 02:13:11.694 INFO O| Feb 25 02:13:11.694 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8617 | 2025-02-25T02:13:13.671Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
8618 | 2025-02-25T02:13:13.702Z | [ recovery-image] Feb 25 02:13:11.742 INFO O| Feb 25 02:13:11.742 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8619 | 2025-02-25T02:13:13.708Z | [ recovery-image] Feb 25 02:13:11.743 INFO O| Feb 25 02:13:11.743 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8620 | 2025-02-25T02:13:14.225Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
8621 | 2025-02-25T02:13:14.630Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
8622 | 2025-02-25T02:13:15.035Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
8623 | 2025-02-25T02:13:24.867Z | [ recovery-image] Feb 25 02:13:22.908 INFO O| Feb 25 02:13:22.908 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 |
8624 | 2025-02-25T02:13:24.869Z | [ recovery-image] Feb 25 02:13:22.908 INFO O| Feb 25 02:13:22.908 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8625 | 2025-02-25T02:13:24.887Z | [ recovery-image] Feb 25 02:13:22.928 INFO O| Feb 25 02:13:22.928 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8626 | 2025-02-25T02:13:25.010Z | [ recovery-image] Feb 25 02:13:23.051 INFO O| Feb 25 02:13:23.051 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8627 | 2025-02-25T02:13:25.010Z | [ recovery-image] Feb 25 02:13:23.051 INFO O| Feb 25 02:13:23.051 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 ... |
8628 | 2025-02-25T02:13:25.013Z | [ recovery-image] Feb 25 02:13:23.054 INFO O| Feb 25 02:13:23.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8629 | 2025-02-25T02:13:25.013Z | [ recovery-image] Feb 25 02:13:23.054 INFO O| Feb 25 02:13:23.054 INFO ok! |
8630 | 2025-02-25T02:13:25.013Z | [ recovery-image] Feb 25 02:13:23.054 INFO O| Feb 25 02:13:23.054 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8631 | 2025-02-25T02:13:25.015Z | [ recovery-image] Feb 25 02:13:23.054 INFO O| Feb 25 02:13:23.054 INFO STEP 95 (seed_smf) COMPLETE |
8632 | 2025-02-25T02:13:25.015Z | [ recovery-image] Feb 25 02:13:23.054 INFO O| Feb 25 02:13:23.054 INFO steps complete; finalising image! |
8633 | 2025-02-25T02:13:25.015Z | [ recovery-image] Feb 25 02:13:23.054 INFO O| Feb 25 02:13:23.054 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8634 | 2025-02-25T02:13:25.093Z | [ recovery-image] Feb 25 02:13:23.134 INFO O| Feb 25 02:13:23.134 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Tue Feb 25 02:13:23 2025) |
8635 | 2025-02-25T02:13:25.306Z | [ recovery-image] Feb 25 02:13:23.347 INFO O| Feb 25 02:13:23.347 INFO trim TEMPORARY-gimlet-zfs-recovery: (24% trimmed, started at Tue Feb 25 02:13:23 2025) |
8636 | 2025-02-25T02:13:25.517Z | [ recovery-image] Feb 25 02:13:23.559 INFO O| Feb 25 02:13:23.559 INFO trim TEMPORARY-gimlet-zfs-recovery: (41% trimmed, started at Tue Feb 25 02:13:23 2025) |
8637 | 2025-02-25T02:13:25.734Z | [ recovery-image] Feb 25 02:13:23.774 INFO O| Feb 25 02:13:23.774 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Tue Feb 25 02:13:23 2025) |
8638 | 2025-02-25T02:13:25.945Z | [ recovery-image] Feb 25 02:13:23.987 INFO O| Feb 25 02:13:23.987 INFO trim TEMPORARY-gimlet-zfs-recovery: (81% trimmed, started at Tue Feb 25 02:13:23 2025) |
8639 | 2025-02-25T02:13:26.189Z | [ recovery-image] Feb 25 02:13:24.230 INFO O| Feb 25 02:13:24.230 INFO temporary pool has 380M used, 1.38G avail, 1.00x compressratio |
8640 | 2025-02-25T02:13:26.189Z | [ recovery-image] Feb 25 02:13:24.230 INFO O| Feb 25 02:13:24.230 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8641 | 2025-02-25T02:13:27.010Z | [ recovery-image] Feb 25 02:13:25.050 INFO O| Feb 25 02:13:25.050 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 |
8642 | 2025-02-25T02:13:27.010Z | [ recovery-image] Feb 25 02:13:25.050 INFO O| Feb 25 02:13:25.050 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8643 | 2025-02-25T02:13:28.568Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
8644 | 2025-02-25T02:13:32.690Z | [ recovery-image] Feb 25 02:13:30.731 INFO O| Feb 25 02:13:30.731 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8645 | 2025-02-25T02:13:32.690Z | [ recovery-image] Feb 25 02:13:30.731 INFO O| Feb 25 02:13:30.731 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8646 | 2025-02-25T02:13:32.693Z | [ recovery-image] Feb 25 02:13:30.731 INFO O| Feb 25 02:13:30.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8647 | 2025-02-25T02:13:32.693Z | [ recovery-image] Feb 25 02:13:30.731 INFO O| Feb 25 02:13:30.731 INFO completed processing gimlet/zfs-recovery |
8648 | 2025-02-25T02:13:32.693Z | [ recovery-image] Feb 25 02:13:30.732 INFO O| Feb 25 02:13:30.732 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8649 | 2025-02-25T02:13:33.038Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
8650 | 2025-02-25T02:13:33.260Z | [ recovery-image] Feb 25 02:13:31.301 INFO O| Feb 25 02:13:31.301 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8651 | 2025-02-25T02:13:33.392Z | [ recovery-image] Feb 25 02:13:31.432 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n" |
8652 | 2025-02-25T02:13:33.395Z | [ recovery-image] Feb 25 02:13:31.433 INFO expanded image name: "recovery 804b2ee/${os_short_commit} 2025-02-25 01:41" -> "recovery 804b2ee/9fcb5ef 2025-02-25 01:41" |
8653 | 2025-02-25T02:13:33.395Z | [ recovery-image] Feb 25 02:13:31.433 INFO output artefacts stored in: "/work/os-recovery" |
8654 | 2025-02-25T02:13:33.395Z | [ recovery-image] Feb 25 02:13:31.433 INFO collecting git info from project "bootserver"... |
8655 | 2025-02-25T02:13:33.427Z | [ recovery-image] Feb 25 02:13:31.469 INFO collecting git info from project "image-builder"... |
8656 | 2025-02-25T02:13:33.437Z | [ recovery-image] Feb 25 02:13:31.479 INFO collecting git info from project "phbl"... |
8657 | 2025-02-25T02:13:33.448Z | [ recovery-image] Feb 25 02:13:31.489 INFO collecting git info from project "amd-firmware"... |
8658 | 2025-02-25T02:13:33.670Z | [ recovery-image] Feb 25 02:13:31.711 INFO collecting git info from project "amd-host-image-builder"... |
8659 | 2025-02-25T02:13:34.326Z | [ recovery-image] Feb 25 02:13:32.367 INFO collecting git info from project "chelsio-t6-roms"... |
8660 | 2025-02-25T02:13:34.362Z | [ recovery-image] Feb 25 02:13:32.403 INFO collecting git info from project "pinprick"... |
8661 | 2025-02-25T02:13:34.373Z | [ recovery-image] Feb 25 02:13:32.414 INFO collecting git info from project "pilot"... |
8662 | 2025-02-25T02:13:34.402Z | [ recovery-image] Feb 25 02:13:32.435 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8663 | 2025-02-25T02:13:35.369Z | [ recovery-image] Feb 25 02:13:33.410 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8664 | 2025-02-25T02:13:35.994Z | [ recovery-image] Feb 25 02:13:34.035 INFO creating Oxide boot image... |
8665 | 2025-02-25T02:13:35.994Z | [ recovery-image] Feb 25 02:13:34.035 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 804b2ee/9fcb5ef 2025-02-25 01:41", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8666 | 2025-02-25T02:13:53.832Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
8667 | 2025-02-25T02:14:06.186Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
8668 | 2025-02-25T02:14:12.735Z | [ host-image] Feb 25 02:14:10.776 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z |
8669 | 2025-02-25T02:14:12.738Z | [ host-image] Feb 25 02:14:10.776 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z |
8670 | 2025-02-25T02:14:12.738Z | [ host-image] Feb 25 02:14:10.776 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8671 | 2025-02-25T02:14:12.738Z | [ host-image] Feb 25 02:14:10.776 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8672 | 2025-02-25T02:14:12.738Z | [ host-image] Feb 25 02:14:10.777 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8673 | 2025-02-25T02:14:12.738Z | [ host-image] Feb 25 02:14:10.777 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8674 | 2025-02-25T02:14:12.738Z | [ host-image] Feb 25 02:14:10.778 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8675 | 2025-02-25T02:14:12.738Z | [ host-image] Feb 25 02:14:10.778 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8676 | 2025-02-25T02:14:12.738Z | [ host-image] Feb 25 02:14:10.778 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8677 | 2025-02-25T02:14:12.738Z | [ host-image] Feb 25 02:14:10.778 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8678 | 2025-02-25T02:14:12.738Z | [ host-image] Feb 25 02:14:10.778 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z |
8679 | 2025-02-25T02:14:12.741Z | [ host-image] Feb 25 02:14:10.781 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z |
8680 | 2025-02-25T02:14:12.743Z | [ host-image] Feb 25 02:14:10.782 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z |
8681 | 2025-02-25T02:14:12.743Z | [ host-image] Feb 25 02:14:10.783 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z |
8682 | 2025-02-25T02:14:12.743Z | [ host-image] Feb 25 02:14:10.783 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8683 | 2025-02-25T02:14:12.744Z | [ host-image] Feb 25 02:14:10.784 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z |
8684 | 2025-02-25T02:14:12.746Z | [ host-image] Feb 25 02:14:10.785 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z |
8685 | 2025-02-25T02:14:12.746Z | [ host-image] Feb 25 02:14:10.785 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z |
8686 | 2025-02-25T02:14:12.746Z | [ host-image] Feb 25 02:14:10.785 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z |
8687 | 2025-02-25T02:14:12.746Z | [ host-image] Feb 25 02:14:10.785 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z |
8688 | 2025-02-25T02:14:12.746Z | [ host-image] Feb 25 02:14:10.785 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z |
8689 | 2025-02-25T02:14:12.746Z | [ host-image] Feb 25 02:14:10.786 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z |
8690 | 2025-02-25T02:14:12.746Z | [ host-image] Feb 25 02:14:10.786 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z |
8691 | 2025-02-25T02:14:12.746Z | [ host-image] Feb 25 02:14:10.786 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z |
8692 | 2025-02-25T02:14:12.746Z | [ host-image] Feb 25 02:14:10.786 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z |
8693 | 2025-02-25T02:14:12.746Z | [ host-image] Feb 25 02:14:10.787 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z |
8694 | 2025-02-25T02:14:12.746Z | [ host-image] Feb 25 02:14:10.787 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z |
8695 | 2025-02-25T02:14:12.746Z | [ host-image] Feb 25 02:14:10.787 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z |
8696 | 2025-02-25T02:14:12.749Z | [ host-image] Feb 25 02:14:10.787 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z |
8697 | 2025-02-25T02:14:12.749Z | [ host-image] Feb 25 02:14:10.787 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z |
8698 | 2025-02-25T02:14:12.749Z | [ host-image] Feb 25 02:14:10.787 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z |
8699 | 2025-02-25T02:14:12.749Z | [ host-image] Feb 25 02:14:10.787 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z |
8700 | 2025-02-25T02:14:12.749Z | [ host-image] Feb 25 02:14:10.788 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z |
8701 | 2025-02-25T02:14:12.749Z | [ host-image] Feb 25 02:14:10.788 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z |
8702 | 2025-02-25T02:14:12.750Z | [ host-image] Feb 25 02:14:10.789 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z |
8703 | 2025-02-25T02:14:12.750Z | [ host-image] Feb 25 02:14:10.789 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z |
8704 | 2025-02-25T02:14:12.762Z | [ host-image] Feb 25 02:14:10.802 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z |
8705 | 2025-02-25T02:14:12.762Z | [ host-image] Feb 25 02:14:10.802 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z |
8706 | 2025-02-25T02:14:12.765Z | [ host-image] Feb 25 02:14:10.802 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8707 | 2025-02-25T02:14:12.765Z | [ host-image] Feb 25 02:14:10.802 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8708 | 2025-02-25T02:14:12.765Z | [ host-image] Feb 25 02:14:10.803 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8709 | 2025-02-25T02:14:12.765Z | [ host-image] Feb 25 02:14:10.803 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z |
8710 | 2025-02-25T02:14:12.765Z | [ host-image] Feb 25 02:14:10.803 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8711 | 2025-02-25T02:14:12.765Z | [ host-image] Feb 25 02:14:10.804 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8712 | 2025-02-25T02:14:12.765Z | [ host-image] Feb 25 02:14:10.805 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8713 | 2025-02-25T02:14:12.768Z | [ host-image] Feb 25 02:14:10.806 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8714 | 2025-02-25T02:14:12.783Z | [ host-image] Feb 25 02:14:10.824 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8715 | 2025-02-25T02:14:12.783Z | [ host-image] Feb 25 02:14:10.824 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8716 | 2025-02-25T02:14:12.787Z | [ host-image] Feb 25 02:14:10.824 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8717 | 2025-02-25T02:14:12.787Z | [ host-image] Feb 25 02:14:10.825 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8718 | 2025-02-25T02:14:12.787Z | [ host-image] Feb 25 02:14:10.826 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8719 | 2025-02-25T02:14:12.787Z | [ host-image] Feb 25 02:14:10.826 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8720 | 2025-02-25T02:14:12.866Z | [ host-image] Feb 25 02:14:10.907 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z |
8721 | 2025-02-25T02:14:12.869Z | [ host-image] Feb 25 02:14:10.908 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8722 | 2025-02-25T02:14:12.869Z | [ host-image] Feb 25 02:14:10.908 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8723 | 2025-02-25T02:14:12.869Z | [ host-image] Feb 25 02:14:10.909 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z |
8724 | 2025-02-25T02:14:12.869Z | [ host-image] Feb 25 02:14:10.909 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z |
8725 | 2025-02-25T02:14:12.872Z | [ host-image] Feb 25 02:14:10.909 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8726 | 2025-02-25T02:14:12.872Z | [ host-image] Feb 25 02:14:10.909 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z |
8727 | 2025-02-25T02:14:12.872Z | [ host-image] Feb 25 02:14:10.910 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
8728 | 2025-02-25T02:14:12.872Z | [ host-image] Feb 25 02:14:10.910 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
8729 | 2025-02-25T02:14:12.872Z | [ host-image] Feb 25 02:14:10.910 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
8730 | 2025-02-25T02:14:12.872Z | [ host-image] Feb 25 02:14:10.910 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z |
8731 | 2025-02-25T02:14:12.872Z | [ host-image] Feb 25 02:14:10.910 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8732 | 2025-02-25T02:14:12.876Z | [ host-image] Feb 25 02:14:10.917 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8733 | 2025-02-25T02:14:12.879Z | [ host-image] Feb 25 02:14:10.917 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8734 | 2025-02-25T02:14:12.879Z | [ host-image] Feb 25 02:14:10.917 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8735 | 2025-02-25T02:14:12.879Z | [ host-image] Feb 25 02:14:10.918 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z |
8736 | 2025-02-25T02:14:12.879Z | [ host-image] Feb 25 02:14:10.918 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8737 | 2025-02-25T02:14:12.908Z | [ host-image] Feb 25 02:14:10.948 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8738 | 2025-02-25T02:14:12.911Z | [ host-image] Feb 25 02:14:10.949 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z |
8739 | 2025-02-25T02:14:12.914Z | [ host-image] Feb 25 02:14:10.952 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z |
8740 | 2025-02-25T02:14:12.914Z | [ host-image] Feb 25 02:14:10.952 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z |
8741 | 2025-02-25T02:14:12.914Z | [ host-image] Feb 25 02:14:10.953 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8742 | 2025-02-25T02:14:12.914Z | [ host-image] Feb 25 02:14:10.953 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z |
8743 | 2025-02-25T02:14:12.914Z | [ host-image] Feb 25 02:14:10.954 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z |
8744 | 2025-02-25T02:14:12.914Z | [ host-image] Feb 25 02:14:10.954 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z |
8745 | 2025-02-25T02:14:12.917Z | [ host-image] Feb 25 02:14:10.955 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z |
8746 | 2025-02-25T02:14:12.922Z | [ host-image] Feb 25 02:14:10.963 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8747 | 2025-02-25T02:14:12.926Z | [ host-image] Feb 25 02:14:10.964 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z |
8748 | 2025-02-25T02:14:12.926Z | [ host-image] Feb 25 02:14:10.965 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z |
8749 | 2025-02-25T02:14:12.926Z | [ host-image] Feb 25 02:14:10.965 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8750 | 2025-02-25T02:14:12.926Z | [ host-image] Feb 25 02:14:10.965 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z |
8751 | 2025-02-25T02:14:12.926Z | [ host-image] Feb 25 02:14:10.966 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z |
8752 | 2025-02-25T02:14:12.926Z | [ host-image] Feb 25 02:14:10.966 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z |
8753 | 2025-02-25T02:14:12.929Z | [ host-image] Feb 25 02:14:10.966 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z |
8754 | 2025-02-25T02:14:12.938Z | [ host-image] Feb 25 02:14:10.979 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z |
8755 | 2025-02-25T02:14:12.938Z | [ host-image] Feb 25 02:14:10.979 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8756 | 2025-02-25T02:14:12.941Z | [ host-image] Feb 25 02:14:10.982 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z |
8757 | 2025-02-25T02:14:12.943Z | [ host-image] Feb 25 02:14:10.984 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z |
8758 | 2025-02-25T02:14:12.943Z | [ host-image] Feb 25 02:14:10.984 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z |
8759 | 2025-02-25T02:14:12.946Z | [ host-image] Feb 25 02:14:10.984 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z |
8760 | 2025-02-25T02:14:12.946Z | [ host-image] Feb 25 02:14:10.985 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z |
8761 | 2025-02-25T02:14:12.946Z | [ host-image] Feb 25 02:14:10.986 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z |
8762 | 2025-02-25T02:14:12.974Z | [ host-image] Feb 25 02:14:11.015 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z |
8763 | 2025-02-25T02:14:12.974Z | [ host-image] Feb 25 02:14:11.015 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z |
8764 | 2025-02-25T02:14:12.977Z | [ host-image] Feb 25 02:14:11.015 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z |
8765 | 2025-02-25T02:14:12.977Z | [ host-image] Feb 25 02:14:11.017 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z |
8766 | 2025-02-25T02:14:12.977Z | [ host-image] Feb 25 02:14:11.017 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z |
8767 | 2025-02-25T02:14:13.011Z | [ host-image] Feb 25 02:14:11.052 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z |
8768 | 2025-02-25T02:14:13.014Z | [ host-image] Feb 25 02:14:11.052 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z |
8769 | 2025-02-25T02:14:13.015Z | [ host-image] Feb 25 02:14:11.052 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z |
8770 | 2025-02-25T02:14:13.015Z | [ host-image] Feb 25 02:14:11.053 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8771 | 2025-02-25T02:14:13.015Z | [ host-image] Feb 25 02:14:11.054 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8772 | 2025-02-25T02:14:13.057Z | [ host-image] Feb 25 02:14:11.098 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z |
8773 | 2025-02-25T02:14:13.060Z | [ host-image] Feb 25 02:14:11.098 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8774 | 2025-02-25T02:14:13.060Z | [ host-image] Feb 25 02:14:11.098 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z |
8775 | 2025-02-25T02:14:13.060Z | [ host-image] Feb 25 02:14:11.098 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z |
8776 | 2025-02-25T02:14:13.062Z | [ host-image] Feb 25 02:14:11.100 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z |
8777 | 2025-02-25T02:14:13.062Z | [ host-image] Feb 25 02:14:11.101 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8778 | 2025-02-25T02:14:13.062Z | [ host-image] Feb 25 02:14:11.102 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8779 | 2025-02-25T02:14:13.062Z | [ host-image] Feb 25 02:14:11.103 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z |
8780 | 2025-02-25T02:14:13.062Z | [ host-image] Feb 25 02:14:11.103 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z |
8781 | 2025-02-25T02:14:13.062Z | [ host-image] Feb 25 02:14:11.103 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z |
8782 | 2025-02-25T02:14:13.065Z | [ host-image] Feb 25 02:14:11.104 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z |
8783 | 2025-02-25T02:14:13.065Z | [ host-image] Feb 25 02:14:11.104 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z |
8784 | 2025-02-25T02:14:13.065Z | [ host-image] Feb 25 02:14:11.105 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z |
8785 | 2025-02-25T02:14:13.068Z | [ host-image] Feb 25 02:14:11.109 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8786 | 2025-02-25T02:14:13.071Z | [ host-image] Feb 25 02:14:11.109 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z |
8787 | 2025-02-25T02:14:13.073Z | [ host-image] Feb 25 02:14:11.112 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z |
8788 | 2025-02-25T02:14:13.073Z | [ host-image] Feb 25 02:14:11.112 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z |
8789 | 2025-02-25T02:14:13.073Z | [ host-image] Feb 25 02:14:11.113 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z |
8790 | 2025-02-25T02:14:13.074Z | [ host-image] Feb 25 02:14:11.113 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z |
8791 | 2025-02-25T02:14:13.074Z | [ host-image] Feb 25 02:14:11.113 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z |
8792 | 2025-02-25T02:14:13.074Z | [ host-image] Feb 25 02:14:11.114 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8793 | 2025-02-25T02:14:13.074Z | [ host-image] Feb 25 02:14:11.114 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8794 | 2025-02-25T02:14:13.077Z | [ host-image] Feb 25 02:14:11.114 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z |
8795 | 2025-02-25T02:14:13.077Z | [ host-image] Feb 25 02:14:11.115 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z |
8796 | 2025-02-25T02:14:13.077Z | [ host-image] Feb 25 02:14:11.115 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8797 | 2025-02-25T02:14:13.077Z | [ host-image] Feb 25 02:14:11.115 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8798 | 2025-02-25T02:14:13.077Z | [ host-image] Feb 25 02:14:11.115 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8799 | 2025-02-25T02:14:13.077Z | [ host-image] Feb 25 02:14:11.116 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8800 | 2025-02-25T02:14:13.077Z | [ host-image] Feb 25 02:14:11.116 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8801 | 2025-02-25T02:14:13.077Z | [ host-image] Feb 25 02:14:11.117 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8802 | 2025-02-25T02:14:13.080Z | [ host-image] Feb 25 02:14:11.119 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8803 | 2025-02-25T02:14:13.080Z | [ host-image] Feb 25 02:14:11.119 INFO O| tempdir @ "/tmp/.tmpAtERtD/tmp" |
8804 | 2025-02-25T02:14:13.080Z | [ host-image] Feb 25 02:14:11.119 INFO O| image root @ "/tmp/.tmpAtERtD/tmp/root" |
8805 | 2025-02-25T02:14:13.080Z | [ host-image] Feb 25 02:14:11.120 INFO O| creating image... |
8806 | 2025-02-25T02:14:14.258Z | [ host-image] Feb 25 02:14:12.299 INFO O| copying publishers... |
8807 | 2025-02-25T02:14:15.284Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
8808 | 2025-02-25T02:14:28.391Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
8809 | 2025-02-25T02:14:31.639Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
8810 | 2025-02-25T02:14:38.716Z | [ host-image] Feb 25 02:14:36.756 INFO O| adding properties... |
8811 | 2025-02-25T02:14:39.143Z | [verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
8812 | 2025-02-25T02:14:41.136Z | [ host-image] Feb 25 02:14:39.176 INFO O| installing packages... |
8813 | 2025-02-25T02:14:44.713Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
8814 | 2025-02-25T02:14:51.938Z | [ recovery-image] Feb 25 02:14:49.978 INFO O| ok, image written! |
8815 | 2025-02-25T02:14:51.941Z | [ recovery-image] Feb 25 02:14:49.978 INFO O| ok, boot_image_csum file written! |
8816 | 2025-02-25T02:14:51.948Z | [ recovery-image] Feb 25 02:14:49.988 INFO creating boot archive (CPIO)... |
8817 | 2025-02-25T02:14:51.950Z | [ recovery-image] Feb 25 02:14:49.988 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 |
8818 | 2025-02-25T02:14:51.970Z | [ recovery-image] Feb 25 02:14:50.010 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8819 | 2025-02-25T02:14:51.970Z | [ recovery-image] Feb 25 02:14:50.010 INFO E| + outfile=/work/os-recovery/cpio |
8820 | 2025-02-25T02:14:51.970Z | [ recovery-image] Feb 25 02:14:50.010 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8821 | 2025-02-25T02:14:51.974Z | [ recovery-image] Feb 25 02:14:50.014 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8822 | 2025-02-25T02:14:51.977Z | [ recovery-image] Feb 25 02:14:50.014 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8823 | 2025-02-25T02:14:52.044Z | [ recovery-image] Feb 25 02:14:50.083 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8824 | 2025-02-25T02:14:52.044Z | [ recovery-image] Feb 25 02:14:50.083 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8825 | 2025-02-25T02:14:52.056Z | [ recovery-image] Feb 25 02:14:50.096 INFO creating compressed cpio/unix for nanobl-rs... |
8826 | 2025-02-25T02:14:52.057Z | [ recovery-image] Feb 25 02:14:50.096 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 |
8827 | 2025-02-25T02:14:53.703Z | [ recovery-image] Feb 25 02:14:51.743 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8828 | 2025-02-25T02:14:55.205Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
8829 | 2025-02-25T02:14:56.062Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
8830 | 2025-02-25T02:14:57.291Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
8831 | 2025-02-25T02:15:00.054Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
8832 | 2025-02-25T02:15:02.239Z | [ recovery-image] Feb 25 02:15:00.278 INFO creating reset image... |
8833 | 2025-02-25T02:15:02.242Z | [ recovery-image] Feb 25 02:15:00.278 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8834 | 2025-02-25T02:15:02.872Z | [ recovery-image] Feb 25 02:15:00.911 INFO E| Updating crates.io index |
8835 | 2025-02-25T02:15:03.185Z | [ recovery-image] Feb 25 02:15:01.225 INFO E| Downloading crates ... |
8836 | 2025-02-25T02:15:03.333Z | [ recovery-image] Feb 25 02:15:01.369 INFO E| Downloaded anstyle-parse v0.2.5 |
8837 | 2025-02-25T02:15:03.336Z | [ recovery-image] Feb 25 02:15:01.375 INFO E| Downloaded clap_lex v0.7.2 |
8838 | 2025-02-25T02:15:03.341Z | [ recovery-image] Feb 25 02:15:01.378 INFO E| Downloaded anstyle-query v1.1.1 |
8839 | 2025-02-25T02:15:03.344Z | [ recovery-image] Feb 25 02:15:01.381 INFO E| Downloaded clap_derive v4.5.13 |
8840 | 2025-02-25T02:15:03.348Z | [ recovery-image] Feb 25 02:15:01.385 INFO E| Downloaded anstyle v1.0.8 |
8841 | 2025-02-25T02:15:03.351Z | [ recovery-image] Feb 25 02:15:01.389 INFO E| Downloaded shared_child v1.0.1 |
8842 | 2025-02-25T02:15:03.356Z | [ recovery-image] Feb 25 02:15:01.391 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
8843 | 2025-02-25T02:15:03.356Z | [ recovery-image] Feb 25 02:15:01.392 INFO E| Downloaded colorchoice v1.0.2 |
8844 | 2025-02-25T02:15:03.356Z | [ recovery-image] Feb 25 02:15:01.395 INFO E| Downloaded anstream v0.6.15 |
8845 | 2025-02-25T02:15:03.360Z | [ recovery-image] Feb 25 02:15:01.399 INFO E| Downloaded strsim v0.11.1 |
8846 | 2025-02-25T02:15:03.396Z | [ recovery-image] Feb 25 02:15:01.434 INFO E| Downloaded utf8parse v0.2.2 |
8847 | 2025-02-25T02:15:03.401Z | [ recovery-image] Feb 25 02:15:01.436 INFO E| Downloaded unicode-ident v1.0.13 |
8848 | 2025-02-25T02:15:03.407Z | [ recovery-image] Feb 25 02:15:01.441 INFO E| Downloaded proc-macro2 v1.0.86 |
8849 | 2025-02-25T02:15:03.407Z | [ recovery-image] Feb 25 02:15:01.445 INFO E| Downloaded once_cell v1.19.0 |
8850 | 2025-02-25T02:15:03.410Z | [ recovery-image] Feb 25 02:15:01.449 INFO E| Downloaded duct v0.13.7 |
8851 | 2025-02-25T02:15:03.423Z | [ recovery-image] Feb 25 02:15:01.454 INFO E| Downloaded quote v1.0.37 |
8852 | 2025-02-25T02:15:03.423Z | [ recovery-image] Feb 25 02:15:01.458 INFO E| Downloaded clap v4.5.17 |
8853 | 2025-02-25T02:15:03.436Z | [ recovery-image] Feb 25 02:15:01.476 INFO E| Downloaded os_pipe v1.2.1 |
8854 | 2025-02-25T02:15:03.438Z | [ recovery-image] Feb 25 02:15:01.478 INFO E| Downloaded heck v0.5.0 |
8855 | 2025-02-25T02:15:03.441Z | [ recovery-image] Feb 25 02:15:01.480 INFO E| Downloaded clap_builder v4.5.17 |
8856 | 2025-02-25T02:15:03.482Z | [ recovery-image] Feb 25 02:15:01.522 INFO E| Downloaded syn v2.0.77 |
8857 | 2025-02-25T02:15:03.536Z | [ recovery-image] Feb 25 02:15:01.575 INFO E| Downloaded libc v0.2.158 |
8858 | 2025-02-25T02:15:03.703Z | [ recovery-image] Feb 25 02:15:01.742 INFO E| Compiling proc-macro2 v1.0.86 |
8859 | 2025-02-25T02:15:03.703Z | [ recovery-image] Feb 25 02:15:01.742 INFO E| Compiling unicode-ident v1.0.13 |
8860 | 2025-02-25T02:15:03.707Z | [ recovery-image] Feb 25 02:15:01.742 INFO E| Compiling libc v0.2.158 |
8861 | 2025-02-25T02:15:03.707Z | [ recovery-image] Feb 25 02:15:01.742 INFO E| Compiling utf8parse v0.2.2 |
8862 | 2025-02-25T02:15:03.707Z | [ recovery-image] Feb 25 02:15:01.742 INFO E| Compiling anstyle v1.0.8 |
8863 | 2025-02-25T02:15:03.707Z | [ recovery-image] Feb 25 02:15:01.742 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8864 | 2025-02-25T02:15:03.707Z | [ recovery-image] Feb 25 02:15:01.743 INFO E| Compiling anstyle-query v1.1.1 |
8865 | 2025-02-25T02:15:03.707Z | [ recovery-image] Feb 25 02:15:01.743 INFO E| Compiling colorchoice v1.0.2 |
8866 | 2025-02-25T02:15:04.530Z | [ recovery-image] Feb 25 02:15:02.570 INFO E| Compiling heck v0.5.0 |
8867 | 2025-02-25T02:15:04.780Z | [ recovery-image] Feb 25 02:15:02.819 INFO E| Compiling anstyle-parse v0.2.5 |
8868 | 2025-02-25T02:15:04.945Z | [ recovery-image] Feb 25 02:15:02.985 INFO E| Compiling clap_lex v0.7.2 |
8869 | 2025-02-25T02:15:04.946Z | [ recovery-image] Feb 25 02:15:02.985 INFO E| Compiling strsim v0.11.1 |
8870 | 2025-02-25T02:15:05.144Z | [ recovery-image] Feb 25 02:15:03.184 INFO E| Compiling once_cell v1.19.0 |
8871 | 2025-02-25T02:15:05.397Z | [verify-libraries] Compiling termios v0.3.3 |
8872 | 2025-02-25T02:15:05.509Z | [ recovery-image] Feb 25 02:15:03.545 INFO E| Compiling anstream v0.6.15 |
8873 | 2025-02-25T02:15:06.019Z | [ recovery-image] Feb 25 02:15:04.057 INFO E| Compiling clap_builder v4.5.17 |
8874 | 2025-02-25T02:15:06.077Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
8875 | 2025-02-25T02:15:06.765Z | [ recovery-image] Feb 25 02:15:04.804 INFO E| Compiling quote v1.0.37 |
8876 | 2025-02-25T02:15:07.203Z | [ recovery-image] Feb 25 02:15:05.242 INFO E| Compiling syn v2.0.77 |
8877 | 2025-02-25T02:15:07.290Z | [ recovery-image] Feb 25 02:15:05.330 INFO E| Compiling os_pipe v1.2.1 |
8878 | 2025-02-25T02:15:07.290Z | [ recovery-image] Feb 25 02:15:05.330 INFO E| Compiling shared_child v1.0.1 |
8879 | 2025-02-25T02:15:07.546Z | [ recovery-image] Feb 25 02:15:05.586 INFO E| Compiling duct v0.13.7 |
8880 | 2025-02-25T02:15:14.638Z | [ host-image] Feb 25 02:15:12.677 INFO O| seeding SMF database... |
8881 | 2025-02-25T02:15:16.682Z | [ recovery-image] Feb 25 02:15:14.721 INFO E| Compiling clap_derive v4.5.13 |
8882 | 2025-02-25T02:15:21.352Z | [ recovery-image] Feb 25 02:15:19.392 INFO E| Compiling clap v4.5.17 |
8883 | 2025-02-25T02:15:21.436Z | [ recovery-image] Feb 25 02:15:19.476 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8884 | 2025-02-25T02:15:23.913Z | [ recovery-image] Feb 25 02:15:21.953 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.49s |
8885 | 2025-02-25T02:15:24.049Z | [ recovery-image] Feb 25 02:15:21.974 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8886 | 2025-02-25T02:15:24.261Z | [ recovery-image] Feb 25 02:15:22.299 INFO E| Updating crates.io index |
8887 | 2025-02-25T02:15:24.432Z | [ recovery-image] Feb 25 02:15:22.470 INFO E| Downloading crates ... |
8888 | 2025-02-25T02:15:24.614Z | [ recovery-image] Feb 25 02:15:22.643 INFO E| Downloaded scroll v0.12.0 |
8889 | 2025-02-25T02:15:24.625Z | [ recovery-image] Feb 25 02:15:22.651 INFO E| Downloaded adler2 v2.0.0 |
8890 | 2025-02-25T02:15:24.625Z | [ recovery-image] Feb 25 02:15:22.655 INFO E| Downloaded proc-macro2 v1.0.89 |
8891 | 2025-02-25T02:15:24.626Z | [ recovery-image] Feb 25 02:15:22.660 INFO E| Downloaded bitstruct_derive v0.1.0 |
8892 | 2025-02-25T02:15:24.626Z | [ recovery-image] Feb 25 02:15:22.660 INFO E| Downloaded bitstruct v0.1.1 |
8893 | 2025-02-25T02:15:24.639Z | [ recovery-image] Feb 25 02:15:22.665 INFO E| Downloaded seq-macro v0.3.5 |
8894 | 2025-02-25T02:15:24.639Z | [ recovery-image] Feb 25 02:15:22.668 INFO E| Downloaded cpio_reader v0.1.1 |
8895 | 2025-02-25T02:15:24.640Z | [ recovery-image] Feb 25 02:15:22.670 INFO E| Downloaded bit_field v0.10.2 |
8896 | 2025-02-25T02:15:24.640Z | [ recovery-image] Feb 25 02:15:22.678 INFO E| Downloaded miniz_oxide v0.8.0 |
8897 | 2025-02-25T02:15:24.657Z | [ recovery-image] Feb 25 02:15:22.687 INFO E| Downloaded scroll_derive v0.12.0 |
8898 | 2025-02-25T02:15:24.672Z | [ recovery-image] Feb 25 02:15:22.692 INFO E| Downloaded goblin v0.8.2 |
8899 | 2025-02-25T02:15:24.672Z | [ recovery-image] Feb 25 02:15:22.705 INFO E| Downloaded raw-cpuid v10.7.0 |
8900 | 2025-02-25T02:15:24.690Z | [ recovery-image] Feb 25 02:15:22.728 INFO E| Downloaded syn v2.0.85 |
8901 | 2025-02-25T02:15:24.914Z | [ recovery-image] Feb 25 02:15:22.953 INFO E| Downloaded x86 v0.52.0 |
8902 | 2025-02-25T02:15:25.013Z | [ recovery-image] Feb 25 02:15:23.051 INFO E| Updating crates.io index |
8903 | 2025-02-25T02:15:25.258Z | [ recovery-image] Feb 25 02:15:23.297 INFO E| Downloading crates ... |
8904 | 2025-02-25T02:15:25.441Z | [ recovery-image] Feb 25 02:15:23.478 INFO E| Downloaded allocator-api2 v0.2.18 |
8905 | 2025-02-25T02:15:25.446Z | [ recovery-image] Feb 25 02:15:23.483 INFO E| Downloaded getopts v0.2.21 |
8906 | 2025-02-25T02:15:25.449Z | [ recovery-image] Feb 25 02:15:23.486 INFO E| Downloaded rustc-demangle v0.1.24 |
8907 | 2025-02-25T02:15:25.488Z | [ recovery-image] Feb 25 02:15:23.527 INFO E| Downloaded memchr v2.5.0 |
8908 | 2025-02-25T02:15:25.522Z | [ recovery-image] Feb 25 02:15:23.562 INFO E| Downloaded hashbrown v0.15.0 |
8909 | 2025-02-25T02:15:25.537Z | [ recovery-image] Feb 25 02:15:23.577 INFO E| Downloaded compiler_builtins v0.1.134 |
8910 | 2025-02-25T02:15:25.635Z | [ recovery-image] Feb 25 02:15:23.674 INFO E| Downloaded libc v0.2.161 |
8911 | 2025-02-25T02:15:26.348Z | [ recovery-image] Feb 25 02:15:24.380 INFO E| Compiling compiler_builtins v0.1.134 |
8912 | 2025-02-25T02:15:26.367Z | [ recovery-image] Feb 25 02:15:24.403 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) |
8913 | 2025-02-25T02:15:26.367Z | [ recovery-image] Feb 25 02:15:24.403 INFO E| Compiling proc-macro2 v1.0.89 |
8914 | 2025-02-25T02:15:26.397Z | [ recovery-image] Feb 25 02:15:24.403 INFO E| Compiling unicode-ident v1.0.13 |
8915 | 2025-02-25T02:15:26.397Z | [ recovery-image] Feb 25 02:15:24.403 INFO E| Compiling syn v1.0.109 |
8916 | 2025-02-25T02:15:26.397Z | [ recovery-image] Feb 25 02:15:24.403 INFO E| Compiling x86 v0.52.0 |
8917 | 2025-02-25T02:15:26.397Z | [ recovery-image] Feb 25 02:15:24.403 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8918 | 2025-02-25T02:15:26.397Z | [ recovery-image] Feb 25 02:15:24.403 INFO E| Compiling seq-macro v0.3.5 |
8919 | 2025-02-25T02:15:29.039Z | [ recovery-image] Feb 25 02:15:27.078 INFO E| Compiling quote v1.0.37 |
8920 | 2025-02-25T02:15:29.516Z | [ recovery-image] Feb 25 02:15:27.539 INFO E| Compiling syn v2.0.85 |
8921 | 2025-02-25T02:15:29.893Z | [ host-image] Feb 25 02:15:27.933 INFO O| configuring SMF profile... |
8922 | 2025-02-25T02:15:29.917Z | [ host-image] Feb 25 02:15:27.933 INFO O| modifying shadow(5)... |
8923 | 2025-02-25T02:15:29.917Z | [ host-image] Feb 25 02:15:27.933 INFO O| loading user and group database... |
8924 | 2025-02-25T02:15:29.917Z | [ host-image] Feb 25 02:15:27.933 INFO O| assessing packaged files... |
8925 | 2025-02-25T02:15:35.802Z | [ recovery-image] Feb 25 02:15:33.841 INFO E| Compiling scroll_derive v0.12.0 |
8926 | 2025-02-25T02:15:37.385Z | [ host-image] Feb 25 02:15:35.424 INFO O| creating archive... |
8927 | 2025-02-25T02:15:37.482Z | [ host-image] Feb 25 02:15:35.521 INFO O| missing from packaging: |
8928 | 2025-02-25T02:15:37.485Z | [ host-image] Feb 25 02:15:35.521 INFO O| "etc/.pwd.lock" |
8929 | 2025-02-25T02:15:37.485Z | [ host-image] Feb 25 02:15:35.521 INFO O| "etc/bash" |
8930 | 2025-02-25T02:15:37.491Z | [ host-image] Feb 25 02:15:35.530 INFO O| "etc/svc/profile/generic.xml" |
8931 | 2025-02-25T02:15:37.491Z | [ host-image] Feb 25 02:15:35.531 INFO O| "etc/svc/profile/inetd_services.xml" |
8932 | 2025-02-25T02:15:37.494Z | [ host-image] Feb 25 02:15:35.531 INFO O| "etc/svc/profile/name_service.xml" |
8933 | 2025-02-25T02:15:37.494Z | [ host-image] Feb 25 02:15:35.531 INFO O| "etc/svc/profile/platform.xml" |
8934 | 2025-02-25T02:15:37.494Z | [ host-image] Feb 25 02:15:35.531 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8935 | 2025-02-25T02:15:37.494Z | [ host-image] Feb 25 02:15:35.531 INFO O| "etc/svc/repository.db" |
8936 | 2025-02-25T02:15:37.508Z | [ host-image] Feb 25 02:15:35.547 INFO O| "opt/ooce/share" |
8937 | 2025-02-25T02:15:37.508Z | [ host-image] Feb 25 02:15:35.547 INFO O| "opt/ooce/share/man" |
8938 | 2025-02-25T02:15:37.510Z | [ host-image] Feb 25 02:15:35.547 INFO O| "opt/ooce/share/man/man1" |
8939 | 2025-02-25T02:15:37.522Z | [ host-image] Feb 25 02:15:35.562 INFO O| finishing archive... |
8940 | 2025-02-25T02:15:41.660Z | [ recovery-image] Feb 25 02:15:39.699 INFO E| Compiling bitstruct_derive v0.1.0 |
8941 | 2025-02-25T02:15:42.900Z | [ host-image] Feb 25 02:15:40.939 INFO O| creating gzonly manifest... |
8942 | 2025-02-25T02:15:42.912Z | [ host-image] Feb 25 02:15:40.951 INFO O| ok |
8943 | 2025-02-25T02:15:43.119Z | [ host-image] Feb 25 02:15:41.158 INFO image builder template: ramdisk-02-trim... |
8944 | 2025-02-25T02:15:43.119Z | [ host-image] Feb 25 02:15:41.158 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/.tmpZkvLVr/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.334", "-n", "ramdisk-02-trim"], pwd: None |
8945 | 2025-02-25T02:15:43.171Z | [ host-image] Feb 25 02:15:41.211 INFO O| Feb 25 02:15:41.210 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8946 | 2025-02-25T02:15:43.215Z | [ host-image] Feb 25 02:15:41.254 INFO O| Feb 25 02:15:41.254 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8947 | 2025-02-25T02:15:43.454Z | [ host-image] Feb 25 02:15:41.493 INFO O| Feb 25 02:15:41.493 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8948 | 2025-02-25T02:15:43.563Z | [ host-image] Feb 25 02:15:41.602 INFO O| Feb 25 02:15:41.602 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8949 | 2025-02-25T02:15:43.566Z | [ host-image] Feb 25 02:15:41.603 INFO O| Feb 25 02:15:41.603 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8950 | 2025-02-25T02:15:43.573Z | [ host-image] Feb 25 02:15:41.612 INFO O| Feb 25 02:15:41.612 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8951 | 2025-02-25T02:15:43.580Z | [ host-image] Feb 25 02:15:41.619 INFO O| Feb 25 02:15:41.619 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8952 | 2025-02-25T02:15:43.588Z | [ host-image] Feb 25 02:15:41.627 INFO O| Feb 25 02:15:41.627 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8953 | 2025-02-25T02:15:44.045Z | [ host-image] Feb 25 02:15:42.084 INFO O| Feb 25 02:15:42.084 INFO rolled back to input snapshot; work may begin |
8954 | 2025-02-25T02:15:44.045Z | [ host-image] Feb 25 02:15:42.084 INFO O| Feb 25 02:15:42.084 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8955 | 2025-02-25T02:15:44.086Z | [ host-image] Feb 25 02:15:42.125 INFO O| Feb 25 02:15:42.125 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8956 | 2025-02-25T02:15:44.151Z | [ host-image] Feb 25 02:15:42.190 INFO O| Feb 25 02:15:42.190 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8957 | 2025-02-25T02:15:44.447Z | [ host-image] Feb 25 02:15:42.487 INFO O| Feb 25 02:15:42.486 INFO STEP 0 (remove_files) COMPLETE |
8958 | 2025-02-25T02:15:44.447Z | [ host-image] Feb 25 02:15:42.487 INFO O| Feb 25 02:15:42.487 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8959 | 2025-02-25T02:15:44.482Z | [ host-image] Feb 25 02:15:42.521 INFO O| Feb 25 02:15:42.521 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8960 | 2025-02-25T02:15:44.484Z | [ host-image] Feb 25 02:15:42.524 INFO O| Feb 25 02:15:42.524 INFO STEP 1 (remove_files) COMPLETE |
8961 | 2025-02-25T02:15:44.484Z | [ host-image] Feb 25 02:15:42.524 INFO O| Feb 25 02:15:42.524 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8962 | 2025-02-25T02:15:44.509Z | [ host-image] Feb 25 02:15:42.548 INFO O| Feb 25 02:15:42.548 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8963 | 2025-02-25T02:15:44.555Z | [ host-image] Feb 25 02:15:42.594 INFO O| Feb 25 02:15:42.594 INFO STEP 2 (remove_files) COMPLETE |
8964 | 2025-02-25T02:15:44.555Z | [ host-image] Feb 25 02:15:42.594 INFO O| Feb 25 02:15:42.594 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8965 | 2025-02-25T02:15:44.597Z | [ host-image] Feb 25 02:15:42.636 INFO O| Feb 25 02:15:42.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8966 | 2025-02-25T02:15:44.600Z | [ host-image] Feb 25 02:15:42.639 INFO O| Feb 25 02:15:42.639 INFO STEP 3 (remove_files) COMPLETE |
8967 | 2025-02-25T02:15:44.603Z | [ host-image] Feb 25 02:15:42.639 INFO O| Feb 25 02:15:42.639 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8968 | 2025-02-25T02:15:44.647Z | [ host-image] Feb 25 02:15:42.686 INFO O| Feb 25 02:15:42.686 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8969 | 2025-02-25T02:15:44.653Z | [ host-image] Feb 25 02:15:42.693 INFO O| Feb 25 02:15:42.693 INFO STEP 4 (remove_files) COMPLETE |
8970 | 2025-02-25T02:15:44.654Z | [ host-image] Feb 25 02:15:42.693 INFO O| Feb 25 02:15:42.693 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8971 | 2025-02-25T02:15:44.688Z | [ host-image] Feb 25 02:15:42.727 INFO O| Feb 25 02:15:42.727 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8972 | 2025-02-25T02:15:44.692Z | [ host-image] Feb 25 02:15:42.731 INFO O| Feb 25 02:15:42.731 INFO STEP 5 (remove_files) COMPLETE |
8973 | 2025-02-25T02:15:44.692Z | [ host-image] Feb 25 02:15:42.732 INFO O| Feb 25 02:15:42.731 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8974 | 2025-02-25T02:15:44.716Z | [ host-image] Feb 25 02:15:42.755 INFO O| Feb 25 02:15:42.753 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8975 | 2025-02-25T02:15:44.738Z | [ host-image] Feb 25 02:15:42.777 INFO O| Feb 25 02:15:42.777 INFO STEP 6 (remove_files) COMPLETE |
8976 | 2025-02-25T02:15:44.738Z | [ host-image] Feb 25 02:15:42.777 INFO O| Feb 25 02:15:42.777 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8977 | 2025-02-25T02:15:44.800Z | [ host-image] Feb 25 02:15:42.839 INFO O| Feb 25 02:15:42.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8978 | 2025-02-25T02:15:44.826Z | [ host-image] Feb 25 02:15:42.865 INFO O| Feb 25 02:15:42.865 INFO STEP 7 (remove_files) COMPLETE |
8979 | 2025-02-25T02:15:44.826Z | [ host-image] Feb 25 02:15:42.865 INFO O| Feb 25 02:15:42.865 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8980 | 2025-02-25T02:15:44.883Z | [ host-image] Feb 25 02:15:42.922 INFO O| Feb 25 02:15:42.922 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8981 | 2025-02-25T02:15:45.058Z | [ host-image] Feb 25 02:15:43.097 INFO O| Feb 25 02:15:43.097 INFO STEP 8 (remove_files) COMPLETE |
8982 | 2025-02-25T02:15:45.061Z | [ host-image] Feb 25 02:15:43.097 INFO O| Feb 25 02:15:43.097 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8983 | 2025-02-25T02:15:45.099Z | [ host-image] Feb 25 02:15:43.138 INFO O| Feb 25 02:15:43.138 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8984 | 2025-02-25T02:15:45.265Z | [ host-image] Feb 25 02:15:43.304 INFO O| Feb 25 02:15:43.304 INFO STEP 9 (remove_files) COMPLETE |
8985 | 2025-02-25T02:15:45.265Z | [ host-image] Feb 25 02:15:43.304 INFO O| Feb 25 02:15:43.304 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8986 | 2025-02-25T02:15:45.284Z | [ host-image] Feb 25 02:15:43.323 INFO O| Feb 25 02:15:43.323 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8987 | 2025-02-25T02:15:45.289Z | [ host-image] Feb 25 02:15:43.329 INFO O| Feb 25 02:15:43.329 INFO STEP 10 (remove_files) COMPLETE |
8988 | 2025-02-25T02:15:45.289Z | [ host-image] Feb 25 02:15:43.329 INFO O| Feb 25 02:15:43.329 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8989 | 2025-02-25T02:15:45.350Z | [ host-image] Feb 25 02:15:43.389 INFO O| Feb 25 02:15:43.389 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8990 | 2025-02-25T02:15:45.353Z | [ host-image] Feb 25 02:15:43.391 INFO O| Feb 25 02:15:43.391 INFO STEP 11 (remove_files) COMPLETE |
8991 | 2025-02-25T02:15:45.353Z | [ host-image] Feb 25 02:15:43.391 INFO O| Feb 25 02:15:43.391 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8992 | 2025-02-25T02:15:45.377Z | [ host-image] Feb 25 02:15:43.416 INFO O| Feb 25 02:15:43.416 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8993 | 2025-02-25T02:15:45.379Z | [ host-image] Feb 25 02:15:43.419 INFO O| Feb 25 02:15:43.418 INFO STEP 12 (remove_files) COMPLETE |
8994 | 2025-02-25T02:15:45.379Z | [ host-image] Feb 25 02:15:43.419 INFO O| Feb 25 02:15:43.419 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8995 | 2025-02-25T02:15:45.984Z | [ host-image] Feb 25 02:15:44.023 INFO O| Feb 25 02:15:44.022 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8996 | 2025-02-25T02:15:45.992Z | [ host-image] Feb 25 02:15:44.030 INFO O| Feb 25 02:15:44.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8997 | 2025-02-25T02:15:45.996Z | [ host-image] Feb 25 02:15:44.035 INFO O| Feb 25 02:15:44.034 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8998 | 2025-02-25T02:15:46.007Z | [ host-image] Feb 25 02:15:44.046 INFO O| Feb 25 02:15:44.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8999 | 2025-02-25T02:15:46.230Z | [ host-image] Feb 25 02:15:44.269 INFO O| Feb 25 02:15:44.269 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
9000 | 2025-02-25T02:15:46.232Z | [ host-image] Feb 25 02:15:44.270 INFO O| Feb 25 02:15:44.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
9001 | 2025-02-25T02:15:46.232Z | [ host-image] Feb 25 02:15:44.270 INFO O| Feb 25 02:15:44.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
9002 | 2025-02-25T02:15:46.232Z | [ host-image] Feb 25 02:15:44.270 INFO O| Feb 25 02:15:44.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
9003 | 2025-02-25T02:15:46.232Z | [ host-image] Feb 25 02:15:44.270 INFO O| Feb 25 02:15:44.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
9004 | 2025-02-25T02:15:46.232Z | [ host-image] Feb 25 02:15:44.271 INFO O| Feb 25 02:15:44.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
9005 | 2025-02-25T02:15:46.232Z | [ host-image] Feb 25 02:15:44.271 INFO O| Feb 25 02:15:44.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
9006 | 2025-02-25T02:15:46.232Z | [ host-image] Feb 25 02:15:44.271 INFO O| Feb 25 02:15:44.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
9007 | 2025-02-25T02:15:46.232Z | [ host-image] Feb 25 02:15:44.271 INFO O| Feb 25 02:15:44.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
9008 | 2025-02-25T02:15:46.235Z | [ host-image] Feb 25 02:15:44.272 INFO O| Feb 25 02:15:44.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
9009 | 2025-02-25T02:15:46.235Z | [ host-image] Feb 25 02:15:44.272 INFO O| Feb 25 02:15:44.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
9010 | 2025-02-25T02:15:46.235Z | [ host-image] Feb 25 02:15:44.273 INFO O| Feb 25 02:15:44.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
9011 | 2025-02-25T02:15:46.235Z | [ host-image] Feb 25 02:15:44.273 INFO O| Feb 25 02:15:44.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
9012 | 2025-02-25T02:15:46.235Z | [ host-image] Feb 25 02:15:44.273 INFO O| Feb 25 02:15:44.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
9013 | 2025-02-25T02:15:46.235Z | [ host-image] Feb 25 02:15:44.274 INFO O| Feb 25 02:15:44.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
9014 | 2025-02-25T02:15:46.235Z | [ host-image] Feb 25 02:15:44.274 INFO O| Feb 25 02:15:44.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
9015 | 2025-02-25T02:15:46.235Z | [ host-image] Feb 25 02:15:44.274 INFO O| Feb 25 02:15:44.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
9016 | 2025-02-25T02:15:46.268Z | [ host-image] Feb 25 02:15:44.307 INFO O| Feb 25 02:15:44.307 INFO STEP 13 (remove_files) COMPLETE |
9017 | 2025-02-25T02:15:46.268Z | [ host-image] Feb 25 02:15:44.307 INFO O| Feb 25 02:15:44.307 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9018 | 2025-02-25T02:15:46.303Z | [ host-image] Feb 25 02:15:44.342 INFO O| Feb 25 02:15:44.342 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
9019 | 2025-02-25T02:15:46.305Z | [ host-image] Feb 25 02:15:44.344 INFO O| Feb 25 02:15:44.344 INFO STEP 14 (remove_files) COMPLETE |
9020 | 2025-02-25T02:15:46.305Z | [ host-image] Feb 25 02:15:44.344 INFO O| Feb 25 02:15:44.344 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9021 | 2025-02-25T02:15:46.333Z | [ host-image] Feb 25 02:15:44.372 INFO O| Feb 25 02:15:44.372 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
9022 | 2025-02-25T02:15:46.346Z | [ host-image] Feb 25 02:15:44.384 INFO O| Feb 25 02:15:44.384 INFO STEP 15 (remove_files) COMPLETE |
9023 | 2025-02-25T02:15:46.346Z | [ host-image] Feb 25 02:15:44.385 INFO O| Feb 25 02:15:44.384 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9024 | 2025-02-25T02:15:46.365Z | [ host-image] Feb 25 02:15:44.404 INFO O| Feb 25 02:15:44.404 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
9025 | 2025-02-25T02:15:46.367Z | [ host-image] Feb 25 02:15:44.404 INFO O| Feb 25 02:15:44.404 INFO STEP 16 (remove_files) COMPLETE |
9026 | 2025-02-25T02:15:46.367Z | [ host-image] Feb 25 02:15:44.404 INFO O| Feb 25 02:15:44.404 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9027 | 2025-02-25T02:15:46.395Z | [ host-image] Feb 25 02:15:44.434 INFO O| Feb 25 02:15:44.434 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
9028 | 2025-02-25T02:15:46.398Z | [ host-image] Feb 25 02:15:44.437 INFO O| Feb 25 02:15:44.437 INFO STEP 17 (remove_files) COMPLETE |
9029 | 2025-02-25T02:15:46.398Z | [ host-image] Feb 25 02:15:44.437 INFO O| Feb 25 02:15:44.437 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9030 | 2025-02-25T02:15:46.447Z | [ host-image] Feb 25 02:15:44.485 INFO O| Feb 25 02:15:44.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
9031 | 2025-02-25T02:15:46.452Z | [ host-image] Feb 25 02:15:44.486 INFO O| Feb 25 02:15:44.485 INFO STEP 18 (remove_files) COMPLETE |
9032 | 2025-02-25T02:15:46.452Z | [ host-image] Feb 25 02:15:44.486 INFO O| Feb 25 02:15:44.486 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9033 | 2025-02-25T02:15:46.506Z | [ host-image] Feb 25 02:15:44.545 INFO O| Feb 25 02:15:44.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
9034 | 2025-02-25T02:15:46.506Z | [ host-image] Feb 25 02:15:44.545 INFO O| Feb 25 02:15:44.545 INFO STEP 19 (remove_files) COMPLETE |
9035 | 2025-02-25T02:15:46.506Z | [ host-image] Feb 25 02:15:44.545 INFO O| Feb 25 02:15:44.545 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9036 | 2025-02-25T02:15:46.532Z | [ host-image] Feb 25 02:15:44.571 INFO O| Feb 25 02:15:44.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
9037 | 2025-02-25T02:15:46.533Z | [ host-image] Feb 25 02:15:44.572 INFO O| Feb 25 02:15:44.572 INFO STEP 20 (remove_files) COMPLETE |
9038 | 2025-02-25T02:15:46.535Z | [ host-image] Feb 25 02:15:44.572 INFO O| Feb 25 02:15:44.572 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9039 | 2025-02-25T02:15:46.551Z | [ host-image] Feb 25 02:15:44.590 INFO O| Feb 25 02:15:44.590 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
9040 | 2025-02-25T02:15:46.551Z | [ host-image] Feb 25 02:15:44.590 INFO O| Feb 25 02:15:44.590 INFO STEP 21 (remove_files) COMPLETE |
9041 | 2025-02-25T02:15:46.554Z | [ host-image] Feb 25 02:15:44.590 INFO O| Feb 25 02:15:44.590 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9042 | 2025-02-25T02:15:46.578Z | [ host-image] Feb 25 02:15:44.617 INFO O| Feb 25 02:15:44.616 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
9043 | 2025-02-25T02:15:46.578Z | [ host-image] Feb 25 02:15:44.617 INFO O| Feb 25 02:15:44.617 INFO STEP 22 (remove_files) COMPLETE |
9044 | 2025-02-25T02:15:46.581Z | [ host-image] Feb 25 02:15:44.617 INFO O| Feb 25 02:15:44.617 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9045 | 2025-02-25T02:15:46.638Z | [ host-image] Feb 25 02:15:44.677 INFO O| Feb 25 02:15:44.677 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
9046 | 2025-02-25T02:15:46.638Z | [ host-image] Feb 25 02:15:44.677 INFO O| Feb 25 02:15:44.677 INFO STEP 23 (remove_files) COMPLETE |
9047 | 2025-02-25T02:15:46.638Z | [ host-image] Feb 25 02:15:44.677 INFO O| Feb 25 02:15:44.677 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9048 | 2025-02-25T02:15:46.657Z | [ host-image] Feb 25 02:15:44.696 INFO O| Feb 25 02:15:44.696 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
9049 | 2025-02-25T02:15:46.657Z | [ host-image] Feb 25 02:15:44.696 INFO O| Feb 25 02:15:44.696 INFO STEP 24 (remove_files) COMPLETE |
9050 | 2025-02-25T02:15:46.660Z | [ host-image] Feb 25 02:15:44.697 INFO O| Feb 25 02:15:44.696 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9051 | 2025-02-25T02:15:46.677Z | [ host-image] Feb 25 02:15:44.716 INFO O| Feb 25 02:15:44.716 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
9052 | 2025-02-25T02:15:46.677Z | [ host-image] Feb 25 02:15:44.716 INFO O| Feb 25 02:15:44.716 INFO STEP 25 (remove_files) COMPLETE |
9053 | 2025-02-25T02:15:46.682Z | [ host-image] Feb 25 02:15:44.716 INFO O| Feb 25 02:15:44.716 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9054 | 2025-02-25T02:15:46.713Z | [ host-image] Feb 25 02:15:44.751 INFO O| Feb 25 02:15:44.751 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
9055 | 2025-02-25T02:15:46.716Z | [ host-image] Feb 25 02:15:44.751 INFO O| Feb 25 02:15:44.751 INFO STEP 26 (remove_files) COMPLETE |
9056 | 2025-02-25T02:15:46.716Z | [ host-image] Feb 25 02:15:44.751 INFO O| Feb 25 02:15:44.751 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9057 | 2025-02-25T02:15:46.747Z | [ host-image] Feb 25 02:15:44.785 INFO O| Feb 25 02:15:44.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
9058 | 2025-02-25T02:15:46.747Z | [ host-image] Feb 25 02:15:44.785 INFO O| Feb 25 02:15:44.785 INFO STEP 27 (remove_files) COMPLETE |
9059 | 2025-02-25T02:15:46.750Z | [ host-image] Feb 25 02:15:44.785 INFO O| Feb 25 02:15:44.785 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9060 | 2025-02-25T02:15:46.765Z | [ host-image] Feb 25 02:15:44.804 INFO O| Feb 25 02:15:44.804 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
9061 | 2025-02-25T02:15:46.765Z | [ host-image] Feb 25 02:15:44.804 INFO O| Feb 25 02:15:44.804 INFO STEP 28 (remove_files) COMPLETE |
9062 | 2025-02-25T02:15:46.767Z | [ host-image] Feb 25 02:15:44.804 INFO O| Feb 25 02:15:44.804 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9063 | 2025-02-25T02:15:46.784Z | [ host-image] Feb 25 02:15:44.823 INFO O| Feb 25 02:15:44.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
9064 | 2025-02-25T02:15:46.784Z | [ host-image] Feb 25 02:15:44.824 INFO O| Feb 25 02:15:44.824 INFO STEP 29 (remove_files) COMPLETE |
9065 | 2025-02-25T02:15:46.787Z | [ host-image] Feb 25 02:15:44.824 INFO O| Feb 25 02:15:44.824 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9066 | 2025-02-25T02:15:46.803Z | [ host-image] Feb 25 02:15:44.842 INFO O| Feb 25 02:15:44.842 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
9067 | 2025-02-25T02:15:46.803Z | [ host-image] Feb 25 02:15:44.842 INFO O| Feb 25 02:15:44.842 INFO STEP 30 (remove_files) COMPLETE |
9068 | 2025-02-25T02:15:46.806Z | [ host-image] Feb 25 02:15:44.842 INFO O| Feb 25 02:15:44.842 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9069 | 2025-02-25T02:15:46.907Z | [ host-image] Feb 25 02:15:44.946 INFO O| Feb 25 02:15:44.946 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
9070 | 2025-02-25T02:15:46.911Z | [ host-image] Feb 25 02:15:44.946 INFO O| Feb 25 02:15:44.946 INFO STEP 31 (remove_files) COMPLETE |
9071 | 2025-02-25T02:15:46.911Z | [ host-image] Feb 25 02:15:44.946 INFO O| Feb 25 02:15:44.946 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9072 | 2025-02-25T02:15:46.927Z | [ host-image] Feb 25 02:15:44.965 INFO O| Feb 25 02:15:44.965 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
9073 | 2025-02-25T02:15:46.927Z | [ host-image] Feb 25 02:15:44.965 INFO O| Feb 25 02:15:44.965 INFO STEP 32 (remove_files) COMPLETE |
9074 | 2025-02-25T02:15:46.927Z | [ host-image] Feb 25 02:15:44.966 INFO O| Feb 25 02:15:44.965 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9075 | 2025-02-25T02:15:46.965Z | [ host-image] Feb 25 02:15:45.004 INFO O| Feb 25 02:15:45.004 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
9076 | 2025-02-25T02:15:46.965Z | [ host-image] Feb 25 02:15:45.004 INFO O| Feb 25 02:15:45.004 INFO STEP 33 (remove_files) COMPLETE |
9077 | 2025-02-25T02:15:46.968Z | [ host-image] Feb 25 02:15:45.004 INFO O| Feb 25 02:15:45.004 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9078 | 2025-02-25T02:15:47.016Z | [ host-image] Feb 25 02:15:45.054 INFO O| Feb 25 02:15:45.054 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
9079 | 2025-02-25T02:15:47.016Z | [ host-image] Feb 25 02:15:45.055 INFO O| Feb 25 02:15:45.055 INFO STEP 34 (remove_files) COMPLETE |
9080 | 2025-02-25T02:15:47.016Z | [ host-image] Feb 25 02:15:45.055 INFO O| Feb 25 02:15:45.055 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9081 | 2025-02-25T02:15:47.055Z | [ host-image] Feb 25 02:15:45.092 INFO O| Feb 25 02:15:45.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
9082 | 2025-02-25T02:15:47.058Z | [ host-image] Feb 25 02:15:45.093 INFO O| Feb 25 02:15:45.093 INFO STEP 35 (remove_files) COMPLETE |
9083 | 2025-02-25T02:15:47.058Z | [ host-image] Feb 25 02:15:45.093 INFO O| Feb 25 02:15:45.093 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9084 | 2025-02-25T02:15:47.072Z | [ host-image] Feb 25 02:15:45.111 INFO O| Feb 25 02:15:45.111 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
9085 | 2025-02-25T02:15:47.075Z | [ host-image] Feb 25 02:15:45.111 INFO O| Feb 25 02:15:45.111 INFO STEP 36 (remove_files) COMPLETE |
9086 | 2025-02-25T02:15:47.075Z | [ host-image] Feb 25 02:15:45.111 INFO O| Feb 25 02:15:45.111 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9087 | 2025-02-25T02:15:47.091Z | [ host-image] Feb 25 02:15:45.130 INFO O| Feb 25 02:15:45.130 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
9088 | 2025-02-25T02:15:47.093Z | [ host-image] Feb 25 02:15:45.130 INFO O| Feb 25 02:15:45.130 INFO STEP 37 (remove_files) COMPLETE |
9089 | 2025-02-25T02:15:47.093Z | [ host-image] Feb 25 02:15:45.130 INFO O| Feb 25 02:15:45.130 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9090 | 2025-02-25T02:15:47.156Z | [ host-image] Feb 25 02:15:45.195 INFO O| Feb 25 02:15:45.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
9091 | 2025-02-25T02:15:47.159Z | [ host-image] Feb 25 02:15:45.195 INFO O| Feb 25 02:15:45.195 INFO STEP 38 (remove_files) COMPLETE |
9092 | 2025-02-25T02:15:47.159Z | [ host-image] Feb 25 02:15:45.195 INFO O| Feb 25 02:15:45.195 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9093 | 2025-02-25T02:15:47.176Z | [ host-image] Feb 25 02:15:45.215 INFO O| Feb 25 02:15:45.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
9094 | 2025-02-25T02:15:47.179Z | [ host-image] Feb 25 02:15:45.216 INFO O| Feb 25 02:15:45.215 INFO STEP 39 (remove_files) COMPLETE |
9095 | 2025-02-25T02:15:47.179Z | [ host-image] Feb 25 02:15:45.216 INFO O| Feb 25 02:15:45.216 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9096 | 2025-02-25T02:15:47.199Z | [ host-image] Feb 25 02:15:45.238 INFO O| Feb 25 02:15:45.238 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
9097 | 2025-02-25T02:15:47.199Z | [ host-image] Feb 25 02:15:45.238 INFO O| Feb 25 02:15:45.238 INFO STEP 40 (remove_files) COMPLETE |
9098 | 2025-02-25T02:15:47.202Z | [ host-image] Feb 25 02:15:45.238 INFO O| Feb 25 02:15:45.238 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9099 | 2025-02-25T02:15:47.218Z | [ host-image] Feb 25 02:15:45.257 INFO O| Feb 25 02:15:45.257 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
9100 | 2025-02-25T02:15:47.221Z | [ host-image] Feb 25 02:15:45.257 INFO O| Feb 25 02:15:45.257 INFO STEP 41 (remove_files) COMPLETE |
9101 | 2025-02-25T02:15:47.221Z | [ host-image] Feb 25 02:15:45.257 INFO O| Feb 25 02:15:45.257 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9102 | 2025-02-25T02:15:47.237Z | [ host-image] Feb 25 02:15:45.276 INFO O| Feb 25 02:15:45.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
9103 | 2025-02-25T02:15:47.240Z | [ host-image] Feb 25 02:15:45.276 INFO O| Feb 25 02:15:45.276 INFO STEP 42 (remove_files) COMPLETE |
9104 | 2025-02-25T02:15:47.240Z | [ host-image] Feb 25 02:15:45.276 INFO O| Feb 25 02:15:45.276 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9105 | 2025-02-25T02:15:47.256Z | [ host-image] Feb 25 02:15:45.294 INFO O| Feb 25 02:15:45.294 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
9106 | 2025-02-25T02:15:47.256Z | [ host-image] Feb 25 02:15:45.294 INFO O| Feb 25 02:15:45.294 INFO STEP 43 (remove_files) COMPLETE |
9107 | 2025-02-25T02:15:47.256Z | [ host-image] Feb 25 02:15:45.294 INFO O| Feb 25 02:15:45.294 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9108 | 2025-02-25T02:15:47.274Z | [ host-image] Feb 25 02:15:45.313 INFO O| Feb 25 02:15:45.313 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
9109 | 2025-02-25T02:15:47.293Z | [ host-image] Feb 25 02:15:45.313 INFO O| Feb 25 02:15:45.313 INFO STEP 44 (remove_files) COMPLETE |
9110 | 2025-02-25T02:15:47.293Z | [ host-image] Feb 25 02:15:45.313 INFO O| Feb 25 02:15:45.313 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9111 | 2025-02-25T02:15:47.297Z | [ host-image] Feb 25 02:15:45.336 INFO O| Feb 25 02:15:45.336 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
9112 | 2025-02-25T02:15:47.300Z | [ host-image] Feb 25 02:15:45.336 INFO O| Feb 25 02:15:45.336 INFO STEP 45 (remove_files) COMPLETE |
9113 | 2025-02-25T02:15:47.300Z | [ host-image] Feb 25 02:15:45.337 INFO O| Feb 25 02:15:45.336 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9114 | 2025-02-25T02:15:47.317Z | [ host-image] Feb 25 02:15:45.357 INFO O| Feb 25 02:15:45.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
9115 | 2025-02-25T02:15:47.320Z | [ host-image] Feb 25 02:15:45.357 INFO O| Feb 25 02:15:45.357 INFO STEP 46 (remove_files) COMPLETE |
9116 | 2025-02-25T02:15:47.320Z | [ host-image] Feb 25 02:15:45.357 INFO O| Feb 25 02:15:45.357 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9117 | 2025-02-25T02:15:47.337Z | [ host-image] Feb 25 02:15:45.376 INFO O| Feb 25 02:15:45.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
9118 | 2025-02-25T02:15:47.341Z | [ host-image] Feb 25 02:15:45.376 INFO O| Feb 25 02:15:45.376 INFO STEP 47 (remove_files) COMPLETE |
9119 | 2025-02-25T02:15:47.341Z | [ host-image] Feb 25 02:15:45.377 INFO O| Feb 25 02:15:45.376 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9120 | 2025-02-25T02:15:47.357Z | [ host-image] Feb 25 02:15:45.396 INFO O| Feb 25 02:15:45.396 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
9121 | 2025-02-25T02:15:47.360Z | [ host-image] Feb 25 02:15:45.396 INFO O| Feb 25 02:15:45.396 INFO STEP 48 (remove_files) COMPLETE |
9122 | 2025-02-25T02:15:47.360Z | [ host-image] Feb 25 02:15:45.397 INFO O| Feb 25 02:15:45.396 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9123 | 2025-02-25T02:15:47.377Z | [ host-image] Feb 25 02:15:45.416 INFO O| Feb 25 02:15:45.416 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
9124 | 2025-02-25T02:15:47.380Z | [ host-image] Feb 25 02:15:45.416 INFO O| Feb 25 02:15:45.416 INFO STEP 49 (remove_files) COMPLETE |
9125 | 2025-02-25T02:15:47.380Z | [ host-image] Feb 25 02:15:45.416 INFO O| Feb 25 02:15:45.416 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9126 | 2025-02-25T02:15:47.397Z | [ host-image] Feb 25 02:15:45.435 INFO O| Feb 25 02:15:45.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
9127 | 2025-02-25T02:15:47.400Z | [ host-image] Feb 25 02:15:45.436 INFO O| Feb 25 02:15:45.435 INFO STEP 50 (remove_files) COMPLETE |
9128 | 2025-02-25T02:15:47.400Z | [ host-image] Feb 25 02:15:45.436 INFO O| Feb 25 02:15:45.436 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9129 | 2025-02-25T02:15:47.416Z | [ host-image] Feb 25 02:15:45.454 INFO O| Feb 25 02:15:45.454 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
9130 | 2025-02-25T02:15:47.419Z | [ host-image] Feb 25 02:15:45.455 INFO O| Feb 25 02:15:45.455 INFO STEP 51 (remove_files) COMPLETE |
9131 | 2025-02-25T02:15:47.419Z | [ host-image] Feb 25 02:15:45.455 INFO O| Feb 25 02:15:45.455 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9132 | 2025-02-25T02:15:47.434Z | [ host-image] Feb 25 02:15:45.473 INFO O| Feb 25 02:15:45.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
9133 | 2025-02-25T02:15:47.438Z | [ host-image] Feb 25 02:15:45.473 INFO O| Feb 25 02:15:45.473 INFO STEP 52 (remove_files) COMPLETE |
9134 | 2025-02-25T02:15:47.438Z | [ host-image] Feb 25 02:15:45.473 INFO O| Feb 25 02:15:45.473 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9135 | 2025-02-25T02:15:47.453Z | [ host-image] Feb 25 02:15:45.492 INFO O| Feb 25 02:15:45.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
9136 | 2025-02-25T02:15:47.456Z | [ host-image] Feb 25 02:15:45.492 INFO O| Feb 25 02:15:45.492 INFO STEP 53 (remove_files) COMPLETE |
9137 | 2025-02-25T02:15:47.456Z | [ host-image] Feb 25 02:15:45.492 INFO O| Feb 25 02:15:45.492 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9138 | 2025-02-25T02:15:47.473Z | [ host-image] Feb 25 02:15:45.511 INFO O| Feb 25 02:15:45.511 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
9139 | 2025-02-25T02:15:47.475Z | [ host-image] Feb 25 02:15:45.512 INFO O| Feb 25 02:15:45.512 INFO STEP 54 (remove_files) COMPLETE |
9140 | 2025-02-25T02:15:47.476Z | [ host-image] Feb 25 02:15:45.512 INFO O| Feb 25 02:15:45.512 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9141 | 2025-02-25T02:15:47.492Z | [ host-image] Feb 25 02:15:45.531 INFO O| Feb 25 02:15:45.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
9142 | 2025-02-25T02:15:47.495Z | [ host-image] Feb 25 02:15:45.531 INFO O| Feb 25 02:15:45.531 INFO STEP 55 (remove_files) COMPLETE |
9143 | 2025-02-25T02:15:47.495Z | [ host-image] Feb 25 02:15:45.531 INFO O| Feb 25 02:15:45.531 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9144 | 2025-02-25T02:15:47.524Z | [ host-image] Feb 25 02:15:45.551 INFO O| Feb 25 02:15:45.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9145 | 2025-02-25T02:15:47.527Z | [ host-image] Feb 25 02:15:45.551 INFO O| Feb 25 02:15:45.551 INFO STEP 56 (remove_files) COMPLETE |
9146 | 2025-02-25T02:15:47.527Z | [ host-image] Feb 25 02:15:45.551 INFO O| Feb 25 02:15:45.551 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9147 | 2025-02-25T02:15:47.530Z | [ host-image] Feb 25 02:15:45.569 INFO O| Feb 25 02:15:45.569 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9148 | 2025-02-25T02:15:47.533Z | [ host-image] Feb 25 02:15:45.570 INFO O| Feb 25 02:15:45.570 INFO STEP 57 (remove_files) COMPLETE |
9149 | 2025-02-25T02:15:47.533Z | [ host-image] Feb 25 02:15:45.570 INFO O| Feb 25 02:15:45.570 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9150 | 2025-02-25T02:15:47.567Z | [ host-image] Feb 25 02:15:45.606 INFO O| Feb 25 02:15:45.606 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9151 | 2025-02-25T02:15:47.567Z | [ host-image] Feb 25 02:15:45.606 INFO O| Feb 25 02:15:45.606 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9152 | 2025-02-25T02:15:47.571Z | [ host-image] Feb 25 02:15:45.606 INFO O| Feb 25 02:15:45.606 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9153 | 2025-02-25T02:15:47.571Z | [ host-image] Feb 25 02:15:45.606 INFO O| Feb 25 02:15:45.606 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9154 | 2025-02-25T02:15:47.572Z | [ host-image] Feb 25 02:15:45.606 INFO O| Feb 25 02:15:45.606 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9155 | 2025-02-25T02:15:47.572Z | [ host-image] Feb 25 02:15:45.606 INFO O| Feb 25 02:15:45.606 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9156 | 2025-02-25T02:15:47.572Z | [ host-image] Feb 25 02:15:45.606 INFO O| Feb 25 02:15:45.606 INFO ok! |
9157 | 2025-02-25T02:15:47.572Z | [ host-image] Feb 25 02:15:45.606 INFO O| Feb 25 02:15:45.606 INFO STEP 58 (ensure_file) COMPLETE |
9158 | 2025-02-25T02:15:47.572Z | [ host-image] Feb 25 02:15:45.606 INFO O| Feb 25 02:15:45.606 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9159 | 2025-02-25T02:15:47.608Z | [ host-image] Feb 25 02:15:45.646 INFO O| Feb 25 02:15:45.646 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9160 | 2025-02-25T02:15:47.608Z | [ host-image] Feb 25 02:15:45.646 INFO O| Feb 25 02:15:45.646 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9161 | 2025-02-25T02:15:47.611Z | [ host-image] Feb 25 02:15:45.647 INFO O| Feb 25 02:15:45.647 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9162 | 2025-02-25T02:15:47.611Z | [ host-image] Feb 25 02:15:45.647 INFO O| Feb 25 02:15:45.647 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9163 | 2025-02-25T02:15:47.611Z | [ host-image] Feb 25 02:15:45.647 INFO O| Feb 25 02:15:45.647 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9164 | 2025-02-25T02:15:47.611Z | [ host-image] Feb 25 02:15:45.647 INFO O| Feb 25 02:15:45.647 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9165 | 2025-02-25T02:15:47.611Z | [ host-image] Feb 25 02:15:45.647 INFO O| Feb 25 02:15:45.647 INFO ok! |
9166 | 2025-02-25T02:15:47.611Z | [ host-image] Feb 25 02:15:45.647 INFO O| Feb 25 02:15:45.647 INFO STEP 59 (ensure_file) COMPLETE |
9167 | 2025-02-25T02:15:47.611Z | [ host-image] Feb 25 02:15:45.647 INFO O| Feb 25 02:15:45.647 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9168 | 2025-02-25T02:15:47.669Z | [ host-image] Feb 25 02:15:45.708 INFO O| Feb 25 02:15:45.708 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9169 | 2025-02-25T02:15:47.669Z | [ host-image] Feb 25 02:15:45.708 INFO O| Feb 25 02:15:45.708 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9170 | 2025-02-25T02:15:47.669Z | [ host-image] Feb 25 02:15:45.708 INFO O| Feb 25 02:15:45.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9171 | 2025-02-25T02:15:47.673Z | [ host-image] Feb 25 02:15:45.708 INFO O| Feb 25 02:15:45.708 INFO ok! |
9172 | 2025-02-25T02:15:47.673Z | [ host-image] Feb 25 02:15:45.708 INFO O| Feb 25 02:15:45.708 INFO STEP 60 (ensure_file) COMPLETE |
9173 | 2025-02-25T02:15:47.673Z | [ host-image] Feb 25 02:15:45.708 INFO O| Feb 25 02:15:45.708 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9174 | 2025-02-25T02:15:47.704Z | [ host-image] Feb 25 02:15:45.729 INFO O| Feb 25 02:15:45.729 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9175 | 2025-02-25T02:15:47.707Z | [ host-image] Feb 25 02:15:45.729 INFO O| Feb 25 02:15:45.729 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9176 | 2025-02-25T02:15:47.707Z | [ host-image] Feb 25 02:15:45.729 INFO O| Feb 25 02:15:45.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9177 | 2025-02-25T02:15:47.707Z | [ host-image] Feb 25 02:15:45.729 INFO O| Feb 25 02:15:45.729 INFO ok! |
9178 | 2025-02-25T02:15:47.707Z | [ host-image] Feb 25 02:15:45.729 INFO O| Feb 25 02:15:45.729 INFO STEP 61 (ensure_file) COMPLETE |
9179 | 2025-02-25T02:15:47.707Z | [ host-image] Feb 25 02:15:45.729 INFO O| Feb 25 02:15:45.729 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9180 | 2025-02-25T02:15:47.803Z | [ host-image] Feb 25 02:15:45.842 INFO O| Feb 25 02:15:45.842 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9181 | 2025-02-25T02:15:47.803Z | [ host-image] Feb 25 02:15:45.842 INFO O| Feb 25 02:15:45.842 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9182 | 2025-02-25T02:15:47.808Z | [ host-image] Feb 25 02:15:45.842 INFO O| Feb 25 02:15:45.842 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9183 | 2025-02-25T02:15:47.808Z | [ host-image] Feb 25 02:15:45.842 INFO O| Feb 25 02:15:45.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9184 | 2025-02-25T02:15:47.808Z | [ host-image] Feb 25 02:15:45.842 INFO O| Feb 25 02:15:45.842 INFO ok! |
9185 | 2025-02-25T02:15:47.808Z | [ host-image] Feb 25 02:15:45.842 INFO O| Feb 25 02:15:45.842 INFO STEP 62 (ensure_file) COMPLETE |
9186 | 2025-02-25T02:15:47.808Z | [ host-image] Feb 25 02:15:45.842 INFO O| Feb 25 02:15:45.842 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9187 | 2025-02-25T02:15:47.904Z | [ host-image] Feb 25 02:15:45.943 INFO O| Feb 25 02:15:45.943 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9188 | 2025-02-25T02:15:47.904Z | [ host-image] Feb 25 02:15:45.943 INFO O| Feb 25 02:15:45.943 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9189 | 2025-02-25T02:15:47.909Z | [ host-image] Feb 25 02:15:45.944 INFO O| Feb 25 02:15:45.944 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9190 | 2025-02-25T02:15:47.909Z | [ host-image] Feb 25 02:15:45.944 INFO O| Feb 25 02:15:45.944 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9191 | 2025-02-25T02:15:47.910Z | [ host-image] Feb 25 02:15:45.944 INFO O| Feb 25 02:15:45.944 INFO ok! |
9192 | 2025-02-25T02:15:47.910Z | [ host-image] Feb 25 02:15:45.944 INFO O| Feb 25 02:15:45.944 INFO STEP 63 (ensure_file) COMPLETE |
9193 | 2025-02-25T02:15:47.910Z | [ host-image] Feb 25 02:15:45.944 INFO O| Feb 25 02:15:45.944 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9194 | 2025-02-25T02:15:47.926Z | [ host-image] Feb 25 02:15:45.964 INFO O| Feb 25 02:15:45.964 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9195 | 2025-02-25T02:15:47.926Z | [ host-image] Feb 25 02:15:45.964 INFO O| Feb 25 02:15:45.964 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9196 | 2025-02-25T02:15:47.932Z | [ host-image] Feb 25 02:15:45.964 INFO O| Feb 25 02:15:45.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9197 | 2025-02-25T02:15:47.932Z | [ host-image] Feb 25 02:15:45.964 INFO O| Feb 25 02:15:45.964 INFO ok! |
9198 | 2025-02-25T02:15:47.932Z | [ host-image] Feb 25 02:15:45.964 INFO O| Feb 25 02:15:45.964 INFO STEP 64 (assemble_files) COMPLETE |
9199 | 2025-02-25T02:15:47.932Z | [ host-image] Feb 25 02:15:45.964 INFO O| Feb 25 02:15:45.964 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9200 | 2025-02-25T02:15:47.944Z | [ host-image] Feb 25 02:15:45.983 INFO O| Feb 25 02:15:45.982 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9201 | 2025-02-25T02:15:47.944Z | [ host-image] Feb 25 02:15:45.983 INFO O| Feb 25 02:15:45.982 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9202 | 2025-02-25T02:15:47.947Z | [ host-image] Feb 25 02:15:45.983 INFO O| Feb 25 02:15:45.983 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9203 | 2025-02-25T02:15:47.947Z | [ host-image] Feb 25 02:15:45.983 INFO O| Feb 25 02:15:45.983 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9204 | 2025-02-25T02:15:47.947Z | [ host-image] Feb 25 02:15:45.983 INFO O| Feb 25 02:15:45.983 INFO ok! |
9205 | 2025-02-25T02:15:47.947Z | [ host-image] Feb 25 02:15:45.983 INFO O| Feb 25 02:15:45.983 INFO STEP 65 (ensure_file) COMPLETE |
9206 | 2025-02-25T02:15:47.947Z | [ host-image] Feb 25 02:15:45.983 INFO O| Feb 25 02:15:45.983 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9207 | 2025-02-25T02:15:47.964Z | [ host-image] Feb 25 02:15:46.003 INFO O| Feb 25 02:15:46.003 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9208 | 2025-02-25T02:15:47.968Z | [ host-image] Feb 25 02:15:46.003 INFO O| Feb 25 02:15:46.003 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9209 | 2025-02-25T02:15:47.968Z | [ host-image] Feb 25 02:15:46.003 INFO O| Feb 25 02:15:46.003 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9210 | 2025-02-25T02:15:47.968Z | [ host-image] Feb 25 02:15:46.003 INFO O| Feb 25 02:15:46.003 INFO STEP 66 (ensure_dir) COMPLETE |
9211 | 2025-02-25T02:15:47.968Z | [ host-image] Feb 25 02:15:46.003 INFO O| Feb 25 02:15:46.003 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9212 | 2025-02-25T02:15:48.001Z | [ host-image] Feb 25 02:15:46.039 INFO O| Feb 25 02:15:46.039 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9213 | 2025-02-25T02:15:48.001Z | [ host-image] Feb 25 02:15:46.039 INFO O| Feb 25 02:15:46.039 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 ... |
9214 | 2025-02-25T02:15:48.015Z | [ host-image] Feb 25 02:15:46.050 INFO O| Feb 25 02:15:46.050 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 |
9215 | 2025-02-25T02:15:48.015Z | [ host-image] Feb 25 02:15:46.050 INFO O| Feb 25 02:15:46.050 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9216 | 2025-02-25T02:15:48.015Z | [ host-image] Feb 25 02:15:46.050 INFO O| Feb 25 02:15:46.050 INFO ok! |
9217 | 2025-02-25T02:15:48.015Z | [ host-image] Feb 25 02:15:46.050 INFO O| Feb 25 02:15:46.050 INFO STEP 67 (ensure_file) COMPLETE |
9218 | 2025-02-25T02:15:48.015Z | [ host-image] Feb 25 02:15:46.050 INFO O| Feb 25 02:15:46.050 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9219 | 2025-02-25T02:15:48.056Z | [ host-image] Feb 25 02:15:46.095 INFO O| Feb 25 02:15:46.095 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9220 | 2025-02-25T02:15:48.059Z | [ host-image] Feb 25 02:15:46.095 INFO O| Feb 25 02:15:46.095 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 ... |
9221 | 2025-02-25T02:15:48.059Z | [ host-image] Feb 25 02:15:46.095 INFO O| Feb 25 02:15:46.095 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 |
9222 | 2025-02-25T02:15:48.059Z | [ host-image] Feb 25 02:15:46.095 INFO O| Feb 25 02:15:46.095 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9223 | 2025-02-25T02:15:48.059Z | [ host-image] Feb 25 02:15:46.095 INFO O| Feb 25 02:15:46.095 INFO ok! |
9224 | 2025-02-25T02:15:48.059Z | [ host-image] Feb 25 02:15:46.095 INFO O| Feb 25 02:15:46.095 INFO STEP 68 (ensure_file) COMPLETE |
9225 | 2025-02-25T02:15:48.059Z | [ host-image] Feb 25 02:15:46.095 INFO O| Feb 25 02:15:46.095 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9226 | 2025-02-25T02:15:48.083Z | [ host-image] Feb 25 02:15:46.122 INFO O| Feb 25 02:15:46.122 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9227 | 2025-02-25T02:15:48.083Z | [ host-image] Feb 25 02:15:46.122 INFO O| Feb 25 02:15:46.122 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9228 | 2025-02-25T02:15:49.187Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
9229 | 2025-02-25T02:15:54.154Z | [ host-image] Feb 25 02:15:52.193 INFO O| Feb 25 02:15:52.193 INFO STEP 69 (pack_tar) COMPLETE |
9230 | 2025-02-25T02:15:54.165Z | [ host-image] Feb 25 02:15:52.193 INFO O| Feb 25 02:15:52.193 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9231 | 2025-02-25T02:15:54.165Z | [ host-image] Feb 25 02:15:52.193 INFO O| Feb 25 02:15:52.193 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9232 | 2025-02-25T02:15:54.623Z | [ host-image] Feb 25 02:15:52.660 INFO O| Feb 25 02:15:52.660 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9233 | 2025-02-25T02:15:54.814Z | [ host-image] Feb 25 02:15:52.852 INFO O| Feb 25 02:15:52.852 INFO completed processing gimlet/ramdisk-02-trim |
9234 | 2025-02-25T02:15:54.819Z | [ host-image] Feb 25 02:15:52.856 INFO image builder template: zfs... |
9235 | 2025-02-25T02:15:54.819Z | [ host-image] Feb 25 02:15:52.856 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/.tmpZkvLVr/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.334", "-n", "zfs"], pwd: None |
9236 | 2025-02-25T02:15:54.847Z | [ host-image] Feb 25 02:15:52.886 INFO O| Feb 25 02:15:52.886 INFO skip include "stress" because feature "stress" is not enabled |
9237 | 2025-02-25T02:15:54.951Z | [ host-image] Feb 25 02:15:52.989 INFO O| Feb 25 02:15:52.989 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9238 | 2025-02-25T02:15:54.976Z | [ host-image] Feb 25 02:15:53.014 INFO O| Feb 25 02:15:53.014 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9239 | 2025-02-25T02:15:55.268Z | [ host-image] Feb 25 02:15:53.307 INFO O| Feb 25 02:15:53.307 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9240 | 2025-02-25T02:15:55.378Z | [ host-image] Feb 25 02:15:53.416 INFO O| Feb 25 02:15:53.416 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9241 | 2025-02-25T02:15:55.382Z | [ host-image] Feb 25 02:15:53.417 INFO O| Feb 25 02:15:53.417 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9242 | 2025-02-25T02:15:55.429Z | [ host-image] Feb 25 02:15:53.467 INFO O| Feb 25 02:15:53.467 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9243 | 2025-02-25T02:15:55.535Z | [ host-image] Feb 25 02:15:53.574 INFO O| Feb 25 02:15:53.574 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9244 | 2025-02-25T02:15:55.592Z | [ host-image] Feb 25 02:15:53.629 INFO O| Feb 25 02:15:53.629 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9245 | 2025-02-25T02:15:55.609Z | [ host-image] Feb 25 02:15:53.648 INFO O| Feb 25 02:15:53.648 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9246 | 2025-02-25T02:15:55.619Z | [ host-image] Feb 25 02:15:53.658 INFO O| Feb 25 02:15:53.658 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9247 | 2025-02-25T02:15:55.622Z | [ host-image] Feb 25 02:15:53.659 INFO O| Feb 25 02:15:53.659 INFO no lofi found |
9248 | 2025-02-25T02:15:55.622Z | [ host-image] Feb 25 02:15:53.659 INFO O| Feb 25 02:15:53.659 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9249 | 2025-02-25T02:15:55.622Z | [ host-image] Feb 25 02:15:53.659 INFO O| Feb 25 02:15:53.659 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9250 | 2025-02-25T02:15:57.975Z | [ host-image] Feb 25 02:15:56.013 INFO O| Feb 25 02:15:56.013 INFO lofi device = /dev/dsk/c2t1d0p0 |
9251 | 2025-02-25T02:15:57.975Z | [ host-image] Feb 25 02:15:56.013 INFO O| Feb 25 02:15:56.013 INFO pool device = /dev/dsk/c2t1d0p0 |
9252 | 2025-02-25T02:15:57.979Z | [ host-image] Feb 25 02:15:56.014 INFO O| Feb 25 02:15:56.014 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"] |
9253 | 2025-02-25T02:15:58.173Z | [ host-image] Feb 25 02:15:56.211 INFO O| Feb 25 02:15:56.211 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9254 | 2025-02-25T02:15:58.173Z | [ host-image] Feb 25 02:15:56.211 INFO O| Feb 25 02:15:56.211 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9255 | 2025-02-25T02:15:58.227Z | [ host-image] Feb 25 02:15:56.266 INFO O| Feb 25 02:15:56.266 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9256 | 2025-02-25T02:15:58.414Z | [ host-image] Feb 25 02:15:56.453 INFO O| Feb 25 02:15:56.453 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9257 | 2025-02-25T02:15:58.485Z | [ host-image] Feb 25 02:15:56.521 INFO O| Feb 25 02:15:56.521 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9258 | 2025-02-25T02:15:58.510Z | [ host-image] Feb 25 02:15:56.548 INFO O| Feb 25 02:15:56.548 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9259 | 2025-02-25T02:15:58.542Z | [ host-image] Feb 25 02:15:56.581 INFO O| Feb 25 02:15:56.581 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9260 | 2025-02-25T02:15:58.647Z | [ host-image] Feb 25 02:15:56.684 INFO O| Feb 25 02:15:56.684 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9261 | 2025-02-25T02:15:58.651Z | [ host-image] Feb 25 02:15:56.684 INFO O| Feb 25 02:15:56.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9262 | 2025-02-25T02:15:58.651Z | [ host-image] Feb 25 02:15:56.684 INFO O| Feb 25 02:15:56.684 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9263 | 2025-02-25T02:15:58.663Z | [ host-image] Feb 25 02:15:56.701 INFO O| Feb 25 02:15:56.701 INFO boot environment UUID: a7f30181-ea0b-4a91-bfaf-805dc2999b84 |
9264 | 2025-02-25T02:15:58.666Z | [ host-image] Feb 25 02:15:56.701 INFO O| Feb 25 02:15:56.701 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a7f30181-ea0b-4a91-bfaf-805dc2999b84 |
9265 | 2025-02-25T02:15:58.700Z | [ host-image] Feb 25 02:15:56.738 INFO O| Feb 25 02:15:56.738 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9266 | 2025-02-25T02:15:58.739Z | [ host-image] Feb 25 02:15:56.778 INFO O| Feb 25 02:15:56.777 INFO STEP 0 (create_be) COMPLETE |
9267 | 2025-02-25T02:15:58.743Z | [ host-image] Feb 25 02:15:56.778 INFO O| Feb 25 02:15:56.778 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9268 | 2025-02-25T02:15:58.774Z | [ host-image] Feb 25 02:15:56.813 INFO O| Feb 25 02:15:56.813 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9269 | 2025-02-25T02:16:18.227Z | [ recovery-image] Feb 25 02:16:16.266 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) |
9270 | 2025-02-25T02:16:25.015Z | [ recovery-image] Feb 25 02:16:23.053 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) |
9271 | 2025-02-25T02:16:25.087Z | [ host-image] Feb 25 02:16:23.125 INFO O| Feb 25 02:16:23.125 INFO STEP 1 (unpack_tar) COMPLETE |
9272 | 2025-02-25T02:16:25.090Z | [ host-image] Feb 25 02:16:23.125 INFO O| Feb 25 02:16:23.125 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9273 | 2025-02-25T02:16:25.108Z | [ host-image] Feb 25 02:16:23.145 INFO O| Feb 25 02:16:23.145 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9274 | 2025-02-25T02:16:29.625Z | [ host-image] Feb 25 02:16:23.942 INFO O| Feb 25 02:16:23.942 INFO STEP 2 (devfsadm) COMPLETE |
9275 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:23.942 INFO O| Feb 25 02:16:23.942 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9276 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:23.961 INFO O| Feb 25 02:16:23.961 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9277 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:23.961 INFO O| Feb 25 02:16:23.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9278 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:23.961 INFO O| Feb 25 02:16:23.961 INFO STEP 3 (ensure_dir) COMPLETE |
9279 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:23.961 INFO O| Feb 25 02:16:23.961 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9280 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:23.979 INFO O| Feb 25 02:16:23.979 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9281 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:23.979 INFO O| Feb 25 02:16:23.979 INFO STEP 4 (ensure_dir) COMPLETE |
9282 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:23.979 INFO O| Feb 25 02:16:23.979 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9283 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.014 INFO O| Feb 25 02:16:24.014 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9284 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.014 INFO O| Feb 25 02:16:24.014 INFO STEP 5 (ensure_dir) COMPLETE |
9285 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.014 INFO O| Feb 25 02:16:24.014 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9286 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.085 INFO O| Feb 25 02:16:24.084 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9287 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.085 INFO O| Feb 25 02:16:24.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9288 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.085 INFO O| Feb 25 02:16:24.085 INFO STEP 6 (ensure_dir) COMPLETE |
9289 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.085 INFO O| Feb 25 02:16:24.085 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9290 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.152 INFO O| Feb 25 02:16:24.152 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9291 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.152 INFO O| Feb 25 02:16:24.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9292 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.152 INFO O| Feb 25 02:16:24.152 INFO STEP 7 (ensure_dir) COMPLETE |
9293 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.152 INFO O| Feb 25 02:16:24.152 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9294 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.301 INFO O| Feb 25 02:16:24.301 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9295 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.302 INFO O| Feb 25 02:16:24.302 INFO STEP 8 (remove_files) COMPLETE |
9296 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.302 INFO O| Feb 25 02:16:24.302 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9297 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.383 INFO O| Feb 25 02:16:24.383 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9298 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.385 INFO O| Feb 25 02:16:24.385 INFO STEP 9 (remove_files) COMPLETE |
9299 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.385 INFO O| Feb 25 02:16:24.385 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9300 | 2025-02-25T02:16:29.711Z | [ host-image] Feb 25 02:16:24.412 INFO O| Feb 25 02:16:24.412 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9301 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.414 INFO O| Feb 25 02:16:24.414 INFO STEP 10 (remove_files) COMPLETE |
9302 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.414 INFO O| Feb 25 02:16:24.414 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9303 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.475 INFO O| Feb 25 02:16:24.475 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9304 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.475 INFO O| Feb 25 02:16:24.475 INFO STEP 11 (remove_files) COMPLETE |
9305 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.475 INFO O| Feb 25 02:16:24.475 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9306 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.496 INFO O| Feb 25 02:16:24.496 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9307 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.496 INFO O| Feb 25 02:16:24.496 INFO STEP 12 (remove_files) COMPLETE |
9308 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.496 INFO O| Feb 25 02:16:24.496 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9309 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.582 INFO O| Feb 25 02:16:24.582 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9310 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.582 INFO O| Feb 25 02:16:24.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9311 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.582 INFO O| Feb 25 02:16:24.582 INFO STEP 13 (ensure_dir) COMPLETE |
9312 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.582 INFO O| Feb 25 02:16:24.582 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9313 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.605 INFO O| Feb 25 02:16:24.604 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9314 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.605 INFO O| Feb 25 02:16:24.605 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9315 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.605 INFO O| Feb 25 02:16:24.605 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9316 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.605 INFO O| Feb 25 02:16:24.605 INFO STEP 14 (ensure_dir) COMPLETE |
9317 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.605 INFO O| Feb 25 02:16:24.605 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9318 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.685 INFO O| Feb 25 02:16:24.685 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9319 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.686 INFO O| Feb 25 02:16:24.686 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9320 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.686 INFO O| Feb 25 02:16:24.686 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9321 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.686 INFO O| Feb 25 02:16:24.686 INFO STEP 15 (ensure_dir) COMPLETE |
9322 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.686 INFO O| Feb 25 02:16:24.686 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9323 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.783 INFO O| Feb 25 02:16:24.783 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9324 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.783 INFO O| Feb 25 02:16:24.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9325 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.783 INFO O| Feb 25 02:16:24.783 INFO STEP 16 (ensure_dir) COMPLETE |
9326 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.783 INFO O| Feb 25 02:16:24.783 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9327 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.862 INFO O| Feb 25 02:16:24.862 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9328 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.862 INFO O| Feb 25 02:16:24.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9329 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.862 INFO O| Feb 25 02:16:24.862 INFO STEP 17 (ensure_dir) COMPLETE |
9330 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.863 INFO O| Feb 25 02:16:24.862 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9331 | 2025-02-25T02:16:29.712Z | [ host-image] Feb 25 02:16:24.885 INFO O| Feb 25 02:16:24.885 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9332 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:24.886 INFO O| Feb 25 02:16:24.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9333 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:24.886 INFO O| Feb 25 02:16:24.886 INFO ok! |
9334 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:24.886 INFO O| Feb 25 02:16:24.886 INFO STEP 18 (ensure_symlink) COMPLETE |
9335 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:24.886 INFO O| Feb 25 02:16:24.886 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9336 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:24.994 INFO O| Feb 25 02:16:24.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9337 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:24.994 INFO O| Feb 25 02:16:24.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9338 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:24.995 INFO O| Feb 25 02:16:24.994 INFO ok! |
9339 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:24.995 INFO O| Feb 25 02:16:24.994 INFO STEP 19 (ensure_file) COMPLETE |
9340 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:24.995 INFO O| Feb 25 02:16:24.994 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9341 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.092 INFO O| Feb 25 02:16:25.092 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9342 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.092 INFO O| Feb 25 02:16:25.092 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9343 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.092 INFO O| Feb 25 02:16:25.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9344 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.092 INFO O| Feb 25 02:16:25.092 INFO ok! |
9345 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.092 INFO O| Feb 25 02:16:25.092 INFO STEP 20 (ensure_symlink) COMPLETE |
9346 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.092 INFO O| Feb 25 02:16:25.092 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9347 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.123 INFO O| Feb 25 02:16:25.123 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9348 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.123 INFO O| Feb 25 02:16:25.123 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9349 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.123 INFO O| Feb 25 02:16:25.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9350 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.123 INFO O| Feb 25 02:16:25.123 INFO ok! |
9351 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.123 INFO O| Feb 25 02:16:25.123 INFO STEP 21 (ensure_symlink) COMPLETE |
9352 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.123 INFO O| Feb 25 02:16:25.123 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9353 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.147 INFO O| Feb 25 02:16:25.147 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9354 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.147 INFO O| Feb 25 02:16:25.147 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9355 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.147 INFO O| Feb 25 02:16:25.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9356 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.147 INFO O| Feb 25 02:16:25.147 INFO ok! |
9357 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.148 INFO O| Feb 25 02:16:25.147 INFO STEP 22 (ensure_symlink) COMPLETE |
9358 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.148 INFO O| Feb 25 02:16:25.148 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9359 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.189 INFO O| Feb 25 02:16:25.189 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9360 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.189 INFO O| Feb 25 02:16:25.189 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9361 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.189 INFO O| Feb 25 02:16:25.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9362 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.189 INFO O| Feb 25 02:16:25.189 INFO ok! |
9363 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.189 INFO O| Feb 25 02:16:25.189 INFO STEP 23 (ensure_symlink) COMPLETE |
9364 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.189 INFO O| Feb 25 02:16:25.189 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9365 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.225 INFO O| Feb 25 02:16:25.225 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9366 | 2025-02-25T02:16:29.713Z | [ host-image] Feb 25 02:16:25.225 INFO O| Feb 25 02:16:25.225 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9367 | 2025-02-25T02:16:29.714Z | [ host-image] Feb 25 02:16:25.226 INFO O| Feb 25 02:16:25.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9368 | 2025-02-25T02:16:29.714Z | [ host-image] Feb 25 02:16:25.226 INFO O| Feb 25 02:16:25.226 INFO ok! |
9369 | 2025-02-25T02:16:29.714Z | [ host-image] Feb 25 02:16:25.226 INFO O| Feb 25 02:16:25.226 INFO STEP 24 (ensure_file) COMPLETE |
9370 | 2025-02-25T02:16:29.714Z | [ host-image] Feb 25 02:16:25.226 INFO O| Feb 25 02:16:25.226 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9371 | 2025-02-25T02:16:29.714Z | [ host-image] Feb 25 02:16:25.287 INFO O| Feb 25 02:16:25.286 INFO updating shadow file |
9372 | 2025-02-25T02:16:29.714Z | [ host-image] Feb 25 02:16:25.287 INFO O| Feb 25 02:16:25.287 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9373 | 2025-02-25T02:16:29.714Z | [ host-image] Feb 25 02:16:25.287 INFO O| Feb 25 02:16:25.287 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9374 | 2025-02-25T02:16:29.714Z | [ host-image] Feb 25 02:16:25.287 INFO O| Feb 25 02:16:25.287 INFO STEP 25 (shadow) COMPLETE |
9375 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.287 INFO O| Feb 25 02:16:25.287 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9376 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.346 INFO O| Feb 25 02:16:25.346 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9377 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.346 INFO O| Feb 25 02:16:25.346 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9378 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.346 INFO O| Feb 25 02:16:25.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9379 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.346 INFO O| Feb 25 02:16:25.346 INFO ok! |
9380 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.346 INFO O| Feb 25 02:16:25.346 INFO STEP 26 (ensure_file) COMPLETE |
9381 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.346 INFO O| Feb 25 02:16:25.346 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9382 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.365 INFO O| Feb 25 02:16:25.365 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9383 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.365 INFO O| Feb 25 02:16:25.365 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9384 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.366 INFO O| Feb 25 02:16:25.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9385 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.366 INFO O| Feb 25 02:16:25.366 INFO ok! |
9386 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.366 INFO O| Feb 25 02:16:25.366 INFO STEP 27 (ensure_file) COMPLETE |
9387 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.366 INFO O| Feb 25 02:16:25.366 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9388 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.401 INFO O| Feb 25 02:16:25.401 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9389 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.401 INFO O| Feb 25 02:16:25.401 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9390 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.401 INFO O| Feb 25 02:16:25.401 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9391 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.401 INFO O| Feb 25 02:16:25.401 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9392 | 2025-02-25T02:16:29.735Z | [ host-image] Feb 25 02:16:25.401 INFO O| Feb 25 02:16:25.401 INFO ok! |
9393 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.401 INFO O| Feb 25 02:16:25.401 INFO STEP 28 (ensure_file) COMPLETE |
9394 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.401 INFO O| Feb 25 02:16:25.401 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9395 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.420 INFO O| Feb 25 02:16:25.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9396 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.421 INFO O| Feb 25 02:16:25.420 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9397 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.421 INFO O| Feb 25 02:16:25.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9398 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.421 INFO O| Feb 25 02:16:25.421 INFO ok! |
9399 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.421 INFO O| Feb 25 02:16:25.421 INFO STEP 29 (ensure_file) COMPLETE |
9400 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.421 INFO O| Feb 25 02:16:25.421 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9401 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.439 INFO O| Feb 25 02:16:25.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9402 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.439 INFO O| Feb 25 02:16:25.439 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9403 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.440 INFO O| Feb 25 02:16:25.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9404 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.440 INFO O| Feb 25 02:16:25.440 INFO ok! |
9405 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.440 INFO O| Feb 25 02:16:25.440 INFO STEP 30 (ensure_file) COMPLETE |
9406 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.440 INFO O| Feb 25 02:16:25.440 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9407 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.459 INFO O| Feb 25 02:16:25.459 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9408 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.459 INFO O| Feb 25 02:16:25.459 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9409 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.459 INFO O| Feb 25 02:16:25.459 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9410 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.459 INFO O| Feb 25 02:16:25.459 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9411 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.460 INFO O| Feb 25 02:16:25.459 INFO ok! |
9412 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.460 INFO O| Feb 25 02:16:25.460 INFO STEP 31 (ensure_file) COMPLETE |
9413 | 2025-02-25T02:16:29.736Z | [ host-image] Feb 25 02:16:25.460 INFO O| Feb 25 02:16:25.460 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9414 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.481 INFO O| Feb 25 02:16:25.481 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9415 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.481 INFO O| Feb 25 02:16:25.481 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9416 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.482 INFO O| Feb 25 02:16:25.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9417 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.482 INFO O| Feb 25 02:16:25.482 INFO ok! |
9418 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.482 INFO O| Feb 25 02:16:25.482 INFO STEP 32 (ensure_file) COMPLETE |
9419 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.482 INFO O| Feb 25 02:16:25.482 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9420 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.514 INFO O| Feb 25 02:16:25.514 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9421 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.514 INFO O| Feb 25 02:16:25.514 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9422 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.514 INFO O| Feb 25 02:16:25.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9423 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.514 INFO O| Feb 25 02:16:25.514 INFO ok! |
9424 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.514 INFO O| Feb 25 02:16:25.514 INFO STEP 33 (ensure_file) COMPLETE |
9425 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.514 INFO O| Feb 25 02:16:25.514 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9426 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.544 INFO O| Feb 25 02:16:25.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9427 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.544 INFO O| Feb 25 02:16:25.544 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9428 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.544 INFO O| Feb 25 02:16:25.544 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9429 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.545 INFO O| Feb 25 02:16:25.545 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9430 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.545 INFO O| Feb 25 02:16:25.545 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9431 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.545 INFO O| Feb 25 02:16:25.545 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9432 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.545 INFO O| Feb 25 02:16:25.545 INFO ok! |
9433 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.545 INFO O| Feb 25 02:16:25.545 INFO STEP 34 (ensure_file) COMPLETE |
9434 | 2025-02-25T02:16:29.737Z | [ host-image] Feb 25 02:16:25.545 INFO O| Feb 25 02:16:25.545 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9435 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.589 INFO O| Feb 25 02:16:25.589 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9436 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.589 INFO O| Feb 25 02:16:25.589 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9437 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.589 INFO O| Feb 25 02:16:25.589 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9438 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.589 INFO O| Feb 25 02:16:25.589 INFO STEP 35 (ensure_dir) COMPLETE |
9439 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.589 INFO O| Feb 25 02:16:25.589 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9440 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.608 INFO O| Feb 25 02:16:25.608 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 |
9441 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.608 INFO O| Feb 25 02:16:25.608 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 ... |
9442 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.608 INFO O| Feb 25 02:16:25.608 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 |
9443 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.608 INFO O| Feb 25 02:16:25.608 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 |
9444 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.608 INFO O| Feb 25 02:16:25.608 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 |
9445 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.608 INFO O| Feb 25 02:16:25.608 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 |
9446 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.608 INFO O| Feb 25 02:16:25.608 INFO ok! |
9447 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.608 INFO O| Feb 25 02:16:25.608 INFO STEP 36 (ensure_file) COMPLETE |
9448 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.608 INFO O| Feb 25 02:16:25.608 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9449 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.644 INFO O| Feb 25 02:16:25.644 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9450 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.644 INFO O| Feb 25 02:16:25.644 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 ... |
9451 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.644 INFO O| Feb 25 02:16:25.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9452 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.644 INFO O| Feb 25 02:16:25.644 INFO ok! |
9453 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.644 INFO O| Feb 25 02:16:25.644 INFO STEP 37 (ensure_symlink) COMPLETE |
9454 | 2025-02-25T02:16:29.738Z | [ host-image] Feb 25 02:16:25.644 INFO O| Feb 25 02:16:25.644 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9455 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.664 INFO O| Feb 25 02:16:25.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9456 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.664 INFO O| Feb 25 02:16:25.664 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9457 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.670 INFO O| Feb 25 02:16:25.670 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9458 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.670 INFO O| Feb 25 02:16:25.670 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9459 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.670 INFO O| Feb 25 02:16:25.670 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9460 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.670 INFO O| Feb 25 02:16:25.670 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9461 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.670 INFO O| Feb 25 02:16:25.670 INFO ok! |
9462 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.670 INFO O| Feb 25 02:16:25.670 INFO STEP 38 (ensure_file) COMPLETE |
9463 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.670 INFO O| Feb 25 02:16:25.670 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9464 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.711 INFO O| Feb 25 02:16:25.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9465 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.711 INFO O| Feb 25 02:16:25.711 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 ... |
9466 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.738 INFO O| Feb 25 02:16:25.738 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 |
9467 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.738 INFO O| Feb 25 02:16:25.738 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9468 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.738 INFO O| Feb 25 02:16:25.738 INFO ok! |
9469 | 2025-02-25T02:16:29.739Z | [ host-image] Feb 25 02:16:25.738 INFO O| Feb 25 02:16:25.738 INFO STEP 39 (ensure_file) COMPLETE |
9470 | 2025-02-25T02:16:29.740Z | [ host-image] Feb 25 02:16:25.738 INFO O| Feb 25 02:16:25.738 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9471 | 2025-02-25T02:16:29.740Z | [ host-image] Feb 25 02:16:25.788 INFO O| Feb 25 02:16:25.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9472 | 2025-02-25T02:16:29.740Z | [ host-image] Feb 25 02:16:25.789 INFO O| Feb 25 02:16:25.788 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9473 | 2025-02-25T02:16:29.740Z | [ host-image] Feb 25 02:16:25.789 INFO O| Feb 25 02:16:25.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9474 | 2025-02-25T02:16:29.740Z | [ host-image] Feb 25 02:16:25.789 INFO O| Feb 25 02:16:25.789 INFO ok! |
9475 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.789 INFO O| Feb 25 02:16:25.789 INFO STEP 40 (ensure_file) COMPLETE |
9476 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.789 INFO O| Feb 25 02:16:25.789 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9477 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.811 INFO O| Feb 25 02:16:25.811 INFO updating shadow file |
9478 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.812 INFO O| Feb 25 02:16:25.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9479 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.812 INFO O| Feb 25 02:16:25.812 INFO STEP 41 (shadow) COMPLETE |
9480 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.812 INFO O| Feb 25 02:16:25.812 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9481 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.847 INFO O| Feb 25 02:16:25.847 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9482 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.847 INFO O| Feb 25 02:16:25.847 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9483 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.847 INFO O| Feb 25 02:16:25.847 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9484 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.847 INFO O| Feb 25 02:16:25.847 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9485 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.847 INFO O| Feb 25 02:16:25.847 INFO ok! |
9486 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.848 INFO O| Feb 25 02:16:25.847 INFO STEP 42 (ensure_file) COMPLETE |
9487 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.848 INFO O| Feb 25 02:16:25.848 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9488 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.848 INFO O| Feb 25 02:16:25.848 INFO skip step because feature "mfg" is not enabled |
9489 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.848 INFO O| Feb 25 02:16:25.848 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9490 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.848 INFO O| Feb 25 02:16:25.848 INFO skip step because feature "mfg" is not enabled |
9491 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.848 INFO O| Feb 25 02:16:25.848 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9492 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.908 INFO O| Feb 25 02:16:25.908 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9493 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:25.908 INFO O| Feb 25 02:16:25.908 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9494 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:26.739 INFO O| Feb 25 02:16:26.739 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9495 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:26.739 INFO O| Feb 25 02:16:26.739 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9496 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:26.739 INFO O| Feb 25 02:16:26.739 INFO ok! |
9497 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:26.739 INFO O| Feb 25 02:16:26.739 INFO STEP 45 (ensure_file) COMPLETE |
9498 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:26.739 INFO O| Feb 25 02:16:26.739 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9499 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:26.760 INFO O| Feb 25 02:16:26.760 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9500 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:26.761 INFO O| Feb 25 02:16:26.760 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9501 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:26.761 INFO O| Feb 25 02:16:26.761 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9502 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:26.761 INFO O| Feb 25 02:16:26.761 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9503 | 2025-02-25T02:16:29.749Z | [ host-image] Feb 25 02:16:26.761 INFO O| Feb 25 02:16:26.761 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9504 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.761 INFO O| Feb 25 02:16:26.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9505 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.761 INFO O| Feb 25 02:16:26.761 INFO ok! |
9506 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.761 INFO O| Feb 25 02:16:26.761 INFO STEP 46 (ensure_file) COMPLETE |
9507 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.761 INFO O| Feb 25 02:16:26.761 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9508 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.781 INFO O| Feb 25 02:16:26.781 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9509 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.781 INFO O| Feb 25 02:16:26.781 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 ... |
9510 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.781 INFO O| Feb 25 02:16:26.781 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 |
9511 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.781 INFO O| Feb 25 02:16:26.781 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9512 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.781 INFO O| Feb 25 02:16:26.781 INFO ok! |
9513 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.781 INFO O| Feb 25 02:16:26.781 INFO STEP 47 (ensure_file) COMPLETE |
9514 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.781 INFO O| Feb 25 02:16:26.781 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9515 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.815 INFO O| Feb 25 02:16:26.814 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9516 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.815 INFO O| Feb 25 02:16:26.815 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9517 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.839 INFO O| Feb 25 02:16:26.839 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9518 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.839 INFO O| Feb 25 02:16:26.839 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9519 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.839 INFO O| Feb 25 02:16:26.839 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9520 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.839 INFO O| Feb 25 02:16:26.839 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9521 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.839 INFO O| Feb 25 02:16:26.839 INFO ok! |
9522 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.839 INFO O| Feb 25 02:16:26.839 INFO STEP 48 (ensure_file) COMPLETE |
9523 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.839 INFO O| Feb 25 02:16:26.839 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9524 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.891 INFO O| Feb 25 02:16:26.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9525 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.891 INFO O| Feb 25 02:16:26.891 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 ... |
9526 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.914 INFO O| Feb 25 02:16:26.914 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 |
9527 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.914 INFO O| Feb 25 02:16:26.914 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9528 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.914 INFO O| Feb 25 02:16:26.914 INFO ok! |
9529 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.914 INFO O| Feb 25 02:16:26.914 INFO STEP 49 (ensure_file) COMPLETE |
9530 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.914 INFO O| Feb 25 02:16:26.914 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9531 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.987 INFO O| Feb 25 02:16:26.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9532 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:26.987 INFO O| Feb 25 02:16:26.987 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9533 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:27.016 INFO O| Feb 25 02:16:27.016 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9534 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:27.016 INFO O| Feb 25 02:16:27.016 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9535 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:27.016 INFO O| Feb 25 02:16:27.016 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9536 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:27.016 INFO O| Feb 25 02:16:27.016 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9537 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:27.016 INFO O| Feb 25 02:16:27.016 INFO ok! |
9538 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:27.016 INFO O| Feb 25 02:16:27.016 INFO STEP 50 (ensure_file) COMPLETE |
9539 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:27.016 INFO O| Feb 25 02:16:27.016 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9540 | 2025-02-25T02:16:29.750Z | [ host-image] Feb 25 02:16:27.075 INFO O| Feb 25 02:16:27.075 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9541 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.075 INFO O| Feb 25 02:16:27.075 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 ... |
9542 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.097 INFO O| Feb 25 02:16:27.097 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 |
9543 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.097 INFO O| Feb 25 02:16:27.097 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9544 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.097 INFO O| Feb 25 02:16:27.097 INFO ok! |
9545 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.097 INFO O| Feb 25 02:16:27.097 INFO STEP 51 (ensure_file) COMPLETE |
9546 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.097 INFO O| Feb 25 02:16:27.097 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9547 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.135 INFO O| Feb 25 02:16:27.134 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9548 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.135 INFO O| Feb 25 02:16:27.134 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 ... |
9549 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.159 INFO O| Feb 25 02:16:27.159 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 |
9550 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.159 INFO O| Feb 25 02:16:27.159 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9551 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.159 INFO O| Feb 25 02:16:27.159 INFO ok! |
9552 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.159 INFO O| Feb 25 02:16:27.159 INFO STEP 52 (ensure_file) COMPLETE |
9553 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.159 INFO O| Feb 25 02:16:27.159 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9554 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.216 INFO O| Feb 25 02:16:27.216 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9555 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.216 INFO O| Feb 25 02:16:27.216 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 ... |
9556 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.233 INFO O| Feb 25 02:16:27.233 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 |
9557 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.233 INFO O| Feb 25 02:16:27.233 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9558 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.233 INFO O| Feb 25 02:16:27.233 INFO ok! |
9559 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.233 INFO O| Feb 25 02:16:27.233 INFO STEP 53 (ensure_file) COMPLETE |
9560 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.233 INFO O| Feb 25 02:16:27.233 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9561 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.266 INFO O| Feb 25 02:16:27.266 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9562 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.266 INFO O| Feb 25 02:16:27.266 INFO STEP 54 (ensure_dir) COMPLETE |
9563 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.266 INFO O| Feb 25 02:16:27.266 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9564 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.305 INFO O| Feb 25 02:16:27.305 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9565 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.305 INFO O| Feb 25 02:16:27.305 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9566 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.305 INFO O| Feb 25 02:16:27.305 INFO STEP 55 (ensure_dir) COMPLETE |
9567 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.305 INFO O| Feb 25 02:16:27.305 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9568 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.330 INFO O| Feb 25 02:16:27.330 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9569 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.330 INFO O| Feb 25 02:16:27.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9570 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.330 INFO O| Feb 25 02:16:27.330 INFO STEP 56 (ensure_dir) COMPLETE |
9571 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.330 INFO O| Feb 25 02:16:27.330 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9572 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.350 INFO O| Feb 25 02:16:27.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9573 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.350 INFO O| Feb 25 02:16:27.350 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9574 | 2025-02-25T02:16:29.751Z | [ host-image] Feb 25 02:16:27.379 INFO O| Feb 25 02:16:27.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9575 | 2025-02-25T02:16:29.755Z | [ host-image] Feb 25 02:16:27.379 INFO O| Feb 25 02:16:27.379 INFO ok! |
9576 | 2025-02-25T02:16:29.755Z | [ host-image] Feb 25 02:16:27.379 INFO O| Feb 25 02:16:27.379 INFO STEP 57 (ensure_file) COMPLETE |
9577 | 2025-02-25T02:16:29.755Z | [ host-image] Feb 25 02:16:27.379 INFO O| Feb 25 02:16:27.379 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9578 | 2025-02-25T02:16:29.755Z | [ host-image] Feb 25 02:16:27.412 INFO O| Feb 25 02:16:27.412 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9579 | 2025-02-25T02:16:29.755Z | [ host-image] Feb 25 02:16:27.412 INFO O| Feb 25 02:16:27.412 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9580 | 2025-02-25T02:16:30.829Z | [ host-image] Feb 25 02:16:28.867 INFO O| Feb 25 02:16:28.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9581 | 2025-02-25T02:16:30.829Z | [ host-image] Feb 25 02:16:28.867 INFO O| Feb 25 02:16:28.867 INFO ok! |
9582 | 2025-02-25T02:16:30.832Z | [ host-image] Feb 25 02:16:28.867 INFO O| Feb 25 02:16:28.867 INFO STEP 58 (ensure_file) COMPLETE |
9583 | 2025-02-25T02:16:30.832Z | [ host-image] Feb 25 02:16:28.867 INFO O| Feb 25 02:16:28.867 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9584 | 2025-02-25T02:16:30.848Z | [ host-image] Feb 25 02:16:28.886 INFO O| Feb 25 02:16:28.886 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9585 | 2025-02-25T02:16:30.854Z | [ host-image] Feb 25 02:16:28.886 INFO O| Feb 25 02:16:28.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9586 | 2025-02-25T02:16:30.854Z | [ host-image] Feb 25 02:16:28.886 INFO O| Feb 25 02:16:28.886 INFO STEP 59 (ensure_dir) COMPLETE |
9587 | 2025-02-25T02:16:30.854Z | [ host-image] Feb 25 02:16:28.886 INFO O| Feb 25 02:16:28.886 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9588 | 2025-02-25T02:16:30.889Z | [ host-image] Feb 25 02:16:28.927 INFO O| Feb 25 02:16:28.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9589 | 2025-02-25T02:16:30.889Z | [ host-image] Feb 25 02:16:28.928 INFO O| Feb 25 02:16:28.927 INFO copying /tmp/.tmpZkvLVr/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 ... |
9590 | 2025-02-25T02:16:30.893Z | [ host-image] Feb 25 02:16:28.928 INFO O| Feb 25 02:16:28.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9591 | 2025-02-25T02:16:30.893Z | [ host-image] Feb 25 02:16:28.928 INFO O| Feb 25 02:16:28.928 INFO ok! |
9592 | 2025-02-25T02:16:30.893Z | [ host-image] Feb 25 02:16:28.928 INFO O| Feb 25 02:16:28.928 INFO STEP 60 (ensure_file) COMPLETE |
9593 | 2025-02-25T02:16:30.893Z | [ host-image] Feb 25 02:16:28.928 INFO O| Feb 25 02:16:28.928 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9594 | 2025-02-25T02:16:30.989Z | [ host-image] Feb 25 02:16:29.027 INFO O| Feb 25 02:16:29.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9595 | 2025-02-25T02:16:30.989Z | [ host-image] Feb 25 02:16:29.027 INFO O| Feb 25 02:16:29.027 INFO copying /tmp/.tmpZkvLVr/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 ... |
9596 | 2025-02-25T02:16:30.992Z | [ host-image] Feb 25 02:16:29.027 INFO O| Feb 25 02:16:29.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9597 | 2025-02-25T02:16:30.993Z | [ host-image] Feb 25 02:16:29.027 INFO O| Feb 25 02:16:29.027 INFO ok! |
9598 | 2025-02-25T02:16:30.993Z | [ host-image] Feb 25 02:16:29.027 INFO O| Feb 25 02:16:29.027 INFO STEP 61 (ensure_file) COMPLETE |
9599 | 2025-02-25T02:16:30.993Z | [ host-image] Feb 25 02:16:29.027 INFO O| Feb 25 02:16:29.027 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9600 | 2025-02-25T02:16:31.011Z | [ host-image] Feb 25 02:16:29.049 INFO O| Feb 25 02:16:29.049 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9601 | 2025-02-25T02:16:31.011Z | [ host-image] Feb 25 02:16:29.049 INFO O| Feb 25 02:16:29.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9602 | 2025-02-25T02:16:31.015Z | [ host-image] Feb 25 02:16:29.049 INFO O| Feb 25 02:16:29.049 INFO STEP 62 (ensure_dir) COMPLETE |
9603 | 2025-02-25T02:16:31.015Z | [ host-image] Feb 25 02:16:29.049 INFO O| Feb 25 02:16:29.049 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9604 | 2025-02-25T02:16:31.094Z | [ host-image] Feb 25 02:16:29.132 INFO O| Feb 25 02:16:29.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9605 | 2025-02-25T02:16:31.094Z | [ host-image] Feb 25 02:16:29.132 INFO O| Feb 25 02:16:29.132 INFO copying /tmp/.tmpZkvLVr/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 ... |
9606 | 2025-02-25T02:16:31.096Z | [ host-image] Feb 25 02:16:29.132 INFO O| Feb 25 02:16:29.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9607 | 2025-02-25T02:16:31.097Z | [ host-image] Feb 25 02:16:29.132 INFO O| Feb 25 02:16:29.132 INFO ok! |
9608 | 2025-02-25T02:16:31.097Z | [ host-image] Feb 25 02:16:29.132 INFO O| Feb 25 02:16:29.132 INFO STEP 63 (ensure_file) COMPLETE |
9609 | 2025-02-25T02:16:31.097Z | [ host-image] Feb 25 02:16:29.132 INFO O| Feb 25 02:16:29.132 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9610 | 2025-02-25T02:16:31.159Z | [ host-image] Feb 25 02:16:29.197 INFO O| Feb 25 02:16:29.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9611 | 2025-02-25T02:16:31.159Z | [ host-image] Feb 25 02:16:29.197 INFO O| Feb 25 02:16:29.197 INFO copying /tmp/.tmpZkvLVr/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 ... |
9612 | 2025-02-25T02:16:31.162Z | [ host-image] Feb 25 02:16:29.197 INFO O| Feb 25 02:16:29.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9613 | 2025-02-25T02:16:31.162Z | [ host-image] Feb 25 02:16:29.197 INFO O| Feb 25 02:16:29.197 INFO ok! |
9614 | 2025-02-25T02:16:31.162Z | [ host-image] Feb 25 02:16:29.197 INFO O| Feb 25 02:16:29.197 INFO STEP 64 (ensure_file) COMPLETE |
9615 | 2025-02-25T02:16:31.162Z | [ host-image] Feb 25 02:16:29.197 INFO O| Feb 25 02:16:29.197 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9616 | 2025-02-25T02:16:31.204Z | [ host-image] Feb 25 02:16:29.242 INFO O| Feb 25 02:16:29.242 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9617 | 2025-02-25T02:16:31.204Z | [ host-image] Feb 25 02:16:29.243 INFO O| Feb 25 02:16:29.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9618 | 2025-02-25T02:16:31.207Z | [ host-image] Feb 25 02:16:29.243 INFO O| Feb 25 02:16:29.243 INFO STEP 65 (ensure_dir) COMPLETE |
9619 | 2025-02-25T02:16:31.207Z | [ host-image] Feb 25 02:16:29.243 INFO O| Feb 25 02:16:29.243 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9620 | 2025-02-25T02:16:31.250Z | [ host-image] Feb 25 02:16:29.287 INFO O| Feb 25 02:16:29.287 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9621 | 2025-02-25T02:16:31.250Z | [ host-image] Feb 25 02:16:29.287 INFO O| Feb 25 02:16:29.287 INFO copying /tmp/.tmpZkvLVr/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 ... |
9622 | 2025-02-25T02:16:31.253Z | [ host-image] Feb 25 02:16:29.287 INFO O| Feb 25 02:16:29.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9623 | 2025-02-25T02:16:31.253Z | [ host-image] Feb 25 02:16:29.287 INFO O| Feb 25 02:16:29.287 INFO ok! |
9624 | 2025-02-25T02:16:31.253Z | [ host-image] Feb 25 02:16:29.287 INFO O| Feb 25 02:16:29.287 INFO STEP 66 (ensure_file) COMPLETE |
9625 | 2025-02-25T02:16:31.253Z | [ host-image] Feb 25 02:16:29.287 INFO O| Feb 25 02:16:29.287 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9626 | 2025-02-25T02:16:31.299Z | [ host-image] Feb 25 02:16:29.337 INFO O| Feb 25 02:16:29.337 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9627 | 2025-02-25T02:16:31.299Z | [ host-image] Feb 25 02:16:29.337 INFO O| Feb 25 02:16:29.337 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9628 | 2025-02-25T02:16:31.299Z | [ host-image] Feb 25 02:16:29.337 INFO O| Feb 25 02:16:29.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9629 | 2025-02-25T02:16:31.302Z | [ host-image] Feb 25 02:16:29.337 INFO O| Feb 25 02:16:29.337 INFO ok! |
9630 | 2025-02-25T02:16:31.303Z | [ host-image] Feb 25 02:16:29.337 INFO O| Feb 25 02:16:29.337 INFO STEP 67 (ensure_file) COMPLETE |
9631 | 2025-02-25T02:16:31.303Z | [ host-image] Feb 25 02:16:29.337 INFO O| Feb 25 02:16:29.337 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9632 | 2025-02-25T02:16:31.377Z | [ host-image] Feb 25 02:16:29.415 INFO O| Feb 25 02:16:29.415 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9633 | 2025-02-25T02:16:31.377Z | [ host-image] Feb 25 02:16:29.415 INFO O| Feb 25 02:16:29.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9634 | 2025-02-25T02:16:31.377Z | [ host-image] Feb 25 02:16:29.415 INFO O| Feb 25 02:16:29.415 INFO STEP 68 (ensure_dir) COMPLETE |
9635 | 2025-02-25T02:16:31.384Z | [ host-image] Feb 25 02:16:29.415 INFO O| Feb 25 02:16:29.415 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9636 | 2025-02-25T02:16:31.400Z | [ host-image] Feb 25 02:16:29.438 INFO O| Feb 25 02:16:29.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9637 | 2025-02-25T02:16:31.400Z | [ host-image] Feb 25 02:16:29.438 INFO O| Feb 25 02:16:29.438 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9638 | 2025-02-25T02:16:32.860Z | [ host-image] Feb 25 02:16:30.898 INFO O| Feb 25 02:16:30.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9639 | 2025-02-25T02:16:32.860Z | [ host-image] Feb 25 02:16:30.898 INFO O| Feb 25 02:16:30.898 INFO ok! |
9640 | 2025-02-25T02:16:32.864Z | [ host-image] Feb 25 02:16:30.898 INFO O| Feb 25 02:16:30.898 INFO STEP 69 (ensure_file) COMPLETE |
9641 | 2025-02-25T02:16:32.864Z | [ host-image] Feb 25 02:16:30.898 INFO O| Feb 25 02:16:30.898 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9642 | 2025-02-25T02:16:32.879Z | [ host-image] Feb 25 02:16:30.917 INFO O| Feb 25 02:16:30.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9643 | 2025-02-25T02:16:32.879Z | [ host-image] Feb 25 02:16:30.917 INFO O| Feb 25 02:16:30.917 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9644 | 2025-02-25T02:16:35.097Z | [ recovery-image] Feb 25 02:16:33.133 INFO E| Compiling bitflags v1.3.2 |
9645 | 2025-02-25T02:16:35.097Z | [ recovery-image] Feb 25 02:16:33.133 INFO E| Compiling bit_field v0.10.2 |
9646 | 2025-02-25T02:16:35.097Z | [ recovery-image] Feb 25 02:16:33.133 INFO E| Compiling log v0.4.22 |
9647 | 2025-02-25T02:16:35.097Z | [ recovery-image] Feb 25 02:16:33.133 INFO E| Compiling adler2 v2.0.0 |
9648 | 2025-02-25T02:16:35.097Z | [ recovery-image] Feb 25 02:16:33.133 INFO E| Compiling plain v0.2.3 |
9649 | 2025-02-25T02:16:35.097Z | [ recovery-image] Feb 25 02:16:33.133 INFO E| Compiling scroll v0.12.0 |
9650 | 2025-02-25T02:16:35.097Z | [ recovery-image] Feb 25 02:16:33.133 INFO E| Compiling bitstruct v0.1.1 |
9651 | 2025-02-25T02:16:35.218Z | [ recovery-image] Feb 25 02:16:33.256 INFO E| Compiling static_assertions v1.1.0 |
9652 | 2025-02-25T02:16:35.425Z | [ recovery-image] Feb 25 02:16:33.463 INFO E| Compiling raw-cpuid v10.7.0 |
9653 | 2025-02-25T02:16:35.433Z | [ host-image] Feb 25 02:16:33.468 INFO O| Feb 25 02:16:33.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9654 | 2025-02-25T02:16:35.433Z | [ host-image] Feb 25 02:16:33.468 INFO O| Feb 25 02:16:33.468 INFO ok! |
9655 | 2025-02-25T02:16:35.433Z | [ host-image] Feb 25 02:16:33.468 INFO O| Feb 25 02:16:33.468 INFO STEP 70 (ensure_file) COMPLETE |
9656 | 2025-02-25T02:16:35.433Z | [ host-image] Feb 25 02:16:33.468 INFO O| Feb 25 02:16:33.468 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9657 | 2025-02-25T02:16:35.450Z | [ host-image] Feb 25 02:16:33.487 INFO O| Feb 25 02:16:33.487 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9658 | 2025-02-25T02:16:35.453Z | [ host-image] Feb 25 02:16:33.488 INFO O| Feb 25 02:16:33.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9659 | 2025-02-25T02:16:35.453Z | [ host-image] Feb 25 02:16:33.488 INFO O| Feb 25 02:16:33.488 INFO STEP 71 (ensure_dir) COMPLETE |
9660 | 2025-02-25T02:16:35.453Z | [ host-image] Feb 25 02:16:33.488 INFO O| Feb 25 02:16:33.488 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9661 | 2025-02-25T02:16:35.487Z | [ recovery-image] Feb 25 02:16:33.524 INFO E| Compiling miniz_oxide v0.8.0 |
9662 | 2025-02-25T02:16:35.521Z | [ host-image] Feb 25 02:16:33.558 INFO O| Feb 25 02:16:33.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9663 | 2025-02-25T02:16:35.521Z | [ host-image] Feb 25 02:16:33.558 INFO O| Feb 25 02:16:33.558 INFO copying /tmp/.tmpZkvLVr/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 ... |
9664 | 2025-02-25T02:16:35.525Z | [ host-image] Feb 25 02:16:33.558 INFO O| Feb 25 02:16:33.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9665 | 2025-02-25T02:16:35.525Z | [ host-image] Feb 25 02:16:33.559 INFO O| Feb 25 02:16:33.558 INFO ok! |
9666 | 2025-02-25T02:16:35.525Z | [ host-image] Feb 25 02:16:33.559 INFO O| Feb 25 02:16:33.558 INFO STEP 72 (ensure_file) COMPLETE |
9667 | 2025-02-25T02:16:35.525Z | [ host-image] Feb 25 02:16:33.559 INFO O| Feb 25 02:16:33.559 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9668 | 2025-02-25T02:16:35.553Z | [ host-image] Feb 25 02:16:33.590 INFO O| Feb 25 02:16:33.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9669 | 2025-02-25T02:16:35.553Z | [ host-image] Feb 25 02:16:33.591 INFO O| Feb 25 02:16:33.590 INFO copying /tmp/.tmpZkvLVr/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 ... |
9670 | 2025-02-25T02:16:35.556Z | [ host-image] Feb 25 02:16:33.591 INFO O| Feb 25 02:16:33.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9671 | 2025-02-25T02:16:35.556Z | [ host-image] Feb 25 02:16:33.591 INFO O| Feb 25 02:16:33.591 INFO ok! |
9672 | 2025-02-25T02:16:35.556Z | [ host-image] Feb 25 02:16:33.591 INFO O| Feb 25 02:16:33.591 INFO STEP 73 (ensure_file) COMPLETE |
9673 | 2025-02-25T02:16:35.556Z | [ host-image] Feb 25 02:16:33.591 INFO O| Feb 25 02:16:33.591 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9674 | 2025-02-25T02:16:35.581Z | [ host-image] Feb 25 02:16:33.618 INFO O| Feb 25 02:16:33.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9675 | 2025-02-25T02:16:35.581Z | [ host-image] Feb 25 02:16:33.618 INFO O| Feb 25 02:16:33.618 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9676 | 2025-02-25T02:16:35.581Z | [ host-image] Feb 25 02:16:33.619 INFO O| Feb 25 02:16:33.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9677 | 2025-02-25T02:16:35.581Z | [ host-image] Feb 25 02:16:33.619 INFO O| Feb 25 02:16:33.618 INFO ok! |
9678 | 2025-02-25T02:16:35.581Z | [ host-image] Feb 25 02:16:33.619 INFO O| Feb 25 02:16:33.619 INFO STEP 74 (ensure_file) COMPLETE |
9679 | 2025-02-25T02:16:35.581Z | [ host-image] Feb 25 02:16:33.619 INFO O| Feb 25 02:16:33.619 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9680 | 2025-02-25T02:16:35.691Z | [ host-image] Feb 25 02:16:33.729 INFO O| Feb 25 02:16:33.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9681 | 2025-02-25T02:16:35.691Z | [ host-image] Feb 25 02:16:33.729 INFO O| Feb 25 02:16:33.729 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9682 | 2025-02-25T02:16:35.697Z | [ recovery-image] Feb 25 02:16:33.729 INFO E| Compiling cpio_reader v0.1.1 |
9683 | 2025-02-25T02:16:35.697Z | [ host-image] Feb 25 02:16:33.730 INFO O| Feb 25 02:16:33.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9684 | 2025-02-25T02:16:35.697Z | [ host-image] Feb 25 02:16:33.730 INFO O| Feb 25 02:16:33.729 INFO ok! |
9685 | 2025-02-25T02:16:35.697Z | [ host-image] Feb 25 02:16:33.730 INFO O| Feb 25 02:16:33.729 INFO STEP 75 (ensure_file) COMPLETE |
9686 | 2025-02-25T02:16:35.700Z | [ host-image] Feb 25 02:16:33.733 INFO O| Feb 25 02:16:33.729 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9687 | 2025-02-25T02:16:35.755Z | [ host-image] Feb 25 02:16:33.793 INFO O| Feb 25 02:16:33.793 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9688 | 2025-02-25T02:16:35.758Z | [ host-image] Feb 25 02:16:33.793 INFO O| Feb 25 02:16:33.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9689 | 2025-02-25T02:16:35.758Z | [ host-image] Feb 25 02:16:33.793 INFO O| Feb 25 02:16:33.793 INFO STEP 76 (ensure_dir) COMPLETE |
9690 | 2025-02-25T02:16:35.758Z | [ host-image] Feb 25 02:16:33.793 INFO O| Feb 25 02:16:33.793 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9691 | 2025-02-25T02:16:35.774Z | [ host-image] Feb 25 02:16:33.812 INFO O| Feb 25 02:16:33.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9692 | 2025-02-25T02:16:35.774Z | [ host-image] Feb 25 02:16:33.812 INFO O| Feb 25 02:16:33.812 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9693 | 2025-02-25T02:16:35.778Z | [ host-image] Feb 25 02:16:33.816 INFO O| Feb 25 02:16:33.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9694 | 2025-02-25T02:16:35.778Z | [ host-image] Feb 25 02:16:33.817 INFO O| Feb 25 02:16:33.817 INFO ok! |
9695 | 2025-02-25T02:16:35.781Z | [ host-image] Feb 25 02:16:33.817 INFO O| Feb 25 02:16:33.817 INFO STEP 77 (ensure_file) COMPLETE |
9696 | 2025-02-25T02:16:35.782Z | [ host-image] Feb 25 02:16:33.817 INFO O| Feb 25 02:16:33.817 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9697 | 2025-02-25T02:16:35.798Z | [ host-image] Feb 25 02:16:33.837 INFO O| Feb 25 02:16:33.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9698 | 2025-02-25T02:16:35.798Z | [ host-image] Feb 25 02:16:33.837 INFO O| Feb 25 02:16:33.837 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9699 | 2025-02-25T02:16:35.802Z | [ host-image] Feb 25 02:16:33.837 INFO O| Feb 25 02:16:33.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9700 | 2025-02-25T02:16:35.802Z | [ host-image] Feb 25 02:16:33.837 INFO O| Feb 25 02:16:33.837 INFO ok! |
9701 | 2025-02-25T02:16:35.802Z | [ host-image] Feb 25 02:16:33.837 INFO O| Feb 25 02:16:33.837 INFO STEP 78 (ensure_file) COMPLETE |
9702 | 2025-02-25T02:16:35.802Z | [ host-image] Feb 25 02:16:33.837 INFO O| Feb 25 02:16:33.837 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9703 | 2025-02-25T02:16:35.820Z | [ host-image] Feb 25 02:16:33.858 INFO O| Feb 25 02:16:33.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9704 | 2025-02-25T02:16:35.820Z | [ host-image] Feb 25 02:16:33.858 INFO O| Feb 25 02:16:33.858 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9705 | 2025-02-25T02:16:36.315Z | [ recovery-image] Feb 25 02:16:34.353 INFO E| Compiling goblin v0.8.2 |
9706 | 2025-02-25T02:16:37.950Z | [ host-image] Feb 25 02:16:35.987 INFO O| Feb 25 02:16:35.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9707 | 2025-02-25T02:16:37.950Z | [ host-image] Feb 25 02:16:35.987 INFO O| Feb 25 02:16:35.987 INFO ok! |
9708 | 2025-02-25T02:16:37.956Z | [ host-image] Feb 25 02:16:35.987 INFO O| Feb 25 02:16:35.987 INFO STEP 79 (ensure_file) COMPLETE |
9709 | 2025-02-25T02:16:37.956Z | [ host-image] Feb 25 02:16:35.987 INFO O| Feb 25 02:16:35.987 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9710 | 2025-02-25T02:16:37.969Z | [ host-image] Feb 25 02:16:36.006 INFO O| Feb 25 02:16:36.006 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9711 | 2025-02-25T02:16:37.975Z | [ host-image] Feb 25 02:16:36.006 INFO O| Feb 25 02:16:36.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9712 | 2025-02-25T02:16:37.975Z | [ host-image] Feb 25 02:16:36.006 INFO O| Feb 25 02:16:36.006 INFO STEP 80 (ensure_dir) COMPLETE |
9713 | 2025-02-25T02:16:37.975Z | [ host-image] Feb 25 02:16:36.006 INFO O| Feb 25 02:16:36.006 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9714 | 2025-02-25T02:16:38.008Z | [ host-image] Feb 25 02:16:36.042 INFO O| Feb 25 02:16:36.042 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9715 | 2025-02-25T02:16:38.015Z | [ host-image] Feb 25 02:16:36.043 INFO O| Feb 25 02:16:36.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9716 | 2025-02-25T02:16:38.015Z | [ host-image] Feb 25 02:16:36.043 INFO O| Feb 25 02:16:36.043 INFO STEP 81 (ensure_dir) COMPLETE |
9717 | 2025-02-25T02:16:38.015Z | [ host-image] Feb 25 02:16:36.043 INFO O| Feb 25 02:16:36.043 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9718 | 2025-02-25T02:16:38.053Z | [ host-image] Feb 25 02:16:36.078 INFO O| Feb 25 02:16:36.078 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9719 | 2025-02-25T02:16:38.053Z | [ host-image] Feb 25 02:16:36.078 INFO O| Feb 25 02:16:36.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9720 | 2025-02-25T02:16:38.054Z | [ host-image] Feb 25 02:16:36.078 INFO O| Feb 25 02:16:36.078 INFO STEP 82 (ensure_dir) COMPLETE |
9721 | 2025-02-25T02:16:38.068Z | [ host-image] Feb 25 02:16:36.078 INFO O| Feb 25 02:16:36.078 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9722 | 2025-02-25T02:16:38.145Z | [ host-image] Feb 25 02:16:36.183 INFO O| Feb 25 02:16:36.183 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9723 | 2025-02-25T02:16:38.151Z | [ host-image] Feb 25 02:16:36.183 INFO O| Feb 25 02:16:36.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9724 | 2025-02-25T02:16:38.151Z | [ host-image] Feb 25 02:16:36.183 INFO O| Feb 25 02:16:36.183 INFO STEP 83 (ensure_dir) COMPLETE |
9725 | 2025-02-25T02:16:38.151Z | [ host-image] Feb 25 02:16:36.183 INFO O| Feb 25 02:16:36.183 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9726 | 2025-02-25T02:16:38.208Z | [ host-image] Feb 25 02:16:36.243 INFO O| Feb 25 02:16:36.243 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9727 | 2025-02-25T02:16:38.208Z | [ host-image] Feb 25 02:16:36.243 INFO O| Feb 25 02:16:36.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9728 | 2025-02-25T02:16:38.211Z | [ host-image] Feb 25 02:16:36.243 INFO O| Feb 25 02:16:36.243 INFO STEP 84 (ensure_dir) COMPLETE |
9729 | 2025-02-25T02:16:38.211Z | [ host-image] Feb 25 02:16:36.243 INFO O| Feb 25 02:16:36.243 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9730 | 2025-02-25T02:16:38.225Z | [ host-image] Feb 25 02:16:36.262 INFO O| Feb 25 02:16:36.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9731 | 2025-02-25T02:16:38.225Z | [ host-image] Feb 25 02:16:36.262 INFO O| Feb 25 02:16:36.262 INFO copying /tmp/.tmpZkvLVr/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 ... |
9732 | 2025-02-25T02:16:38.243Z | [ host-image] Feb 25 02:16:36.263 INFO O| Feb 25 02:16:36.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9733 | 2025-02-25T02:16:38.243Z | [ host-image] Feb 25 02:16:36.263 INFO O| Feb 25 02:16:36.263 INFO ok! |
9734 | 2025-02-25T02:16:38.243Z | [ host-image] Feb 25 02:16:36.263 INFO O| Feb 25 02:16:36.263 INFO STEP 85 (ensure_file) COMPLETE |
9735 | 2025-02-25T02:16:38.243Z | [ host-image] Feb 25 02:16:36.263 INFO O| Feb 25 02:16:36.263 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9736 | 2025-02-25T02:16:38.251Z | [ host-image] Feb 25 02:16:36.289 INFO O| Feb 25 02:16:36.289 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9737 | 2025-02-25T02:16:38.251Z | [ host-image] Feb 25 02:16:36.289 INFO O| Feb 25 02:16:36.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9738 | 2025-02-25T02:16:38.255Z | [ host-image] Feb 25 02:16:36.289 INFO O| Feb 25 02:16:36.289 INFO STEP 86 (ensure_dir) COMPLETE |
9739 | 2025-02-25T02:16:38.255Z | [ host-image] Feb 25 02:16:36.289 INFO O| Feb 25 02:16:36.289 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9740 | 2025-02-25T02:16:38.307Z | [ host-image] Feb 25 02:16:36.345 INFO O| Feb 25 02:16:36.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9741 | 2025-02-25T02:16:38.307Z | [ host-image] Feb 25 02:16:36.345 INFO O| Feb 25 02:16:36.345 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9742 | 2025-02-25T02:16:38.311Z | [ host-image] Feb 25 02:16:36.345 INFO O| Feb 25 02:16:36.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9743 | 2025-02-25T02:16:38.311Z | [ host-image] Feb 25 02:16:36.345 INFO O| Feb 25 02:16:36.345 INFO ok! |
9744 | 2025-02-25T02:16:38.311Z | [ host-image] Feb 25 02:16:36.345 INFO O| Feb 25 02:16:36.345 INFO STEP 87 (ensure_file) COMPLETE |
9745 | 2025-02-25T02:16:38.311Z | [ host-image] Feb 25 02:16:36.345 INFO O| Feb 25 02:16:36.345 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9746 | 2025-02-25T02:16:38.333Z | [ host-image] Feb 25 02:16:36.371 INFO O| Feb 25 02:16:36.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9747 | 2025-02-25T02:16:38.333Z | [ host-image] Feb 25 02:16:36.371 INFO O| Feb 25 02:16:36.371 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9748 | 2025-02-25T02:16:38.359Z | [ host-image] Feb 25 02:16:36.397 INFO O| Feb 25 02:16:36.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9749 | 2025-02-25T02:16:38.359Z | [ host-image] Feb 25 02:16:36.397 INFO O| Feb 25 02:16:36.397 INFO ok! |
9750 | 2025-02-25T02:16:38.363Z | [ host-image] Feb 25 02:16:36.397 INFO O| Feb 25 02:16:36.397 INFO STEP 88 (ensure_file) COMPLETE |
9751 | 2025-02-25T02:16:38.363Z | [ host-image] Feb 25 02:16:36.397 INFO O| Feb 25 02:16:36.397 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9752 | 2025-02-25T02:16:38.416Z | [ host-image] Feb 25 02:16:36.454 INFO O| Feb 25 02:16:36.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9753 | 2025-02-25T02:16:38.416Z | [ host-image] Feb 25 02:16:36.454 INFO O| Feb 25 02:16:36.454 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9754 | 2025-02-25T02:16:38.971Z | [ host-image] Feb 25 02:16:37.009 INFO O| Feb 25 02:16:37.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9755 | 2025-02-25T02:16:38.971Z | [ host-image] Feb 25 02:16:37.009 INFO O| Feb 25 02:16:37.009 INFO ok! |
9756 | 2025-02-25T02:16:38.974Z | [ host-image] Feb 25 02:16:37.009 INFO O| Feb 25 02:16:37.009 INFO STEP 89 (ensure_file) COMPLETE |
9757 | 2025-02-25T02:16:38.974Z | [ host-image] Feb 25 02:16:37.009 INFO O| Feb 25 02:16:37.009 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9758 | 2025-02-25T02:16:38.991Z | [ host-image] Feb 25 02:16:37.029 INFO O| Feb 25 02:16:37.029 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9759 | 2025-02-25T02:16:38.991Z | [ host-image] Feb 25 02:16:37.029 INFO O| Feb 25 02:16:37.029 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9760 | 2025-02-25T02:16:38.991Z | [ host-image] Feb 25 02:16:37.029 INFO O| Feb 25 02:16:37.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9761 | 2025-02-25T02:16:38.994Z | [ host-image] Feb 25 02:16:37.029 INFO O| Feb 25 02:16:37.029 INFO ok! |
9762 | 2025-02-25T02:16:38.994Z | [ host-image] Feb 25 02:16:37.029 INFO O| Feb 25 02:16:37.029 INFO STEP 90 (ensure_file) COMPLETE |
9763 | 2025-02-25T02:16:38.994Z | [ host-image] Feb 25 02:16:37.029 INFO O| Feb 25 02:16:37.029 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9764 | 2025-02-25T02:16:39.010Z | [ host-image] Feb 25 02:16:37.048 INFO O| Feb 25 02:16:37.048 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9765 | 2025-02-25T02:16:39.010Z | [ host-image] Feb 25 02:16:37.048 INFO O| Feb 25 02:16:37.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9766 | 2025-02-25T02:16:39.013Z | [ host-image] Feb 25 02:16:37.048 INFO O| Feb 25 02:16:37.048 INFO STEP 91 (ensure_dir) COMPLETE |
9767 | 2025-02-25T02:16:39.013Z | [ host-image] Feb 25 02:16:37.048 INFO O| Feb 25 02:16:37.048 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9768 | 2025-02-25T02:16:39.042Z | [ host-image] Feb 25 02:16:37.080 INFO O| Feb 25 02:16:37.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9769 | 2025-02-25T02:16:39.042Z | [ host-image] Feb 25 02:16:37.080 INFO O| Feb 25 02:16:37.080 INFO copying /tmp/.tmpZkvLVr/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 ... |
9770 | 2025-02-25T02:16:39.046Z | [ host-image] Feb 25 02:16:37.080 INFO O| Feb 25 02:16:37.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9771 | 2025-02-25T02:16:39.046Z | [ host-image] Feb 25 02:16:37.080 INFO O| Feb 25 02:16:37.080 INFO ok! |
9772 | 2025-02-25T02:16:39.046Z | [ host-image] Feb 25 02:16:37.080 INFO O| Feb 25 02:16:37.080 INFO STEP 92 (ensure_file) COMPLETE |
9773 | 2025-02-25T02:16:39.046Z | [ host-image] Feb 25 02:16:37.080 INFO O| Feb 25 02:16:37.080 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9774 | 2025-02-25T02:16:39.099Z | [ host-image] Feb 25 02:16:37.137 INFO O| Feb 25 02:16:37.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9775 | 2025-02-25T02:16:39.099Z | [ host-image] Feb 25 02:16:37.137 INFO O| Feb 25 02:16:37.137 INFO copying /tmp/.tmpZkvLVr/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 ... |
9776 | 2025-02-25T02:16:39.102Z | [ host-image] Feb 25 02:16:37.137 INFO O| Feb 25 02:16:37.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9777 | 2025-02-25T02:16:39.102Z | [ host-image] Feb 25 02:16:37.137 INFO O| Feb 25 02:16:37.137 INFO ok! |
9778 | 2025-02-25T02:16:39.102Z | [ host-image] Feb 25 02:16:37.137 INFO O| Feb 25 02:16:37.137 INFO STEP 93 (ensure_file) COMPLETE |
9779 | 2025-02-25T02:16:39.102Z | [ host-image] Feb 25 02:16:37.137 INFO O| Feb 25 02:16:37.137 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9780 | 2025-02-25T02:16:39.157Z | [ host-image] Feb 25 02:16:37.195 INFO O| Feb 25 02:16:37.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9781 | 2025-02-25T02:16:39.157Z | [ host-image] Feb 25 02:16:37.195 INFO O| Feb 25 02:16:37.195 INFO copying /tmp/.tmpZkvLVr/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 ... |
9782 | 2025-02-25T02:16:39.160Z | [ host-image] Feb 25 02:16:37.195 INFO O| Feb 25 02:16:37.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9783 | 2025-02-25T02:16:39.161Z | [ host-image] Feb 25 02:16:37.195 INFO O| Feb 25 02:16:37.195 INFO ok! |
9784 | 2025-02-25T02:16:39.161Z | [ host-image] Feb 25 02:16:37.195 INFO O| Feb 25 02:16:37.195 INFO STEP 94 (ensure_file) COMPLETE |
9785 | 2025-02-25T02:16:39.161Z | [ host-image] Feb 25 02:16:37.195 INFO O| Feb 25 02:16:37.195 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9786 | 2025-02-25T02:16:39.178Z | [ host-image] Feb 25 02:16:37.216 INFO O| Feb 25 02:16:37.216 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9787 | 2025-02-25T02:16:39.178Z | [ host-image] Feb 25 02:16:37.216 INFO O| Feb 25 02:16:37.216 INFO copying /tmp/.tmpZkvLVr/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 ... |
9788 | 2025-02-25T02:16:39.181Z | [ host-image] Feb 25 02:16:37.216 INFO O| Feb 25 02:16:37.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9789 | 2025-02-25T02:16:39.181Z | [ host-image] Feb 25 02:16:37.216 INFO O| Feb 25 02:16:37.216 INFO ok! |
9790 | 2025-02-25T02:16:39.182Z | [ host-image] Feb 25 02:16:37.216 INFO O| Feb 25 02:16:37.216 INFO STEP 95 (ensure_file) COMPLETE |
9791 | 2025-02-25T02:16:39.182Z | [ host-image] Feb 25 02:16:37.216 INFO O| Feb 25 02:16:37.216 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9792 | 2025-02-25T02:16:39.274Z | [ host-image] Feb 25 02:16:37.284 INFO O| Feb 25 02:16:37.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9793 | 2025-02-25T02:16:39.274Z | [ host-image] Feb 25 02:16:37.284 INFO O| Feb 25 02:16:37.284 INFO copying /tmp/.tmpZkvLVr/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 ... |
9794 | 2025-02-25T02:16:39.279Z | [ host-image] Feb 25 02:16:37.284 INFO O| Feb 25 02:16:37.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9795 | 2025-02-25T02:16:39.279Z | [ host-image] Feb 25 02:16:37.284 INFO O| Feb 25 02:16:37.284 INFO ok! |
9796 | 2025-02-25T02:16:39.279Z | [ host-image] Feb 25 02:16:37.284 INFO O| Feb 25 02:16:37.284 INFO STEP 96 (ensure_file) COMPLETE |
9797 | 2025-02-25T02:16:39.282Z | [ host-image] Feb 25 02:16:37.284 INFO O| Feb 25 02:16:37.284 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9798 | 2025-02-25T02:16:39.384Z | [ host-image] Feb 25 02:16:37.422 INFO O| Feb 25 02:16:37.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist |
9799 | 2025-02-25T02:16:39.384Z | [ host-image] Feb 25 02:16:37.422 INFO O| Feb 25 02:16:37.422 INFO copying /tmp/.tmpZkvLVr/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 ... |
9800 | 2025-02-25T02:16:39.387Z | [ host-image] Feb 25 02:16:37.422 INFO O| Feb 25 02:16:37.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d |
9801 | 2025-02-25T02:16:39.387Z | [ host-image] Feb 25 02:16:37.422 INFO O| Feb 25 02:16:37.422 INFO ok! |
9802 | 2025-02-25T02:16:39.388Z | [ host-image] Feb 25 02:16:37.422 INFO O| Feb 25 02:16:37.422 INFO STEP 97 (ensure_file) COMPLETE |
9803 | 2025-02-25T02:16:39.388Z | [ host-image] Feb 25 02:16:37.422 INFO O| Feb 25 02:16:37.422 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9804 | 2025-02-25T02:16:39.433Z | [ host-image] Feb 25 02:16:37.471 INFO O| Feb 25 02:16:37.471 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9805 | 2025-02-25T02:16:39.433Z | [ host-image] Feb 25 02:16:37.471 INFO O| Feb 25 02:16:37.471 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9806 | 2025-02-25T02:16:39.437Z | [ host-image] Feb 25 02:16:37.471 INFO O| Feb 25 02:16:37.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9807 | 2025-02-25T02:16:39.437Z | [ host-image] Feb 25 02:16:37.471 INFO O| Feb 25 02:16:37.471 INFO ok! |
9808 | 2025-02-25T02:16:39.437Z | [ host-image] Feb 25 02:16:37.471 INFO O| Feb 25 02:16:37.471 INFO STEP 98 (ensure_file) COMPLETE |
9809 | 2025-02-25T02:16:39.437Z | [ host-image] Feb 25 02:16:37.472 INFO O| Feb 25 02:16:37.471 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9810 | 2025-02-25T02:16:39.459Z | [ host-image] Feb 25 02:16:37.497 INFO O| Feb 25 02:16:37.497 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9811 | 2025-02-25T02:16:39.460Z | [ host-image] Feb 25 02:16:37.497 INFO O| Feb 25 02:16:37.497 INFO copying /tmp/.tmpZkvLVr/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 ... |
9812 | 2025-02-25T02:16:39.463Z | [ host-image] Feb 25 02:16:37.498 INFO O| Feb 25 02:16:37.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9813 | 2025-02-25T02:16:39.463Z | [ host-image] Feb 25 02:16:37.498 INFO O| Feb 25 02:16:37.498 INFO ok! |
9814 | 2025-02-25T02:16:39.463Z | [ host-image] Feb 25 02:16:37.498 INFO O| Feb 25 02:16:37.498 INFO STEP 99 (ensure_file) COMPLETE |
9815 | 2025-02-25T02:16:39.463Z | [ host-image] Feb 25 02:16:37.498 INFO O| Feb 25 02:16:37.498 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9816 | 2025-02-25T02:16:39.534Z | [ host-image] Feb 25 02:16:37.572 INFO O| Feb 25 02:16:37.572 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9817 | 2025-02-25T02:16:39.534Z | [ host-image] Feb 25 02:16:37.572 INFO O| Feb 25 02:16:37.572 INFO copying /tmp/.tmpZkvLVr/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 ... |
9818 | 2025-02-25T02:16:39.534Z | [ host-image] Feb 25 02:16:37.572 INFO O| Feb 25 02:16:37.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9819 | 2025-02-25T02:16:39.538Z | [ host-image] Feb 25 02:16:37.572 INFO O| Feb 25 02:16:37.572 INFO ok! |
9820 | 2025-02-25T02:16:39.538Z | [ host-image] Feb 25 02:16:37.572 INFO O| Feb 25 02:16:37.572 INFO STEP 100 (ensure_file) COMPLETE |
9821 | 2025-02-25T02:16:39.538Z | [ host-image] Feb 25 02:16:37.572 INFO O| Feb 25 02:16:37.572 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9822 | 2025-02-25T02:16:39.567Z | [ host-image] Feb 25 02:16:37.605 INFO O| Feb 25 02:16:37.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9823 | 2025-02-25T02:16:39.567Z | [ host-image] Feb 25 02:16:37.605 INFO O| Feb 25 02:16:37.605 INFO copying /tmp/.tmpZkvLVr/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 ... |
9824 | 2025-02-25T02:16:39.570Z | [ host-image] Feb 25 02:16:37.606 INFO O| Feb 25 02:16:37.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9825 | 2025-02-25T02:16:39.571Z | [ host-image] Feb 25 02:16:37.606 INFO O| Feb 25 02:16:37.605 INFO ok! |
9826 | 2025-02-25T02:16:39.571Z | [ host-image] Feb 25 02:16:37.606 INFO O| Feb 25 02:16:37.606 INFO STEP 101 (ensure_file) COMPLETE |
9827 | 2025-02-25T02:16:39.571Z | [ host-image] Feb 25 02:16:37.606 INFO O| Feb 25 02:16:37.606 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9828 | 2025-02-25T02:16:39.629Z | [ host-image] Feb 25 02:16:37.666 INFO O| Feb 25 02:16:37.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9829 | 2025-02-25T02:16:39.629Z | [ host-image] Feb 25 02:16:37.666 INFO O| Feb 25 02:16:37.666 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9830 | 2025-02-25T02:16:39.632Z | [ host-image] Feb 25 02:16:37.667 INFO O| Feb 25 02:16:37.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9831 | 2025-02-25T02:16:39.632Z | [ host-image] Feb 25 02:16:37.667 INFO O| Feb 25 02:16:37.667 INFO ok! |
9832 | 2025-02-25T02:16:39.633Z | [ host-image] Feb 25 02:16:37.667 INFO O| Feb 25 02:16:37.667 INFO STEP 102 (ensure_file) COMPLETE |
9833 | 2025-02-25T02:16:39.633Z | [ host-image] Feb 25 02:16:37.667 INFO O| Feb 25 02:16:37.667 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9834 | 2025-02-25T02:16:39.721Z | [ host-image] Feb 25 02:16:37.759 INFO O| Feb 25 02:16:37.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9835 | 2025-02-25T02:16:39.721Z | [ host-image] Feb 25 02:16:37.759 INFO O| Feb 25 02:16:37.759 INFO copying /tmp/.tmpZkvLVr/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 ... |
9836 | 2025-02-25T02:16:39.725Z | [ host-image] Feb 25 02:16:37.759 INFO O| Feb 25 02:16:37.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9837 | 2025-02-25T02:16:39.725Z | [ host-image] Feb 25 02:16:37.760 INFO O| Feb 25 02:16:37.760 INFO ok! |
9838 | 2025-02-25T02:16:39.725Z | [ host-image] Feb 25 02:16:37.760 INFO O| Feb 25 02:16:37.760 INFO STEP 103 (ensure_file) COMPLETE |
9839 | 2025-02-25T02:16:39.725Z | [ host-image] Feb 25 02:16:37.760 INFO O| Feb 25 02:16:37.760 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9840 | 2025-02-25T02:16:39.746Z | [ host-image] Feb 25 02:16:37.782 INFO O| Feb 25 02:16:37.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9841 | 2025-02-25T02:16:39.746Z | [ host-image] Feb 25 02:16:37.782 INFO O| Feb 25 02:16:37.782 INFO copying /tmp/.tmpZkvLVr/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 ... |
9842 | 2025-02-25T02:16:39.749Z | [ host-image] Feb 25 02:16:37.783 INFO O| Feb 25 02:16:37.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9843 | 2025-02-25T02:16:39.749Z | [ host-image] Feb 25 02:16:37.783 INFO O| Feb 25 02:16:37.783 INFO ok! |
9844 | 2025-02-25T02:16:39.749Z | [ host-image] Feb 25 02:16:37.783 INFO O| Feb 25 02:16:37.783 INFO STEP 104 (ensure_file) COMPLETE |
9845 | 2025-02-25T02:16:39.749Z | [ host-image] Feb 25 02:16:37.783 INFO O| Feb 25 02:16:37.783 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9846 | 2025-02-25T02:16:39.765Z | [ host-image] Feb 25 02:16:37.802 INFO O| Feb 25 02:16:37.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9847 | 2025-02-25T02:16:39.765Z | [ host-image] Feb 25 02:16:37.803 INFO O| Feb 25 02:16:37.802 INFO copying /tmp/.tmpZkvLVr/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 ... |
9848 | 2025-02-25T02:16:39.768Z | [ host-image] Feb 25 02:16:37.803 INFO O| Feb 25 02:16:37.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9849 | 2025-02-25T02:16:39.768Z | [ host-image] Feb 25 02:16:37.803 INFO O| Feb 25 02:16:37.803 INFO ok! |
9850 | 2025-02-25T02:16:39.768Z | [ host-image] Feb 25 02:16:37.803 INFO O| Feb 25 02:16:37.803 INFO STEP 105 (ensure_file) COMPLETE |
9851 | 2025-02-25T02:16:39.768Z | [ host-image] Feb 25 02:16:37.803 INFO O| Feb 25 02:16:37.803 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9852 | 2025-02-25T02:16:39.784Z | [ host-image] Feb 25 02:16:37.822 INFO O| Feb 25 02:16:37.822 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9853 | 2025-02-25T02:16:39.784Z | [ host-image] Feb 25 02:16:37.822 INFO O| Feb 25 02:16:37.822 INFO copying /tmp/.tmpZkvLVr/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 ... |
9854 | 2025-02-25T02:16:39.787Z | [ host-image] Feb 25 02:16:37.822 INFO O| Feb 25 02:16:37.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9855 | 2025-02-25T02:16:39.787Z | [ host-image] Feb 25 02:16:37.822 INFO O| Feb 25 02:16:37.822 INFO ok! |
9856 | 2025-02-25T02:16:39.787Z | [ host-image] Feb 25 02:16:37.822 INFO O| Feb 25 02:16:37.822 INFO STEP 106 (ensure_file) COMPLETE |
9857 | 2025-02-25T02:16:39.787Z | [ host-image] Feb 25 02:16:37.822 INFO O| Feb 25 02:16:37.822 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9858 | 2025-02-25T02:16:39.804Z | [ host-image] Feb 25 02:16:37.841 INFO O| Feb 25 02:16:37.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9859 | 2025-02-25T02:16:39.804Z | [ host-image] Feb 25 02:16:37.841 INFO O| Feb 25 02:16:37.841 INFO copying /tmp/.tmpZkvLVr/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 ... |
9860 | 2025-02-25T02:16:39.807Z | [ host-image] Feb 25 02:16:37.842 INFO O| Feb 25 02:16:37.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9861 | 2025-02-25T02:16:39.807Z | [ host-image] Feb 25 02:16:37.842 INFO O| Feb 25 02:16:37.842 INFO ok! |
9862 | 2025-02-25T02:16:39.807Z | [ host-image] Feb 25 02:16:37.842 INFO O| Feb 25 02:16:37.842 INFO STEP 107 (ensure_file) COMPLETE |
9863 | 2025-02-25T02:16:39.807Z | [ host-image] Feb 25 02:16:37.842 INFO O| Feb 25 02:16:37.842 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9864 | 2025-02-25T02:16:39.846Z | [ host-image] Feb 25 02:16:37.884 INFO O| Feb 25 02:16:37.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9865 | 2025-02-25T02:16:39.846Z | [ host-image] Feb 25 02:16:37.884 INFO O| Feb 25 02:16:37.884 INFO copying /tmp/.tmpZkvLVr/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 ... |
9866 | 2025-02-25T02:16:39.846Z | [ host-image] Feb 25 02:16:37.884 INFO O| Feb 25 02:16:37.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9867 | 2025-02-25T02:16:39.850Z | [ host-image] Feb 25 02:16:37.884 INFO O| Feb 25 02:16:37.884 INFO ok! |
9868 | 2025-02-25T02:16:39.850Z | [ host-image] Feb 25 02:16:37.884 INFO O| Feb 25 02:16:37.884 INFO STEP 108 (ensure_file) COMPLETE |
9869 | 2025-02-25T02:16:39.850Z | [ host-image] Feb 25 02:16:37.884 INFO O| Feb 25 02:16:37.884 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9870 | 2025-02-25T02:16:39.867Z | [ host-image] Feb 25 02:16:37.906 INFO O| Feb 25 02:16:37.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9871 | 2025-02-25T02:16:39.868Z | [ host-image] Feb 25 02:16:37.906 INFO O| Feb 25 02:16:37.906 INFO copying /tmp/.tmpZkvLVr/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 ... |
9872 | 2025-02-25T02:16:39.871Z | [ host-image] Feb 25 02:16:37.906 INFO O| Feb 25 02:16:37.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9873 | 2025-02-25T02:16:39.871Z | [ host-image] Feb 25 02:16:37.906 INFO O| Feb 25 02:16:37.906 INFO ok! |
9874 | 2025-02-25T02:16:39.871Z | [ host-image] Feb 25 02:16:37.906 INFO O| Feb 25 02:16:37.906 INFO STEP 109 (ensure_file) COMPLETE |
9875 | 2025-02-25T02:16:39.871Z | [ host-image] Feb 25 02:16:37.906 INFO O| Feb 25 02:16:37.906 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9876 | 2025-02-25T02:16:39.941Z | [ host-image] Feb 25 02:16:37.979 INFO O| Feb 25 02:16:37.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9877 | 2025-02-25T02:16:39.941Z | [ host-image] Feb 25 02:16:37.979 INFO O| Feb 25 02:16:37.979 INFO copying /tmp/.tmpZkvLVr/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 ... |
9878 | 2025-02-25T02:16:39.944Z | [ host-image] Feb 25 02:16:37.979 INFO O| Feb 25 02:16:37.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9879 | 2025-02-25T02:16:39.944Z | [ host-image] Feb 25 02:16:37.979 INFO O| Feb 25 02:16:37.979 INFO ok! |
9880 | 2025-02-25T02:16:39.944Z | [ host-image] Feb 25 02:16:37.979 INFO O| Feb 25 02:16:37.979 INFO STEP 110 (ensure_file) COMPLETE |
9881 | 2025-02-25T02:16:39.944Z | [ host-image] Feb 25 02:16:37.979 INFO O| Feb 25 02:16:37.979 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9882 | 2025-02-25T02:16:39.967Z | [ host-image] Feb 25 02:16:38.004 INFO O| Feb 25 02:16:38.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9883 | 2025-02-25T02:16:39.968Z | [ host-image] Feb 25 02:16:38.004 INFO O| Feb 25 02:16:38.004 INFO copying /tmp/.tmpZkvLVr/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 ... |
9884 | 2025-02-25T02:16:39.968Z | [ host-image] Feb 25 02:16:38.004 INFO O| Feb 25 02:16:38.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9885 | 2025-02-25T02:16:39.968Z | [ host-image] Feb 25 02:16:38.004 INFO O| Feb 25 02:16:38.004 INFO ok! |
9886 | 2025-02-25T02:16:39.971Z | [ host-image] Feb 25 02:16:38.004 INFO O| Feb 25 02:16:38.004 INFO STEP 111 (ensure_file) COMPLETE |
9887 | 2025-02-25T02:16:39.971Z | [ host-image] Feb 25 02:16:38.004 INFO O| Feb 25 02:16:38.004 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9888 | 2025-02-25T02:16:40.027Z | [ host-image] Feb 25 02:16:38.065 INFO O| Feb 25 02:16:38.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9889 | 2025-02-25T02:16:40.027Z | [ host-image] Feb 25 02:16:38.065 INFO O| Feb 25 02:16:38.065 INFO copying /tmp/.tmpZkvLVr/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 ... |
9890 | 2025-02-25T02:16:40.027Z | [ host-image] Feb 25 02:16:38.065 INFO O| Feb 25 02:16:38.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9891 | 2025-02-25T02:16:40.028Z | [ host-image] Feb 25 02:16:38.065 INFO O| Feb 25 02:16:38.065 INFO ok! |
9892 | 2025-02-25T02:16:40.031Z | [ host-image] Feb 25 02:16:38.065 INFO O| Feb 25 02:16:38.065 INFO STEP 112 (ensure_file) COMPLETE |
9893 | 2025-02-25T02:16:40.031Z | [ host-image] Feb 25 02:16:38.065 INFO O| Feb 25 02:16:38.065 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9894 | 2025-02-25T02:16:40.047Z | [ host-image] Feb 25 02:16:38.085 INFO O| Feb 25 02:16:38.085 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist |
9895 | 2025-02-25T02:16:40.047Z | [ host-image] Feb 25 02:16:38.085 INFO O| Feb 25 02:16:38.085 INFO copying /tmp/.tmpZkvLVr/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 ... |
9896 | 2025-02-25T02:16:40.047Z | [ host-image] Feb 25 02:16:38.085 INFO O| Feb 25 02:16:38.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh |
9897 | 2025-02-25T02:16:40.047Z | [ host-image] Feb 25 02:16:38.085 INFO O| Feb 25 02:16:38.085 INFO ok! |
9898 | 2025-02-25T02:16:40.051Z | [ host-image] Feb 25 02:16:38.085 INFO O| Feb 25 02:16:38.085 INFO STEP 113 (ensure_file) COMPLETE |
9899 | 2025-02-25T02:16:40.051Z | [ host-image] Feb 25 02:16:38.085 INFO O| Feb 25 02:16:38.085 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9900 | 2025-02-25T02:16:40.067Z | [ host-image] Feb 25 02:16:38.105 INFO O| Feb 25 02:16:38.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist |
9901 | 2025-02-25T02:16:40.068Z | [ host-image] Feb 25 02:16:38.106 INFO O| Feb 25 02:16:38.105 INFO copying /tmp/.tmpZkvLVr/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 ... |
9902 | 2025-02-25T02:16:40.071Z | [ host-image] Feb 25 02:16:38.106 INFO O| Feb 25 02:16:38.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d |
9903 | 2025-02-25T02:16:40.071Z | [ host-image] Feb 25 02:16:38.106 INFO O| Feb 25 02:16:38.106 INFO ok! |
9904 | 2025-02-25T02:16:40.071Z | [ host-image] Feb 25 02:16:38.106 INFO O| Feb 25 02:16:38.106 INFO STEP 114 (ensure_file) COMPLETE |
9905 | 2025-02-25T02:16:40.071Z | [ host-image] Feb 25 02:16:38.106 INFO O| Feb 25 02:16:38.106 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9906 | 2025-02-25T02:16:40.088Z | [ host-image] Feb 25 02:16:38.126 INFO O| Feb 25 02:16:38.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9907 | 2025-02-25T02:16:40.088Z | [ host-image] Feb 25 02:16:38.126 INFO O| Feb 25 02:16:38.126 INFO copying /tmp/.tmpZkvLVr/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 ... |
9908 | 2025-02-25T02:16:40.088Z | [ host-image] Feb 25 02:16:38.126 INFO O| Feb 25 02:16:38.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9909 | 2025-02-25T02:16:40.091Z | [ host-image] Feb 25 02:16:38.126 INFO O| Feb 25 02:16:38.126 INFO ok! |
9910 | 2025-02-25T02:16:40.091Z | [ host-image] Feb 25 02:16:38.126 INFO O| Feb 25 02:16:38.126 INFO STEP 115 (ensure_file) COMPLETE |
9911 | 2025-02-25T02:16:40.092Z | [ host-image] Feb 25 02:16:38.126 INFO O| Feb 25 02:16:38.126 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9912 | 2025-02-25T02:16:40.107Z | [ host-image] Feb 25 02:16:38.145 INFO O| Feb 25 02:16:38.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9913 | 2025-02-25T02:16:40.108Z | [ host-image] Feb 25 02:16:38.145 INFO O| Feb 25 02:16:38.145 INFO copying /tmp/.tmpZkvLVr/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 ... |
9914 | 2025-02-25T02:16:40.108Z | [ host-image] Feb 25 02:16:38.145 INFO O| Feb 25 02:16:38.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9915 | 2025-02-25T02:16:40.108Z | [ host-image] Feb 25 02:16:38.145 INFO O| Feb 25 02:16:38.145 INFO ok! |
9916 | 2025-02-25T02:16:40.108Z | [ host-image] Feb 25 02:16:38.145 INFO O| Feb 25 02:16:38.145 INFO STEP 116 (ensure_file) COMPLETE |
9917 | 2025-02-25T02:16:40.108Z | [ host-image] Feb 25 02:16:38.145 INFO O| Feb 25 02:16:38.145 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9918 | 2025-02-25T02:16:40.127Z | [ host-image] Feb 25 02:16:38.165 INFO O| Feb 25 02:16:38.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9919 | 2025-02-25T02:16:40.127Z | [ host-image] Feb 25 02:16:38.165 INFO O| Feb 25 02:16:38.165 INFO copying /tmp/.tmpZkvLVr/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 ... |
9920 | 2025-02-25T02:16:40.127Z | [ host-image] Feb 25 02:16:38.165 INFO O| Feb 25 02:16:38.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9921 | 2025-02-25T02:16:40.127Z | [ host-image] Feb 25 02:16:38.165 INFO O| Feb 25 02:16:38.165 INFO ok! |
9922 | 2025-02-25T02:16:40.130Z | [ host-image] Feb 25 02:16:38.165 INFO O| Feb 25 02:16:38.165 INFO STEP 117 (ensure_file) COMPLETE |
9923 | 2025-02-25T02:16:40.131Z | [ host-image] Feb 25 02:16:38.165 INFO O| Feb 25 02:16:38.165 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9924 | 2025-02-25T02:16:40.146Z | [ host-image] Feb 25 02:16:38.184 INFO O| Feb 25 02:16:38.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9925 | 2025-02-25T02:16:40.149Z | [ host-image] Feb 25 02:16:38.184 INFO O| Feb 25 02:16:38.184 INFO copying /tmp/.tmpZkvLVr/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 ... |
9926 | 2025-02-25T02:16:40.149Z | [ host-image] Feb 25 02:16:38.184 INFO O| Feb 25 02:16:38.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9927 | 2025-02-25T02:16:40.149Z | [ host-image] Feb 25 02:16:38.184 INFO O| Feb 25 02:16:38.184 INFO ok! |
9928 | 2025-02-25T02:16:40.149Z | [ host-image] Feb 25 02:16:38.184 INFO O| Feb 25 02:16:38.184 INFO STEP 118 (ensure_file) COMPLETE |
9929 | 2025-02-25T02:16:40.149Z | [ host-image] Feb 25 02:16:38.184 INFO O| Feb 25 02:16:38.184 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9930 | 2025-02-25T02:16:40.165Z | [ host-image] Feb 25 02:16:38.203 INFO O| Feb 25 02:16:38.203 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9931 | 2025-02-25T02:16:40.165Z | [ host-image] Feb 25 02:16:38.203 INFO O| Feb 25 02:16:38.203 INFO copying /tmp/.tmpZkvLVr/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 ... |
9932 | 2025-02-25T02:16:40.168Z | [ host-image] Feb 25 02:16:38.203 INFO O| Feb 25 02:16:38.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9933 | 2025-02-25T02:16:40.168Z | [ host-image] Feb 25 02:16:38.203 INFO O| Feb 25 02:16:38.203 INFO ok! |
9934 | 2025-02-25T02:16:40.169Z | [ host-image] Feb 25 02:16:38.203 INFO O| Feb 25 02:16:38.203 INFO STEP 119 (ensure_file) COMPLETE |
9935 | 2025-02-25T02:16:40.169Z | [ host-image] Feb 25 02:16:38.203 INFO O| Feb 25 02:16:38.203 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9936 | 2025-02-25T02:16:40.193Z | [ host-image] Feb 25 02:16:38.231 INFO O| Feb 25 02:16:38.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9937 | 2025-02-25T02:16:40.193Z | [ host-image] Feb 25 02:16:38.231 INFO O| Feb 25 02:16:38.231 INFO copying /tmp/.tmpZkvLVr/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 ... |
9938 | 2025-02-25T02:16:40.193Z | [ host-image] Feb 25 02:16:38.231 INFO O| Feb 25 02:16:38.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9939 | 2025-02-25T02:16:40.197Z | [ host-image] Feb 25 02:16:38.231 INFO O| Feb 25 02:16:38.231 INFO ok! |
9940 | 2025-02-25T02:16:40.197Z | [ host-image] Feb 25 02:16:38.231 INFO O| Feb 25 02:16:38.231 INFO STEP 120 (ensure_file) COMPLETE |
9941 | 2025-02-25T02:16:40.197Z | [ host-image] Feb 25 02:16:38.231 INFO O| Feb 25 02:16:38.231 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9942 | 2025-02-25T02:16:40.215Z | [ host-image] Feb 25 02:16:38.253 INFO O| Feb 25 02:16:38.252 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9943 | 2025-02-25T02:16:40.215Z | [ host-image] Feb 25 02:16:38.253 INFO O| Feb 25 02:16:38.253 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9944 | 2025-02-25T02:16:40.218Z | [ host-image] Feb 25 02:16:38.253 INFO O| Feb 25 02:16:38.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9945 | 2025-02-25T02:16:40.218Z | [ host-image] Feb 25 02:16:38.253 INFO O| Feb 25 02:16:38.253 INFO ok! |
9946 | 2025-02-25T02:16:40.218Z | [ host-image] Feb 25 02:16:38.253 INFO O| Feb 25 02:16:38.253 INFO STEP 121 (ensure_file) COMPLETE |
9947 | 2025-02-25T02:16:40.218Z | [ host-image] Feb 25 02:16:38.253 INFO O| Feb 25 02:16:38.253 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9948 | 2025-02-25T02:16:40.235Z | [ host-image] Feb 25 02:16:38.273 INFO O| Feb 25 02:16:38.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9949 | 2025-02-25T02:16:40.235Z | [ host-image] Feb 25 02:16:38.273 INFO O| Feb 25 02:16:38.273 INFO copying /tmp/.tmpZkvLVr/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 ... |
9950 | 2025-02-25T02:16:40.235Z | [ host-image] Feb 25 02:16:38.273 INFO O| Feb 25 02:16:38.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9951 | 2025-02-25T02:16:40.239Z | [ host-image] Feb 25 02:16:38.273 INFO O| Feb 25 02:16:38.273 INFO ok! |
9952 | 2025-02-25T02:16:40.239Z | [ host-image] Feb 25 02:16:38.273 INFO O| Feb 25 02:16:38.273 INFO STEP 122 (ensure_file) COMPLETE |
9953 | 2025-02-25T02:16:40.239Z | [ host-image] Feb 25 02:16:38.273 INFO O| Feb 25 02:16:38.273 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9954 | 2025-02-25T02:16:40.262Z | [ host-image] Feb 25 02:16:38.300 INFO O| Feb 25 02:16:38.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9955 | 2025-02-25T02:16:40.262Z | [ host-image] Feb 25 02:16:38.300 INFO O| Feb 25 02:16:38.300 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9956 | 2025-02-25T02:16:40.266Z | [ host-image] Feb 25 02:16:38.300 INFO O| Feb 25 02:16:38.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9957 | 2025-02-25T02:16:40.266Z | [ host-image] Feb 25 02:16:38.300 INFO O| Feb 25 02:16:38.300 INFO ok! |
9958 | 2025-02-25T02:16:40.266Z | [ host-image] Feb 25 02:16:38.300 INFO O| Feb 25 02:16:38.300 INFO STEP 123 (ensure_file) COMPLETE |
9959 | 2025-02-25T02:16:40.266Z | [ host-image] Feb 25 02:16:38.300 INFO O| Feb 25 02:16:38.300 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9960 | 2025-02-25T02:16:40.328Z | [ host-image] Feb 25 02:16:38.366 INFO O| Feb 25 02:16:38.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9961 | 2025-02-25T02:16:40.328Z | [ host-image] Feb 25 02:16:38.366 INFO O| Feb 25 02:16:38.366 INFO copying /tmp/.tmpZkvLVr/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9962 | 2025-02-25T02:16:41.474Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
9963 | 2025-02-25T02:16:53.513Z | [ host-image] Feb 25 02:16:51.551 INFO O| Feb 25 02:16:51.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9964 | 2025-02-25T02:16:53.514Z | [ host-image] Feb 25 02:16:51.551 INFO O| Feb 25 02:16:51.551 INFO ok! |
9965 | 2025-02-25T02:16:53.514Z | [ host-image] Feb 25 02:16:51.551 INFO O| Feb 25 02:16:51.551 INFO STEP 124 (ensure_file) COMPLETE |
9966 | 2025-02-25T02:16:53.517Z | [ host-image] Feb 25 02:16:51.551 INFO O| Feb 25 02:16:51.551 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9967 | 2025-02-25T02:16:53.538Z | [ host-image] Feb 25 02:16:51.575 INFO O| Feb 25 02:16:51.575 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9968 | 2025-02-25T02:16:53.538Z | [ host-image] Feb 25 02:16:51.575 INFO O| Feb 25 02:16:51.575 INFO STEP 125 (ensure_dir) COMPLETE |
9969 | 2025-02-25T02:16:53.541Z | [ host-image] Feb 25 02:16:51.575 INFO O| Feb 25 02:16:51.575 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9970 | 2025-02-25T02:16:53.556Z | [ host-image] Feb 25 02:16:51.593 INFO O| Feb 25 02:16:51.593 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9971 | 2025-02-25T02:16:53.559Z | [ host-image] Feb 25 02:16:51.594 INFO O| Feb 25 02:16:51.593 INFO STEP 126 (ensure_dir) COMPLETE |
9972 | 2025-02-25T02:16:53.559Z | [ host-image] Feb 25 02:16:51.594 INFO O| Feb 25 02:16:51.593 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9973 | 2025-02-25T02:16:53.573Z | [ host-image] Feb 25 02:16:51.611 INFO O| Feb 25 02:16:51.611 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9974 | 2025-02-25T02:16:53.573Z | [ host-image] Feb 25 02:16:51.611 INFO O| Feb 25 02:16:51.611 INFO STEP 127 (ensure_dir) COMPLETE |
9975 | 2025-02-25T02:16:53.576Z | [ host-image] Feb 25 02:16:51.611 INFO O| Feb 25 02:16:51.611 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9976 | 2025-02-25T02:16:53.629Z | [ host-image] Feb 25 02:16:51.667 INFO O| Feb 25 02:16:51.667 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9977 | 2025-02-25T02:16:53.629Z | [ host-image] Feb 25 02:16:51.667 INFO O| Feb 25 02:16:51.667 INFO STEP 128 (ensure_dir) COMPLETE |
9978 | 2025-02-25T02:16:53.629Z | [ host-image] Feb 25 02:16:51.667 INFO O| Feb 25 02:16:51.667 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9979 | 2025-02-25T02:16:53.650Z | [ host-image] Feb 25 02:16:51.687 INFO O| Feb 25 02:16:51.687 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9980 | 2025-02-25T02:16:53.650Z | [ host-image] Feb 25 02:16:51.687 INFO O| Feb 25 02:16:51.687 INFO copying /tmp/.tmpZkvLVr/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 ... |
9981 | 2025-02-25T02:16:53.653Z | [ host-image] Feb 25 02:16:51.688 INFO O| Feb 25 02:16:51.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9982 | 2025-02-25T02:16:53.653Z | [ host-image] Feb 25 02:16:51.688 INFO O| Feb 25 02:16:51.688 INFO ok! |
9983 | 2025-02-25T02:16:53.653Z | [ host-image] Feb 25 02:16:51.688 INFO O| Feb 25 02:16:51.688 INFO STEP 129 (ensure_file) COMPLETE |
9984 | 2025-02-25T02:16:53.653Z | [ host-image] Feb 25 02:16:51.688 INFO O| Feb 25 02:16:51.688 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9985 | 2025-02-25T02:16:53.669Z | [ host-image] Feb 25 02:16:51.707 INFO O| Feb 25 02:16:51.707 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9986 | 2025-02-25T02:16:53.669Z | [ host-image] Feb 25 02:16:51.707 INFO O| Feb 25 02:16:51.707 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9987 | 2025-02-25T02:16:53.673Z | [ host-image] Feb 25 02:16:51.707 INFO O| Feb 25 02:16:51.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9988 | 2025-02-25T02:16:53.673Z | [ host-image] Feb 25 02:16:51.707 INFO O| Feb 25 02:16:51.707 INFO STEP 130 (ensure_dir) COMPLETE |
9989 | 2025-02-25T02:16:53.673Z | [ host-image] Feb 25 02:16:51.707 INFO O| Feb 25 02:16:51.707 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9990 | 2025-02-25T02:16:53.688Z | [ host-image] Feb 25 02:16:51.726 INFO O| Feb 25 02:16:51.726 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9991 | 2025-02-25T02:16:53.691Z | [ host-image] Feb 25 02:16:51.726 INFO O| Feb 25 02:16:51.726 INFO copying /tmp/.tmpZkvLVr/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9992 | 2025-02-25T02:16:53.691Z | [ host-image] Feb 25 02:16:51.727 INFO O| Feb 25 02:16:51.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9993 | 2025-02-25T02:16:53.692Z | [ host-image] Feb 25 02:16:51.727 INFO O| Feb 25 02:16:51.727 INFO ok! |
9994 | 2025-02-25T02:16:53.692Z | [ host-image] Feb 25 02:16:51.727 INFO O| Feb 25 02:16:51.727 INFO STEP 131 (ensure_file) COMPLETE |
9995 | 2025-02-25T02:16:53.692Z | [ host-image] Feb 25 02:16:51.727 INFO O| Feb 25 02:16:51.727 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9996 | 2025-02-25T02:16:53.721Z | [ host-image] Feb 25 02:16:51.759 INFO O| Feb 25 02:16:51.759 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9997 | 2025-02-25T02:16:53.724Z | [ host-image] Feb 25 02:16:51.759 INFO O| Feb 25 02:16:51.759 INFO STEP 132 (remove_files) COMPLETE |
9998 | 2025-02-25T02:16:53.724Z | [ host-image] Feb 25 02:16:51.759 INFO O| Feb 25 02:16:51.759 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9999 | 2025-02-25T02:16:53.759Z | [ host-image] Feb 25 02:16:51.797 INFO O| Feb 25 02:16:51.797 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
10000 | 2025-02-25T02:16:53.762Z | [ host-image] Feb 25 02:16:51.797 INFO O| Feb 25 02:16:51.797 INFO STEP 133 (remove_files) COMPLETE |
10001 | 2025-02-25T02:16:53.763Z | [ host-image] Feb 25 02:16:51.797 INFO O| Feb 25 02:16:51.797 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10002 | 2025-02-25T02:16:53.800Z | [ recovery-image] Feb 25 02:16:51.838 INFO E| Finished `release` profile [optimized] target(s) in 1m 29s |
10003 | 2025-02-25T02:16:53.820Z | [ host-image] Feb 25 02:16:51.858 INFO O| Feb 25 02:16:51.858 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
10004 | 2025-02-25T02:16:53.823Z | [ host-image] Feb 25 02:16:51.858 INFO O| Feb 25 02:16:51.858 INFO STEP 134 (remove_files) COMPLETE |
10005 | 2025-02-25T02:16:53.823Z | [ host-image] Feb 25 02:16:51.859 INFO O| Feb 25 02:16:51.859 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10006 | 2025-02-25T02:16:53.837Z | [ recovery-image] Feb 25 02:16:51.875 INFO building host image... |
10007 | 2025-02-25T02:16:53.842Z | [ recovery-image] Feb 25 02:16:51.876 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") |
10008 | 2025-02-25T02:16:53.845Z | [ host-image] Feb 25 02:16:51.878 INFO O| Feb 25 02:16:51.878 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
10009 | 2025-02-25T02:16:53.845Z | [ host-image] Feb 25 02:16:51.878 INFO O| Feb 25 02:16:51.878 INFO STEP 135 (remove_files) COMPLETE |
10010 | 2025-02-25T02:16:53.845Z | [ host-image] Feb 25 02:16:51.878 INFO O| Feb 25 02:16:51.878 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10011 | 2025-02-25T02:16:53.858Z | [ host-image] Feb 25 02:16:51.896 INFO O| Feb 25 02:16:51.896 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
10012 | 2025-02-25T02:16:53.861Z | [ host-image] Feb 25 02:16:51.896 INFO O| Feb 25 02:16:51.896 INFO STEP 136 (remove_files) COMPLETE |
10013 | 2025-02-25T02:16:53.861Z | [ host-image] Feb 25 02:16:51.897 INFO O| Feb 25 02:16:51.896 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10014 | 2025-02-25T02:16:53.877Z | [ host-image] Feb 25 02:16:51.915 INFO O| Feb 25 02:16:51.915 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
10015 | 2025-02-25T02:16:53.880Z | [ host-image] Feb 25 02:16:51.915 INFO O| Feb 25 02:16:51.915 INFO STEP 137 (remove_files) COMPLETE |
10016 | 2025-02-25T02:16:53.880Z | [ host-image] Feb 25 02:16:51.916 INFO O| Feb 25 02:16:51.915 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10017 | 2025-02-25T02:16:53.896Z | [ host-image] Feb 25 02:16:51.934 INFO O| Feb 25 02:16:51.934 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
10018 | 2025-02-25T02:16:53.899Z | [ host-image] Feb 25 02:16:51.934 INFO O| Feb 25 02:16:51.934 INFO STEP 138 (remove_files) COMPLETE |
10019 | 2025-02-25T02:16:53.899Z | [ host-image] Feb 25 02:16:51.934 INFO O| Feb 25 02:16:51.934 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10020 | 2025-02-25T02:16:53.915Z | [ host-image] Feb 25 02:16:51.953 INFO O| Feb 25 02:16:51.953 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
10021 | 2025-02-25T02:16:53.918Z | [ host-image] Feb 25 02:16:51.953 INFO O| Feb 25 02:16:51.953 INFO STEP 139 (remove_files) COMPLETE |
10022 | 2025-02-25T02:16:53.918Z | [ host-image] Feb 25 02:16:51.953 INFO O| Feb 25 02:16:51.953 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10023 | 2025-02-25T02:16:53.933Z | [ host-image] Feb 25 02:16:51.970 INFO O| Feb 25 02:16:51.970 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
10024 | 2025-02-25T02:16:53.933Z | [ host-image] Feb 25 02:16:51.970 INFO O| Feb 25 02:16:51.970 INFO STEP 140 (remove_files) COMPLETE |
10025 | 2025-02-25T02:16:53.936Z | [ host-image] Feb 25 02:16:51.970 INFO O| Feb 25 02:16:51.970 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10026 | 2025-02-25T02:16:53.951Z | [ host-image] Feb 25 02:16:51.989 INFO O| Feb 25 02:16:51.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
10027 | 2025-02-25T02:16:53.954Z | [ host-image] Feb 25 02:16:51.989 INFO O| Feb 25 02:16:51.989 INFO STEP 141 (remove_files) COMPLETE |
10028 | 2025-02-25T02:16:53.954Z | [ host-image] Feb 25 02:16:51.989 INFO O| Feb 25 02:16:51.989 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10029 | 2025-02-25T02:16:53.970Z | [ host-image] Feb 25 02:16:52.008 INFO O| Feb 25 02:16:52.007 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
10030 | 2025-02-25T02:16:53.970Z | [ host-image] Feb 25 02:16:52.008 INFO O| Feb 25 02:16:52.008 INFO STEP 142 (remove_files) COMPLETE |
10031 | 2025-02-25T02:16:53.973Z | [ host-image] Feb 25 02:16:52.008 INFO O| Feb 25 02:16:52.008 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10032 | 2025-02-25T02:16:53.988Z | [ host-image] Feb 25 02:16:52.025 INFO O| Feb 25 02:16:52.025 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
10033 | 2025-02-25T02:16:53.988Z | [ host-image] Feb 25 02:16:52.025 INFO O| Feb 25 02:16:52.025 INFO STEP 143 (remove_files) COMPLETE |
10034 | 2025-02-25T02:16:53.988Z | [ host-image] Feb 25 02:16:52.026 INFO O| Feb 25 02:16:52.025 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10035 | 2025-02-25T02:16:54.021Z | [ host-image] Feb 25 02:16:52.059 INFO O| Feb 25 02:16:52.059 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
10036 | 2025-02-25T02:16:54.025Z | [ host-image] Feb 25 02:16:52.060 INFO O| Feb 25 02:16:52.059 INFO STEP 144 (remove_files) COMPLETE |
10037 | 2025-02-25T02:16:54.025Z | [ host-image] Feb 25 02:16:52.060 INFO O| Feb 25 02:16:52.060 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10038 | 2025-02-25T02:16:54.038Z | [ host-image] Feb 25 02:16:52.076 INFO O| Feb 25 02:16:52.076 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
10039 | 2025-02-25T02:16:54.041Z | [ host-image] Feb 25 02:16:52.076 INFO O| Feb 25 02:16:52.076 INFO STEP 145 (remove_files) COMPLETE |
10040 | 2025-02-25T02:16:54.041Z | [ host-image] Feb 25 02:16:52.076 INFO O| Feb 25 02:16:52.076 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10041 | 2025-02-25T02:16:54.095Z | [ host-image] Feb 25 02:16:52.133 INFO O| Feb 25 02:16:52.132 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
10042 | 2025-02-25T02:16:54.098Z | [ host-image] Feb 25 02:16:52.133 INFO O| Feb 25 02:16:52.133 INFO STEP 146 (remove_files) COMPLETE |
10043 | 2025-02-25T02:16:54.098Z | [ host-image] Feb 25 02:16:52.133 INFO O| Feb 25 02:16:52.133 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10044 | 2025-02-25T02:16:54.120Z | [ host-image] Feb 25 02:16:52.158 INFO O| Feb 25 02:16:52.158 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
10045 | 2025-02-25T02:16:54.121Z | [ host-image] Feb 25 02:16:52.158 INFO O| Feb 25 02:16:52.158 INFO STEP 147 (remove_files) COMPLETE |
10046 | 2025-02-25T02:16:54.121Z | [ host-image] Feb 25 02:16:52.158 INFO O| Feb 25 02:16:52.158 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10047 | 2025-02-25T02:16:54.139Z | [ host-image] Feb 25 02:16:52.177 INFO O| Feb 25 02:16:52.177 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
10048 | 2025-02-25T02:16:54.139Z | [ host-image] Feb 25 02:16:52.177 INFO O| Feb 25 02:16:52.177 INFO STEP 148 (remove_files) COMPLETE |
10049 | 2025-02-25T02:16:54.142Z | [ host-image] Feb 25 02:16:52.177 INFO O| Feb 25 02:16:52.177 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10050 | 2025-02-25T02:16:54.157Z | [ host-image] Feb 25 02:16:52.195 INFO O| Feb 25 02:16:52.195 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
10051 | 2025-02-25T02:16:54.157Z | [ host-image] Feb 25 02:16:52.195 INFO O| Feb 25 02:16:52.195 INFO STEP 149 (remove_files) COMPLETE |
10052 | 2025-02-25T02:16:54.157Z | [ host-image] Feb 25 02:16:52.195 INFO O| Feb 25 02:16:52.195 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10053 | 2025-02-25T02:16:54.247Z | [ host-image] Feb 25 02:16:52.284 INFO O| Feb 25 02:16:52.284 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
10054 | 2025-02-25T02:16:54.247Z | [ host-image] Feb 25 02:16:52.284 INFO O| Feb 25 02:16:52.284 INFO STEP 150 (remove_files) COMPLETE |
10055 | 2025-02-25T02:16:54.247Z | [ host-image] Feb 25 02:16:52.284 INFO O| Feb 25 02:16:52.284 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10056 | 2025-02-25T02:16:54.265Z | [ host-image] Feb 25 02:16:52.303 INFO O| Feb 25 02:16:52.303 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
10057 | 2025-02-25T02:16:54.265Z | [ host-image] Feb 25 02:16:52.303 INFO O| Feb 25 02:16:52.303 INFO STEP 151 (remove_files) COMPLETE |
10058 | 2025-02-25T02:16:54.266Z | [ host-image] Feb 25 02:16:52.303 INFO O| Feb 25 02:16:52.303 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10059 | 2025-02-25T02:16:54.284Z | [ host-image] Feb 25 02:16:52.322 INFO O| Feb 25 02:16:52.322 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
10060 | 2025-02-25T02:16:54.287Z | [ host-image] Feb 25 02:16:52.322 INFO O| Feb 25 02:16:52.322 INFO STEP 152 (remove_files) COMPLETE |
10061 | 2025-02-25T02:16:54.288Z | [ host-image] Feb 25 02:16:52.322 INFO O| Feb 25 02:16:52.322 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10062 | 2025-02-25T02:16:54.303Z | [ host-image] Feb 25 02:16:52.341 INFO O| Feb 25 02:16:52.340 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
10063 | 2025-02-25T02:16:54.306Z | [ host-image] Feb 25 02:16:52.341 INFO O| Feb 25 02:16:52.341 INFO STEP 153 (remove_files) COMPLETE |
10064 | 2025-02-25T02:16:54.306Z | [ host-image] Feb 25 02:16:52.341 INFO O| Feb 25 02:16:52.341 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10065 | 2025-02-25T02:16:54.337Z | [ host-image] Feb 25 02:16:52.358 INFO O| Feb 25 02:16:52.358 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
10066 | 2025-02-25T02:16:54.337Z | [ host-image] Feb 25 02:16:52.358 INFO O| Feb 25 02:16:52.358 INFO STEP 154 (remove_files) COMPLETE |
10067 | 2025-02-25T02:16:54.337Z | [ host-image] Feb 25 02:16:52.358 INFO O| Feb 25 02:16:52.358 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10068 | 2025-02-25T02:16:54.341Z | [ host-image] Feb 25 02:16:52.375 INFO O| Feb 25 02:16:52.375 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
10069 | 2025-02-25T02:16:54.341Z | [ host-image] Feb 25 02:16:52.375 INFO O| Feb 25 02:16:52.375 INFO STEP 155 (remove_files) COMPLETE |
10070 | 2025-02-25T02:16:54.341Z | [ host-image] Feb 25 02:16:52.376 INFO O| Feb 25 02:16:52.375 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10071 | 2025-02-25T02:16:54.357Z | [ host-image] Feb 25 02:16:52.395 INFO O| Feb 25 02:16:52.394 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
10072 | 2025-02-25T02:16:54.357Z | [ host-image] Feb 25 02:16:52.395 INFO O| Feb 25 02:16:52.395 INFO STEP 156 (remove_files) COMPLETE |
10073 | 2025-02-25T02:16:54.357Z | [ host-image] Feb 25 02:16:52.395 INFO O| Feb 25 02:16:52.395 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10074 | 2025-02-25T02:16:54.445Z | [ host-image] Feb 25 02:16:52.482 INFO O| Feb 25 02:16:52.482 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
10075 | 2025-02-25T02:16:54.445Z | [ host-image] Feb 25 02:16:52.482 INFO O| Feb 25 02:16:52.482 INFO STEP 157 (remove_files) COMPLETE |
10076 | 2025-02-25T02:16:54.448Z | [ host-image] Feb 25 02:16:52.482 INFO O| Feb 25 02:16:52.482 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10077 | 2025-02-25T02:16:54.463Z | [ host-image] Feb 25 02:16:52.500 INFO O| Feb 25 02:16:52.500 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
10078 | 2025-02-25T02:16:54.463Z | [ host-image] Feb 25 02:16:52.501 INFO O| Feb 25 02:16:52.500 INFO STEP 158 (remove_files) COMPLETE |
10079 | 2025-02-25T02:16:54.466Z | [ host-image] Feb 25 02:16:52.501 INFO O| Feb 25 02:16:52.501 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10080 | 2025-02-25T02:16:54.481Z | [ host-image] Feb 25 02:16:52.519 INFO O| Feb 25 02:16:52.519 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
10081 | 2025-02-25T02:16:54.482Z | [ host-image] Feb 25 02:16:52.519 INFO O| Feb 25 02:16:52.519 INFO STEP 159 (remove_files) COMPLETE |
10082 | 2025-02-25T02:16:54.485Z | [ host-image] Feb 25 02:16:52.520 INFO O| Feb 25 02:16:52.519 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10083 | 2025-02-25T02:16:54.505Z | [ host-image] Feb 25 02:16:52.542 INFO O| Feb 25 02:16:52.542 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
10084 | 2025-02-25T02:16:54.505Z | [ host-image] Feb 25 02:16:52.542 INFO O| Feb 25 02:16:52.542 INFO STEP 160 (remove_files) COMPLETE |
10085 | 2025-02-25T02:16:54.505Z | [ host-image] Feb 25 02:16:52.542 INFO O| Feb 25 02:16:52.542 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
10086 | 2025-02-25T02:16:54.535Z | [ host-image] Feb 25 02:16:52.571 INFO O| Feb 25 02:16:52.571 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
10087 | 2025-02-25T02:16:54.538Z | [ host-image] Feb 25 02:16:52.572 INFO O| Feb 25 02:16:52.572 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
10088 | 2025-02-25T02:16:54.779Z | [ recovery-image] Feb 25 02:16:52.816 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
10089 | 2025-02-25T02:16:57.370Z | [ recovery-image] Feb 25 02:16:55.407 INFO image complete! materials are in "/work/os-recovery" |
10090 | 2025-02-25T02:16:57.376Z | [ recovery-image] |
10091 | 2025-02-25T02:16:57.379Z | [ recovery-image] real 11:29.929695707 |
10092 | 2025-02-25T02:16:57.379Z | [ recovery-image] user 7:00.517981513 |
10093 | 2025-02-25T02:16:57.379Z | [ recovery-image] sys 1:04.134933518 |
10094 | 2025-02-25T02:16:57.379Z | [ recovery-image] trap 0.436850970 |
10095 | 2025-02-25T02:16:57.379Z | [ recovery-image] tflt 1.033507031 |
10096 | 2025-02-25T02:16:57.379Z | [ recovery-image] dflt 3.747474215 |
10097 | 2025-02-25T02:16:57.380Z | [ recovery-image] kflt 0.001694881 |
10098 | 2025-02-25T02:16:57.380Z | [ recovery-image] lock 16:41.373534365 |
10099 | 2025-02-25T02:16:57.380Z | [ recovery-image] slp 1:10:23.488677689 |
10100 | 2025-02-25T02:16:57.380Z | [ recovery-image] lat 5:43.926716426 |
10101 | 2025-02-25T02:16:57.380Z | [ recovery-image] stop 12.067811591 |
10102 | 2025-02-25T02:16:57.380Z | Feb 25 02:16:55.415 INFO [recovery-image] process exited with exit status: 0 (689.966992666s) |
10103 | 2025-02-25T02:17:07.590Z | [ host-image] Feb 25 02:17:05.628 INFO O| Feb 25 02:17:05.628 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 |
10104 | 2025-02-25T02:17:07.593Z | [ host-image] Feb 25 02:17:05.628 INFO O| Feb 25 02:17:05.628 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
10105 | 2025-02-25T02:17:07.611Z | [ host-image] Feb 25 02:17:05.649 INFO O| Feb 25 02:17:05.649 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
10106 | 2025-02-25T02:17:07.774Z | [ host-image] Feb 25 02:17:05.812 INFO O| Feb 25 02:17:05.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
10107 | 2025-02-25T02:17:07.774Z | [ host-image] Feb 25 02:17:05.812 INFO O| Feb 25 02:17:05.812 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
10108 | 2025-02-25T02:17:07.777Z | [ host-image] Feb 25 02:17:05.814 INFO O| Feb 25 02:17:05.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
10109 | 2025-02-25T02:17:07.777Z | [ host-image] Feb 25 02:17:05.814 INFO O| Feb 25 02:17:05.814 INFO ok! |
10110 | 2025-02-25T02:17:07.777Z | [ host-image] Feb 25 02:17:05.814 INFO O| Feb 25 02:17:05.814 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
10111 | 2025-02-25T02:17:07.777Z | [ host-image] Feb 25 02:17:05.815 INFO O| Feb 25 02:17:05.815 INFO STEP 161 (seed_smf) COMPLETE |
10112 | 2025-02-25T02:17:07.777Z | [ host-image] Feb 25 02:17:05.815 INFO O| Feb 25 02:17:05.815 INFO steps complete; finalising image! |
10113 | 2025-02-25T02:17:07.780Z | [ host-image] Feb 25 02:17:05.815 INFO O| Feb 25 02:17:05.815 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
10114 | 2025-02-25T02:17:07.973Z | [ host-image] Feb 25 02:17:06.010 INFO O| Feb 25 02:17:06.010 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Feb 25 02:17:05 2025) |
10115 | 2025-02-25T02:17:08.184Z | [ host-image] Feb 25 02:17:06.222 INFO O| Feb 25 02:17:06.222 INFO trim TEMPORARY-gimlet-zfs: (19% trimmed, started at Tue Feb 25 02:17:05 2025) |
10116 | 2025-02-25T02:17:08.399Z | [ host-image] Feb 25 02:17:06.437 INFO O| Feb 25 02:17:06.437 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Tue Feb 25 02:17:05 2025) |
10117 | 2025-02-25T02:17:08.635Z | [ host-image] Feb 25 02:17:06.672 INFO O| Feb 25 02:17:06.672 INFO temporary pool has 720M used, 112M avail, 1.79x compressratio |
10118 | 2025-02-25T02:17:08.635Z | [ host-image] Feb 25 02:17:06.673 INFO O| Feb 25 02:17:06.672 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
10119 | 2025-02-25T02:17:09.376Z | [ host-image] Feb 25 02:17:07.413 INFO O| Feb 25 02:17:07.413 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
10120 | 2025-02-25T02:17:09.376Z | [ host-image] Feb 25 02:17:07.413 INFO O| Feb 25 02:17:07.413 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
10121 | 2025-02-25T02:17:11.500Z | [ host-image] Feb 25 02:17:09.537 INFO O| Feb 25 02:17:09.537 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
10122 | 2025-02-25T02:17:11.500Z | [ host-image] Feb 25 02:17:09.537 INFO O| Feb 25 02:17:09.537 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
10123 | 2025-02-25T02:17:11.502Z | [ host-image] Feb 25 02:17:09.537 INFO O| Feb 25 02:17:09.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
10124 | 2025-02-25T02:17:11.502Z | [ host-image] Feb 25 02:17:09.537 INFO O| Feb 25 02:17:09.537 INFO completed processing gimlet/zfs |
10125 | 2025-02-25T02:17:11.502Z | [ host-image] Feb 25 02:17:09.537 INFO O| Feb 25 02:17:09.537 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
10126 | 2025-02-25T02:17:20.726Z | [ host-image] Feb 25 02:17:18.764 INFO O| Feb 25 02:17:18.764 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
10127 | 2025-02-25T02:17:20.848Z | [ host-image] Feb 25 02:17:18.885 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n" |
10128 | 2025-02-25T02:17:20.848Z | [ host-image] Feb 25 02:17:18.885 INFO expanded image name: "ci 804b2ee/${os_short_commit} 2025-02-25 01:41" -> "ci 804b2ee/9fcb5ef 2025-02-25 01:41" |
10129 | 2025-02-25T02:17:20.848Z | [ host-image] Feb 25 02:17:18.885 INFO output artefacts stored in: "/work/os-host" |
10130 | 2025-02-25T02:17:20.851Z | [ host-image] Feb 25 02:17:18.886 INFO collecting git info from project "bootserver"... |
10131 | 2025-02-25T02:17:20.862Z | [ host-image] Feb 25 02:17:18.899 INFO collecting git info from project "image-builder"... |
10132 | 2025-02-25T02:17:20.870Z | [ host-image] Feb 25 02:17:18.908 INFO collecting git info from project "phbl"... |
10133 | 2025-02-25T02:17:20.879Z | [ host-image] Feb 25 02:17:18.916 INFO collecting git info from project "amd-firmware"... |
10134 | 2025-02-25T02:17:20.894Z | [ host-image] Feb 25 02:17:18.931 INFO collecting git info from project "amd-host-image-builder"... |
10135 | 2025-02-25T02:17:20.919Z | [ host-image] Feb 25 02:17:18.956 INFO collecting git info from project "chelsio-t6-roms"... |
10136 | 2025-02-25T02:17:20.948Z | [ host-image] Feb 25 02:17:18.985 INFO collecting git info from project "pinprick"... |
10137 | 2025-02-25T02:17:20.969Z | [ host-image] Feb 25 02:17:19.006 INFO collecting git info from project "pilot"... |
10138 | 2025-02-25T02:17:21.015Z | [ host-image] Feb 25 02:17:19.052 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
10139 | 2025-02-25T02:17:22.668Z | [ host-image] Feb 25 02:17:20.706 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
10140 | 2025-02-25T02:17:23.334Z | [ host-image] Feb 25 02:17:21.372 INFO creating Oxide boot image... |
10141 | 2025-02-25T02:17:23.334Z | [ host-image] Feb 25 02:17:21.372 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 804b2ee/9fcb5ef 2025-02-25 01:41", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
10142 | 2025-02-25T02:17:24.751Z | [ host-image] Feb 25 02:17:22.789 INFO O| ok, image written! |
10143 | 2025-02-25T02:17:24.752Z | [ host-image] Feb 25 02:17:22.789 INFO O| ok, boot_image_csum file written! |
10144 | 2025-02-25T02:17:24.756Z | [ host-image] Feb 25 02:17:22.793 INFO creating boot archive (CPIO)... |
10145 | 2025-02-25T02:17:24.756Z | [ host-image] Feb 25 02:17:22.794 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 |
10146 | 2025-02-25T02:17:24.772Z | [ host-image] Feb 25 02:17:22.809 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
10147 | 2025-02-25T02:17:24.772Z | [ host-image] Feb 25 02:17:22.809 INFO E| + outfile=/work/os-host/cpio |
10148 | 2025-02-25T02:17:24.775Z | [ host-image] Feb 25 02:17:22.810 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
10149 | 2025-02-25T02:17:24.786Z | [ host-image] Feb 25 02:17:22.824 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
10150 | 2025-02-25T02:17:24.789Z | [ host-image] Feb 25 02:17:22.824 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
10151 | 2025-02-25T02:17:24.831Z | [ host-image] Feb 25 02:17:22.868 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
10152 | 2025-02-25T02:17:24.831Z | [ host-image] Feb 25 02:17:22.869 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
10153 | 2025-02-25T02:17:24.842Z | [ host-image] Feb 25 02:17:22.880 INFO creating compressed cpio/unix for nanobl-rs... |
10154 | 2025-02-25T02:17:24.842Z | [ host-image] Feb 25 02:17:22.880 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None |
10155 | 2025-02-25T02:17:25.290Z | [ host-image] Feb 25 02:17:23.327 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
10156 | 2025-02-25T02:17:31.995Z | [ host-image] Feb 25 02:17:30.033 INFO creating reset image... |
10157 | 2025-02-25T02:17:31.995Z | [ host-image] Feb 25 02:17:30.033 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
10158 | 2025-02-25T02:17:32.198Z | [ host-image] Feb 25 02:17:30.236 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
10159 | 2025-02-25T02:17:32.228Z | [ host-image] Feb 25 02:17:30.265 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
10160 | 2025-02-25T02:17:32.378Z | [ host-image] Feb 25 02:17:30.415 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
10161 | 2025-02-25T02:17:36.309Z | [ host-image] Feb 25 02:17:34.347 INFO E| Finished `release` profile [optimized] target(s) in 4.03s |
10162 | 2025-02-25T02:17:36.327Z | [ host-image] Feb 25 02:17:34.365 INFO building host image... |
10163 | 2025-02-25T02:17:36.330Z | [ host-image] Feb 25 02:17:34.365 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") |
10164 | 2025-02-25T02:17:37.595Z | [ host-image] Feb 25 02:17:35.286 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
10165 | 2025-02-25T02:18:57.698Z | [ host-image] Feb 25 02:18:55.734 INFO image complete! materials are in "/work/os-host" |
10166 | 2025-02-25T02:18:57.705Z | [ host-image] |
10167 | 2025-02-25T02:18:57.708Z | [ host-image] real 14:06.499935393 |
10168 | 2025-02-25T02:18:57.708Z | [ host-image] user 7:11.500779420 |
10169 | 2025-02-25T02:18:57.708Z | [ host-image] sys 1:11.589480648 |
10170 | 2025-02-25T02:18:57.708Z | [ host-image] trap 0.368975383 |
10171 | 2025-02-25T02:18:57.708Z | [ host-image] tflt 0.090718121 |
10172 | 2025-02-25T02:18:57.708Z | [ host-image] dflt 0.297138686 |
10173 | 2025-02-25T02:18:57.708Z | [ host-image] kflt 0.032077751 |
10174 | 2025-02-25T02:18:57.708Z | [ host-image] lock 11:42.133459808 |
10175 | 2025-02-25T02:18:57.708Z | [ host-image] slp 1:13:03.782590243 |
10176 | 2025-02-25T02:18:57.708Z | [ host-image] lat 3:29.739654790 |
10177 | 2025-02-25T02:18:57.708Z | [ host-image] stop 0.907476862 |
10178 | 2025-02-25T02:18:57.708Z | Feb 25 02:18:55.740 INFO [host-image] process exited with exit status: 0 (846.522735569s) |
10179 | 2025-02-25T02:18:57.708Z | Feb 25 02:18:55.741 INFO [tuf-repo] running task |
10180 | 2025-02-25T02:19:36.977Z | Feb 25 02:19:34.000 INFO assembling repository in `/tmp/tufaceousapucwh`, component: OmicronRepoAssembler |
10181 | 2025-02-25T02:20:09.893Z | Feb 25 02:20:07.925 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10182 | 2025-02-25T02:20:10.125Z | Feb 25 02:20:08.160 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10183 | 2025-02-25T02:20:19.967Z | Feb 25 02:20:18.002 INFO [tuf-repo] task succeeded (82.260151734s) |
10184 | 2025-02-25T02:21:01.778Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
10185 | 2025-02-25T02:22:03.736Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
10186 | 2025-02-25T02:22:24.116Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
10187 | 2025-02-25T02:22:25.079Z | [verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
10188 | 2025-02-25T02:27:43.288Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 22m 12s |
10189 | 2025-02-25T02:27:43.696Z | Feb 25 02:27:41.724 INFO [verify-libraries] process exited with exit status: 0 (1336.62990752s) |
10190 | 2025-02-25T02:27:43.699Z | Feb 25 02:27:41.724 INFO all jobs completed in 2780.459689953s |
10191 | 2025-02-25T02:27:45.975Z | process exited: duration 3441493 ms, exit code 0 |
|
10192 | 2025-02-25T02:27:45.996Z | found 33 output files |
10193 | 2025-02-25T02:27:46.003Z | uploading: /work/manifest.toml (13429 bytes) |
10194 | 2025-02-25T02:27:47.010Z | uploaded: /work/manifest.toml |
10195 | 2025-02-25T02:27:47.010Z | uploading: /work/repo.zip (2156623441 bytes) |
10196 | 2025-02-25T02:28:32.162Z | uploaded: /work/repo.zip |
10197 | 2025-02-25T02:28:32.162Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10198 | 2025-02-25T02:28:33.181Z | uploaded: /work/repo.zip.sha256.txt |
10199 | 2025-02-25T02:28:33.181Z | uploading: /work/helios-setup.log (69013 bytes) |
10200 | 2025-02-25T02:28:34.192Z | uploaded: /work/helios-setup.log |
10201 | 2025-02-25T02:28:34.194Z | uploading: /work/host-image.log (199232 bytes) |
10202 | 2025-02-25T02:28:35.206Z | uploaded: /work/host-image.log |
10203 | 2025-02-25T02:28:35.209Z | uploading: /work/host-package.log (24833 bytes) |
10204 | 2025-02-25T02:28:36.217Z | uploaded: /work/host-package.log |
10205 | 2025-02-25T02:28:36.221Z | uploading: /work/host-target.log (101 bytes) |
10206 | 2025-02-25T02:28:37.227Z | uploaded: /work/host-target.log |
10207 | 2025-02-25T02:28:37.229Z | uploading: /work/omicron-package.log (6692 bytes) |
10208 | 2025-02-25T02:28:38.235Z | uploaded: /work/omicron-package.log |
10209 | 2025-02-25T02:28:38.238Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10210 | 2025-02-25T02:28:39.244Z | uploaded: /work/phbl-toolchain.log |
10211 | 2025-02-25T02:28:39.247Z | uploading: /work/recovery-image.log (579138 bytes) |
10212 | 2025-02-25T02:28:40.264Z | uploaded: /work/recovery-image.log |
10213 | 2025-02-25T02:28:40.267Z | uploading: /work/recovery-package.log (1762 bytes) |
10214 | 2025-02-25T02:28:41.273Z | uploaded: /work/recovery-package.log |
10215 | 2025-02-25T02:28:41.273Z | uploading: /work/recovery-target.log (98 bytes) |
10216 | 2025-02-25T02:28:43.136Z | uploaded: /work/recovery-target.log |
10217 | 2025-02-25T02:28:43.136Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10218 | 2025-02-25T02:28:44.149Z | uploaded: /work/stamp-clickhouse.log |
10219 | 2025-02-25T02:28:44.152Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10220 | 2025-02-25T02:28:45.158Z | uploaded: /work/stamp-clickhouse_keeper.log |
10221 | 2025-02-25T02:28:45.162Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10222 | 2025-02-25T02:28:46.168Z | uploaded: /work/stamp-cockroachdb.log |
10223 | 2025-02-25T02:28:46.168Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10224 | 2025-02-25T02:28:47.176Z | uploaded: /work/stamp-crucible-dtrace.log |
10225 | 2025-02-25T02:28:47.176Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10226 | 2025-02-25T02:28:48.192Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10227 | 2025-02-25T02:28:48.192Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10228 | 2025-02-25T02:28:49.200Z | uploaded: /work/stamp-crucible-zone.log |
10229 | 2025-02-25T02:28:49.201Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10230 | 2025-02-25T02:28:50.210Z | uploaded: /work/stamp-external-dns.log |
10231 | 2025-02-25T02:28:50.210Z | uploading: /work/stamp-installinator.log (103 bytes) |
10232 | 2025-02-25T02:28:51.218Z | uploaded: /work/stamp-installinator.log |
10233 | 2025-02-25T02:28:51.218Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10234 | 2025-02-25T02:28:52.226Z | uploaded: /work/stamp-internal-dns.log |
10235 | 2025-02-25T02:28:52.226Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10236 | 2025-02-25T02:28:53.233Z | uploaded: /work/stamp-mg-ddm-gz.log |
10237 | 2025-02-25T02:28:53.234Z | uploading: /work/stamp-nexus.log (112 bytes) |
10238 | 2025-02-25T02:28:54.241Z | uploaded: /work/stamp-nexus.log |
10239 | 2025-02-25T02:28:54.241Z | uploading: /work/stamp-ntp.log (110 bytes) |
10240 | 2025-02-25T02:28:55.248Z | uploaded: /work/stamp-ntp.log |
10241 | 2025-02-25T02:28:55.248Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10242 | 2025-02-25T02:28:56.255Z | uploaded: /work/stamp-omicron-sled-agent.log |
10243 | 2025-02-25T02:28:56.255Z | uploading: /work/stamp-overlay.log (114 bytes) |
10244 | 2025-02-25T02:28:57.263Z | uploaded: /work/stamp-overlay.log |
10245 | 2025-02-25T02:28:57.263Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10246 | 2025-02-25T02:28:58.270Z | uploaded: /work/stamp-oximeter.log |
10247 | 2025-02-25T02:28:58.270Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10248 | 2025-02-25T02:28:59.278Z | uploaded: /work/stamp-oxlog.log |
10249 | 2025-02-25T02:28:59.278Z | uploading: /work/stamp-probe.log (112 bytes) |
10250 | 2025-02-25T02:29:00.286Z | uploaded: /work/stamp-probe.log |
10251 | 2025-02-25T02:29:00.286Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10252 | 2025-02-25T02:29:01.293Z | uploaded: /work/stamp-propolis-server.log |
10253 | 2025-02-25T02:29:01.294Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10254 | 2025-02-25T02:29:02.300Z | uploaded: /work/stamp-pumpkind-gz.log |
10255 | 2025-02-25T02:29:02.300Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10256 | 2025-02-25T02:29:03.307Z | uploaded: /work/stamp-switch-asic.log |
10257 | 2025-02-25T02:29:03.307Z | uploading: /work/verify-libraries.log (17348 bytes) |
10258 | 2025-02-25T02:29:04.316Z | uploaded: /work/verify-libraries.log |